body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
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;
  box-sizing: border-box;
  list-style: none;
}

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,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
  color: #360e07;
}

a:hover {
  opacity: 0.5;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

input {
  box-sizing: border-box;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="radio"] {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

img {
  max-width: 100%;
}

@media (min-width: 821px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
html {
  overflow-x: hidden;
}

html {
  font-size: 0.666666667vw;
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1500px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 6px solid #acc929;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
    /*  */
    border-bottom: 0.8rem solid #acc929;
  }
}
header .headerCont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2rem;
  padding-right: 11.4rem;
}
@media screen and (max-width: 768px) {
  header .headerCont {
    padding: 10px;
    /* 2.2rem */
  }
}
header h1 {
  width: 25.4rem;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 190px;
    /* 29.3rem */
  }
}
header nav {
  width: auto;
}
@media screen and (max-width: 768px) {
  header nav {
    width: 100%;
    margin-top: 0;
    height: calc(100vh - 13.8rem);
  }
}
header nav ul {
  width: 100%;
  height: 7rem;
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  header nav ul {
    display: block;
    height: auto;
    width: 61.8rem;
    margin: 2rem auto 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  header nav ul li {
    width: 100%;
    border-bottom: 0.2rem solid #CBCBCB;
  }
}
header nav ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #4b4b4b;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  header nav ul li a {
    padding: 28px 0 28px;
    /* 5.4rem 0 2.8rem */
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/bg_sp_li.png") no-repeat bottom -0.1rem right;
    background-size: 42px;
    /* 5.539rem */
    position: relative;
    font-size: 18px;
    /* 3.4rem */
    font-weight: 700;
  }
}
header nav ul li a::after {
  content: '';
  width: 53px;
  /* 5.539rem */
  height: 0.2rem;
  background: #ABC829;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
}
header nav ul li.toBrandSite {
  margin-left: 1.9rem;
}
header nav ul li.toBrandSite a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  width: 22rem;
  height: 7rem;
  border-radius: 3.5rem;
  background: url("../images/ico_ext.png") no-repeat center right 2.2rem #acc929;
  background-size: 1.1rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header .toSNS {
  width: 10rem;
  height: 110px;
  position: absolute;
  top: -1.5px;
  right: 0;
  margin-left: -1.9rem;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 50%;
  background: url("../images/ico_sns.png") no-repeat center center;
  background-size: 7rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.parentMenu .subMenu {
  display: none;
  width: 100%;
  height: auto;
  padding: 0 0;
  background-color: rgba(163, 202, 15, 0.9);
  position: fixed;
  top: 110px;
  left: 0;
}
.parentMenu .subMenu .subnavWrapper {
  width: 70%;
  margin: 0 auto;
  padding: 30px 0;
}
.parentMenu .subMenu .subnavWrapper .subnavList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.parentMenu .subMenu .subnavWrapper .subnavItem {
  border: 1px solid #4C8F00;
  position: relative;
  width: 16%;
  margin: 0 1% 0 0;
  background-color: #fff;
  border-radius: 8.5px;
  padding: 0 0 8px;
  overflow: hidden;
}
.parentMenu .subMenu .subnavWrapper .subnavItem p {
  color: #4C8F00;
  position: relative;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  margin: 8px 0 0;
  width: 100%;
}
.parentMenu .subMenu .subnavWrapper .subnavItem p.sociallink:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 8%;
  height: 0;
  padding-top: 8%;
  right: 7%;
  display: inline-block;
  background-image: url(../images/icon_link@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  border: none;
  transform: translate(0, -50%);
}
.parentMenu .subMenu .subnavWrapper .subnavItem a {
  color: #35312f;
  transition: color ease-out 0.3s;
  position: relative;
  display: block;
  width: 100%;
}
.parentMenu:hover .subMenu {
  display: block;
}

.spScrool {
  position: fixed;
  top: 13.8rem;
  left: 0;
  overflow-y: scroll;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #menu-panel {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 80px;
    /* 13.8rem */
    right: 0;
    z-index: 20;
    padding: 0;
    width: 100%;
    height: calc(100vh - 160px);
    background: #fff;
    box-sizing: border-box;
    transition: all 0.5s ease;
    overflow-y: auto;
    margin-bottom: 80px;
  }
}
#menu-panel h1 {
  position: absolute;
  top: 2.2rem;
  left: 2.2rem;
}
@media screen and (max-width: 768px) {
  #menu-panel h1 {
    top: 11px;
    left: 10px;
  }
}

#menu-panel.open {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .spMenuHead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /* 13rem */
    background: #fff;
    z-index: 101;
    display: none;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .spMenuHead.open {
    display: block;
    border-bottom: 0.8rem solid #acc929;
  }
}

@media screen and (max-width: 768px) {
  #menu-close {
    display: block;
    position: absolute;
    top: 16px;
    /* 3.2rem */
    right: 8px;
    /* 3.2rem */
    width: 40px;
    height: 45px;
    cursor: pointer;
  }
}

#menu-close span {
  display: block;
  width: 3.6rem;
  height: 0.27rem;
  background: #552e30;
}
@media screen and (max-width: 768px) {
  #menu-close span {
    width: 40px;
    /* 6.6rem */
    height: 2px;
    /* 0.4rem */
    background: #acc929;
  }
}

#menu-close span:first-child {
  position: absolute;
  top: 3.5rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  #menu-close span:first-child {
    top: 2rem;
    right: 0;
    transform: rotate(45deg);
  }
}

#menu-close span:nth-child(2) {
  position: absolute;
  top: 4.7rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  #menu-close span:nth-child(2) {
    top: 1.8rem;
    right: 0;
    opacity: 0;
  }
}

#menu-close span:nth-child(3) {
  position: absolute;
  top: 5.9rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  #menu-close span:nth-child(3) {
    top: 2rem;
    right: 0;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  #menu-close span:nth-child(4) {
    position: absolute;
    top: 34px;
    /* 5.2rem */
    right: 0;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    /* 2.2rem */
    font-weight: 700;
    background: none;
    height: auto;
    color: #acc929;
    letter-spacing: 0.01rem;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #menu-open {
    position: absolute;
    text-align: center;
    padding-top: 0;
    box-sizing: border-box;
    font-size: 1.74rem;
    z-index: 2;
    opacity: 1;
    cursor: pointer;
    top: 20px;
    /* 3.2rem */
    right: 10px;
    /* 3.2rem */
    width: 40px;
    /* 6.6rem */
    height: 45px;
  }
}
#menu-open.open {
  display: none;
}

a#menu-open span {
  display: block;
  width: 3.6rem;
  height: 0.27rem;
  background: #552e30;
}
@media screen and (max-width: 768px) {
  a#menu-open span {
    width: 36px;
    /* 6.6rem */
    height: 2px;
    /* 0.4rem */
    background: #acc929;
  }
}

a#menu-open span:first-child {
  position: absolute;
  top: 3.5rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  a#menu-open span:first-child {
    top: 0;
    right: 0;
  }
}

a#menu-open span:nth-child(2) {
  position: absolute;
  top: 4.7rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  a#menu-open span:nth-child(2) {
    top: 12px;
    /* 1.8rem */
    right: 0;
  }
}

a#menu-open span:nth-child(3) {
  position: absolute;
  top: 5.9rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  a#menu-open span:nth-child(3) {
    top: 24px;
    /* 3.6rem */
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  a#menu-open span:nth-child(4) {
    position: absolute;
    top: 34px;
    /* 5.2rem */
    right: 0;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    /*2.2rem*/
    font-weight: 700;
    background: none;
    height: auto;
    color: #acc929;
    letter-spacing: 0.01rem;
  }
}

#menu-open.open {
  display: block;
}
@media screen and (max-width: 768px) {
  #menu-open.open {
    width: 11rem;
    height: 11rem;
  }
}
#menu-open.open span {
  width: 36px;
  height: 2px;
  background: #acc929;
}
#menu-open.open span:first-child {
  top: 10px;
  right: 0;
  transform: rotate(45deg);
}
#menu-open.open span:nth-child(2) {
  top: 1.8rem;
  right: 0;
  opacity: 0;
}
#menu-open.open span:nth-child(3) {
  top: 10px;
  right: 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .footBox {
    width: 100%;
    background: #679108;
    padding: 6.6rem 6.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footBox h3 {
    font-size: 20px;
    /* 2.8rem */
    color: #fff;
    text-align: center;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .footBox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7.8rem;
    gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .footBox ul li {
    width: 24vw;
    /* 18rem */
    height: 24vw;
    /* 18rem */
    background: #fff;
    border-radius: 1rem;
    padding: 3.8rem;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .footBox ul li a {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: none;
  }
}
.footBox ul li a::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .footBox p.tobrandsite {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footBox p.tobrandsite a {
    width: 100%;
    padding: 3.8rem 0;
    background: url("../images/ico_ext_brand.png") no-repeat center right 9.6rem #fff;
    background-size: 2.68rem;
    border-radius: 2rem;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 4.8rem;
    color: #66A300;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

footer .inner {
  width: 110rem;
  height: auto;
  position: relative;
  margin: 0 auto;
}

footer ul.linkMenu {
  padding: 0 0 30px;
  display: flex;
  justify-content: space-between;
}

footer ul.linkMenu li {
  float: left;
  margin: 0 0 0 0;
}

footer ul.linkMenu li:first-child {
  margin: 0;
}

footer ul.linkMenu li h3 {
  width: 23.3rem;
  padding: 0 0 4rem;
}

footer ul.linkMenu li:first-child a.contact {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #669219;
  display: block;
  margin: 0 0 4.5rem;
}

footer ul.linkMenu li:first-child .sns p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #669219;
  padding: 0 0 1.5rem;
}

footer ul.linkMenu li:first-child .sns a {
  width: 3.8rem;
  display: inline-block;
  margin: 0 0.5rem;
}

footer ul.linkMenu li .mainLink a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.32rem;
  color: #8e6d5b;
  margin: 0 0 1.5rem;
  display: block;
}

footer ul.linkMenu li .mainLink .subLink a {
  font-size: 1.2rem;
  letter-spacing: 0.12rem;
  color: #35312f;
  margin: 0 0 1rem;
  padding: 0 0 0 2rem;
  display: block;
  position: relative;
}

footer ul.linkMenu li .mainLink .subLink a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background-color: #a2ca0f;
}

footer ul.linkMenu li .mainLink:nth-child(2) {
  padding: 45px 0 0;
}

footer ul.companyMenu {
  width: 60rem;
  padding: 0 0 3rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer ul.companyMenu li {
  padding: 0 1.5rem;
  margin: 1rem 0 0.5rem;
  border-left: 0.1rem solid #8e6d5b;
}

footer ul.companyMenu li:first-child, footer ul.companyMenu li:nth-child(5) {
  border-left: none;
}

footer ul.companyMenu li a {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  display: block;
  color: #8e6d5b;
}

footer .copyright {
  width: 100%;
  height: 3.5rem;
  background-color: #669219;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    height: 6rem;
  }
}

footer .copyright p {
  line-height: 3.5rem;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    line-height: 6rem;
    font-size: 1rem;
  }
}

footer ul.linkMenu li .noChild a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.32rem;
  color: #8e6d5b;
  margin: 0 0 1.5rem;
  display: block;
}

footer ul.linkMenu li .mainLink a:hover {
  color: #a2ca0f;
}

@media screen and (max-width: 768px) {
  footer .inner {
    width: 100%;
  }

  footer ul.linkMenu {
    padding: 0;
    display: block;
  }

  footer ul.linkMenu li {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  footer ul.linkMenu li:first-child {
    margin: 0 0 40px;
  }

  footer ul.linkMenu li:first-child a.contact {
    font-size: 4.2666vw;
    display: block;
    text-align: center;
    margin: 0 0 7.6rem;
  }

  footer ul.linkMenu li h3 {
    width: 235px;
    /* 42.2rem */
    margin: 0 auto 5.6rem;
    max-width: 42.2rem;
    padding: 0 0 3rem;
  }

  footer ul.linkMenu li:first-child .sns {
    text-align: center;
  }

  footer ul.linkMenu li:first-child .sns p {
    font-size: 4.2666vw;
    display: block;
    text-align: center;
    margin-bottom: 3.8rem;
  }

  footer ul.linkMenu li:first-child .sns a {
    width: 50px;
    /* 7rem */
    display: inline-block;
    margin: 0 1rem;
  }

  footer ul.companyMenu {
    width: 80%;
    padding: 20px 0 30px;
    margin: 0 auto;
    display: block;
  }

  footer ul.companyMenu li {
    padding: 0;
    margin: 10px 0;
    border-left: none;
  }

  footer .copyright p {
    font-size: 2.6666vw;
  }

  footer ul.linkMenu li .mainLink, footer ul.linkMenu li .noChild {
    width: 100%;
    position: relative;
    margin: 0 0 3px 0;
  }

  footer ul.linkMenu li .mainLink > a, footer ul.linkMenu li .noChild > a {
    line-height: 8.6rem;
    text-align: left;
    font-size: 4.2666vw;
    color: #8e6d5b;
    margin: 0;
    height: 8.6rem;
    background-color: #f7f4ee;
    position: relative;
    padding: 0 0 0 5%;
  }

  footer ul.linkMenu li .mainLink > a::after {
    content: '';
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    border: 2px solid;
    border-color: transparent transparent #a2ca0f #a2ca0f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  footer ul.linkMenu li .mainLink.on a::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  footer ul.linkMenu li .mainLink .subLink {
    height: 0;
    opacity: 0;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    overflow: hidden;
  }

  footer ul.linkMenu li .mainLink.on .subLink {
    height: auto;
    opacity: 1;
    overflow: visible;
  }

  footer ul.linkMenu li .mainLink .subLink a {
    font-size: 3.2vw;
    padding: 10px 5%;
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }

  footer ul.linkMenu li .mainLink:nth-child(2) {
    padding: 0;
  }

  footer ul.companyMenu {
    width: 80%;
    padding: 20px 0 30px;
    margin: 0 auto;
    display: block;
  }

  footer ul.companyMenu li {
    padding: 0;
    margin: 10px 0;
    border-left: none;
  }

  footer ul.companyMenu li a {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}
.pagetop-anchor {
  position: fixed;
  z-index: 4;
  width: 8.1rem;
  height: 8.1rem;
  right: min(67px, 4.4vw);
  bottom: min(53px, 3.5vw);
  transition: all 0.4s ease;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .pagetop-anchor {
    width: 70px;
    /* 18.6vw */
    height: 70px;
    /* 18.6vw */
  }
}

.pagetop-anchor.bottomEnd {
  bottom: 50rem;
}
@media screen and (max-width: 768px) {
  .pagetop-anchor.bottomEnd {
    bottom: 230rem;
  }
}

.mv {
  width: 100%;
  margin-top: 150px;
  padding-bottom: 136px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 19rem;
    width: 71rem;
    margin: auto;
    margin-top: 100px;
    /* 18rem */
  }
}
.mv ul {
  width: 100%;
  margin: 0 auto auto;
}
.mv ul li.slick-slide {
  margin: 0 10px;
  width: 126rem !important;
}
@media screen and (max-width: 768px) {
  .mv ul li.slick-slide {
    margin: 0 0;
    width: 71rem !important;
  }
}

.slick-slider {
  position: static;
}

.slick-dots {
  width: 100px !important;
  margin: auto;
  top: 72rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    top: 61rem;
    gap: 2rem;
  }
}
.slick-dots li {
  height: 2rem;
  width: 2rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0;
  }
}
.slick-dots li button {
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid #cbcbcb;
  border-radius: 50%;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
  }
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #acc929;
  border-color: #acc929;
  padding: 0.5rem;
}

.slick-prev, .slick-prev:focus {
  top: auto;
  top: 72.5rem;
  left: auto;
  right: calc(50% - 58.5rem);
  width: 3.5rem;
  height: 2.4rem;
  background: url("../images/prev.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .slick-prev, .slick-prev:focus {
    top: 62rem;
    right: 6.9rem;
    width: 5.3rem;
    height: 4rem;
  }
}
.slick-prev::before, .slick-prev:focus::before {
  display: none;
}
.slick-prev:hover, .slick-prev:focus:hover {
  opacity: 1;
  background: url("../images/prev_hover.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .slick-prev:hover, .slick-prev:focus:hover {
    background: url("../images/prev.png") no-repeat;
    background-size: 100%;
  }
}

.slick-next, .slick-next:focus {
  top: auto;
  top: 72.5rem;
  right: calc(50% - 63rem);
  width: 3.5rem;
  height: 2.4rem;
  background: url("../images/next.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .slick-next, .slick-next:focus {
    top: 62rem;
    right: 0;
    width: 5.3rem;
    height: 4rem;
  }
}
.slick-next::before, .slick-next:focus::before {
  display: none;
}
.slick-next:hover, .slick-next:focus:hover {
  background: url("../images/next_hover.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .slick-next:hover, .slick-next:focus:hover {
    background: url("../images/next.png") no-repeat;
    background-size: 100%;
  }
}

.prevnextBox {
  position: absolute;
  top: 73.6rem;
  right: calc(50% - 63rem);
  width: 8rem;
  height: 1px;
  background: #cbcbcb;
}
@media screen and (max-width: 768px) {
  .prevnextBox {
    top: 64rem;
    right: 0;
    width: 12rem;
  }
}

section.contLink {
  width: 100%;
  margin: auto;
  padding-bottom: 15rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.contLink {
    padding-bottom: 21.6rem;
  }
}
section.contLink::after {
  content: '';
  width: 100%;
  height: 72%;
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.contLink::after {
    height: 82%;
  }
}
section.contLink .inner {
  width: 110rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.contLink .inner {
    width: 68rem;
  }
}
section.contLink h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.4rem;
  font-weight: 600;
  color: #4b4b4b;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  section.contLink h2 {
    font-size: 5.2rem;
    font-weight: 700;
  }
}
section.contLink h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #acc929;
  background: url("../images/bg_mame.png") no-repeat top left;
  background-size: 1.23rem;
  padding-left: 2.2rem;
  display: block;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.contLink h2 span {
    font-size: 2.43rem;
    background: url("../images/bg_mame.png") no-repeat top 0.2rem left;
    background-size: 1.7rem;
    padding-left: 2.8rem;
  }
}
section.contLink ul {
  width: 100%;
  margin: 8rem auto auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  row-gap: 6.8rem;
}
@media screen and (max-width: 768px) {
  section.contLink ul {
    margin: 9.2rem auto auto;
  }
}
section.contLink ul li {
  width: 35.2rem;
}
@media screen and (max-width: 768px) {
  section.contLink ul li {
    width: 33rem;
  }
}
section.contLink ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/bg_viewmore.png") no-repeat bottom right;
  background-size: 14.5rem;
}
@media screen and (max-width: 768px) {
  section.contLink ul li a {
    background: url("../images/bg_viewmore_sp.png") no-repeat bottom right;
    background-size: 15.4rem;
  }
}
section.contLink ul li a figure {
  width: 100%;
  margin-bottom: 2.9rem;
}
section.contLink ul li a h3 {
  width: 20.7rem;
  padding-left: 2rem;
  padding-bottom: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #4b4b4b;
  border-bottom: 0.1rem solid #cbcbcb;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  section.contLink ul li a h3 {
    width: 17.6rem;
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 0.6rem;
    border-bottom: 0.3rem solid #cbcbcb;
  }
}

section.bnrArea {
  width: 100%;
  padding: 6.8rem 0;
}
@media screen and (max-width: 768px) {
  section.bnrArea {
    padding: 13rem 0 13rem;
  }
}
section.bnrArea ul {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  section.bnrArea ul {
    gap: 2.5rem;
  }
}
section.bnrArea ul li {
  width: 23.2rem;
}
@media screen and (max-width: 768px) {
  section.bnrArea ul li {
    width: 31.8rem;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.pankuzu {
  margin-top: 110px;
  background-color: #f7f4ee;
  color: white;
  height: 4rem;
  font-family: initial;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .pankuzu {
    margin-top: 80px;
    /* 13.8rem */
    height: auto;
    padding: 2.13vw 0;
  }
}

.pankuzu .arrow {
  width: 0.7rem;
  height: 0.7rem;
  transform: rotate(-45deg);
  border-right: 0.2rem solid #669219;
  border-bottom: 0.2rem solid #669219;
}
@media screen and (max-width: 768px) {
  .pankuzu .arrow {
    width: 1.86vw;
    height: 1.86vw;
    transform: rotate(-45deg);
    border-right: 0.53vw solid #669219;
    border-bottom: 0.53vw solid #669219;
  }
}

.pankuzu .inner {
  width: 100rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .pankuzu .inner {
    width: 96vw;
    gap: 1.33vw;
  }
}

.pankuzu .item {
  font-size: 1.1rem;
  letter-spacing: 0.02rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 768px) {
  .pankuzu .item {
    font-size: 11px;
    /* 2rem */
    letter-spacing: 0.53vw;
    padding: 0.8rem 1.9rem;
    border-radius: 0;
  }
}

.pankuzu .item.top {
  background-color: #669219;
}
.pankuzu .item.top a {
  color: #fff;
}

.pankuzu .item.this {
  background-color: white;
  color: #6c5b52;
}
@media screen and (max-width: 768px) {
  .pankuzu .item.this {
    font-size: 11px;
    letter-spacing: 0.53vw;
    padding: 0.8rem 0.9rem;
    border-radius: 0;
    margin-left: 0.5rem;
  }
}

.kv {
  width: 100%;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kv {
    height: 30rem;
  }
}
.kv.greeting {
  background: url("../images/kv_greeting_max.png") no-repeat center center;
  background-size: 2400px;
}
@media screen and (max-width: 1500px) {
  .kv.greeting {
    background: url("../images/kv_greeting.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .kv.greeting {
    background: url("../images/kv_greeting_sp.png") no-repeat center center;
    background-size: cover;
  }
}
.kv.overview {
  background: url("../images/kv_overview_max.png") no-repeat center center;
  background-size: 2400px;
}
@media screen and (max-width: 1500px) {
  .kv.overview {
    background: url("../images/kv_overview.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .kv.overview {
    background: url("../images/kv_overview_sp.png") no-repeat center center;
    background-size: cover;
  }
}
.kv.vision {
  background: url("../images/kv_vision_max.png") no-repeat center center;
  background-size: 2400px;
}
@media screen and (max-width: 1500px) {
  .kv.vision {
    background: url("../images/kv_vision.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .kv.vision {
    background: url("../images/kv_vision_sp.png") no-repeat center center;
    background-size: cover;
  }
}
.kv.business_fields {
  background: url("../images/kv_business_fields_max.png") no-repeat center center;
  background-size: 2400px;
}
@media screen and (max-width: 1500px) {
  .kv.business_fields {
    background: url("../images/kv_business_fields.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .kv.business_fields {
    background: url("../images/kv_business_fields_sp.png") no-repeat center center;
    background-size: cover;
  }
}
.kv.history {
  background: url("../images/kv_history_max.png") no-repeat center center;
  background-size: 2400px;
}
@media screen and (max-width: 1500px) {
  .kv.history {
    background: url("../images/kv_history.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .kv.history {
    background: url("../images/kv_history_sp.png") no-repeat center center;
    background-size: cover;
  }
}
.kv.recruit {
  background: url("../images/kv_recruit_max.png") no-repeat center center;
  background-size: 2400px;
}
@media screen and (max-width: 1500px) {
  .kv.recruit {
    background: url("../images/kv_recruit.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .kv.recruit {
    background: url("../images/kv_recruit_sp.png") no-repeat center center;
    background-size: cover;
  }
}
.kv.vision {
  background: url("../images/kv_vision_max.png") no-repeat center center;
  background-size: 2400px;
}
@media screen and (max-width: 1500px) {
  .kv.vision {
    background: url("../images/kv_vision.png") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .kv.vision {
    background: url("../images/kv_vision_sp.png") no-repeat center center;
    background-size: cover;
  }
}
.kv h1.greeting {
  width: 17.9rem;
}
@media screen and (max-width: 768px) {
  .kv h1.greeting {
    width: 23.42rem;
  }
}
.kv h1.overview {
  width: 23.08rem;
}
@media screen and (max-width: 768px) {
  .kv h1.overview {
    width: 30.1rem;
  }
}
.kv h1.history {
  width: 11.05rem;
}
@media screen and (max-width: 768px) {
  .kv h1.history {
    width: 16.15rem;
  }
}
.kv h1.recruit {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .kv h1.recruit {
    width: 32.25rem;
  }
}
.kv h1.business_fields {
  width: 23.459rem;
}
@media screen and (max-width: 768px) {
  .kv h1.business_fields {
    width: 30.63rem;
  }
}

.innerLink {
  width: 100%;
  background: #F5F5F5;
  padding: 4.8rem 0;
}
@media screen and (max-width: 768px) {
  .innerLink {
    padding: 6rem 0;
  }
}
.innerLink ul {
  width: 90rem;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .innerLink ul {
    width: 64rem;
  }
}
.innerLink ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #4B4B4B;
  padding-right: 3.3rem;
  background: url("../images/bg_innerlink.png") no-repeat center right;
  background-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .innerLink ul li a {
    font-size: 3rem;
    font-weight: 700;
    padding-right: 4.8rem;
    background: url("../images/bg_innerlink.png") no-repeat center right;
    background-size: 3.3rem;
  }
}

main.greeting {
  width: 100%;
  background: #F5F5F5;
  padding: 12.7rem 0 16.2rem;
}
@media screen and (max-width: 768px) {
  main.greeting {
    padding: 11rem 0 18.2rem;
  }
}
main.greeting .inner {
  width: 110rem;
  margin: auto;
  background: #fff;
  padding: 9rem 19rem;
}
@media screen and (max-width: 768px) {
  main.greeting .inner {
    width: 64rem;
    padding: 6.9rem 6.5rem;
  }
}
main.greeting .inner p.lead {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #4B4B4B;
  text-align: justify;
  letter-spacing: 0.02em;
  margin-bottom: 3.9rem;
}
main.greeting .inner p.lead span.tsume {
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 768px) {
  main.greeting .inner p.lead {
    font-size: 2.8rem;
    line-height: 5rem;
  }
}
main.greeting .inner p.sig {
  margin-top: 8rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4B4B4B;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  main.greeting .inner p.sig {
    font-size: 2.6rem;
  }
}
main.greeting .inner p.sig span {
  font-size: 2.5rem;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  main.greeting .inner p.sig span {
    font-size: 3.4rem;
  }
}

section.outline {
  width: 100%;
  padding-bottom: 10.4rem;
}
@media screen and (max-width: 768px) {
  section.outline {
    padding-bottom: 13.8rem;
  }
}
section.outline .inner {
  width: 90rem;
  margin: auto;
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  section.outline .inner {
    width: 64rem;
    padding-top: 11rem;
  }
}
section.outline .inner .h2Box {
  width: 100%;
  border-bottom: 0.1rem solid #CACACA;
  margin-bottom: 2rem;
}
section.outline .inner .h2Box h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #4B4B4B;
  display: inline-block;
  padding-bottom: 2.8rem;
  border-bottom: 0.2rem solid #ABC829;
  margin-top: -140px;
  padding-top: 140px;
  transform: translateY(0.15rem);
}
@media screen and (max-width: 768px) {
  section.outline .inner .h2Box h2 {
    font-size: 5.4rem;
    font-weight: 700;
    padding-bottom: 4.2rem;
  }
}

dl.astable {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  line-height: 3rem;
  color: #4B4B4B;
  border-bottom: 0.1rem solid #E4E4E4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  dl.astable {
    padding: 5rem 0;
    line-height: 4.3rem;
  }
}
dl.astable > dt {
  width: 29.7%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  dl.astable > dt {
    font-size: 2.7rem;
    font-weight: 700;
  }
}
dl.astable > dd {
  width: calc(100% - 29.7%);
  font-size: 1.7rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  dl.astable > dd {
    font-size: 2.5rem;
  }
}
dl.astable > dd.map {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  dl.astable > dd.map {
    display: block;
  }
}
dl.astable > dd.factory {
  padding-right: 3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  dl.astable > dd.factory {
    display: block;
    padding-right: 0;
  }
}
dl.astable > dd.factory figure {
  width: 32.5rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  dl.astable > dd.factory figure {
    width: 100%;
    margin-top: 3.4rem;
  }
}
dl.astable > dd.factory .txts {
  width: calc(100% - 32.5rem);
}
@media screen and (max-width: 768px) {
  dl.astable > dd.factory .txts {
    width: 100%;
  }
}
dl.astable > dd.branch {
  display: block;
}

dl.childDL {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
dl.childDL dt {
  width: 24.8%;
}
@media screen and (max-width: 768px) {
  dl.childDL dt {
    width: 47%;
  }
}
dl.childDL dd {
  width: calc(100% - 24.8%);
}
@media screen and (max-width: 768px) {
  dl.childDL dd {
    width: calc(100% - 47%);
  }
}

a.ico_map {
  width: 7.4rem;
  height: 3.4rem;
  display: inline-block;
  margin-left: 1.8rem;
}
@media screen and (max-width: 768px) {
  a.ico_map {
    width: 13.8rem;
    height: 6.345rem;
    display: block;
    margin-left: 0;
    margin-top: 1.8rem;
  }
}
a.ico_map.factory {
  display: block;
  margin-left: 0;
  margin-top: 1.8rem;
}

section.office {
  width: 100%;
  background: #F4F4F4;
  padding-bottom: 14.8rem;
}
section.office .inner {
  width: 90rem;
  margin: auto;
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  section.office .inner {
    width: 64rem;
    padding-top: 11rem;
  }
}
section.office .inner .h2Box {
  width: 100%;
  border-bottom: 0.1rem solid #CACACA;
  margin-bottom: 2rem;
}
section.office .inner .h2Box h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #4B4B4B;
  display: inline-block;
  padding-bottom: 2.8rem;
  border-bottom: 0.2rem solid #ABC829;
  margin-top: -140px;
  padding-top: 140px;
  transform: translateY(0.15rem);
}
@media screen and (max-width: 768px) {
  section.office .inner .h2Box h2 {
    font-size: 5.4rem;
    font-weight: 700;
    padding-bottom: 4.2rem;
  }
}
section.office .inner .h3Box {
  width: 100%;
  border-bottom: 0.1rem solid #E4E4E4;
  margin-bottom: 0;
}
section.office .inner .h3Box.branch {
  margin-top: 6rem;
}
section.office .inner .h3Box h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  font-weight: 600;
  color: #4B4B4B;
  display: inline-block;
  padding-bottom: 1.8rem;
  border-bottom: 0.2rem solid #ABC829;
  margin-top: 3rem;
  transform: translateY(0.15rem);
}
@media screen and (max-width: 768px) {
  section.office .inner .h3Box h3 {
    font-size: 3.8rem;
    font-weight: 700;
    margin-top: 3.1rem;
    padding-bottom: 4rem;
  }
}

section.history {
  width: 100%;
}
section.history .inner {
  width: 110rem;
  margin: auto;
  padding: 12rem 0 0 4.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.history .inner {
    width: 64rem;
    padding: 10rem 0 0 2.5rem;
  }
}
section.history .inner::after {
  content: '';
  width: 24.6rem;
  height: calc(100% - 6.8rem);
  background: #F5F5F5;
  position: absolute;
  top: 6.8rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.history .inner::after {
    top: 9rem;
    height: calc(100% - 9rem);
  }
}

dl.history {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 3rem;
  padding: 0 0 4.2rem;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  dl.history {
    line-height: 4.2rem;
    padding: 2.6rem 0 6rem;
  }
}
dl.history::before {
  width: 19%;
  background: #ACC929;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  dl.history::before {
    width: 34.96%;
  }
}
dl.history dt {
  width: 19%;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #4b4b4b;
  padding-left: 1rem;
  padding-top: 2rem;
  border-top: 0.5px solid #ACC929;
}
@media screen and (max-width: 768px) {
  dl.history dt {
    font-size: 3.1rem;
    font-weight: 700;
    width: 22.1rem;
    padding-top: 2.6rem;
  }
}
dl.history dd {
  width: calc(100% - 18.7%);
  font-size: 1.7rem;
  font-weight: 400;
  color: #4b4b4b;
  padding-left: 2.5rem;
  padding-top: 2rem;
  border-top: 0.5px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  dl.history dd {
    font-size: 2.4rem;
    width: calc(100% - 22.1rem);
    /* calc(100% - 34.96%) */
    padding-left: 3.4rem;
    padding-right: 2rem;
    padding-top: 2.6rem;
  }
}
dl.history dd figure {
  width: 18rem;
  margin-top: 2rem;
}

section.about_recruit {
  width: 100%;
  background: #F5F5F5;
  padding: 11.22rem 0 10rem;
}
@media screen and (max-width: 768px) {
  section.about_recruit {
    padding: 9rem 0 10rem;
  }
}
section.about_recruit .h2Box {
  margin: auto auto 4.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.about_recruit .h2Box {
    margin: auto auto 5.2rem;
  }
}
section.about_recruit h2 {
  marign: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #4B4B4B;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.about_recruit h2 {
    font-size: 4.2rem;
    line-height: 6.4rem;
  }
}
section.about_recruit p.catch {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.9rem;
  color: #4B4B4B;
  text-align: center;
  margin: auto auto 2.6rem;
}
@media screen and (max-width: 768px) {
  section.about_recruit p.catch {
    font-size: 4.2rem;
    line-height: 6.4rem;
    margin: auto auto 3rem;
  }
}
section.about_recruit p.lead {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: #4B4B4B;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.about_recruit p.lead {
    font-size: 2.9rem;
    line-height: 5rem;
  }
}

section.jobs {
  width: 100%;
  background: #fff;
  padding: 11rem 0;
}
section.jobs .inner {
  width: 110rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.jobs .inner {
    width: 64rem;
  }
}
section.jobs .inner h2 {
  width: 37.4rem;
  margin: auto auto 4.8rem;
}
@media screen and (max-width: 768px) {
  section.jobs .inner h2 {
    width: 53.2rem;
  }
}
section.jobs .inner .panels {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4rem;
}
section.jobs .inner .panels .panel {
  width: 53rem;
  background: #F5F5F5;
  padding: 4.5rem 6.5rem;
}
@media screen and (max-width: 768px) {
  section.jobs .inner .panels .panel {
    width: 100%;
    padding: 4.5rem 7.5rem;
  }
}
section.jobs .inner .panels .panel .h3Box {
  width: 100%;
  border-bottom: 0.1rem solid #CBCBCB;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  section.jobs .inner .panels .panel .h3Box {
    border-bottom: 0.2rem solid #CBCBCB;
  }
}
section.jobs .inner .panels .panel .h3Box h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #4B4B4B;
  padding-bottom: 1.8rem;
  display: inline-block;
  border-bottom: 0.1rem solid #A5CA00;
  margin-bottom: -0.1rem;
}
@media screen and (max-width: 768px) {
  section.jobs .inner .panels .panel .h3Box h3 {
    font-size: 3.5rem;
    border-bottom: 0.2rem solid #A5CA00;
  }
}
section.jobs .inner .panels .panel p.lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: #4B4B4B;
  line-height: 2.8rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  section.jobs .inner .panels .panel p.lead {
    font-size: 2.5rem;
    line-height: 4.2rem;
  }
}
section.jobs .inner .panels .panel ul {
  list-style-position: inside;
  margin-top: 1.4rem;
  margin-left: 1.2rem;
}
@media screen and (max-width: 768px) {
  section.jobs .inner .panels .panel ul {
    margin-left: 1.2rem;
  }
}
section.jobs .inner .panels .panel ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4B4B4B;
  position: relative;
}
section.jobs .inner .panels .panel ul li::before {
  content: '';
  display: block;
  width: 0.339rem;
  height: 0.339rem;
  border-radius: 50%;
  background: #4B4B4B;
  position: absolute;
  left: -1rem;
  top: 1.3rem;
}
@media screen and (max-width: 768px) {
  section.jobs .inner .panels .panel ul li::before {
    width: 0.4rem;
    height: 0.4rem;
    top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  section.jobs .inner .panels .panel ul li {
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}
section.jobs .inner .panels .panel ul li span {
  font-size: 1.2rem;
  line-height: 2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  section.jobs .inner .panels .panel ul li span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
section.jobs .inner .panels .panel ul li span.va999 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  section.jobs .inner .panels .panel ul li span.va999 {
    font-size: 2.4rem;
    line-height: 4.2rem;
    letter-spacing: -0.05rem;
  }
}

section.entry {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7.4rem 0 11rem;
  background: url("../images/bg_entry.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  section.entry {
    padding: 11rem 0 12.4rem;
    background: url("../images/bg_entry_sp.png") no-repeat;
    background-size: 100%;
    margin-bottom: 0;
  }
}
section.entry h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  section.entry h2 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 3.8rem;
  }
}
section.entry p.lead {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: #fff;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.entry p.lead {
    font-size: 2.9rem;
    line-height: 5rem;
    text-align: left;
    width: 64rem;
    margin: auto auto 6rem;
  }
}
section.entry p.btn_rikunabi {
  width: 29.5rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.entry p.btn_rikunabi {
    width: 44.25rem;
  }
}

section.contentLinks {
  width: 100%;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 11.4rem;
}
@media screen and (max-width: 768px) {
  section.contentLinks {
    padding-bottom: 14rem;
  }
}
section.contentLinks::before {
  content: '';
  width: 100%;
  height: 33.7rem;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.contentLinks::before {
    height: 55.4rem;
  }
}
section.contentLinks p.lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: #4B4B4B;
  text-align: center;
  margin-bottom: 7.6rem;
}
@media screen and (max-width: 768px) {
  section.contentLinks p.lead {
    width: 64rem;
    margin: auto;
    font-size: 2.9rem;
    line-height: 5.2rem;
    text-align: left;
    margin-bottom: 9rem;
  }
}
section.contentLinks ul {
  width: 110rem;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  section.contentLinks ul {
    width: 58rem;
    flex-direction: column;
    row-gap: 10rem;
  }
}
section.contentLinks ul li {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  section.contentLinks ul li {
    width: 100%;
  }
}
section.contentLinks ul li a {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 5.8rem;
  background: url("../images/viewmore.png") no-repeat bottom left;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  section.contentLinks ul li a {
    padding-bottom: 11rem;
    background: url("../images/viewmore_sp.png") no-repeat bottom left;
    background-size: 100%;
  }
}
section.contentLinks ul li a img {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  section.contentLinks ul li a img {
    margin-bottom: 4.4rem;
  }
}
section.contentLinks ul li a h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.9rem;
  font-weight: 600;
  color: #4B4B4B;
  margin-bottom: 1.8rem;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  section.contentLinks ul li a h2 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 2.2rem;
  }
}
section.contentLinks ul li a h2.third {
  letter-spacing: 0;
}
section.contentLinks ul li a p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #4B4B4B;
}
@media screen and (max-width: 768px) {
  section.contentLinks ul li a p {
    font-size: 2.5rem;
    line-height: 4.4rem;
  }
}

section.relationLink {
  width: 100%;
  background: #F5F5F5;
  padding: 5.2rem 0;
}
@media screen and (max-width: 768px) {
  section.relationLink {
    padding: 7.6rem 0 8.8rem;
  }
}
section.relationLink.sales {
  background: #fff;
  margin-top: 9rem;
}
section.relationLink h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #4B4B4B;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  section.relationLink h3 {
    width: 58rem;
    margin: auto auto 4rem;
    font-size: 3.2rem;
    text-align: left;
  }
}
section.relationLink ul {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  section.relationLink ul {
    width: 58rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 2.5rem;
  }
}
section.relationLink ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #4B4B4B;
  background: url("../images/arrow_r.png") no-repeat top 58% right;
  background-size: 0.6rem;
  padding-right: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  section.relationLink ul li a {
    font-size: 2.4rem;
    background: url("../images/arrow_r.png") no-repeat top 55% right;
    background-size: 0.9rem;
    padding-right: 3rem;
  }
}

.busiChildHead {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 9.7rem;
}
@media screen and (max-width: 768px) {
  .busiChildHead {
    width: 64rem;
    margin: auto;
  }
}
.busiChildHead .h1Box {
  width: 110rem;
  margin: auto;
  margin-bottom: 5.5rem;
  border-bottom: 0.1rem solid #cbcbcb;
}
@media screen and (max-width: 768px) {
  .busiChildHead .h1Box {
    width: 100%;
  }
}
.busiChildHead .h1Box h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #4B4B4B;
  padding-bottom: 2.4rem;
  display: inline-block;
  border-bottom: 0.2rem solid #ACC929;
}
@media screen and (max-width: 768px) {
  .busiChildHead .h1Box h1 {
    font-size: 4.5rem;
    padding-bottom: 3.6rem;
  }
}
.busiChildHead p.catch {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 5.8rem;
  color: #4B4B4B;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .busiChildHead p.catch {
    font-size: 5.2rem;
    line-height: 7.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .busiChildHead p.catch span.va70 {
    letter-spacing: -0.4vw;
  }
}
.busiChildHead p.lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: #4B4B4B;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .busiChildHead p.lead {
    font-size: 2.6rem;
    line-height: 4.6rem;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  .busiChildHead p.lead span.va70 {
    letter-spacing: 0.3rem;
  }
}

section.featureBox {
  width: 150rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.featureBox {
    width: 100%;
  }
}
section.featureBox .feat {
  width: 100%;
  padding: 6.8rem 0;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat {
    padding: 9.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  section.featureBox .feat:last-of-type {
    padding: 9.4rem 0;
  }
}
section.featureBox .feat .inner {
  width: 110rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .inner {
    width: 64rem;
    display: block;
  }
}
section.featureBox .feat:nth-of-type(1), section.featureBox .feat:nth-of-type(3) {
  background: #F5F5F5;
}
section.featureBox .feat:nth-of-type(2) .inner, section.featureBox .feat:nth-of-type(4) .inner {
  flex-direction: row-reverse;
}
section.featureBox .feat img {
  width: 55rem;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat img {
    width: 100%;
    margin-bottom: 5rem;
  }
}
section.featureBox .feat .txts {
  width: 49rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .txts {
    width: 100%;
  }
}
section.featureBox .feat .txts.irregular {
  width: 100%;
  padding: 0 5.5rem;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .txts.irregular {
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .txts.withThumb {
    padding-top: 11rem;
  }
}
section.featureBox .feat .txts p.numero {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #ACC929;
  display: inline-block;
  padding-bottom: 0.6rem;
  border-bottom: 0.1rem solid #ACC929;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .txts p.numero {
    font-size: 2.7rem;
  }
}
section.featureBox .feat .txts h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 4.2rem;
  color: #4B4B4B;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .txts h2 {
    font-size: 4.2rem;
    line-height: 6.3rem;
  }
}
section.featureBox .feat .txts p.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4B4B4B;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .txts p.lead {
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}
section.featureBox .feat .txts p.lead span.va175 {
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .txts p.lead span.va175 {
    letter-spacing: 0.05rem;
  }
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .txts p.lead span.va190 {
    letter-spacing: 0.25rem;
  }
}
section.featureBox .feat .txts p.lead span.va200 {
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .txts p.lead span.va200 {
    letter-spacing: 0.25rem;
  }
}
section.featureBox .feat .txts p.lead span.va45 {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .txts p.lead span.va45 {
    letter-spacing: 0.25rem;
  }
}
section.featureBox .feat .txts p.lead span.va27 {
  letter-spacing: 0.275rem;
}
@media screen and (max-width: 768px) {
  section.featureBox .feat .txts p.lead span.va27 {
    letter-spacing: 0.2rem;
  }
}
section.featureBox .feat .txts p.lead span.va07 {
  letter-spacing: 0.07rem;
}
section.featureBox .feat .txts p.lead span.va23 {
  letter-spacing: 0.23rem;
}

.example {
  width: 110rem;
  margin: 5rem auto auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .example {
    width: 64rem;
    padding-bottom: 0;
  }
}
.example h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #4B4B4B;
  padding: 1.3rem 5.3rem;
  background: #EDF3CF;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .example h3 {
    width: 64rem;
    margin: auto auto 4rem;
    font-size: 3rem;
    padding: 1.9rem 2.7rem;
  }
}
.example ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .example ul {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
.example ul li {
  width: 23.5rem;
}
@media screen and (max-width: 768px) {
  .example ul li {
    width: 29rem;
  }
}
@media screen and (max-width: 768px) {
  .example ul li:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .example ul li:nth-of-type(2) {
    margin-right: 0;
  }
}
.example ul li:nth-of-type(3) {
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .example ul li:nth-of-type(3) {
    width: 30.8rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .example ul li:nth-of-type(4) {
    width: 30rem;
    margin-right: -1.3rem;
  }
}

section.sdgs {
  width: 110rem;
  margin: 3.8rem auto auto;
  background: #F5F5F5;
  padding: 6.8rem 0;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  section.sdgs {
    width: 64rem;
    margin: 5rem auto 13.8rem;
    padding: 6.5rem 0;
  }
}
section.sdgs h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
  color: #4B4B4B;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  section.sdgs h2 {
    font-size: 3.8rem;
    line-height: 5.6rem;
  }
}
section.sdgs p.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4B4B4B;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  section.sdgs p.lead {
    width: 52rem;
    margin: auto;
    margin-bottom: 3.9rem;
    font-size: 2.4rem;
    line-height: 4.2rem;
    text-align: justify;
  }
}
section.sdgs ul {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  section.sdgs ul {
    width: 52rem;
    flex-wrap: wrap;
    row-gap: 3.5rem;
  }
}
section.sdgs ul li {
  width: 26.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #4B4B4B;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.sdgs ul li {
    width: 100%;
    font-size: 2.1rem;
  }
}
section.sdgs ul li img {
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 768px) {
  section.sdgs ul li img {
    margin-bottom: 1.5rem;
  }
}

ul.s_slider {
  width: 55rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  ul.s_slider {
    width: 64rem;
  }
}

ul.t_slider {
  width: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
ul.t_slider.t_slider02 {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  ul.t_slider {
    top: -2.5rem;
    bottom: auto;
    left: auto;
    right: 0;
  }
}
ul.t_slider li {
  width: 12.2rem !important;
  margin-right: 0.8rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  ul.t_slider li {
    width: 14.8rem !important;
    margin-right: 1rem;
  }
}
ul.t_slider li:last-of-type {
  margin-right: 0;
}

ul.s_slider ul.slick-dots {
  width: 100% !important;
  top: auto;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  ul.s_slider ul.slick-dots {
    bottom: 1rem;
    left: 6rem;
    gap: 2.6rem;
  }
}
ul.s_slider ul.slick-dots li {
  height: 1rem;
  width: 1rem;
  margin: 0 0;
}
@media screen and (max-width: 768px) {
  ul.s_slider ul.slick-dots li {
    height: 1.5rem;
    width: 1.5rem;
  }
}
ul.s_slider ul.slick-dots li.slick-active button, ul.s_slider ul.slick-dots li button {
  padding: 0;
}
@media screen and (max-width: 768px) {
  ul.s_slider ul.slick-dots li.slick-active button, ul.s_slider ul.slick-dots li button {
    height: 1.5rem;
    width: 1.5rem;
  }
}

section.vision01 {
  width: 100%;
  padding-top: 110px;
  margin-bottom: 118px;
}
@media screen and (max-width: 768px) {
  section.vision01 {
    padding-top: 10rem;
    margin-bottom: 11.8rem;
  }
}
section.vision01 .inner {
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.vision01 .inner {
    width: 100%;
  }
}
section.vision01 .inner h2 {
  width: 215.6px;
  margin: auto auto 34px;
}
@media screen and (max-width: 768px) {
  section.vision01 .inner h2 {
    width: 30.98rem;
    margin: auto auto 3.6rem;
  }
}
section.vision01 .inner p.catch {
  width: 100%;
  margin: auto auto 60px;
}
@media screen and (max-width: 768px) {
  section.vision01 .inner p.catch {
    width: 64rem;
    margin: auto auto 7.2rem;
  }
}
section.vision01 .inner figure.catch_detail {
  width: 908.36px;
  margin: auto 0 82px 126px;
}
@media screen and (max-width: 768px) {
  section.vision01 .inner figure.catch_detail {
    width: 64rem;
    margin: auto auto 10.8rem;
  }
}
section.vision01 .inner .thoughts {
  width: 100%;
  padding: 66px 0 76px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  section.vision01 .inner .thoughts {
    width: 70rem;
    padding: 9rem 0 10.4rem;
    margin: auto;
  }
}
section.vision01 .inner .thoughts h3.h3_thoughts {
  width: 650px;
  margin: auto auto 38px;
}
@media screen and (max-width: 768px) {
  section.vision01 .inner .thoughts h3.h3_thoughts {
    width: 60.89rem;
    margin: auto auto 5.8rem;
  }
}
section.vision01 .inner .thoughts figure.soyfull {
  width: 776.8px;
  margin: auto auto 54px;
}
@media screen and (max-width: 768px) {
  section.vision01 .inner .thoughts figure.soyfull {
    width: 64rem;
    margin: auto auto 6.2rem;
  }
}
section.vision01 .inner .thoughts figure.soyfulltowa {
  width: 734px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.vision01 .inner .thoughts figure.soyfulltowa {
    width: 62rem;
  }
}

section.vision02 {
  width: 100%;
  background: #F5F5F5;
  padding: 96px 0 136px;
}
@media screen and (max-width: 768px) {
  section.vision02 {
    padding: 10.8rem 0 10.8rem;
  }
}
section.vision02 .inner {
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.vision02 .inner {
    width: 100%;
  }
}
section.vision02 .inner h2 {
  width: 170px;
  margin: auto auto 34px;
}
@media screen and (max-width: 768px) {
  section.vision02 .inner h2 {
    width: 24.41rem;
    margin: auto auto 4rem;
  }
}
section.vision02 .inner p.catch {
  width: 100%;
  margin: auto auto 34px;
}
@media screen and (max-width: 768px) {
  section.vision02 .inner p.catch {
    width: 64rem;
    margin: auto auto 4.4rem;
  }
}
section.vision02 .inner h3 {
  width: 327px;
  margin: auto auto 26px;
}
@media screen and (max-width: 768px) {
  section.vision02 .inner h3 {
    width: 45.55rem;
    margin: auto auto 3.8rem;
  }
}
section.vision02 .inner ul {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  section.vision02 .inner ul {
    flex-direction: column;
    row-gap: 2rem;
    width: 64rem;
  }
}
section.vision02 .inner ul li {
  width: 432px;
}
@media screen and (max-width: 768px) {
  section.vision02 .inner ul li {
    width: 100%;
  }
}

section.vision03 {
  width: 100%;
  padding: 82px 0 150px;
}
@media screen and (max-width: 768px) {
  section.vision03 {
    padding: 9.4rem 0;
  }
}
section.vision03 .inner {
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.vision03 .inner {
    width: 100%;
  }
}
section.vision03 .inner h2 {
  width: 136.6px;
  margin: auto auto 33px;
}
@media screen and (max-width: 768px) {
  section.vision03 .inner h2 {
    width: 19.6rem;
    margin: auto auto 3.6rem;
  }
}
section.vision03 .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  section.vision03 .inner ul {
    width: 64rem;
    margin: auto;
    gap: 2rem;
  }
}
section.vision03 .inner ul li {
  width: 540px;
}

section.policy {
  width: 100%;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  section.policy {
    padding-bottom: 0;
  }
}
section.policy .inner {
  width: 97rem;
  margin: auto;
  padding-top: 5.7rem;
}
@media screen and (max-width: 768px) {
  section.policy .inner {
    width: 64rem;
    padding-top: 7rem;
  }
}
section.policy .inner h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #4B4B4B;
  margin-bottom: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.policy .inner h2 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
  }
}
section.policy .inner ul {
  list-style-position: inside;
  margin-left: 2rem;
}
section.policy .inner ul li {
  list-style-type: disc;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #4B4B4B;
  letter-spacing: -0.01rem;
}
@media screen and (max-width: 768px) {
  section.policy .inner ul li {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
section.policy .inner ul li span {
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  section.policy .inner ul li span {
    font-weight: 700;
  }
}

@media print {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html.prevent {
    overflow: hidden;
    height: 100%;
  }
}
