@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:768px) {
  html {
    font-size: 14px;
  }
}

body::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  z-index: 100;
  pointer-events: none;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.wf-active body::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  outline: none;
}

html,
body {
  height: 100%;
}

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer;
}

button {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input,
textarea {
  padding: 0;
  border: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=text]:focus,
textarea:focus {
  outline: 0;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: baseline;
  font-size: 0.7em;
}

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

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
button:hover {
  outline: none;
}

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  main {
    padding-top: 40px;
  }
}

section {
  position: relative;
}

small {
  font-size: 13px;
}
@media screen and (max-width:768px) {
  small {
    font-size: 12px;
  }
}

strong,
b {
  font-weight: 700;
}

.naname1 {
  position: absolute;
  top: 200px;
  left: -50%;
  background-color: #fabd00;
  width: 200%;
  height: 330px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: -1;
}
.naname1.ex {
  height: 470px;
}
@media screen and (max-width:768px) {
  .naname1.ex {
    height: 200px;
  }
}
@media screen and (max-width:768px) {
  .naname1 {
    height: 200px;
  }
}

.naname2 {
  position: absolute;
  top: 200px;
  left: -50%;
  background-color: #fabd00;
  width: 200%;
  height: 330px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  z-index: -1;
}
@media screen and (max-width:768px) {
  .naname2 {
    height: 200px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

.text,
.text2 {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
}

.t1 {
  text-align: justify;
  text-justify: inter-ideograph;
}

.mds1 {
  font-size: 25px;
  letter-spacing: 0.1em;
}
.mds1 i {
  display: block;
  font-size: 90px;
  font-family: "Outfit";
  padding-bottom: 20px;
  letter-spacing: 0em;
}
@media screen and (max-width:768px) {
  .mds1 {
    font-size: 16px;
  }
  .mds1 i {
    font-size: 42px;
    padding-bottom: 15px;
  }
}
.mds1.ex i {
  font-size: 150px;
}
@media screen and (max-width:768px) {
  .mds1.ex i {
    font-size: 65px;
  }
}

.mds2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-bottom: 50px;
}
.mds2 i {
  display: block;
  font-size: 60px;
  font-family: "Outfit";
  padding-bottom: 20px;
  letter-spacing: 0em;
}
@media screen and (max-width:768px) {
  .mds2 {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .mds2 i {
    font-size: 35px;
    padding-bottom: 10px;
  }
}

.btn0 {
  color: #fff;
  font-size: 20px;
  position: relative;
  height: 50px;
  background: #427935;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.btn1 {
  color: #fff;
  font-size: 20px;
  position: relative;
  height: 50px;
  background: #fabd00;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.btn2 {
  font-size: 20px;
  position: relative;
  height: 50px;
  background: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 1px solid #000;
}
.btn2:hover {
  background-color: #ccc;
}

.btn3 {
  display: block;
  width: 120px;
  height: 50px;
  margin: auto;
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fabd00;
  border: 1px solid #fabd00;
  border-radius: 50px;
}
.btn3:hover {
  opacity: 1;
  color: #fff;
  background-color: #fabd00;
}
@media screen and (max-width:768px) {
  .btn3 {
    width: 100px;
    height: 40px;
    font-size: 15px;
  }
}

.btn4 {
  display: block;
  width: 400px;
  height: 50px;
  margin: auto;
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 1px solid #fabd00;
  border-radius: 50px;
}
.btn4:hover {
  opacity: 1;
  color: #fff;
  background-color: #fabd00;
}
@media screen and (max-width:768px) {
  .btn4 {
    width: 100%;
    font-size: 18px;
  }
}

ol {
  padding-left: 1.5em;
  line-height: 1.8;
}
ol li {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.effect4 {
  overflow: hidden;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.effect4 img {
  display: block;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.effect4.on {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.effect4.on img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes first {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes first {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@-webkit-keyframes second {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
@keyframes second {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
#zone_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1800px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1000px 2000px 0 0;
  border-color: #fabd00 transparent transparent transparent;
  z-index: -1;
}
@media screen and (max-width:768px) {
  #zone_title::before {
    left: calc(50% - 1880px);
  }
}
#zone_title h1 {
  max-width: 1240px;
  margin: auto;
  padding: 300px 20px 80px;
  color: #427935;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#zone_title h1 i {
  display: block;
  font-family: "Passion One", cursive;
  font-size: 110px;
}
@media screen and (max-width:768px) {
  #zone_title h1 {
    padding: 50px 20px 50px;
    font-size: 16px;
  }
  #zone_title h1 i {
    font-size: 70px;
  }
}

header {
  position: fixed;
  width: 100%;
  line-height: 1;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.on {
  opacity: 0;
}
@media print, screen and (min-width:769px) {
  header.fade {
    background: none;
  }
  header.fade .pc {
    opacity: 0;
    pointer-events: none;
  }
}
header .gnav {
  height: 60px;
  padding-left: 20px;
  padding-right: 16%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .gnav li {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .gnav li a {
  font-size: 18px;
  font-weight: 700;
  color: #427935;
}
header .gnav .logo {
  width: 40px;
}
@media screen and (max-width:768px) {
  header .gnav {
    height: 40px;
  }
  header .gnav .logo {
    width: 30px;
  }
}

#menubtn {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 10000;
}
#menubtn svg {
  width: 25px;
  height: 50px;
}
#menubtn svg .cls-1 {
  fill: #427935;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#menubtn .hm_button.active svg .cls-1 {
  fill: none;
  stroke: #427935;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
@media screen and (max-width:768px) {
  #menubtn {
    width: 40px;
    height: 40px;
  }
  #menubtn svg {
    width: 25px;
    height: 38px;
  }
}

#menu {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 0;
  line-height: 1;
  pointer-events: none;
  overflow-y: auto;
}
@media screen and (max-width:768px) {
  #menu {
    width: 100%;
  }
}
#menu.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
#menu .in {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-left: 1px solid #427935;
  border-bottom: 1px solid #427935;
}
@media screen and (max-width:768px) {
  #menu .in {
    display: block;
    border-left: 0;
    padding-top: 30px;
  }
}
#menu .in .gnav li {
  position: relative;
  border-bottom: 1px solid #427935;
}
#menu .in .gnav li a {
  display: block;
  color: #427935;
  font-size: 13px;
  vertical-align: baseline;
  padding: 20px;
  padding-right: 40px;
}
#menu .in .gnav li a i {
  font-size: 40px;
  font-family: "Passion One", cursive;
  letter-spacing: 0.25em;
}
@media print, screen and (min-width:769px) {
  #menu .in .gnav li a:hover {
    background-color: #427935;
    color: #fff;
  }
}
@media screen and (max-width:768px) {
  #menu .in .gnav li a {
    padding: 10px 20px;
  }
  #menu .in .gnav li a i {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-right: 10px;
  }
}
#menu .in .sec {
  background-color: #ecf2eb;
  padding: 30px 10px 30px 10px;
  width: 400px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:768px) {
  #menu .in .sec {
    padding: 20px;
    width: 100%;
  }
}
#menu .in .sec .t1 {
  font-weight: 900;
  font-size: 30px;
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  #menu .in .sec .t1 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: auto;
  }
}
@media screen and (max-width:768px) {
  #menu .in .sec .t1 {
    line-height: 1.5;
    font-size: 20px;
  }
}
#menu .in .sec .link {
  padding-bottom: 20px;
}
#menu .in .sec .link .btn1 {
  font-size: 22px;
}
#menu .in .sec .t2 {
  line-height: 1.5;
  font-size: 15px;
}
#menu .in .sec .t2 a {
  text-decoration: underline;
}
#menu .in .sec .t2 i {
  display: block;
  padding-top: 10px;
  font-size: 20px;
}
#menu .in .sec .t2 i a {
  text-decoration: none;
}
@media print, screen and (min-width:769px) {
  #menu .in .sec .set {
    max-width: 280px;
    margin: auto;
  }
}
@media screen and (max-width:768px) {
  #menu .in .sec .set {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 0;
    letter-spacing: 0;
    gap: 20px 8px;
  }
  #menu .in .sec .set .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 8px;
    width: 100%;
    margin-top: 20px;
  }
  #menu .in .sec .set .link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(33.3333333333% - 5.3333333333px);
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100px;
    padding-bottom: 0;
  }
  #menu .in .sec .set .link .btn0,
  #menu .in .sec .set .link .btn1 {
    font-size: 13px;
    line-height: 1.4;
  }
  #menu .in .sec .set .t2 {
    font-size: 11px;
  }
  #menu .in .sec .set .t2 i {
    font-size: 14px;
  }
}

footer {
  position: relative;
  border-top: 20px solid #fabd00;
}
footer .sec {
  max-width: 1240px;
  margin: auto;
  padding: 50px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768px) {
  footer .sec {
    display: block;
  }
}
footer .sec .set1 {
  width: 260px;
}
footer .sec .set1 ul {
  padding-top: 10px;
}
footer .sec .set1 ul li {
  padding-top: 10px;
}
@media screen and (max-width:768px) {
  footer .sec .set1 {
    width: 100%;
  }
  footer .sec .set1 .logo {
    width: 260px;
    margin: auto;
  }
}
footer .sec .set2 {
  width: calc(100% - 320px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
footer .sec .set2 > li {
  width: 25%;
  padding-left: 20px;
}
@media screen and (max-width:1200px) {
  footer .sec .set2 > li {
    width: 50%;
  }
}
footer .sec .set2 > li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (max-width:768px) {
  footer .sec .set2 > li a {
    font-size: 18px;
  }
}
footer .sec .set2 > li .sub {
  margin-top: -10px;
  padding-bottom: 30px;
}
footer .sec .set2 > li .sub a {
  display: block;
  padding-top: 15px;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 0;
}
@media screen and (max-width:768px) {
  footer .sec .set2 > li .sub a {
    font-size: 13px;
  }
}
@media screen and (max-width:768px) {
  footer .sec .set2 {
    width: 100%;
    padding-top: 40px;
  }
  footer .sec .set2 > li {
    padding-left: 0;
    width: 50%;
    white-space: nowrap;
  }
}
@media screen and (max-width:768px) and (max-width:350px) {
  footer .sec .set2 > li {
    width: auto;
  }
}
footer .copyright {
  font-size: 14px;
  letter-spacing: 0.1em;
  border-top: 1px solid #000;
  padding: 30px 20px;
}
@media screen and (max-width:768px) {
  footer .copyright {
    font-size: 10px;
    padding: 10px;
    text-align: center;
  }
}
footer #pagetop {
  position: absolute;
  bottom: 25px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width:768px) {
  footer #pagetop {
    bottom: 55px;
  }
}

#toppage .m1 {
  font-weight: bold;
  font-size: 30px;
  color: #427935;
  padding-bottom: 20px;
}
@media screen and (max-width:768px) {
  #toppage .m1 {
    text-align: center;
    font-size: 20px;
  }
}
#toppage #zone1 .sec1 {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 0;
}
#toppage #zone1 .sec1 .over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#toppage #zone1 .sec1 .p1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#toppage #zone1 .sec1 .p2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 52.5% 17.5%;
          transform-origin: 52.5% 17.5%;
  z-index: 3;
}
@media screen and (max-width:768px) {
  #toppage #zone1 .sec1 .p2 {
    -webkit-transform-origin: 47% 14%;
            transform-origin: 47% 14%;
  }
}
#toppage #zone1 .sec1 .p3 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 69.6% 40%;
          transform-origin: 69.6% 40%;
}
@media screen and (max-width:768px) {
  #toppage #zone1 .sec1 .p3 {
    -webkit-transform-origin: 76% 37%;
            transform-origin: 76% 37%;
  }
}
#toppage #zone1 .sec1 .p4 {
  position: absolute;
  top: 0;
  left: 0;
}
#toppage #zone1 .sec1 .p5 {
  position: absolute;
  top: 0;
  left: 0;
}
#toppage #zone1 .sec2 {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  margin-top: -100px;
  color: #427935;
}
@media screen and (max-width:1200px) {
  #toppage #zone1 .sec2 {
    margin-top: -40px;
  }
}
@media screen and (max-width:768px) {
  #toppage #zone1 .sec2 {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  #toppage #zone1 .m1 {
    text-align: left;
  }
}
@media screen and (max-width:768px) {
  #toppage #zone2 .naname1 {
    top: 290px;
  }
}
#toppage #zone2 h2 {
  position: absolute;
  top: 200px;
  left: calc(50% - 250px);
  width: 500px;
}
@media screen and (max-width:768px) {
  #toppage #zone2 h2 {
    top: 290px;
    left: calc(50% - 150px);
    width: 300px;
  }
}
@media print, screen and (min-width:769px) {
  #toppage #zone2 .p1 {
    position: absolute;
    top: 170px;
    left: calc(50% - 730px);
    width: 458px;
  }
}
@media screen and (max-width:768px) {
  #toppage #zone2 .p1 {
    width: 300px;
    margin: auto;
  }
}
#toppage #zone2 .p2 {
  position: absolute;
  top: 0px;
  left: calc(50% + 300px);
  width: 330px;
}
@media print, screen and (min-width:769px) {
  #toppage #zone2 .sec1 {
    position: absolute;
    bottom: 300px;
    left: calc(50% - 150px);
  }
}
@media screen and (max-width:768px) {
  #toppage #zone2 .sec1 {
    position: relative;
    padding: 270px 20px 0;
  }
}
#toppage #zone2 .sec2 {
  max-width: 1200px;
  margin: auto;
  padding: 450px 20px 250px;
}
@media print, screen and (min-width:769px) {
  #toppage #zone2 .sec2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width:768px) {
  #toppage #zone2 .sec2 {
    padding: 70px 20px 100px;
  }
}
#toppage #zone2 .sec2 li {
  width: 330px;
}
@media screen and (max-width:768px) {
  #toppage #zone2 .sec2 li {
    width: 280px;
    margin: auto;
    padding-bottom: 50px;
  }
  #toppage #zone2 .sec2 li .pic {
    width: 240px;
    margin: auto;
  }
}
#toppage #zone2 .sec2 li .set {
  background: url("../img/top/fuki.png") center top;
  background-size: 100%;
  width: 330px;
  height: 280px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  #toppage #zone2 .sec2 li .set {
    width: 280px;
    height: 240px;
    padding: 25px;
  }
}
#toppage #zone2 .sec2 li .set .t1 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
}
#toppage #zone2 .sec2 li .set .t2 {
  line-height: 2;
  padding-bottom: 20px;
}
#toppage #zone2 .sec2 li .set .btn3 {
  color: #fff;
  border: 1px solid #fff;
}
#toppage #zone2 .sec2 li .set .btn3:hover {
  color: #ea5452;
  background-color: #fff;
}
@media print, screen and (min-width:769px) {
  #toppage #zone2 .sec2 li:nth-of-type(2) {
    padding-top: 300px;
  }
  #toppage #zone2 .sec2 li:nth-of-type(3) {
    padding-top: 600px;
  }
}
@media print, screen and (min-width:769px) {
  #toppage #zone3 {
    height: 1400px;
  }
}
@media screen and (max-width:768px) {
  #toppage #zone3 .naname1 {
    top: 330px;
  }
}
#toppage #zone3 h2 {
  position: absolute;
  top: 200px;
  left: calc(50% - 250px);
  width: 500px;
}
@media screen and (max-width:768px) {
  #toppage #zone3 h2 {
    top: 330px;
    left: calc(50% - 150px);
    width: 300px;
  }
}
#toppage #zone3 .p1 {
  position: absolute;
  top: -88px;
  left: calc(50% + 50px);
  width: 385px;
}
#toppage #zone3 .p2 {
  position: absolute;
  top: 300px;
  left: calc(50% - 770px);
  width: 520px;
}
#toppage #zone3 .p3 {
  position: absolute;
  top: -80px;
  left: calc(50% - 340px);
  width: 220px;
}
@media print, screen and (min-width:769px) {
  #toppage #zone3 .p4 {
    position: absolute;
    top: -330px;
    left: calc(50% + 310px);
    width: 480px;
  }
  #toppage #zone3 .p5 {
    position: absolute;
    top: 550px;
    left: calc(50% - 230px);
    width: 700px;
  }
  #toppage #zone3 .sec1 {
    position: absolute;
    top: 1130px;
    left: calc(50% - 170px);
  }
  #toppage #zone3 .sec1 .link {
    position: absolute;
    bottom: 0;
    right: -150px;
  }
}
@media screen and (max-width:768px) {
  #toppage #zone3 {
    padding-bottom: 150px;
  }
  #toppage #zone3 .p4 {
    width: 300px;
    margin: auto;
  }
  #toppage #zone3 .p5 {
    width: 320px;
    margin: auto;
    padding: 240px 0 50px;
  }
  #toppage #zone3 .sec1 {
    padding: 0 20px;
  }
  #toppage #zone3 .sec1 .link {
    padding-top: 20px;
  }
}
@media print, screen and (min-width:769px) {
  #toppage #zone4 {
    height: 800px;
  }
}
@media screen and (max-width:768px) {
  #toppage #zone4 .naname2 {
    top: 230px;
  }
}
#toppage #zone4 h2 {
  position: absolute;
  top: 180px;
  left: calc(50% - 250px);
  width: 500px;
}
@media screen and (max-width:768px) {
  #toppage #zone4 h2 {
    top: 230px;
    left: calc(50% - 150px);
    width: 300px;
  }
}
#toppage #zone4 .p1 {
  position: absolute;
  top: -100px;
  left: calc(50% - 600px);
  width: 410px;
}
@media print, screen and (min-width:769px) {
  #toppage #zone4 .p2 {
    position: absolute;
    top: 250px;
    left: calc(50% + 120px);
    width: 422px;
  }
  #toppage #zone4 .sec1 {
    position: absolute;
    top: 510px;
    left: calc(50% - 560px);
  }
  #toppage #zone4 .sec1 .link {
    position: absolute;
    bottom: -70px;
    right: 0px;
  }
}
@media screen and (max-width:768px) {
  #toppage #zone4 {
    padding-bottom: 100px;
  }
  #toppage #zone4 .p2 {
    width: 300px;
    margin: auto;
  }
  #toppage #zone4 .sec1 {
    position: relative;
    padding: 270px 20px 0;
  }
  #toppage #zone4 .sec1 .link {
    padding-top: 20px;
  }
}
#toppage #zone5 {
  background-color: #fabd00;
  padding: 40px 20px 10px;
  min-height: 160px;
}
#toppage #zone5 .in {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#toppage #zone5 .in h2 {
  width: 220px;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.1em;
  padding-left: 20px;
}
@media screen and (max-width:768px) {
  #toppage #zone5 .in h2 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
#toppage #zone5 .in .newslist {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  #toppage #zone5 .in .newslist {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#toppage #zone5 .in .newslist dl {
  line-height: 1.5;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
#toppage #zone5 .in .newslist dl:last-child {
  border-bottom: 0;
}
@media print, screen and (min-width:769px) {
  #toppage #zone5 .in .newslist dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: none;
    gap: 0;
  }
}
#toppage #zone5 .in .newslist dl .tag {
  font-size: 0.8em;
}
@media print, screen and (min-width:769px) {
  #toppage #zone5 .in .newslist dl .tag {
    padding-right: 1em;
  }
}
#toppage #zone5 .in .newslist dl .tag a {
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 0.25em 0.75em 0.5em;
  border-radius: 100px;
  width: 6em;
}
#toppage #zone5 .in .newslist dl .tag a.information {
  background-color: #537f40;
  color: #fff;
}
#toppage #zone5 .in .newslist dl .tag a.announce {
  background-color: #fff;
  color: #ffbe2a;
}
#toppage #zone5 .in .newslist dl .date {
  font-size: 0.95em;
}
@media print, screen and (min-width:769px) {
  #toppage #zone5 .in .newslist dl .date {
    width: 8.5em;
  }
}
#toppage #zone5 .in .newslist dl .title {
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width:769px) {
  #toppage #zone5 .in .link {
    position: absolute;
    top: 60px;
    left: 0;
  }
}
@media screen and (max-width:768px) {
  #toppage #zone5 .in .link {
    width: 100px;
    margin: auto;
    padding-top: 20px;
  }
}
#toppage #zone5 .in .link .btn3 {
  color: #fff;
  border: 1px solid #fff;
}
#toppage #zone5 .in .link .btn3:hover {
  color: #fabd00;
  background-color: #fff;
}

@media print, screen and (min-width:769px) {
  #achivement #zone_title .p1 {
    position: absolute;
    top: 40px;
    left: calc(50% + 100px);
    width: 680px;
    z-index: -1;
  }
}
@media screen and (max-width:768px) {
  #achivement #zone_title .p1 {
    padding-bottom: 30px;
  }
}
#achivement #zone1 {
  padding: 0 20px;
}
@media print, screen and (min-width:769px) {
  #achivement #zone1 {
    height: 490px;
  }
}
#achivement #zone1 .p1 {
  position: absolute;
  top: 0px;
  left: calc(50% - 830px);
  width: 422px;
  z-index: -1;
}
@media print, screen and (min-width:769px) {
  #achivement #zone1 .text {
    position: absolute;
    top: 30px;
    left: calc(50% - 280px);
    font-size: 18px;
    line-height: 3;
  }
}
@media screen and (max-width:768px) {
  #achivement #zone1 .text {
    padding-bottom: 50px;
  }
}
#achivement #zone2 {
  background-color: #e5e5e5;
  height: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  #achivement #zone2 {
    height: 360px;
  }
}
#achivement #zone2 h2 {
  position: relative;
  font-size: 240px;
  font-family: "Outfit";
  z-index: 2;
}
@media screen and (max-width:768px) {
  #achivement #zone2 h2 {
    font-size: 80px;
  }
}
#achivement #zone2 .ap1 {
  position: absolute;
  top: -40px;
  left: calc(50% - 640px);
  width: 373px;
  z-index: 1;
}
@media screen and (max-width:768px) {
  #achivement #zone2 .ap1 {
    top: -30px;
    left: calc(50% - 200px);
    width: 130px;
  }
}
#achivement #zone2 .ap2 {
  position: absolute;
  top: 110px;
  left: calc(50% - 220px);
  width: 278px;
  z-index: 1;
}
@media screen and (max-width:768px) {
  #achivement #zone2 .ap2 {
    top: 50px;
    left: calc(50% - 60px);
    width: 95px;
  }
}
#achivement #zone2 .ap3 {
  position: absolute;
  top: 90px;
  left: calc(50% + 220px);
  width: 403px;
  z-index: 1;
}
@media screen and (max-width:768px) {
  #achivement #zone2 .ap3 {
    top: 30px;
    left: calc(50% + 60px);
    width: 140px;
  }
}
#achivement #zone2 .ap4 {
  position: absolute;
  top: 350px;
  left: calc(50% - 600px);
  width: 350px;
  z-index: 3;
}
@media screen and (max-width:768px) {
  #achivement #zone2 .ap4 {
    top: 140px;
    left: calc(50% - 190px);
    width: 120px;
  }
}
#achivement #zone2 .ap5 {
  position: absolute;
  top: 730px;
  left: calc(50% - 430px);
  width: 530px;
  z-index: 1;
}
@media screen and (max-width:768px) {
  #achivement #zone2 .ap5 {
    top: 270px;
    left: calc(50% - 140px);
    width: 185px;
  }
}
#achivement #zone2 .ap6 {
  position: absolute;
  top: 450px;
  left: calc(50% + 90px);
  width: 410px;
  z-index: 3;
}
@media screen and (max-width:768px) {
  #achivement #zone2 .ap6 {
    top: 170px;
    left: calc(50% + 30px);
    width: 140px;
  }
}
#achivement #zone2 .ap7 {
  position: absolute;
  top: 700px;
  left: calc(50% + 250px);
  width: 380px;
  z-index: 3;
}
@media screen and (max-width:768px) {
  #achivement #zone2 .ap7 {
    top: 260px;
    left: calc(50% + 60px);
    width: 130px;
  }
}
#achivement #zone3 {
  max-width: 1240px;
  margin: auto;
  padding: 70px 20px 100px;
}
@media screen and (max-width:768px) {
  #achivement #zone3 {
    padding: 50px 20px 70px;
  }
}
#achivement #zone3 h2 {
  font-size: 100px;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 50px;
}
@media screen and (max-width:768px) {
  #achivement #zone3 h2 {
    font-size: 50px;
    padding-bottom: 30px;
  }
}
#achivement #zone3 .text {
  font-size: 18px;
}
@media screen and (max-width:768px) {
  #achivement #zone3 .text {
    font-size: 16px;
  }
}

#company #zone_title h1 i {
  line-height: 0.8;
  margin-bottom: 15px;
}
#company .copy {
  font-weight: 900;
  font-size: 65px;
  line-height: 1.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  #company .copy {
    font-size: 25px;
  }
}
@media print, screen and (min-width:769px) {
  #company #zone_title .p1 {
    position: absolute;
    top: 0px;
    left: calc(50% - 30px);
    width: 1010px;
  }
}
@media screen and (max-width:768px) {
  #company #zone_title .p1 {
    margin: 0 -40px;
  }
}
#company #zone_title .t1 {
  max-width: 1240px;
  margin: auto;
  padding: 50px 20px 200px;
  line-height: 3;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width:768px) {
  #company #zone_title .t1 {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 100px;
  }
}
#company #zone1 .in {
  max-width: 1240px;
  margin: auto;
  padding: 80px 20px 150px;
}
@media screen and (max-width:768px) {
  #company #zone1 .in {
    padding: 50px 20px 120px;
  }
}
#company #zone1 .in .sec1 {
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width:769px) {
  #company #zone1 .in .sec1 .pos {
    width: calc(100% - 340px);
  }
  #company #zone1 .in .sec1 .pos .set1 {
    width: 650px;
  }
  #company #zone1 .in .sec1 .pos .set1 .visionpics {
    width: 320px;
    margin: auto;
    margin-top: 140px;
    position: relative;
  }
  #company #zone1 .in .sec1 .pos .set1 .visionpics .p1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  #company #zone1 .in .sec1 .pos .set1 .visionpics .p2 {
    position: absolute;
    top: 0;
    left: 0;
  }
  #company #zone1 .in .sec1 .pos .set1 .visionpics .p3 {
    position: absolute;
    top: 0;
    left: 0;
  }
  #company #zone1 .in .sec1 .pos .set1 .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 3;
  }
}
@media screen and (max-width:768px) {
  #company #zone1 .in .sec1 {
    margin-top: 50px;
  }
  #company #zone1 .in .sec1 .copy {
    white-space: nowrap;
    line-height: 1;
  }
  #company #zone1 .in .sec1 .pos {
    width: calc(100% - 60px);
  }
  #company #zone1 .in .sec1 .pos .set1 .visionpics {
    width: 220px;
    margin: auto;
    margin-top: 70px;
    position: relative;
  }
  #company #zone1 .in .sec1 .pos .set1 .visionpics .p1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  #company #zone1 .in .sec1 .pos .set1 .visionpics .p2 {
    position: absolute;
    top: 0;
    left: 0;
  }
  #company #zone1 .in .sec1 .pos .set1 .visionpics .p3 {
    position: absolute;
    top: 0;
    left: 0;
  }
  #company #zone1 .in .sec1 .pos .set1 .t1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
  }
}
#company #zone2 .in {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
@media print, screen and (min-width:769px) {
  #company #zone2 .in .mds1 {
    text-align: center;
  }
}
#company #zone2 .in .mds1 span {
  display: block;
}
#company #zone2 .in .sec1 {
  position: relative;
}
@media print, screen and (min-width:769px) {
  #company #zone2 .in .sec1 {
    margin-top: 80px;
    height: 1480px;
  }
  #company #zone2 .in .sec1 .copy {
    line-height: 1;
    position: absolute;
    top: 480px;
    left: calc(50% - 70px);
  }
  #company #zone2 .in .sec1 .t1 {
    position: absolute;
    top: 640px;
    left: calc(50% + 120px);
    font-size: 18px;
    font-weight: bold;
    line-height: 3;
  }
  #company #zone2 .in .sec1 .p1 {
    position: absolute;
    top: 80px;
    left: calc(50% - 670px);
    width: 570px;
  }
  #company #zone2 .in .sec1 .p2 {
    position: absolute;
    top: 170px;
    left: calc(50% + 70px);
    width: 600px;
  }
  #company #zone2 .in .sec1 .p3 {
    position: absolute;
    top: 740px;
    left: calc(50% - 630px);
    width: 500px;
  }
}
@media screen and (max-width:768px) {
  #company #zone2 .in .sec1 {
    margin-top: 50px;
    margin-bottom: 120px;
  }
  #company #zone2 .in .sec1 .copy {
    margin-left: calc(50% - 50px);
  }
  #company #zone2 .in .sec1 .p1 {
    position: absolute;
    top: 70px;
    left: calc(50% - 230px);
    width: 180px;
  }
  #company #zone2 .in .sec1 .p2 {
    position: absolute;
    top: 170px;
    left: calc(50% + 10px);
    width: 200px;
  }
  #company #zone2 .in .sec1 .t1 {
    padding-top: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
  }
  #company #zone2 .in .sec1 .p3 {
    width: 260px;
    margin: auto;
    padding-top: 30px;
  }
}
@media print, screen and (min-width:769px) {
  #company #zone3 {
    height: 2800px;
  }
}
#company #zone3 .in {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
#company #zone3 .in .mds1 {
  position: relative;
}
#company #zone3 .in .mds1 span {
  display: block;
}
@media print, screen and (min-width:769px) {
  #company #zone3 .in .mds1 .s1 {
    padding-bottom: 20px;
  }
  #company #zone3 .in .mds1 .s3 {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
  }
}
#company #zone3 .in .copy {
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  white-space: nowrap;
  margin-top: 50px;
}
@media screen and (max-width:768px) {
  #company #zone3 .in .copy {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
#company #zone3 .in .box {
  color: #fff;
  padding: 40px 50px;
}
@media print, screen and (min-width:769px) {
  #company #zone3 .in .box {
    width: 580px;
    height: 580px;
  }
}
@media screen and (max-width:768px) {
  #company #zone3 .in .box {
    padding: 30px 20px 20px;
    margin-bottom: 50px;
  }
}
#company #zone3 .in .box h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
#company #zone3 .in .box h3 i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 110px;
  height: 110px;
  border-radius: 60px;
  background-color: #fff;
  font-size: 70px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  #company #zone3 .in .box h3 i {
    width: 60px;
    height: 60px;
    font-size: 35px;
  }
}
#company #zone3 .in .box .t1 {
  font-size: 17px;
  font-weight: bold;
  line-height: 3;
}
@media screen and (max-width:768px) {
  #company #zone3 .in .box .t1 {
    font-size: 15px;
    line-height: 2;
  }
}
#company #zone3 .in .value1 {
  background-color: #fabd00;
}
@media print, screen and (min-width:769px) {
  #company #zone3 .in .value1 {
    position: absolute;
    top: 760px;
    left: calc(50% - 80px);
  }
  #company #zone3 .in .value1 .t1 {
    padding: 30px 50px 0;
  }
}
#company #zone3 .in .value1 h3 {
  color: #fabd00;
}
#company #zone3 .in .value2 {
  background-color: #ea5452;
}
@media print, screen and (min-width:769px) {
  #company #zone3 .in .value2 {
    position: absolute;
    top: 1480px;
    left: calc(50% - 500px);
  }
  #company #zone3 .in .value2 .t1 {
    padding: 70px 50px 0;
  }
}
#company #zone3 .in .value2 h3 {
  color: #ea5452;
}
#company #zone3 .in .value3 {
  background-color: #427935;
}
@media print, screen and (min-width:769px) {
  #company #zone3 .in .value3 {
    position: absolute;
    top: 2200px;
    left: calc(50% - 80px);
  }
}
#company #zone3 .in .value3 h3 {
  color: #427935;
}
#company #zone4 {
  padding: 430px 0 100px;
}
@media screen and (max-width:768px) {
  #company #zone4 {
    padding: 150px 0 0px;
  }
  #company #zone4 .naname1 {
    top: 110px;
    height: 150px;
  }
}
#company #zone4 .mds1 {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
#company #zone4 .in {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
#company #zone4 .in .sec1 {
  max-width: 900px;
  margin: auto;
  padding-top: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768px) {
  #company #zone4 .in .sec1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 80px;
  }
}
#company #zone4 .in .sec1 .copy {
  position: relative;
}
#company #zone4 .in .sec1 .copy::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 55px;
  height: 100%;
  background-color: #fabd00;
  z-index: -1;
}
@media screen and (max-width:768px) {
  #company #zone4 .in .sec1 .copy::before {
    top: -10px;
    left: 0;
    width: 20px;
  }
}
@media screen and (max-width:768px) {
  #company #zone4 .in .sec1 .set {
    width: calc(100% - 60px);
  }
}
#company #zone4 .in .sec1 .set h3 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 40px;
}
@media screen and (max-width:768px) {
  #company #zone4 .in .sec1 .set h3 {
    font-size: 27px;
    padding-bottom: 20px;
  }
}
#company #zone4 .in .sec1 .set .t1 {
  font-size: 20px;
  line-height: 3;
  padding-bottom: 60px;
}
@media screen and (max-width:768px) {
  #company #zone4 .in .sec1 .set .t1 {
    font-size: 16px;
    line-height: 2;
  }
}
#company #zone4 .in .sec1 .t2 {
  text-align: right;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  #company #zone4 .in .sec1 .t2 {
    font-size: 12px;
  }
}
#company #zone4 .in .sec1 .t2 i {
  display: inline-block;
  text-align: left;
}
#company #zone4 .in .sec1 .t2 i b {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding-top: 1px;
}
@media screen and (max-width:768px) {
  #company #zone4 .in .sec1 .t2 i b {
    font-size: 18px;
    padding-top: 10px;
  }
}
#company #zone5 {
  padding: 430px 0 100px;
}
@media screen and (max-width:768px) {
  #company #zone5 {
    padding: 150px 0 0px;
  }
  #company #zone5 .naname1 {
    top: 110px;
    height: 150px;
  }
}
#company #zone5 .mds1 {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
#company #zone5 .in {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
#company #zone5 .in .copy {
  padding-top: 80px;
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
}
#company #zone5 .in .copy span {
  display: inline-block;
  position: relative;
}
#company #zone5 .in .copy span::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fabd00;
  z-index: -1;
}
@media screen and (max-width:768px) {
  #company #zone5 .in .copy span::before {
    bottom: 5px;
    height: 15px;
  }
}
@media print, screen and (min-width:769px) {
  #company #zone5 .in .copy span.ex::before {
    width: 200%;
  }
}
#company #zone5 .in .set {
  max-width: 1000px;
  margin: auto;
  padding-top: 60px;
}
@media screen and (max-width:768px) {
  #company #zone5 .in .set {
    padding-top: 30px;
  }
}
#company #zone5 .in .set .t1 {
  max-width: 680px;
  margin: auto;
  font-size: 20px;
  line-height: 3;
  padding-bottom: 60px;
}
@media screen and (max-width:768px) {
  #company #zone5 .in .set .t1 {
    font-size: 16px;
    line-height: 2;
  }
}
#company #zone5 .in .set .t2 {
  text-align: right;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  #company #zone5 .in .set .t2 {
    font-size: 12px;
  }
}
#company #zone5 .in .set .t2 i {
  display: inline-block;
  text-align: left;
}
#company #zone5 .in .set .t2 i b {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding-top: 1px;
}
@media screen and (max-width:768px) {
  #company #zone5 .in .set .t2 i b {
    font-size: 18px;
    padding-top: 10px;
  }
}
#company #zone6 {
  padding: 430px 0 100px;
}
@media screen and (max-width:768px) {
  #company #zone6 {
    padding: 150px 0 20px;
  }
  #company #zone6 .naname1 {
    top: 110px;
    height: 150px;
  }
}
#company #zone6 .mds1 {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
#company #zone6 .in {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
#company #zone6 .in .sec {
  max-width: 820px;
  margin: auto;
  padding-top: 80px;
}
#company #zone6 .in .sec dl {
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  #company #zone6 .in .sec dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#company #zone6 .in .sec dl dt {
  width: 160px;
  padding: 20px 0 30px;
  border-top: 2px solid #000;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  #company #zone6 .in .sec dl dt {
    width: 100%;
    padding: 10px;
  }
}
#company #zone6 .in .sec dl dd {
  width: calc(100% - 180px);
  padding: 20px 0 30px;
  border-top: 1px solid #000;
}
@media screen and (max-width:768px) {
  #company #zone6 .in .sec dl dd {
    width: 100%;
    padding: 20px 10px;
  }
}
#company #zone6 .in .sec dl dd b {
  font-weight: bold;
}
#company #zone6 .in .sec dl dd.ex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
#company #zone6 .in .sec dl dd.ex b {
  width: 120px;
  padding-bottom: 20px;
}
#company #zone6 .in .sec dl dd.ex i {
  width: calc(100% - 120px);
  padding-bottom: 20px;
}
#company #zone6 .in .sec .bd dt {
  border-bottom: 2px solid #000;
}
#company #zone6 .in .sec .bd dd {
  border-bottom: 1px solid #000;
}
#company #zone6 .in .sec .map {
  padding-top: 80px;
}
@media screen and (max-width:768px) {
  #company #zone6 .in .sec .map {
    padding-top: 50px;
  }
}
#company #zone6 .in .sec .map iframe {
  width: 100%;
  height: 400px;
}
#company #zone7 {
  padding: 430px 0 100px;
}
@media screen and (max-width:768px) {
  #company #zone7 {
    padding: 150px 0 0px;
  }
  #company #zone7 .naname1 {
    top: 110px;
    height: 150px;
  }
}
#company #zone7 .mds1 {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
#company #zone7 .in {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
#company #zone7 .in .sec {
  max-width: 1100px;
  margin: auto;
}
#company #zone7 .in .sec .lead {
  font-size: 20px;
  line-height: 3;
  padding: 50px 0;
}
@media screen and (max-width:768px) {
  #company #zone7 .in .sec .lead {
    font-size: 16px;
    line-height: 2;
  }
}
#company #zone7 .in .sec .set {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
#company #zone7 .in .sec .set .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dcdddd;
  width: 100%;
  height: calc(100% - 30px);
}
@media screen and (max-width:768px) {
  #company #zone7 .in .sec .set .bg {
    height: calc(100% - 18px);
  }
}
#company #zone7 .in .sec .set dl {
  position: relative;
}
@media print, screen and (min-width:769px) {
  #company #zone7 .in .sec .set dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#company #zone7 .in .sec .set dl dt {
  width: calc(100% - 600px);
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-left: 30px;
}
#company #zone7 .in .sec .set dl dt i {
  display: block;
  font-size: 70px;
  font-family: "Outfit";
}
#company #zone7 .in .sec .set dl dt span {
  display: block;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  #company #zone7 .in .sec .set dl dt {
    width: 100%;
    font-size: 14px;
    padding-left: 15px;
  }
  #company #zone7 .in .sec .set dl dt i {
    font-size: 35px;
  }
}
#company #zone7 .in .sec .set dl dd {
  width: 550px;
  line-height: 1.8;
  padding-top: 40px;
}
#company #zone7 .in .sec .set dl dd .t1 {
  font-weight: bold;
  font-size: 18px;
}
@media print, screen and (min-width:769px) {
  #company #zone7 .in .sec .set dl dd .p1 {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 200px;
  }
}
@media screen and (max-width:768px) {
  #company #zone7 .in .sec .set dl dd {
    width: 100%;
    padding: 10px 10px 10px 60px;
  }
  #company #zone7 .in .sec .set dl dd .t1 {
    font-size: 15px;
  }
  #company #zone7 .in .sec .set dl dd .p1 {
    padding-top: 10px;
    width: 200px;
  }
}

#contact #zone1 {
  max-width: 960px;
  margin: auto;
  padding: 0 20px 80px;
}
#contact #zone1 .t1 {
  font-size: 20px;
}
@media screen and (max-width:768px) {
  #contact #zone1 .t1 {
    font-size: 14px;
  }
}
#contact #zone1 .t2 {
  font-size: 130px;
  font-family: "Outfit";
  padding: 20px 0;
}
@media screen and (max-width:768px) {
  #contact #zone1 .t2 {
    font-size: 48px;
  }
}
#contact #zone1 .t3 {
  font-size: 30px;
  padding-bottom: 80px;
}
@media screen and (max-width:768px) {
  #contact #zone1 .t3 {
    font-size: 18px;
    padding-bottom: 50px;
  }
}
#contact #zone1 .text {
  font-size: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width:768px) {
  #contact #zone1 .text {
    font-size: 14px;
  }
}
#contact #zone1 .text a {
  text-decoration: underline;
}
#contact #zone1 .sec {
  max-width: 700px;
  margin: auto;
}
#contact #zone1 .sec dl {
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  #contact #zone1 .sec dl {
    margin-bottom: 30px;
  }
}
#contact #zone1 .sec dl dt {
  padding-bottom: 10px;
}
#contact #zone1 .sec dl dd .set1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact #zone1 .sec dl dd .set1 button {
  border: 1px solid #000;
  padding: 4px;
  border-radius: 5px;
  margin-left: 10px;
  background-color: #ededed;
}
#contact #zone1 .sec dl dd small {
  display: inline-block;
  padding-bottom: 20px;
}
#contact #zone1 .textarea1 {
  width: 100%;
  background-color: #ededed;
  height: 40px;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 10px;
}
#contact #zone1 .textarea2 {
  width: 100px;
  background-color: #ededed;
  height: 40px;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 0 5px;
}
#contact #zone1 .textarea3 {
  width: 100%;
  background-color: #ededed;
  height: 300px;
  border-radius: 20px;
  padding: 5px 20px;
}
#contact #zone1 select {
  margin: 10px 0;
  padding: 5px;
  height: 40px;
}

#goods #zone_title .p1 {
  position: absolute;
  top: 120px;
  left: calc(50% + 210px);
  width: 460px;
}
#goods #zone1 {
  max-width: 1240px;
  margin: auto;
  padding: 0 10px 80px;
}
@media screen and (max-width:768px) {
  #goods #zone1 {
    padding-bottom: 50px;
  }
}
#goods #zone1 .sec1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
#goods #zone1 .sec1 li {
  width: 25%;
  padding: 10px;
  margin-bottom: 50px;
  opacity: 0;
}
@media screen and (max-width:768px) {
  #goods #zone1 .sec1 li {
    width: 50%;
    margin-bottom: 30px;
  }
}
#goods #zone1 .sec1 li .text {
  padding-top: 10px;
}

#service .copy {
  font-weight: 900;
  font-size: 65px;
  line-height: 1.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  #service .copy {
    font-size: 25px;
  }
}
#service .mds1 {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
@media print, screen and (min-width:769px) {
  #service #zone1 {
    margin-top: -100px;
  }
}
@media screen and (max-width:768px) {
  #service #zone1 .naname1 {
    top: 290px;
  }
  #service #zone1 .copy {
    position: absolute;
    top: 0px;
    right: 10px;
  }
}
@media print, screen and (min-width:769px) {
  #service #zone1 .p1 {
    position: absolute;
    top: -310px;
    left: calc(50% + 100px);
    width: 510px;
  }
}
@media screen and (max-width:768px) {
  #service #zone1 .p1 {
    width: 300px;
    margin: auto;
  }
}
#service #zone1 .mds1 {
  padding-top: 330px;
}
@media screen and (max-width:768px) {
  #service #zone1 .mds1 {
    padding-top: 30px;
  }
}
#service #zone1 .in {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
#service #zone1 .in .sec1 {
  position: relative;
}
@media print, screen and (min-width:769px) {
  #service #zone1 .in .sec1 {
    margin-top: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #service #zone1 .in .sec1 .pos {
    width: calc(100% - 340px);
  }
  #service #zone1 .in .sec1 .pos .set1 {
    width: 480px;
    padding-bottom: 220px;
  }
  #service #zone1 .in .sec1 .pos .set1 .p2 {
    width: 230px;
    margin: auto;
    padding: 50px 0;
  }
  #service #zone1 .in .sec1 .pos .set1 .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 3;
    white-space: nowrap;
  }
  #service #zone1 .in .sec1 .pos .set2 {
    padding-bottom: 150px;
  }
  #service #zone1 .in .sec1 .pos .set2 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #service #zone1 .in .sec1 .pos .set2 .box figure {
    width: 470px;
  }
  #service #zone1 .in .sec1 .pos .set2 .box .t2 {
    width: calc(100% - 520px);
    line-height: 3;
  }
  #service #zone1 .in .sec1 .pos .set2 h4 {
    font-size: 20px;
    font-family: "Outfit";
    padding: 30px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width:768px) {
  #service #zone1 .in .sec1 {
    margin-top: 30px;
  }
  #service #zone1 .in .sec1 .pos .set1 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  #service #zone1 .in .sec1 .pos .set1 .p2 {
    width: 130px;
    padding-bottom: 20px;
  }
  #service #zone1 .in .sec1 .pos .set1 .t1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
  }
  #service #zone1 .in .sec1 .pos .set2 {
    padding-bottom: 100px;
  }
  #service #zone1 .in .sec1 .pos .set2 .box figure {
    padding-bottom: 20px;
  }
  #service #zone1 .in .sec1 .pos .set2 .box .t2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 3;
  }
  #service #zone1 .in .sec1 .pos .set2 h4 {
    font-size: 16px;
    font-family: "Outfit";
    padding: 40px 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width:768px) {
  #service #zone2 .naname1 {
    top: 100px;
  }
  #service #zone2 .copy {
    position: absolute;
    top: 0px;
    left: calc(50% - 70px);
  }
}
#service #zone2 .mds1 {
  padding-top: 380px;
}
@media screen and (max-width:768px) {
  #service #zone2 .mds1 {
    padding-top: 100px;
  }
}
#service #zone2 .in {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px 100px;
}
@media print, screen and (min-width:769px) {
  #service #zone2 .in .sec1 {
    margin-top: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #service #zone2 .in .sec1 .pos {
    width: calc(100% - 340px);
  }
  #service #zone2 .in .sec1 .pos .set1 {
    width: 540px;
  }
  #service #zone2 .in .sec1 .pos .set1 .p1 {
    width: 290px;
    margin: auto;
    padding-bottom: 120px;
  }
  #service #zone2 .in .sec1 .pos .set1 .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 3;
  }
}
@media screen and (max-width:768px) {
  #service #zone2 .in {
    padding: 0px 20px 80px;
  }
  #service #zone2 .in .sec1 {
    margin-top: 30px;
    padding-top: 150px;
    position: relative;
  }
  #service #zone2 .in .sec1 .pos .set1 .p1 {
    width: 220px;
    margin: auto;
    padding-left: 100px;
    padding-bottom: 30px;
  }
  #service #zone2 .in .sec1 .pos .set1 .t1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
  }
}
#service #zone3 {
  background: url("../img/service/bg.png") center top;
  background-size: 255px auto;
  padding: 80px 20px 50px;
  margin-bottom: 100px;
}
#service #zone3 .p1 {
  width: 650px;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (max-width:768px) {
  #service #zone3 .p1 {
    width: 100%;
  }
}
#service #zone3 .sec1 {
  max-width: 1200px;
  margin: auto;
}
#service #zone3 .sec1 .text {
  font-weight: bold;
  padding-bottom: 20px;
}
#service #zone3 .sec1 .text.ex {
  padding-left: 5em;
  text-indent: -5em;
}

#sales #orderlink {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #427935;
  color: #fff;
  font-size: 20px;
  text-align: center;
  height: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  translate: 0 calc(100% + 30px);
}
#sales #orderlink br {
  display: none;
}
#sales #orderlink.show {
  translate: 0 0;
}
@media (min-width: 930px) {
  #sales #orderlink {
    bottom: 30px;
    right: 30px;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1.6;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  }
  #sales #orderlink br {
    display: block;
  }
}
@media (max-width: 768px) {
  #sales .mds2 {
    margin-top: 180px;
  }
}
#sales .catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2em;
  margin-top: 100px;
}
@media (max-width: 768px) {
  #sales .catalog {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sales .catalog img {
  width: 280px;
}
@media (max-width: 768px) {
  #sales .catalog img {
    width: 400px;
    max-width: 100%;
  }
}
#sales .catalog h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
#sales .catalog h4 mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fabd00));
  background: -webkit-linear-gradient(transparent 70%, #fabd00 70%);
  background: linear-gradient(transparent 70%, #fabd00 70%);
}
#sales .catalog ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em;
  font-size: 1em;
  font-weight: bold;
}
#sales .catalog-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  margin-top: 3em;
}
#sales .catalog-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #427935;
  color: #fff;
  height: 3em;
  width: 18em;
  margin: auto;
}
#sales .info-list {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: auto;
  margin-top: 100px;
}
@media (max-width: 768px) {
  #sales .info-list {
    width: 100%;
    margin-top: 40px;
  }
}
#sales .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
#sales .info-item + .info-item {
  margin-top: 1.5em;
}
#sales .info-item img {
  width: 80px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
#sales .info-item div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
#sales .info-item div h4 {
  font-size: 1em;
  font-weight: bold;
}
#sales .info-item div p {
  font-size: 1em;
  line-height: 1.6;
}
#sales .info-more {
  margin-top: 1.5em;
  text-align: right;
}
#sales .recommended-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 20px;
}
#sales .recommended-item {
  width: calc(33.3333333333% - 13.3333333333px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media (max-width: 768px) {
  #sales .recommended-item {
    width: calc(50% - 10px);
  }
}
#sales .recommended-item p {
  line-height: 1.6;
}
#sales .formlink {
  line-height: 2;
  margin: 300px auto;
  max-width: calc(100% - 40px);
  text-align: center;
}
@media (max-width: 768px) {
  #sales .formlink {
    margin: 100px auto;
  }
}
#sales .formlink p + p {
  margin-top: 50px;
}
#sales .formlink a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #427935;
  color: #fff;
  height: 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto;
  padding: 0 4em;
}
#sales .copy {
  font-weight: 900;
  font-size: 65px;
  line-height: 1.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  #sales .copy {
    font-size: 25px;
  }
}
#sales .mds1 {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
@media print, screen and (min-width:769px) {
  #sales #zone1 {
    margin-top: -100px;
  }
}
@media screen and (max-width:768px) {
  #sales #zone1 .naname1 {
    top: 290px;
  }
  #sales #zone1 .copy {
    position: absolute;
    top: 0px;
    right: 10px;
  }
}
@media print, screen and (min-width:769px) {
  #sales #zone1 .p1 {
    position: absolute;
    top: -630px;
    left: calc(50% + 100px);
    width: 408px;
  }
}
@media screen and (max-width:768px) {
  #sales #zone1 .p1 {
    position: relative;
    width: 240px;
    top: -40px;
    margin: auto;
  }
}
#sales #zone1 .mds1 {
  padding-top: 330px;
}
@media screen and (max-width:768px) {
  #sales #zone1 .mds1 {
    padding-top: 30px;
  }
}
#sales #zone1 .in {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}
#sales #zone1 .in .sec1 {
  position: relative;
}
@media print, screen and (min-width:769px) {
  #sales #zone1 .in .sec1 {
    margin-top: 120px;
  }
  #sales #zone1 .in .sec1 .pos .set1 {
    width: 480px;
    padding-bottom: 220px;
  }
  #sales #zone1 .in .sec1 .pos .set1 .p2 {
    width: 230px;
    margin: auto;
    padding: 50px 0;
  }
  #sales #zone1 .in .sec1 .pos .set1 .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 3;
    white-space: nowrap;
  }
  #sales #zone1 .in .sec1 .pos .set2 {
    padding-top: 150px;
  }
  #sales #zone1 .in .sec1 .pos .set2 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sales #zone1 .in .sec1 .pos .set2 .box figure {
    width: 470px;
  }
  #sales #zone1 .in .sec1 .pos .set2 .box .t2 {
    width: calc(100% - 520px);
    line-height: 3;
  }
  #sales #zone1 .in .sec1 .pos .set2 h4 {
    font-size: 20px;
    font-family: "Outfit";
    padding: 30px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width:768px) {
  #sales #zone1 .in .sec1 {
    margin-top: 30px;
  }
  #sales #zone1 .in .sec1 .pos .set1 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  #sales #zone1 .in .sec1 .pos .set1 .p2 {
    width: 130px;
    padding-bottom: 20px;
  }
  #sales #zone1 .in .sec1 .pos .set1 .t1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
  }
  #sales #zone1 .in .sec1 .pos .set2 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width:768px) and (max-width: 768px) {
  #sales #zone1 .in .sec1 .pos .set2 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width:768px) {
  #sales #zone1 .in .sec1 .pos .set2 .box figure {
    padding-bottom: 20px;
  }
  #sales #zone1 .in .sec1 .pos .set2 .box .t2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 3;
  }
  #sales #zone1 .in .sec1 .pos .set2 h4 {
    font-size: 16px;
    font-family: "Outfit";
    padding: 40px 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width:768px) {
  #sales #zone2 .naname1 {
    top: 100px;
  }
  #sales #zone2 .copy {
    position: absolute;
    top: 0px;
    left: calc(50% - 70px);
  }
}
#sales #zone2 .mds1 {
  padding-top: 380px;
}
@media screen and (max-width:768px) {
  #sales #zone2 .mds1 {
    padding-top: 200px;
  }
}
#sales #zone2 .in {
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px 100px;
}
@media print, screen and (min-width:769px) {
  #sales #zone2 .in .sec1 {
    margin-top: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sales #zone2 .in .sec1 .pos {
    width: calc(100% - 340px);
  }
  #sales #zone2 .in .sec1 .pos .set1 {
    width: 540px;
  }
  #sales #zone2 .in .sec1 .pos .set1 .p1 {
    width: 290px;
    margin: auto;
    padding-bottom: 120px;
  }
  #sales #zone2 .in .sec1 .pos .set1 .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 3;
  }
}
@media screen and (max-width:768px) {
  #sales #zone2 .in {
    padding: 0px 20px 80px;
  }
  #sales #zone2 .in .sec1 {
    margin-top: 30px;
    padding-top: 150px;
    position: relative;
  }
  #sales #zone2 .in .sec1 .pos .set1 .p1 {
    width: 220px;
    margin: auto;
    padding-left: 100px;
    padding-bottom: 30px;
  }
  #sales #zone2 .in .sec1 .pos .set1 .t1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
  }
}
#sales #zone3 {
  background: url("../img/service/bg.png") center top;
  background-size: 255px auto;
  padding: 80px 20px 50px;
  margin-bottom: 100px;
}
#sales #zone3 .p1 {
  width: 650px;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (max-width:768px) {
  #sales #zone3 .p1 {
    width: 100%;
  }
}
#sales #zone3 .sec1 {
  max-width: 1200px;
  margin: auto;
}
#sales #zone3 .sec1 .text {
  font-weight: bold;
  padding-bottom: 20px;
}
#sales #zone3 .sec1 .text.ex {
  padding-left: 5em;
  text-indent: -5em;
}

#privacy #zone1 {
  max-width: 840px;
  margin: auto;
  padding: 0 20px 100px;
}
@media screen and (max-width:768px) {
  #privacy #zone1 {
    padding-bottom: 50px;
  }
}
#privacy #zone1 .set {
  padding-top: 50px;
}
@media screen and (max-width:768px) {
  #privacy #zone1 .set {
    padding-top: 30px;
  }
}
#privacy #zone1 .set h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (max-width:768px) {
  #privacy #zone1 .set h2 {
    font-size: 18px;
  }
}
#privacy #zone1 .set .text {
  padding-bottom: 20px;
}
#privacy #zone1 .set ol {
  padding-bottom: 20px;
}

@media screen and (max-width:768px) {
  .none, .pc {
    display: none;
  }
  main a {
    color: #000;
  }
}
@media print, screen and (min-width:769px) {
  .none, .sp {
    display: none;
  }
  a[href^="tel:"] {
    cursor: default;
    color: #000;
    text-decoration: none;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000;
  }
  a:hover {
    opacity: 0.7;
  }
}
.form-inner {
  width: calc(100% - 40px);
  max-width: 700px;
  margin: auto;
  margin-bottom: 80px;
}
.form-inner dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.form-inner dl + dl {
  margin-top: 2em;
}
@media print, screen and (min-width:769px) {
  .form-inner dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form-inner dl dt {
  padding: 0;
  line-height: 1.4;
  font-weight: bold;
  font-size: 0.9em;
}
@media print, screen and (min-width:769px) {
  .form-inner dl dt {
    width: 12em;
  }
}
.form-inner dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
@media print, screen and (min-width:769px) {
  .form-inner dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.form-inner ol {
  margin-top: 3em;
}
@media screen and (max-width:768px) {
  .form-inner ol {
    padding-left: 0;
  }
  .form-inner ol li {
    list-style: none;
  }
}
.form-inner ol li:nth-child(n+6) {
  display: none;
}
.form-inner ol li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.form-inner ol li div [placeholder=数量] {
  width: 3em;
  text-align: center;
}
.form-inner ol.open li:nth-child(n+6) {
  display: block;
}
.form-inner .more {
  margin-top: 1em;
  text-align: center;
  font-size: 0.8em;
}
.form-inner .more a {
  text-decoration: underline;
  color: #333;
}
.form-inner .more a::after {
  content: " ▼";
}
.form-inner .input-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  margin-top: 3em;
}
.form-inner ::-webkit-input-placeholder {
  color: #ccc;
}
.form-inner ::-moz-placeholder {
  color: #ccc;
}
.form-inner :-ms-input-placeholder {
  color: #ccc;
}
.form-inner ::-ms-input-placeholder {
  color: #ccc;
}
.form-inner ::placeholder {
  color: #ccc;
}
.form-inner input[type=text],
.form-inner input[type=email],
.form-inner input[type=tel],
.form-inner textarea {
  display: block;
  width: 100%;
  border: 1px solid #427935;
  padding: 5px;
}
.form-inner textarea {
  min-height: 8em;
}
.form-inner input[type=file]::-webkit-file-upload-button {
  background-color: #427935;
  color: #fff;
  outline: none;
  border: none;
  padding: 5px 10px;
  font-weight: bold;
}
.form-inner input[type=file]::file-selector-button {
  background-color: #427935;
  color: #fff;
  outline: none;
  border: none;
  padding: 5px 10px;
  font-weight: bold;
}
.form-inner .text {
  padding: 50px 0;
}
.form-inner .text a {
  text-decoration: underline;
}
.form-inner .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.form-inner .submit input[type=submit],
.form-inner .submit button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #427935;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 4em;
  max-width: 220px;
}
.form-inner .submit input[type=submit].back,
.form-inner .submit button.back {
  background-color: #ccc;
  color: #777;
}
.form-inner .submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

article#announcement {
  padding: 0 20px;
  max-width: 1040px;
  margin: 0 auto 120px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  /* リストスタイル */
  /* 「前の記事を見る」リンク */
}
@media print, screen and (min-width:769px) {
  article#announcement {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
article#announcement section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* お知らせの見出し色 */
  /* ご報告の見出し色 */
}
@media screen and (max-width:768px) {
  article#announcement section {
    display: none;
  }
  article#announcement section.active {
    display: block;
  }
}
article#announcement section h2 {
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 100px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width:768px) {
  article#announcement section h2 {
    display: none;
  }
}
article#announcement section.information h2 {
  background-color: #537f40;
}
article#announcement section.announce h2 {
  background-color: #ffbe2a;
}
article#announcement .article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
article#announcement .article-list li {
  margin: 1.5em 0;
  width: auto;
}
article#announcement .article-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
article#announcement .article-list .post-date {
  font-size: 0.8em;
  color: #555;
  width: 8.5em;
  min-width: 8.5em;
  margin-right: 10px;
}
article#announcement .article-list .post-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  /* Strongタグのデフォルトスタイルを上書き */
}
article#announcement .archive-link {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
}
article#announcement .archive-link a {
  font-size: inherit;
  color: #888;
  text-decoration: underline;
}

.taxonomy-title {
  font-weight: bold;
  padding: 0.25em 1em;
  border-radius: 100px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #537f40;
}
.taxonomy-title.information {
  background-color: #537f40;
}
.taxonomy-title.announce {
  background-color: #ffbe2a;
}

.announcement-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media print, screen and (min-width:769px) {
  .announcement-tab {
    display: none;
  }
}
.announcement-tab li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5em;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 0.6;
  cursor: pointer;
}
.announcement-tab li.information {
  background-color: #537f40;
}
.announcement-tab li.announce {
  background-color: #ffbe2a;
}
.announcement-tab li.active {
  opacity: 1;
}

.sec1.mainpic {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.sec1.mainpic * {
  overflow: hidden;
}

.moveset1,
.moveitem1,
.moveitem2,
.moveitem3,
.moveitem4,
.moveitem5,
.moveitem6,
.moveset2,
.moveitem1,
.moveitem2,
.moveitem3,
.move1,
.ef4,
.ef3,
.ef2b,
.ef2,
.ef1 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moveset1 img,
.moveitem1 img,
.moveitem2 img,
.moveitem3 img,
.moveitem4 img,
.moveitem5 img,
.moveitem6 img,
.moveset2 img,
.moveitem1 img,
.moveitem2 img,
.moveitem3 img,
.move1 img,
.ef4 img,
.ef3 img,
.ef2b img,
.ef2 img,
.ef1 img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.accordion__btn {
  font-size: 0.9em;
  margin-top: 0.5em;
}
.accordion__btn span {
  cursor: pointer;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
