@charset "UTF-8";

html {
  font-size: 62.5%;
}

* {
  line-height: 1em;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
th,
td,
pre,
form,
fieldset,
input,
textarea {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100.5%;
  word-wrap: break-word;
}

p,
dd,
li {
  word-break: normal;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.none {
  display: none !important;
}

img {
  font-size: 0;
  line-height: 0;
}

.accessibility {
  display: none;
}

.android p,
.android dd {
  background: url(../images/common/bg_transparent.png);
}

.android p,
.android dt,
.android dd,
.android div {
  max-height: 999999px;
}

body.ios {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #111e1e;
}

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

ul {
  margin: 0;
  padding: 0;
}

li,
p {
  line-height: 1.7;
}

@media only screen and (max-width: 600px) {

  li,
  p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}

.fwb {
  font-weight: bold;
}

.font-bebas {
  font-family: "Bebas Neue", cursive;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
}

.por {
  position: relative;
}

#toTop {
  position: absolute;
  top: 0;
}

.bg-white {
  background: #fff;
}

main {
  margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
  main {
    margin-top: 70px;
  }
}

.common__box-l {
  padding: 50px 90px 50px 50px;
  z-index: 10;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .common__box-l {
    padding: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .common__box-l {
    padding: 20px;
  }
}

.common__box-l__catch {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1.9;
}

@media only screen and (max-width: 1680px) {
  .common__box-l__catch {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 1280px) {
  .common__box-l__catch {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 1024px) {
  .common__box-l__catch {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 600px) {
  .common__box-l__catch {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.common__box-l__head {
  color: #BAC6C1;
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .common__box-l__head {
    font-size: 38px;
    font-size: 3.8rem;
    margin-bottom: 0;
  }
}

.common__box-l__lead {
  line-height: 2;
}

@media only screen and (max-width: 1024px) {
  .common__box-l__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 600px) {
  .common__box-l__lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.common__box {
  padding: 45px 60px;
}

@media only screen and (max-width: 1024px) {
  .common__box {
    padding: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .common__box {
    padding: 25px 20px;
  }
}

.common__box__container {
  position: relative;
  background: #E5E1D0;
  width: 100%;
  margin: 120px 0 180px;
  padding: 95px 0 35px;
}

@media only screen and (max-width: 960px) {
  .common__box__container {
    margin-top: 70px;
    margin-bottom: 100px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .common__box__container {
    padding: 70px 0 20px;
  }
}

.common__box__container__ttl {
  position: absolute;
  font-size: 80px;
  font-size: 8rem;
  color: #BAC6C1;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .common__box__container__ttl {
    font-size: 60px;
    font-size: 6rem;
    top: -45px;
  }
}

.common__box__container 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;
}

.common__box__container li {
  width: 48%;
  background: #fff;
  margin-bottom: 60px;
}

@media only screen and (max-width: 960px) {
  .common__box__container li {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .common__box__container li {
    margin-bottom: 40px;
  }
}

.common__box__head {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .common__box__head {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  .common__box__head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.common__box__head:after {
  content: " ";
  display: block;
  width: 240px;
  border-bottom: 4px solid #6FAC33;
  margin: 15px auto 30px;
}

@media only screen and (max-width: 600px) {
  .common__box__head:after {
    width: 180px;
    margin: 10px auto 15px;
  }
}

.common__box__img {
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .common__box__img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .common__box__img {
    margin-bottom: 15px;
  }
}

.common__box__img img {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .common__box__txt br {
    display: none;
  }
}

.common__box-s {
  padding: 45px 0px;
}

@media only screen and (max-width: 1024px) {
  .common__box-s {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  .common__box-s {
    padding: 25px 0;
  }
}

.common__box-s__container {
  position: relative;
  width: 100%;
  margin: 0px 0 180px;
}

@media only screen and (max-width: 960px) {
  .common__box-s__container {
    margin-top: 0px;
    margin-bottom: 100px;
  }
}

.common__box-s__container__ttl {
  position: absolute;
  font-size: 80px;
  font-size: 8rem;
  color: #BAC6C1;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .common__box-s__container__ttl {
    font-size: 60px;
    font-size: 6rem;
    top: -45px;
  }
}

.common__box-s__container 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;
}

.common__box-s__container ul:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

.common__box-s__container li {
  width: 30%;
  background: #fff;
}

@media only screen and (max-width: 960px) {
  .common__box-s__container li {
    width: 100%;
  }
}

.common__box-s__head {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .common__box-s__head {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .common__box-s__head {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 600px) {
  .common__box-s__head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.common__box-s__head:after {
  content: " ";
  display: block;
  width: 240px;
  border-bottom: 4px solid #6FAC33;
  margin: 15px auto 30px;
}

@media only screen and (max-width: 600px) {
  .common__box-s__head:after {
    width: 180px;
    margin: 10px auto 15px;
  }
}

.common__box-s__img {
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .common__box-s__img {
    margin-bottom: 15px;
  }
}

.common__box-s__img img {
  width: 100%;
}

.button {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 20px 60px;
  color: #111e1e;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 10px;
}

.button:hover {
  color: #fff;
  background: #111e1e;
}

.button:hover .fa-angle-right {
  right: 8px;
}

.button__wrap {
  padding: 60px 0 0;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .button__wrap {
    padding: 30px 0 20px;
  }
}

.btn-yellow {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  padding: 15px;
  width: 260px;
  background: #D99E18;
  border-radius: 30px;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .btn-yellow {
    width: 220px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-yellow:hover {
  background: #142920;
}

.btn-green {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  padding: 15px;
  width: 260px;
  background: #6FAC33;
  border-radius: 30px;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .btn-green {
    width: 220px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-green:hover {
  background: #142920;
}

.btn-mainwrap {
  padding: 15px 50px;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}

.grid-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1680px) {
  .grid-container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1280px) {
  .grid-container {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1024px) {
  .grid-container {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .grid-container {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-container {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.grid-s-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1680px) {
  .grid-s-container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-s-container {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.grid-full-container {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .grid-full-container {
    width: auto;
  }
}

.container-inner {
  padding: 120px 100px;
  background: #fff;
}

.container-inner-nobg {
  padding: 20px 60px;
}

.head-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  border-radius: 45px;
  padding: 15px 25px;
  margin: 0 0 50px;
}

.block-ttl {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 50px;
}

.box-ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 25px;
}

.inner-ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 15px;
}

.local-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.local-content__row>div {
  margin-bottom: 45px;
}

.local-content__row-col {
  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;
}

.local-content__row-col>div {
  margin-bottom: 45px;
}

.page__header {
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .page__header {
    height: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .page__header {
    height: 250px;
  }
}

.page__header__ttl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.page__header__ttl span {
  display: block;
  text-align: center;
  color: #BAC6C1;
  font-size: 50px;
  font-size: 5rem;
}

@media only screen and (max-width: 600px) {
  .page__header__ttl span {
    font-size: 40px;
    font-size: 4rem;
  }
}

.page__header__ttl span:after {
  content: " ";
  display: block;
  width: 400px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .page__header__ttl span:after {
    width: 250px;
  }
}

.page__header__ttl h1 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .page__header__ttl h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.page__breadcrumb {
  background: #fff;
  width: 100%;
}

.page__breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 40px 90px;
}

@media only screen and (max-width: 960px) {
  .page__breadcrumb ol {
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .page__breadcrumb ol {
    padding: 15px 15px 20px;
  }
}

.page__breadcrumb li {
  color: #525A57;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 960px) {
  .page__breadcrumb li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page__breadcrumb li:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  padding: 0 0.6em;
  color: #525A57;
}

.page__breadcrumb li:last-child:after {
  content: "";
}

.page__breadcrumb li a {
  color: #525A57;
}

.page__breadcrumb li a:hover {
  color: #111e1e;
}

.page__nav.navfix {
  position: fixed;
  top: 100px;
  z-index: 50;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1024px) {
  .page__nav.navfix {
    top: 70px;
  }
}

@media only screen and (max-width: 600px) {
  .page__nav.navfix {
    display: none;
  }
}

.page__nav {
  position: relative;
  padding: 10px 0;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page__nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .page__nav ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page__nav ol li {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .page__nav ol li {
    padding: 5px 0;
  }
}

.page__nav ol li:after {
  content: " ";
  border-right: 1px solid #BAC6C1;
  padding: 10px 0;
}

@media only screen and (max-width: 960px) {
  .page__nav ol li:after {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .page__nav ol li:after {
    border: none;
  }
}

.page__nav ol li:last-child:after {
  content: " ";
  border-right: none;
}

.page__nav ol li a {
  position: relative;
  left: 0.6em;
  color: #111e1e;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0px 70px;
}

@media only screen and (max-width: 1280px) {
  .page__nav ol li a {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .page__nav ol li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 960px) {
  .page__nav ol li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .page__nav ol li a {
    padding: 0;
  }
}

.page__nav ol li a i {
  padding: 0 10px;
  color: #6FAC33;
}

.page__nav ol li a:hover {
  color: #357C53;
}

.page__catch {
  margin: 130px auto 100px;
}

@media only screen and (max-width: 960px) {
  .page__catch {
    margin: 50px auto;
  }
}

.page__catch__wrap {
  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;
}

@media only screen and (max-width: 960px) {
  .page__catch__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 600px) {
  .page__catch__wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.page__catch__icon {
  width: 150px;
  margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
  .page__catch__icon {
    width: 120px;
  }
}

@media only screen and (max-width: 960px) {
  .page__catch__icon {
    width: 100px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.page__catch__icon img {
  width: 100%;
}

.page__catch__txt {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.7;
}

@media only screen and (max-width: 1024px) {
  .page__catch__txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 960px) {
  .page__catch__txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 600px) {
  .page__catch__txt {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .page__catch__txt br {
    display: none;
  }
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.logo p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #111e1e;
}

@media only screen and (max-width: 1680px) {
  .logo p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1280px) {
  .logo p {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1680px) {
  .logo img {
    width: 250px;
  }
}

@media only screen and (max-width: 1280px) {
  .logo img {
    width: 200px;
  }
}

/*グローバルメニュー*/
/******************/
.header {
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header-inner {
  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;
}

.global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0;
  list-style: none;
}

.global-nav__item {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-nav__item .current {
  position: relative;
}

.global-nav__item .current:after {
  content: " ";
  display: block;
  position: relative;
  top: 8px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#1E865A), to(#6FAC33));
  background: linear-gradient(90deg, #1E865A, #6FAC33);
  opacity: 1;
}

.global-nav__item a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 10px 5px;
  margin: 0 8px;
  color: #111e1e;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.global-nav__item a:after {
  content: " ";
  display: block;
  position: relative;
  top: 8px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#1E865A), to(#6FAC33));
  background: linear-gradient(90deg, #1E865A, #6FAC33);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.global-nav__item a:hover {
  position: relative;
}

.global-nav__item a:hover:after {
  content: " ";
  display: block;
  position: relative;
  top: 8px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#1E865A), to(#6FAC33));
  background: linear-gradient(90deg, #1E865A, #6FAC33);
  opacity: 1;
}

@media only screen and (max-width: 1680px) {
  .global-nav__item a {
    margin-right: 13px;
    margin-left: 13px;
  }
}

@media only screen and (max-width: 1680px) {
  .global-nav__item a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 1280px) {
  .global-nav__item a {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 2px;
    margin-left: 2px;
  }
}

.global-nav__item-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 35px 0 30px;
}

@media only screen and (max-width: 1680px) {
  .global-nav__item-tel {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }
}

.global-nav__item-tel-number {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-right: 1rem;
}

@media only screen and (max-width: 1680px) {
  .global-nav__item-tel-number {
    font-size: 15px;
  }
}

.global-nav__item-tel p {
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 1680px) {
  .global-nav__item-tel p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1280px) {
  .global-nav__item-tel p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.global-nav__item-tel span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 1680px) {
  .global-nav__item-tel span {
    font-size: 12px;
  }
}

.global-nav__item-tel i {
  -webkit-transform: rotate(104deg);
  transform: rotate(104deg);
}

.global-nav__item-contact {
  cursor: pointer;
}

.global-nav__item-contact a {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #D99E18;
  padding: 14px 25px;
  border-radius: 28px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1680px) {
  .global-nav__item-contact a {
    padding: 10px 37px;
  }
}

@media only screen and (max-width: 1680px) {
  .global-nav__item-contact a {
    padding: 5px 20px 5px 30px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1280px) {
  .global-nav__item-contact a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.global-nav__item-contact a i {
  font-size: 23px;
  font-size: 2.3rem;
  padding-right: 7px;
}

@media only screen and (max-width: 1280px) {
  .global-nav__item-contact a i {
    font-size: 20px;
    font-size: 2rem;
  }
}

.global-nav__item-contact a:hover {
  background: #111e1e;
}

@media only screen and (max-width: 1680px) {
  .global-nav__full {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .global-nav__full {
    display: block;
  }
}

.global-nav__wide {
  display: none;
}

@media only screen and (max-width: 1680px) {
  .global-nav__wide {
    display: block;
    margin: 0 50px 0 55px;
  }
}

@media only screen and (max-width: 1680px) {
  .global-nav__wide {
    margin: 0 25px 0 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .global-nav__wide {
    margin: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .global-nav__item-contact.global-xl {
    display: none;
  }
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
}

#page-top a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

#to-pagetop {
  display: table;
  width: 40px;
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 999;
  opacity: 0;
}

@media only screen and (max-width: 960px) {
  #to-pagetop {
    right: 20px;
    bottom: 20px;
  }
}

#to-pagetop a {
  display: table-cell;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background: #6FAC33;
  color: #fff;
}

#to-pagetop a:hover {
  background: #111e1e;
}

.hamburger,
.black-bg,
.global-nav__item-sp {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .header {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 55px;
  }

  .header-inner {
    width: 100%;
  }

  .logo img {
    width: 200px;
  }

  .global-nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 200;
    overflow-y: auto;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .global-nav__item {
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1024px) {
  .global-nav__item {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .global-nav__item a {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    padding: 8px 0;
    text-decoration: none;
  }

  .global-nav__item-tel {
    margin: 20px auto 15px;
  }

  .global-nav__item-tel p {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .global-nav__item-tel p svg {
    width: 19px;
    height: 19px;
    left: -23px;
    top: 7px;
  }

  .global-nav__item-contact {
    position: relative;
    text-align: left;
    top: 0;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .global-nav__item-contact.global-nav__wide {
  display: none;
}

  .global-nav__item-contact a {
    border-radius: 20px;
    padding: 10px 20px;
  }

  .global-nav__item-sp {
    display: block;
  }

  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 42px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
  }

  .hamburger__line {
    position: absolute;
    left: 18px;
    width: 23px;
    height: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #111e1e;
  }

  .hamburger__line--1 {
    top: 17px;
  }

  .hamburger__line--2 {
    top: 25px;
  }

  .hamburger__line--3 {
    top: 33px;
  }

  .black-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
  }

  .nav-open .global-nav {
    right: 0;
    background: #fff;
  }

  .nav-open .black-bg {
    opacity: 0.8;
    visibility: visible;
  }

  .nav-open .hamburger__line--1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger__line--3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
  }
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 960px) {
  .footer-contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-contact__tel {
  background: no-repeat url("../images/common/bg_footer.jpg");
  background-size: cover;
  padding: 120px 0;
  width: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 960px) {
  .footer-contact__tel {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .footer-contact__tel {
    padding: 50px 0;
  }
}

.footer-contact__tel__head {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: bold;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
  .footer-contact__tel__head {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 600px) {
  .footer-contact__tel__head {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 15px;
    text-align: center;
  }
}

.footer-contact__tel__txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .footer-contact__tel__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 600px) {
  .footer-contact__tel__txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 15px;
  }

  .footer-contact__tel__txt br {
    display: none;
  }
}

.footer-contact__tel__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px 0 60px;
}

@media only screen and (max-width: 1024px) {
  .footer-contact__tel__number {
    margin-left: 70px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-contact__tel__number {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-contact__tel__number p {
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 53px;
  font-size: 5.3rem;
}

@media only screen and (max-width: 1280px) {
  .footer-contact__tel__number p {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 600px) {
  .footer-contact__tel__number p {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.footer-contact__tel__number p i {
  -webkit-transform: rotate(104deg);
  transform: rotate(104deg);
}

.footer-contact__tel__number p span {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 1280px) {
  .footer-contact__tel__number p span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.footer-contact__form {
  background: #357C53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 120px 0;
  width: 50%;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .footer-contact__form {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .footer-contact__form {
    padding: 50px 0;
  }
}

.footer-contact__form__head {
  font-size: 42px;
  font-size: 4.2rem;
  color: #BAC6C1;
  padding-bottom: 10px;
  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;
  position: relative;
}

.footer-contact__form__head i {
  font-size: 46px;
  font-size: 4.6rem;
  color: #fff;
  padding-right: 5px;
  position: relative;
  top: -4px;
}

@media only screen and (max-width: 600px) {
  .footer-contact__form__head i {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.footer-contact__form__txt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .footer-contact__form__txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  .footer-contact__form__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.footer {
  background: #142920;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
}

.footer__wrap {
  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-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
  .footer__wrap {
    display: block;
  }
}

.footer__info {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1280px) {
  .footer__info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer__info p {
  padding-bottom: 0.5em;
}

.footer__info__name {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .footer__info__name {
    font-size: 20px;
    font-size: 2rem;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 1280px) {
  .footer__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .footer__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__nav li {
  margin-left: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1680px) {
  .footer__nav li {
    margin-left: 13px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer__nav li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .footer__nav li:first-of-type {
    margin-left: 0;
  }
}

@media only screen and (max-width: 960px) {
  .footer__nav li {
    margin: 0;
    width: 25%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .footer__nav li {
    width: 50%;
  }
}

.footer__nav li a {
  color: #fff;
}

.footer__nav li a:hover {
  color: #D99E18;
}

.footer__privacy {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

#home .home-hero {
  position: relative;
}

#home .home-hero__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

#home .home-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
}

#home .home-hero__slide:nth-child(1) {
  background-image: url("../images/home/top_01.jpg?=02");
}

#home .home-hero__slide:nth-child(2) {
  background-image: url("../images/home/top_02.jpg?=02");
}

#home .home-hero__slide:nth-child(3) {
  background-image: url("../images/home/top_03.jpg?=02");
}

#home .home-hero__slide:nth-child(4) {
  background-image: url("../images/home/top_04.jpg?=02");
}

#home .home-hero__slide.is-active {
  opacity: 1;
  animation: heroZoom 7s linear forwards;
}

@keyframes heroZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

#home .home-hero__head,
#home .home-hero .grid-container {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 960px) {
  #home .home-hero {
    height: 100vh;
  }

  #home .home-hero__slide:nth-child(1) {
    background-image: url("../images/home/hero_sp.jpg");
  }
}

#home .home-hero__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 600px) {
  #home .home-hero__head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#home .home-hero__head h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 150px;
  font-size: 15rem;
  color: #fff;
  text-align: center;
  line-height: 0.3;
}

@media only screen and (max-width: 960px) {
  #home .home-hero__head h2 {
    font-size: 110px;
    font-size: 11rem;
  }
}

@media only screen and (max-width: 600px) {
  #home .home-hero__head h2 {
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 0.5;
  }
}

#home .home-hero__head h2 span {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  #home .home-hero__head h2 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 600px) {
  #home .home-hero__head h2 span {
    font-size: 20px;
    font-size: 2rem;
  }
}

#home .home-news {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  bottom: -40px;
  right: 0;
  background: #fff;
  padding: 0 15px 0 0;
  z-index: 10;
}

@media only screen and (max-width: 1024px) {
  #home .home-news {
    position: relative;
    padding: 0;
  }
}

@media only screen and (max-width: 960px) {
  #home .home-news {
    bottom: 40px;
  }
}

#home .home-news__wrap {
  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 only screen and (max-width: 960px) {
  #home .home-news__wrap {
    display: block;
    padding-bottom: 25px;
    text-align: center;
  }
}

#home .home-news__wrap h3 {
  background: #142920;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  padding: 23px 0 10px;
  font-size: 50px;
  font-size: 5rem;
  width: 200px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #home .home-news__wrap h3 {
    width: 100%;
    font-size: 40px;
    font-size: 4rem;
    padding: 13px 0 4px;
  }
}

#home .home-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  #home .home-news__content {
    display: block;
    padding-bottom: 25px;
  }
}

#home .home-news__btn {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #home .home-news__btn {
    margin-right: 15px;
  }
}

#home .home-news__link {
  padding-left: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  #home .home-news__link {
    text-align: left;
    padding-top: 25px;
  }
}

#home .home-news__link p {
  padding-bottom: 5px;
}

#home .home-news__link a {
  color: #111e1e;
  text-decoration: underline;
  margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
  #home .home-news__link a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#home .home-about {
  position: relative;
}

#home .home-about .home-content__top:before {
  content: "　";
  position: absolute;
  top: 0;
  height: 33%;
  width: 65%;
  background: linear-gradient(150deg, #1E7686 0%, #1E865A 10%, #6FAC33 100%);
}

@media only screen and (max-width: 600px) {
  #home .home-about .home-content__top:before {
    width: 100%;
  }
}

#home .home-about__head__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 200px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1680px) {
  #home .home-about__head__wrap {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 960px) {
  #home .home-about__head__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 250px;
  }
}

#home .home-about__head__img {
  position: absolute;
  right: 0;
  top: 200px;
  width: 51%;
}

@media only screen and (max-width: 960px) {
  #home .home-about__head__img {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
}

#home .home-about__head__img img {
  width: 100%;
}

#home .home-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 960px) {
  #home .home-about__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#home .home-about__list__item {
  width: 28%;
}

@media only screen and (max-width: 1024px) {
  #home .home-about__list__item {
    width: 31%;
  }
}

@media only screen and (max-width: 960px) {
  #home .home-about__list__item {
    width: 100%;
  }
}

#home .home-about__list__img {
  position: relative;
}

#home .home-about__list__img img {
  width: 100%;
}

#home .home-about__list__img p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #BAC6C1;
  padding: 20px 20px 0;
  background: #fff;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}

@media only screen and (max-width: 600px) {
  #home .home-about__list__img p {
    font-size: 30px;
    font-size: 3rem;
  }
}

#home .home-about__link {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  #home .home-about__link {
    margin-top: 50px;
  }
}

#home .home-service {
  position: relative;
}

#home .home-service .home-content__top:before {
  content: "　";
  position: absolute;
  top: 0;
  right: 0;
  height: 33%;
  width: 65%;
  background: linear-gradient(150deg, #1E7686 0%, #1E865A 10%, #6FAC33 100%);
}

#home .home-service__head__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1680px) {
  #home .home-service__head__wrap {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 960px) {
  #home .home-service__head__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#home .home-service__head__img {
  position: absolute;
  left: 0;
  top: 160px;
  width: 51%;
}

@media only screen and (max-width: 960px) {
  #home .home-service__head__img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
}

#home .home-service__head__img img {
  width: 100%;
}

#home .home-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 960px) {
  #home .home-service__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#home .home-service__list__item {
  width: 45%;
}

@media only screen and (max-width: 960px) {
  #home .home-service__list__item {
    width: 100%;
  }
}

#home .home-service__list__img {
  position: relative;
}

#home .home-service__list__img img {
  width: 100%;
}

#home .home-service__list__img p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #BAC6C1;
  padding: 20px 20px 0;
  background: #fff;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}

#home .home-service__link {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 190px;
}

#home .home-content__top__caption {
  background: #fff;
  margin: 200px 0 20px;
  width: 56%;
  z-index: 10;
}

@media only screen and (max-width: 960px) {
  #home .home-content__top__caption {
    margin-top: 0px;
    width: 100%;
  }
}

#home .home-content__top__caption-reverse {
  background: #fff;
  margin: 200px 0 20px auto;
  width: 56%;
  z-index: 10;
}

@media only screen and (max-width: 960px) {
  #home .home-content__top__caption-reverse {
    margin-top: 0px;
    width: 100%;
  }
}

#home .home-content__btm {
  padding-bottom: 150px;
}

#home .home-content__btm:before {
  content: "　";
  position: absolute;
  bottom: 0;
  height: 33%;
  width: 100%;
  background: #E5E1D0;
}

@media only screen and (max-width: 600px) {
  #home .home-content__btm .grid-container {
    margin-left: 0;
    margin-right: 0;
  }
}

#home .home-content__btm ul:before {
  content: "　";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 210px;
  width: 180px;
  background: linear-gradient(150deg, #1E7686 0%, #1E865A 10%, #6FAC33 100%);
}

#home .home-content__btm ul:after {
  content: "　";
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 200px;
  background: linear-gradient(150deg, #1E7686 0%, #1E865A 10%, #6FAC33 100%);
}

#home .home-content__btm li {
  z-index: 10;
  margin: 40px;
}

@media only screen and (max-width: 1280px) {
  #home .home-content__btm li {
    margin: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  #home .home-content__btm li {
    margin: 15px;
  }
}

#home .home-content__btm__box {
  background: #fff;
}

#home .home-content__btm__box div {
  padding: 30px;
}

@media only screen and (max-width: 1024px) {
  #home .home-content__btm__box div {
    padding: 24px 30px 30px;
  }
}

@media only screen and (max-width: 600px) {
  #home .home-content__btm__box div {
    padding: 20px;
  }
}

#home .home-content__btm__box h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 1680px) {
  #home .home-content__btm__box h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1280px) {
  #home .home-content__btm__box h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#home .home-content__btm__box p {
  margin-bottom: 15px;
  line-height: 1.8;
}

#home .home-content__btm__box button {
  margin-top: 20px;
}

@media only screen and (max-width: 960px) {
  #home .home-content__btm__box button {
    margin-top: 0;
  }
}

@media only screen and (max-width: 600px) {
  #home .home-content__btm__box button {
    margin-bottom: 10px;
  }
}

#about img {
  width: 100%;
}

#about .page__header {
  background: no-repeat url("../images/about/header.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #about .page__header .grid-container {
    width: 100%;
  }
}

#about .content {
  position: relative;
  padding-top: 70px;
}

#about .content:before {
  content: " ";
  position: absolute;
  top: 0;
  height: 33%;
  max-height: 300px;
  width: 50%;
  background: linear-gradient(150deg, #1E7686 0%, #1E865A 10%, #6FAC33 100%);
}

@media only screen and (max-width: 960px) {
  #about .content:before {
    width: 70%;
  }
}

@media only screen and (max-width: 600px) {
  #about .content:before {
    width: 100%;
  }
}

#about .content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

#about .content__head__box-l {
  width: 56%;
  z-index: 10;
  margin-bottom: 200px;
}

@media only screen and (max-width: 1680px) {
  #about .content__head__box-l {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 960px) {
  #about .content__head__box-l {
    width: 100%;
    margin-bottom: 0;
  }
}

#about .content__head__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 51%;
}

@media only screen and (max-width: 960px) {
  #about .content__head__img {
    width: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 600px) {
  #about .content .grid-container {
    margin-right: 0;
    margin-left: 0;
  }
}

#about #system:before {
  right: 0;
}

#about #system .content__head {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 960px) {
  #about #system .content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#about #system .content__head__img {
  left: 0;
}

#about #system .system__area {
  margin: 0 0 400px;
}

@media only screen and (max-width: 1280px) {
  #about #system .system__area {
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 960px) {
  #about #system .system__area {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 600px) {
  #about #system .system__area {
    margin-bottom: 50px;
  }
}

#about #system .system__area__catch {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #357C53;
  line-height: 1.7;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  #about #system .system__area__catch {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  #about #system .system__area__catch {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

#about #system .system__area__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  #about #system .system__area__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#about #system .system__area__info {
  padding-right: 20px;
  width: 38%;
  max-width: 470px;
}

@media only screen and (max-width: 960px) {
  #about #system .system__area__info {
    width: 100%;
    padding-right: 0;
  }
}

#about #system .system__area__info h5 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 30px 0;
}

@media only screen and (max-width: 960px) {
  #about #system .system__area__info h5 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  #about #system .system__area__info h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px 0 15px;
  }
}

#about #system .system__area__info li {
  margin-bottom: 30px;
}

#about #system .system__area__img {
  width: 62%;
  max-width: 830px;
}

@media only screen and (max-width: 960px) {
  #about #system .system__area__img {
    width: 100%;
  }
}

#about #system .system__area__img img {
  width: 100%;
}

#about #hospitality {
  margin-bottom: 200px;
}

@media only screen and (max-width: 1280px) {
  #about #hospitality {
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 960px) {
  #about #hospitality {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 600px) {
  #about #hospitality {
    margin-bottom: 50px;
  }
}

#about #facility:before {
  right: 0;
}

#about #facility .content__head {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 960px) {
  #about #facility .content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#about #facility .content__head__img {
  left: 0;
}

#about .common__box-l {
  padding: 40px 200px 70px 140px;
}

@media only screen and (max-width: 1680px) {
  #about .common__box-l {
    padding-right: 100px;
    padding-left: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  #about .common__box-l {
    padding: 40px;
  }
}

@media only screen and (max-width: 600px) {
  #about .common__box-l {
    padding: 15px;
  }
}

#about .common__box-l__head {
  line-height: 1;
}

#news .news-container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 100px;
}

#news img {
  width: 100%;
}

#news .page__header {
  background: no-repeat url("../images/contact/header.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #news .page__header .grid-container {
    width: 100%;
  }
}

#news .news__list {
  max-width: 1000px;
  margin: 140px auto;
}

#news .news__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #BAC6C1;
  padding: 30px 0;
}

#news .news__list li:first-of-type {
  border-top: 1px solid #BAC6C1;
}

@media only screen and (max-width: 960px) {
  #news .news__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
  }
}

#news .news__list h4 {
  width: 12em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #357C53;
  padding-right: 2em;
}

@media only screen and (max-width: 1280px) {
  #news .news__list h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 960px) {
  #news .news__list h4 {
    margin-bottom: 5px;
  }
}

#news .news__list p {
  color: #111e1e;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#news .news__list p:hover {
  text-decoration: underline;
}

#news .news__link {
  text-align: center;
  margin: 0 auto 140px;
}

#news .news-single__date {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

#news .news-single__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

#news .news-single__box {
  padding-top: 40px;
}

#news .news-single__img {
  margin-top: 60px;
  margin-bottom: 60px;
}

#news .news-single__img img {
  width: 100%;
}

.product__box-l {
  padding: 50px 0;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .product__box-l {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .product__box-l {
    padding: 20px 0 0;
    background: none;
  }
}

.product__box-l__head {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1.9;
}

@media only screen and (max-width: 1680px) {
  .product__box-l__head {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 1280px) {
  .product__box-l__head {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 1024px) {
  .product__box-l__head {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 600px) {
  .product__box-l__head {
    font-size: 16px;
    font-size: 1.6rem;
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -ms-grid;
    display: grid;
    padding: 5px 15px;
  }
}

.product__box-l__head span {
  display: block;
  color: #BAC6C1;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .product__box-l__head span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  .product__box-l__head span {
    margin-bottom: 0;
  }
}

.product__box-l__lead {
  line-height: 2;
}

@media only screen and (max-width: 1024px) {
  .product__box-l__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 600px) {
  .product__box-l__lead {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
}

.product__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.product__flow__wrap {
  margin: 40px 0;
}

.product__flow__container {
  position: relative;
  background: #E5E1D0;
  width: 100%;
  margin: 120px 0 180px;
  padding: 95px 0 35px;
}

@media only screen and (max-width: 1680px) {
  .product__flow__container {
    padding-top: 35px;
  }
}

@media only screen and (max-width: 960px) {
  .product__flow__container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 600px) {
  .product__flow__container {
    padding: 40px 0 20px;
  }
}

.product__flow__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__flow__ttl__img {
  width: 150px;
  padding-right: 50px;
}

@media only screen and (max-width: 1024px) {
  .product__flow__ttl__img {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .product__flow__ttl__img {
    width: 100px;
  }
}

@media only screen and (max-width: 600px) {
  .product__flow__ttl__img {
    width: 70px;
  }
}

.product__flow__ttl__img img {
  width: 100%;
}

.product__flow__ttl p {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .product__flow__ttl p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 960px) {
  .product__flow__ttl p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 600px) {
  .product__flow__ttl p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.product__flow__number {
  background: linear-gradient(150deg, #1E7686 0%, #1E865A 10%, #6FAC33 100%);
  padding: 20px 40px;
  position: relative;
  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;
}

@media only screen and (max-width: 960px) {
  .product__flow__number {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .product__flow__number {
    padding: 0 10px;
  }
}

.product__flow__number:after {
  content: " ";
  display: block;
  position: absolute;
  height: 30px;
  top: -30px;
  border-right: 6px solid #357C53;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product__flow__number p {
  position: relative;
  font-size: 50px;
  font-size: 5rem;
  font-family: "Bebas Neue", cursive;
  color: #fff;
}

@media only screen and (max-width: 960px) {
  .product__flow__number p {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 600px) {
  .product__flow__number p {
    font-size: 30px;
    font-size: 3rem;
  }
}

.product__flow__info {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-left: 40px;
}

@media only screen and (max-width: 1280px) {
  .product__flow__info {
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 600px) {
  .product__flow__info {
    padding-left: 15px;
    padding-right: 20px;
  }
}

.product__flow__head {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 10px 0;
}

@media only screen and (max-width: 1024px) {
  .product__flow__head {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 960px) {
  .product__flow__head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 600px) {
  .product__flow__head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.product__flow__head span {
  color: #357C53;
}

.product__flow:first-child .product__flow__number:after {
  content: " ";
  display: none;
}

#pallet img {
  width: 100%;
}

#pallet .common__box__container {
  margin-top: 0;
}

#pallet .page__header {
  background: no-repeat url("../images/pallet/header.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #pallet .page__header .grid-container {
    width: 100%;
  }
}

#pallet .common__box__txt-number {
  font-size: 14px;
  text-align: end;
  margin-bottom: -14px;
}

@media only screen and (max-width: 960px) {
  #pallet .common__box__txt-number {
    font-size: 13px;
    margin-bottom: 0;
  }
}

#pallet .content {
  position: relative;
  padding-top: 170px;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #6FAC33 0%, #6FAC33 15%, #357C53 15%, #357C53 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#6FAC33), color-stop(15%, #6FAC33), color-stop(15%, #357C53), to(#357C53));
  border-image: linear-gradient(to right, #6FAC33 0%, #6FAC33 15%, #357C53 15%, #357C53 100%);
  border-image-slice: 1;
  border-image-width: 0 0 4px;
}

@media only screen and (max-width: 960px) {
  #pallet .content {
    padding-top: 30px;
  }
}

#pallet .content:last-child {
  border-bottom: none;
}

#pallet .content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 220px;
}

@media only screen and (max-width: 960px) {
  #pallet .content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }
}

#pallet .content__head__box-l {
  width: 43%;
  z-index: 10;
}

@media only screen and (max-width: 960px) {
  #pallet .content__head__box-l {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #pallet .content__head__box-l {
    position: relative;
    top: -100px;
  }
}

#pallet .content__head__img {
  position: relative;
  right: 40px;
  top: 0;
  width: 50%;
}

@media only screen and (max-width: 960px) {
  #pallet .content__head__img {
    width: 100%;
    right: 0;
    margin-bottom: 40px;
  }
}

#pallet .content__head__img:after {
  content: "　";
  position: absolute;
  bottom: -40px;
  right: -40px;
  height: 180px;
  width: 210px;
  background: linear-gradient(150deg, #1E7686 0%, #1E865A 10%, #6FAC33 100%);
  z-index: -10;
}

@media only screen and (max-width: 600px) {
  #pallet .content__head__img:after {
    bottom: -15px;
    right: -15px;
  }
}

#pallet .content__head__img-l {
  position: relative;
  right: 0px;
  top: 40px;
  width: 50%;
}

@media only screen and (max-width: 960px) {
  #pallet .content__head__img-l {
    width: 100%;
    top: 0;
    margin-bottom: 40px;
    margin-top: 60px;
  }
}

#pallet .content__head__img-l:after {
  content: "　";
  position: absolute;
  top: -40px;
  left: -40px;
  height: 180px;
  width: 210px;
  background: linear-gradient(150deg, #1E7686 0%, #1E865A 10%, #6FAC33 100%);
  z-index: -10;
}

@media only screen and (max-width: 600px) {
  #pallet .content__head__img-l:after {
    top: -15px;
    left: -15px;
  }
}

@media only screen and (max-width: 600px) {
  #pallet .content .grid-container {
    margin-right: 0;
    margin-left: 0;
  }
}

#pallet #overview {
  padding-top: 70px;
}

@media only screen and (max-width: 960px) {
  #pallet #overview {
    padding-top: 30px;
  }
}

#pallet #case {
  padding-top: 170px;
  border-bottom: none;
  border-top: 4px solid;
  -o-border-image: linear-gradient(to right, #6FAC33 0%, #6FAC33 15%, #357C53 15%, #357C53 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#6FAC33), color-stop(15%, #6FAC33), color-stop(15%, #357C53), to(#357C53));
  border-image: linear-gradient(to right, #6FAC33 0%, #6FAC33 15%, #357C53 15%, #357C53 100%);
  border-image-slice: 1;
  border-image-width: 4px 0 0;
}

@media only screen and (max-width: 960px) {
  #pallet #case {
    padding-top: 100px;
    margin-top: 90px;
  }
}

@media only screen and (max-width: 600px) {
  #pallet #case {
    margin-top: 0;
  }
}

#pallet #case .product__box-l {
  padding: 0;
}

#pallet #case .content__head {
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  #pallet #case .content__head {
    margin-bottom: 0;
  }
}

#pallet #case .content__head__box-l {
  position: static;
  top: 0;
}

#pallet .common__box-l {
  padding: 40px 200px 70px 140px;
}

@media only screen and (max-width: 1680px) {
  #pallet .common__box-l {
    padding-right: 100px;
    padding-left: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  #pallet .common__box-l {
    padding: 40px;
  }
}

@media only screen and (max-width: 600px) {
  #pallet .common__box-l {
    padding: 15px;
  }
}

#pallet .common__box-l__head {
  line-height: 1;
}

@media only screen and (max-width: 600px) {
  #pallet .grid-container {
    margin-right: 0;
    margin-left: 0;
  }
}

#packing img {
  width: 100%;
}

#packing .common__box__container {
  margin-top: 0;
}

#packing .page__header {
  background: no-repeat url("../images/packing/header.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #packing .page__header .grid-container {
    width: 100%;
  }
}

#packing .content {
  position: relative;
  padding-top: 170px;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #6FAC33 0%, #6FAC33 15%, #357C53 15%, #357C53 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#6FAC33), color-stop(15%, #6FAC33), color-stop(15%, #357C53), to(#357C53));
  border-image: linear-gradient(to right, #6FAC33 0%, #6FAC33 15%, #357C53 15%, #357C53 100%);
  border-image-slice: 1;
  border-image-width: 0 0 4px;
}

@media only screen and (max-width: 960px) {
  #packing .content {
    padding-top: 30px;
  }
}

#packing .content:last-child {
  border-bottom: none;
}

#packing .content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 140px;
}

@media only screen and (max-width: 960px) {
  #packing .content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }
}

#packing .content__head__box-l {
  width: 43%;
  z-index: 10;
}

@media only screen and (max-width: 960px) {
  #packing .content__head__box-l {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #packing .content__head__box-l {
    position: relative;
    top: -100px;
  }
}

#packing .content__head__img {
  position: relative;
  right: 40px;
  top: 0;
  width: 50%;
}

@media only screen and (max-width: 960px) {
  #packing .content__head__img {
    width: 100%;
    right: 0;
    margin-bottom: 40px;
  }
}

#packing .content__head__img:after {
  content: "　";
  position: absolute;
  bottom: -40px;
  right: -40px;
  height: 180px;
  width: 210px;
  background: linear-gradient(150deg, #1E7686 0%, #1E865A 10%, #6FAC33 100%);
  z-index: -10;
}

@media only screen and (max-width: 600px) {
  #packing .content__head__img:after {
    bottom: -15px;
    right: -15px;
  }
}

#packing .content__head__img-l {
  position: relative;
  right: 0px;
  top: 40px;
  width: 50%;
}

@media only screen and (max-width: 960px) {
  #packing .content__head__img-l {
    width: 100%;
    top: 0;
    margin-bottom: 40px;
    margin-top: 60px;
  }
}

#packing .content__head__img-l:after {
  content: "　";
  position: absolute;
  top: -40px;
  left: -40px;
  height: 180px;
  width: 210px;
  background: linear-gradient(150deg, #1E7686 0%, #1E865A 10%, #6FAC33 100%);
  z-index: -10;
}

@media only screen and (max-width: 600px) {
  #packing .content__head__img-l:after {
    top: -15px;
    left: -15px;
  }
}

@media only screen and (max-width: 600px) {
  #packing .content .grid-container {
    margin-right: 0;
    margin-left: 0;
  }
}

#packing #overview {
  padding-top: 70px;
}

@media only screen and (max-width: 960px) {
  #packing #overview {
    padding-top: 30px;
  }
}

#packing #case .product__box-l {
  padding: 0;
}

#packing #case .content__head {
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  #packing #case .content__head {
    margin-bottom: 0;
  }
}

#packing #case .content__head__box-l {
  position: static;
  top: 0;
}

#packing #case .case__itemlist p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #357C53;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  #packing #case .case__itemlist p {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  #packing #case .case__itemlist p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#packing #case .case__itemlist ul {
  padding-left: 1.5em;
  list-style-type: disc;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#packing #case .case__itemlist li {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  #packing #case .case__itemlist li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 600px) {
  #packing #case .case__itemlist li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#packing .common__box-l {
  padding: 40px 200px 70px 140px;
}

@media only screen and (max-width: 1680px) {
  #packing .common__box-l {
    padding-right: 100px;
    padding-left: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  #packing .common__box-l {
    padding: 40px;
  }
}

@media only screen and (max-width: 600px) {
  #packing .common__box-l {
    padding: 15px;
  }
}

#packing .common__box-l__head {
  line-height: 1;
}

@media only screen and (max-width: 600px) {
  #packing .grid-container {
    margin-right: 0;
    margin-left: 0;
  }
}

#company img {
  width: 100%;
}

#company .page__header {
  background: no-repeat url("../images/company/header.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #company .page__header .grid-container {
    width: 100%;
  }
}

#company .content {
  position: relative;
  padding-top: 130px;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #6FAC33 0%, #6FAC33 15%, #357C53 15%, #357C53 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#6FAC33), color-stop(15%, #6FAC33), color-stop(15%, #357C53), to(#357C53));
  border-image: linear-gradient(to right, #6FAC33 0%, #6FAC33 15%, #357C53 15%, #357C53 100%);
  border-image-slice: 1;
  border-image-width: 0 0 4px;
}

@media only screen and (max-width: 960px) {
  #company .content {
    padding-top: 30px;
  }
}

#company .content:last-child {
  border: none;
}

@media only screen and (max-width: 600px) {
  #company .content .grid-container {
    margin-right: 0;
    margin-left: 0;
  }
}

#company .company__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 130px;
}

@media only screen and (max-width: 960px) {
  #company .company__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 600px) {
  #company .company__block {
    margin-bottom: 30px;
  }
}

#company .company__block__head {
  width: 20%;
  max-width: 270px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1.9;
}

@media only screen and (max-width: 1680px) {
  #company .company__block__head {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 1280px) {
  #company .company__block__head {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 1024px) {
  #company .company__block__head {
    font-size: 21px;
    font-size: 2.1rem;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #company .company__block__head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#company .company__block__head span {
  display: block;
  color: #BAC6C1;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
  #company .company__block__head span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  #company .company__block__head span {
    margin-bottom: 0;
  }
}

#company .company__block__content {
  width: 80%;
}

@media only screen and (max-width: 960px) {
  #company .company__block__content {
    width: 100%;
  }
}

#company .company__block__lead {
  font-size: 38px;
  font-size: 3.8rem;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 960px) {
  #company .company__block__lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 600px) {
  #company .company__block__lead {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

#company .company__message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  #company .company__message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#company .company__message__wrap div {
  width: 48%;
}

@media only screen and (max-width: 960px) {
  #company .company__message__wrap div {
    width: 100%;
    margin-bottom: 20px;
  }
}

#company .company__message__wrap p {
  margin-bottom: 20px;
  line-height: 2;
}

@media only screen and (max-width: 600px) {
  #company .company__message__img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #company .company__message__txt {
    margin-bottom: 0px;
  }
}

#company .company__message__txt-right {
  text-align: right;
}

#company .company__pholosophy__wrap {
  margin-bottom: 20px;
}

#company .company__overview__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #BAC6C1;
  padding: 30px 0;
}

@media only screen and (max-width: 600px) {
  #company .company__overview__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#company .company__overview__list li:last-child {
  border-bottom: none;
}

#company .company__overview__list li h4 {
  width: 20%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #357C53;
  padding-top: 5px;
}

@media only screen and (max-width: 600px) {
  #company .company__overview__list li h4 {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

#company .company__overview__item {
  width: 80%;
}

@media only screen and (max-width: 600px) {
  #company .company__overview__item {
    width: 100%;
  }
}

#company .company__overview__name h4 {
  padding-top: 11px !important;
}

#company .company__overview__name p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 1680px) {
  #company .company__overview__name p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 600px) {
  #company .company__overview__name p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#company .company__overview__address td {
  line-height: 1.5;
  padding-bottom: 30px;
}

#company .company__overview__address td:first-child {
  padding-right: 2em;
  vertical-align: top;
}

#company .company__overview__address a {
  display: block;
  margin-top: 10px;
}

#company .company__overview__map {
  width: 80%;
}

@media only screen and (max-width: 600px) {
  #company .company__overview__map {
    width: 100%;
    margin-top: 15px;
  }
}

#company .company__overview__img {
  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;
}

#company .company__overview__img div {
  width: 48%;
  margin-top: 20px;
}

#company .company__history__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #BAC6C1;
  padding: 30px 0;
}

@media only screen and (max-width: 960px) {
  #company .company__history__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
  }
}

#company .company__history__list h4 {
  width: 12em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #357C53;
  padding-right: 2em;
}

@media only screen and (max-width: 1280px) {
  #company .company__history__list h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 960px) {
  #company .company__history__list h4 {
    margin-bottom: 5px;
  }
}

#company #philosophy .company__block {
  background: no-repeat url("../images/company/bg_philosophy.jpg");
  background-size: contain;
  background-position: right top;
}

#contact img {
  width: 100%;
}

#contact .page__header {
  background: no-repeat url("../images/contact/header.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #contact .page__header .grid-container {
    width: 100%;
  }
}

#contact .contact-thanks {
  margin: 140px auto;
}

.contact-page {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.contact-page__ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  /*背景色*/
  width: 53%;
  padding: 20px;
  top: -60px;
  /*文字まわり（上下左右）の余白*/
  text-align: center;
  z-index: 10;
}

@media only screen and (max-width: 960px) {
  .contact-page__ttl {
    width: 75%;
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .contact-page__ttl {
    margin-bottom: 0;
  }
}

.contact-page__ttl__head {
  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;
  font-family: "Fjalla One", sans-serif;
  font-size: 75px;
  font-size: 7.5rem;
}

@media only screen and (max-width: 1024px) {
  .contact-page__ttl__head {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .contact-page__ttl__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.contact-page__ttl__head span {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
  .contact-page__ttl__head span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 960px) {
  .contact-page__ttl__head span {
    padding-left: 0;
  }
}

.contact-page__ttl__icon {
  position: absolute;
  top: -120px;
  right: -20px;
}

@media only screen and (max-width: 1024px) {
  .contact-page__ttl__icon {
    width: 100px;
    top: -80px;
  }
}

.contact__lead {
  margin: 60px auto 100px;
  padding: 0 50px;
  max-width: 1000px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .contact__lead {
    text-align: left;
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .contact__lead {
    padding-bottom: 0;
    margin: 30px auto;
  }
}

.contact__box {
  margin-bottom: 90px;
}

.contact__box h3 {
  padding-top: 50px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

.contact__nav {
  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;
  margin-bottom: 95px;
}

.contact__nav p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0;
  color: #fff;
  width: 33.3%;
  background: #357C53;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .contact__nav p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.contact__nav__bottom {
  max-width: 920px;
  margin: 0 auto 60px;
  width: 90%;
}

@media only screen and (max-width: 600px) {
  .contact__nav__bottom {
    margin-bottom: 0;
  }
}

.contact__nav__bottom p {
  padding: 15px;
  border: 2px solid #6FAC33;
  font-weight: bold;
}

.contact__check {
  text-align: center;
}

.contact__check__txt a {
  text-decoration: underline;
}

.form-content {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #BAC6C1;
}

.form-content:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 960px) {
  .form-content {
    display: block;
  }
}

.form-content__label {
  padding-left: 2em;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: baseline;
}

@media only screen and (max-width: 1024px) {
  .form-content__label {
    width: 35%;
  }
}

@media only screen and (max-width: 960px) {
  .form-content__label {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
  }
}

.form-content__label em {
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .form-content__label em {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.form-content__label span {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 30px;
  display: table;
  padding: 5px 8px;
}

.form-content__label .label-require {
  margin-left: 5px;
  color: #fff;
  background: #D99E18;
  font-weight: bold;
}

.form-content__label .label-option {
  margin-left: 5px;
  color: #fff;
  background: #BAC6C1;
  font-weight: bold;
}

.form-content__body {
  width: 75%;
}

@media only screen and (max-width: 960px) {
  .form-content__body {
    width: 100%;
    padding-top: 15px;
  }
}

.form-content__body input {
  max-width: 400px;
  width: 90%;
  padding: 5px;
}

.form-content__body textarea {
  max-width: 560px;
  width: 90%;
  padding: 5px;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 600px) {
  .form-content__body textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.form-input__text input {
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
  .form-input__text input {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .form-input__text input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.form-input__text textarea {
  width: 75%;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
}

@media only screen and (max-width: 960px) {
  .form-input__text textarea {
    width: 98%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.form-input__text-slct {
  margin-bottom: 20px;
}

.form-input__ex {
  margin-top: 20px;
}

.form-input__survey-slct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-input__survey-slct .horizontal-item {
  margin-left: 0 !important;
}

.form-input__survey-slct .mwform-checkbox-field {
  width: 50%;
  line-height: 2;
  margin-left: 0;
}

.form-input__checkbox {
  text-align: center;
  margin: 50px auto;
}

.form-input__checkbox a {
  color: #142920;
  text-decoration: underline;
}

.form-content-act {
  padding-bottom: 150px;
}

@media only screen and (max-width: 600px) {
  .form-content-act {
    padding-bottom: 50px;
  }
}

.form-content-act__btn-back,
.form-content-act__btn-confirm,
.form-content-act__btn-submit {
  border: none;
}

.form-content-act__btn-back {
  margin-bottom: 30px;
}

.form-content-act__btn .button {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-input__survey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-input__survey .mwform-checkbox-field {
  display: block;
  padding-bottom: 15px;
  width: 50%;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field label {
  margin-right: 10px;
}

.mw_wp_form_input .contact__nav p:nth-child(1) {
  background: #6FAC33;
  position: relative;
}

.mw_wp_form_input .contact__nav p:nth-child(1):before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #fff;
}

.mw_wp_form_input .contact__nav p:nth-child(1):after {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  right: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #6FAC33;
}

.mw_wp_form_input .contact__nav p:nth-child(2) {
  position: relative;
}

.mw_wp_form_input .contact__nav p:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #fff;
}

.mw_wp_form_input .contact__nav p:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #357C53;
}

@media only screen and (max-width: 600px) {
  .mw_wp_form_input .contact__nav p:nth-child(1):before {
    border-width: 21px 0 21px 18px;
    right: -19px;
  }

  .mw_wp_form_input .contact__nav p:nth-child(1):after {
    border-width: 21px 0 21px 18px;
    right: -17px;
  }

  .mw_wp_form_input .contact__nav p:nth-child(2):before {
    border-width: 21px 0 21px 18px;
    right: -19px;
  }

  .mw_wp_form_input .contact__nav p:nth-child(2):after {
    border-width: 21px 0 21px 18px;
    right: -17px;
  }
}

.mw_wp_form_preview .form-content__label {
  padding-top: 0;
}

.mw_wp_form_preview .form-content__body {
  line-height: 1.5;
}

.mw_wp_form_preview .contact__nav p:nth-child(1) {
  position: relative;
}

.mw_wp_form_preview .contact__nav p:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #fff;
}

.mw_wp_form_preview .contact__nav p:nth-child(1):after {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  right: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #357C53;
}

.mw_wp_form_preview .contact__nav p:nth-child(2) {
  background: #6FAC33;
  position: relative;
}

.mw_wp_form_preview .contact__nav p:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #fff;
}

.mw_wp_form_preview .contact__nav p:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #6FAC33;
}

@media only screen and (max-width: 600px) {
  .mw_wp_form_preview .contact__nav p:nth-child(1):before {
    border-width: 21px 0 21px 18px;
    right: -19px;
  }

  .mw_wp_form_preview .contact__nav p:nth-child(1):after {
    content: "";
    border-width: 21px 0 21px 18px;
    right: -17px;
  }

  .mw_wp_form_preview .contact__nav p:nth-child(2):before {
    border-width: 21px 0 21px 18px;
    right: -19px;
  }

  .mw_wp_form_preview .contact__nav p:nth-child(2):after {
    border-width: 21px 0 21px 18px;
    right: -17px;
  }
}

.mw_wp_form_preview .form-input__ex {
  display: none;
}

.mw_wp_form_preview .form-input__checkbox {
  display: none;
}

.mw_wp_form_preview .form-content-act {
  padding-top: 70px;
}

.mw_wp_form_preview .contact__check__txt {
  display: none;
}

.mw_wp_form .error {
  padding-top: 1em;
}

.contact-thanks .contact__lead {
  text-align: center;
}

.contact-thanks .contact__nav p:nth-child(1) {
  position: relative;
}

.contact-thanks .contact__nav p:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #fff;
}

.contact-thanks .contact__nav p:nth-child(1):after {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  right: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #357C53;
}

.contact-thanks .contact__nav p:nth-child(2) {
  position: relative;
}

.contact-thanks .contact__nav p:nth-child(2):before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #fff;
}

.contact-thanks .contact__nav p:nth-child(2):after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #357C53;
}

.contact-thanks .contact__nav p:nth-child(3) {
  background: #6FAC33;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .contact-thanks .contact__nav p:nth-child(1):before {
    border-width: 21px 0 21px 18px;
    right: -19px;
  }

  .contact-thanks .contact__nav p:nth-child(1):after {
    border-style: solid;
    border-width: 21px 0 21px 18px;
    right: -17px;
  }

  .contact-thanks .contact__nav p:nth-child(2):before {
    border-width: 21px 0 21px 18px;
    right: -19px;
  }

  .contact-thanks .contact__nav p:nth-child(2):after {
    border-style: solid;
    border-width: 21px 0 21px 18px;
    right: -17px;
  }
}

#privacy img {
  width: 100%;
}

#privacy h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  #privacy h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#privacy p {
  margin-bottom: 15px;
}

#privacy .right {
  margin-top: 50px;
  margin-bottom: 100px;
}

#privacy .page__header {
  background: no-repeat url("../images/privacy/header.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #privacy .page__header .grid-container {
    width: 100%;
  }
}

#sustainability img {
  width: 100%;
}

#sustainability .page__header {
  background: no-repeat url("../images/sustainability/header.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #sustainability .page__header .grid-container {
    width: 100%;
  }
}

#sustainability .content {
  position: relative;
  padding-top: 170px;
  padding-bottom: 215px;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #6FAC33 0%, #6FAC33 15%, #357C53 15%, #357C53 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#6FAC33), color-stop(15%, #6FAC33), color-stop(15%, #357C53), to(#357C53));
  border-image: linear-gradient(to right, #6FAC33 0%, #6FAC33 15%, #357C53 15%, #357C53 100%);
  border-image-slice: 1;
  border-image-width: 0 0 4px;
}

@media only screen and (max-width: 960px) {
  #sustainability .content {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

#sustainability .content:last-child {
  border: none;
}

#sustainability .content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px;
}

@media only screen and (max-width: 960px) {
  #sustainability .content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 65px;
  }
}

#sustainability .content__head__box-l {
  width: 45%;
  margin-right: 20px;
}

@media only screen and (max-width: 960px) {
  #sustainability .content__head__box-l {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

#sustainability .content__head__img {
  width: 55%;
}

@media only screen and (max-width: 960px) {
  #sustainability .content__head__img {
    width: 100%;
  }
}

#sustainability .product__box-l {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  #sustainability .product__box-l__lead {
    padding: 0;
  }
}

#sustainability .product__box-l__head {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  #sustainability .product__box-l__head {
    margin-bottom: 3px;
    margin-bottom: 30px;
  }
}

#sustainability #reduction {
  padding-top: 70px;
}

@media only screen and (max-width: 600px) {
  #sustainability #reduction {
    padding-top: 30px;
  }
}

#forestry-industry .content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

@media only screen and (max-width: 960px) {
  #forestry-industry .content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 600px) {
  #forestry-industry .content__head {
    padding-bottom: 65px;
  }
}

#forestry-industry .content__head:last-child {
  padding-bottom: 0px;
}

#forestry-industry .content__head__box-l {
  width: 54%;
  margin-right: 70px;
}

@media only screen and (max-width: 960px) {
  #forestry-industry .content__head__box-l {
    width: 100%;
    margin-right: 0px;
  }
}

#forestry-industry .content__head__img {
  width: 46%;
}

@media only screen and (max-width: 960px) {
  #forestry-industry .content__head__img {
    width: 100%;
    margin: 10px auto 0 auto;
    max-width: 650px;
  }
}

#forestry-industry .content__head__img p {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #forestry-industry .content__head__img-pc {
    display: none;
  }
}

#forestry-industry .content__head__img-sp {
  display: none;
}

@media only screen and (max-width: 600px) {
  #forestry-industry .content__head__img-sp {
    display: block;
  }
}

#forestry-industry .product__box-l__head span {
  margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {
  #forestry-industry .product__box-l__head span {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  #forestry-industry .product__box-l__lead {
    padding: 0;
  }
}

#forestry-industry .product__flow__head {
  line-height: 1.2;
}

#forestry-industry .product__flow__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  #forestry-industry .product__flow__txt {
    margin-bottom: 15px;
  }
}

#forestry-industry .product__flow__number {
  position: static;
  padding: 0px 15px;
  margin-right: 10px;
}

#forestry-industry .product__flow__number p {
  font-size: 30px;
}

#forestry-industry .product__flow__number:after {
  display: none;
}

@media only screen and (max-width: 960px) {
  #forestry-industry .sustainability-quote {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #effort .sustainability-box .grid-s-container {
    margin-right: 0px;
    margin-left: 0px;
  }
}

#effort .sustainability-box__item {
  width: 56%;
}

@media only screen and (max-width: 938px) {
  #effort .sustainability-box__item {
    width: 100%;
    margin-right: 0px;
  }
}

#effort .sustainability-box__img {
  width: 71%;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  #effort .sustainability-box__img {
    width: 50%;
  }
}

@media only screen and (max-width: 938px) {
  #effort .sustainability-box__img {
    width: 70%;
  }
}

@media only screen and (max-width: 600px) {
  #effort .sustainability-box__img {
    width: 80%;
  }
}

@media only screen and (max-width: 960px) {
  #effort .sustainability-quote {
    margin-top: 3px;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 600px) {
  #effort .sustainability-quote {
    margin-bottom: 10px;
  }
}

#effort .content__box-l {
  max-width: 540px;
  margin-right: 0px;
}

#effort .content__head__img {
  width: 100%;
}

#effort .content__head__box-l {
  width: 100%;
  margin-right: 0px;
}

@media only screen and (max-width: 600px) {
  #effort .content__head__box-l {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 600px) {
  #effort .product__box-l__lead {
    padding: 0;
  }
}

.sustainability-box {
  max-width: 1000px;
  background: #E5E1D0;
  padding: 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 938px) {
  .sustainability-box {
    max-width: 500px;
  }
}

@media only screen and (max-width: 600px) {
  .sustainability-box {
    padding: 10px;
  }
}

.sustainability-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 40px;
}

@media only screen and (max-width: 1024px) {
  .sustainability-box__inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 938px) {
  .sustainability-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 600px) {
  .sustainability-box__inner {
    padding: 20px 10px;
  }
}

.sustainability-box__item {
  width: 55%;
  margin-right: 40px;
}

.sustainability-box__item p {
  margin-top: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 938px) {
  .sustainability-box__item p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 938px) {
  .sustainability-box__item {
    width: 100%;
    margin-right: 0px;
  }
}

.sustainability-box__head {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1921px) {
  .sustainability-box__head {
    font-size: 20px;
  }
}

@media only screen and (max-width: 938px) {
  .sustainability-box__head {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .sustainability-box__head {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.sustainability-box__txt {
  line-height: 2;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 600px) {
  .sustainability-box__txt {
    font-size: 14px;
  }
}

.sustainability-box__img {
  width: 40%;
}

@media only screen and (max-width: 938px) {
  .sustainability-box__img {
    width: 100%;
  }
}

.sustainability-quote {
  display: block;
  margin-top: 15px;
}

.sustainability-quote i {
  margin-left: 10px;
}

.sustainability-quote a {
  color: #111e1e;
  font-weight: bold;
}

.sustainability-quote a:hover {
  color: #D99E18;
}

.sustainability-effort__head-logo {
  max-width: 700px;
  margin-top: 54px;
}

@media only screen and (max-width: 600px) {
  .sustainability-effort__head-logo {
    margin-top: 0px;
  }
}

.sustainability-effort__lead {
  font-size: 24px;
  font-weight: bold;
  padding: 54px 0;
  line-height: 45px;
}

@media only screen and (max-width: 1280px) {
  .sustainability-effort__lead {
    line-height: 35px;
    font-size: 20px;
    padding: 40px 0;
  }
}

@media only screen and (max-width: 960px) {
  .sustainability-effort__lead {
    padding: 20px 0;
    font-size: 18px;
    line-height: 29px;
  }
}

.sustainability-effort__day {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 143px;
  line-height: 24px;
}

@media only screen and (max-width: 1280px) {
  .sustainability-effort__day {
    margin-bottom: 110px;
  }
}

@media only screen and (max-width: 960px) {
  .sustainability-effort__day {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 600px) {
  .sustainability-effort__day {
    font-size: 14px;
    margin-bottom: 65px;
  }
}

.sustainability-effort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sustainability-effort__list li {
  max-width: 540px;
}

@media only screen and (max-width: 1280px) {
  .sustainability-effort__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .sustainability-effort__list li {
    max-width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .sustainability-effort__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.sustainability-effort__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 48px;
}

@media only screen and (max-width: 1280px) {
  .sustainability-effort__icon {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .sustainability-effort__icon {
    margin-left: 0px;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .sustainability-effort__icon {
    margin-top: 6px;
  }
}

.sustainability-effort__icon p {
  margin-bottom: 135px;
  margin-right: 7px;
}

@media only screen and (max-width: 1280px) {
  .sustainability-effort__icon p {
    max-width: 90px;
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 960px) {
  .sustainability-effort__icon p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .sustainability-effort__icon p {
    margin-bottom: 65px;
    max-width: 80px;
  }
}

@media only screen and (max-width: 400px) {
  .sustainability-effort__icon p {
    max-width: 71px;
  }
}

.sustainability-effort__border {
  display: block;
  width: 240px;
  border-bottom: 4px solid #6FAC33;
  margin: 18px 0 48px;
}

@media only screen and (max-width: 1280px) {
  .sustainability-effort__border {
    margin: 15px 0 22px;
  }
}

@media only screen and (max-width: 1024px) {
  .sustainability-effort__border {
    margin: 10px 0 15px;
  }
}

#news .news__list #pagination li {
  border-bottom: none;
}

#news .news__list #pagination li:first-of-type {
  border-top: none;
}

#pagination ul {
  display: flex;
  justify-content: center;
}

#pagination ul li {
  border: none;
}

#pagination ul li span {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 0 10px;
  color: #6FAC33;
  border: 1px solid #6FAC33;
  font-weight: bold;
}

#pagination ul li a {
  background: #6FAC33;
  padding: 15px;
  border-radius: 5px;
  margin: 0 10px;
  color: #fff;
  border: 1px solid #6FAC33;
  font-weight: bold;
  transition: all 0.3s;
}

#pagination ul li a:hover {
  background: #142920;
  border: 1px solid #142920;
}