@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  word-wrap: break-word;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute
img:not([alt]) {
  filter: blur(10px);
}
*/
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

hr {
  margin: 80px 0;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: vw(375, 16);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: vw(strip-unit(1280px), 16);
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Segoe UI", Roboto, Ubuntu, Verdana, メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-tb {
    display: block;
  }
}

.text-nowrap {
  white-space: nowrap !important;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.inner {
  max-width: 1340px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-s {
  max-width: 1060px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner-s {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pa-0 {
  padding: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ma-0 {
  margin: 0 !important;
}

h1, .h1 {
  font-size: 4.8rem;
}
@media screen and (max-width: 1240px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 3.2rem;
  }
}

h2, .h2 {
  font-size: 4rem;
}
@media screen and (max-width: 1240px) {
  h2, .h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 2.4rem;
  }
}

h3, .h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1240px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 1.8rem;
  }
}

h4, .h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 1.6rem;
  }
}

h5, .h5 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  h5, .h5 {
    font-size: 1.4rem;
  }
}

[class*=__header] h1, [class*=__header] .h1,
[class*=__header] h2, [class*=__header] .h2,
[class*=__header] h3, [class*=__header] .h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .small {
    font-size: 1.2rem;
  }
}

.lead {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1.4rem;
    text-align: left;
  }
}

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

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

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

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card {
  border: 1px solid #333;
}

.aside-sidebar .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aside-sidebar .tab-item {
  text-align: left;
}
.aside-sidebar .tab-item.active {
  background-color: #4C75B8;
  color: #fff;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 20px 30px;
  max-width: 1340px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 15px 20px;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.breadcrumb__item {
  font-size: 1.2rem;
}
.breadcrumb__item a {
  display: inline-block;
}
.breadcrumb__item:not(:last-child) a {
  color: #007816;
}
.breadcrumb__item:not(:last-child):after {
  display: inline-block;
  content: "-";
  margin: 0 5px;
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

.img-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.img-link-box {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .img-link-box {
    width: 100%;
  }
  .img-link-box:not(:first-child) {
    margin-top: 20px;
  }
}
.img-link-box .box-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.3);
}
.img-link-box .box-text a {
  display: block;
  padding: 40px;
  width: 100%;
  height: 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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
}
.img-link-box .box-text a small {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .img-link-box .box-text a {
    padding-bottom: 120px;
  }
}
.img-link-box .box-text .round-btn {
  right: 40px;
}
.img-link-box .box-img {
  position: relative;
  width: 100%;
  padding-top: 70.3125%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .img-link-box .box-img {
    padding-top: 68.1818%;
  }
}
.img-link-box .box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  height: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-link-box:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

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

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

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

.icon-news {
  display: inline-block;
  margin-left: 8px;
  padding: 0.1rem 1rem;
  font-size: 1.2rem;
  line-height: 18px;
  color: #fff;
  border-radius: 10px;
  background-color: #c8161a;
}
@media screen and (max-width: 768px) {
  .icon-news {
    padding-inline: 0.6rem;
    margin-left: 3px;
    font-size: 1rem;
    line-height: 12px;
  }
}

img.img-parallax {
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1.3);
          transform: translate3d(0px, 0px, 0px) scale(1.3);
}

.temp_name {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.sec-movie {
  position: relative;
  height: 100vh;
  font-size: 3rem;
  background-color: #222;
}
.sec-movie:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.3);
}

.aside-top-nav {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.aside-top-nav.is-none {
  display: none;
}

.nav-topList {
  position: fixed;
  z-index: 50;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
.nav-topList li {
  position: relative;
  font-size: 12px;
  height: 42px;
  cursor: pointer;
}
.nav-topList li span.vertical-rl {
  position: absolute;
  z-index: 0;
  height: 400px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  line-height: 34px;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: default;
}
@media screen and (max-width: 540px) {
  .nav-topList li span.vertical-rl {
    display: none;
  }
}
.nav-topList li:after {
  opacity: 1;
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 10px;
}
.nav-topList li:before {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.nav-topList li.active span.vertical-rl {
  opacity: 1;
  z-index: 10;
}
.nav-topList li.active span.vertical-rl:before {
  opacity: 1;
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 16px;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 1px solid #fff;
}
.nav-topList li.active:before {
  opacity: 1;
  content: "";
  position: absolute;
  right: -5px;
  top: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.box-movie {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}
.box-movie .fit-movie {
  position: absolute;
  z-index: 1;
  min-height: 100vh;
    width: 100% ;
  object-fit: cover !important;
  object-position: center !important;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}
.box-movie-contents {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-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;
}
.box-movie-contents.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .box-movie-contents.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box-movie-text {
  margin-bottom: 76px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .box-movie-text {
    width: calc(100% - 200px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 540px) {
  .box-movie-text {
    width: calc(100% - 60px);
    margin-left: 20px;
    margin-right: auto;
  }
}
.box-movie-text .section-title {
  padding: 30px;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .box-movie-text .section-title {
    text-align: left;
    padding: 0 0 20px 0;
  }
}
.box-movie-text .section-sab-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-weight: 500;
}
.box-movie-text .section-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-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;
}
.box-movie-text .section-box-inner {
  border: 1px solid #fff;
  padding: 10px;
  background-color: rgba(34, 34, 34, 0.2);
}
.box-movie-text .section-box-ttl {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}
.box-movie-text .section-box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .box-movie-text .section-box dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.box-movie-text .section-box dl:not(:first-child) {
  margin-top: 5px;
}
.box-movie-text .section-box dl dt,
.box-movie-text .section-box dl dd {
  font-size: 1.4rem;
}
.box-movie-text .section-box dl dt {
  width: 80px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .box-movie-text .section-box dl dt {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }
}
.box-movie-text .btn {
  margin-top: 40px;
}
@media screen and (max-width: 540px) {
  .box-movie-text .btn {
    margin-top: 20px;
  }
}
.box-movie-text h1 {
  font-size: 5.6rem;
  text-align: center;
  -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;
}
.box-movie-text h1 + p {
  font-size: 2.4rem;
  text-align: center;
}
.box-movie-text h2 {
  font-size: 4rem;
}
.box-movie-text h2 + p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .box-movie-text h1 {
    font-size: 4rem;
  }
  .box-movie-text h1 + p {
    font-size: 1.8rem;
  }
  .box-movie-text h2 {
    font-size: 3rem;
  }
  .box-movie-text h2 + p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .box-movie-text h1 {
    font-size: 3.2rem;
  }
  .box-movie-text h1 + p {
    font-size: 1.4rem;
  }
  .box-movie-text h2 {
    font-size: 2.8rem;
  }
  .box-movie-text h2 + p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 540px) {
  .box-movie-text h1 {
    text-align: left;
  }
  .box-movie-text h1 + p {
    text-align: left;
  }
  .box-movie-text h2 {
    font-size: 2.4rem;
    text-align: left;
  }
  .box-movie-text h2 + p {
    text-align: left;
  }
}

#section2 .box-movie-contents .box-movie-text {
  max-width: 670px;
}
@media screen and (min-width: 541px) {
  #section2 .box-movie-contents .box-movie-text {
    width: calc(100% - 120px);
    margin-left: 20px;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  #section2 .box-movie-contents .box-movie-text {
    width: 70%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1240px) {
  #section2 .box-movie-contents .box-movie-text {
    width: 50%;
    margin-inline: auto;
  }
}
#section2 .box-movie-contents .box-movie-text .section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-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;
}
@media screen and (min-width: 769px) {
  #section2 .box-movie-contents .box-movie-text .section-title span:first-child {
    margin-right: auto;
  }
  #section2 .box-movie-contents .box-movie-text .section-title span:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #section2 .box-movie-contents .box-movie-text .section-title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 769px) {
  #section3 .box-movie-contents .box-movie-text {
    margin: 0 0 0 10px;
    width: 40%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1441px) {
  #section3 .box-movie-contents .box-movie-text {
    margin: 0 0 0 30px;
    width: 40%;
  }
}
#section3 .box-movie-contents .box-movie-text .section-title {
  text-align: left;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #section3 .box-movie-contents .box-movie-text .section-title {
    font-size: 2.4rem;
  }
}
#section3 .box-movie-contents .box-movie-text p {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #section3 .box-movie-contents .box-movie-text p {
    padding-left: 0;
  }
}
#section3 .box-movie-contents .box-movie-text .btn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #section3 .box-movie-contents .box-movie-text .btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  #section3 .box-movie-contents .box-movie-img {
    width: 30%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  #section3 .box-movie-contents .box-movie-img {
    width: 40%;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #section3 .box-movie-contents .box-movie-img {
    width: calc(100% - 80px);
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ticker-wrapper {
  position: absolute;
  left: 40px;
  bottom: 26px;
  background: rgba(0, 0, 0, 0.3019607843);
  width: 910px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ticker-wrapper {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .ticker-wrapper {
    bottom: 86px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.ticker li {
  position: relative;
  display: none;
  overflow: hidden;
}
.ticker li a {
  position: relative;
  margin: 12px 170px 12px 5px;
  padding: 2px 10px;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 769px) {
  .ticker li a:after {
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #fff;
  }
}
.ticker li a p {
  display: inline;
}
@media screen and (max-width: 768px) {
  .ticker li a p {
    text-decoration: underline;
  }
}
.ticker li a .ticker-date {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .ticker li a {
    font-size: 1.3rem;
    margin: 12px 12px 50px 5px;
    -webkit-line-clamp: 3;
  }
  .ticker li a .ticker-date {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .ticker li.status-new {
    padding-left: 54px;
  }
}
@media screen and (max-width: 768px) {
  .ticker li.status-new .ticker-date {
    margin-left: 40px;
  }
}
.ticker li .icon-news {
  position: absolute;
  left: 10px;
  top: 15px;
}
.ticker .btn {
  position: absolute;
  z-index: 10;
}
.ticker .btn a {
  display: block;
}
@media screen and (min-width: 769px) {
  .ticker .btn {
    top: 10px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ticker .btn {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#ticker-roll {
  height: 50px !important;
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  #ticker-roll {
    height: 130px !important;
    width: 100%;
  }
}

.sec-header .section-title {
  margin: 0 auto;
  padding: 120px 0 100px;
  max-width: 1340px;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #007816;
}
.sec-header .section-title:before {
  content: attr(data-en);
  font-size: 8rem;
  line-height: 100px;
  color: #222222;
  font-family: "Roboto", sans-serif;
}
.sec-header .section-title:after {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  content: attr(data-en);
  font-size: 20rem;
  line-height: 0;
  color: rgba(34, 34, 34, 0.1);
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1024px) {
  .sec-header .section-title:after {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-header .section-title {
    padding: 60px 0 40px;
    font-size: 1.8rem;
  }
  .sec-header .section-title:before {
    font-size: 4.8rem;
    line-height: 60px;
  }
  .sec-header .section-title:after {
    display: none;
  }
}

.sec-products {
  overflow: hidden;
}
.sec-products .sec-body {
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-products .sec-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sec-products .sec-body-contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .sec-products .sec-body-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 120px;
  }
}
.sec-products .sec-body-contents .box-text {
  min-width: 390px;
  max-width: calc(100% - 800px);
}
.sec-products .sec-body-contents .box-text h2 {
  font-size: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.sec-products .sec-body-contents .box-text p {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-products .sec-body-contents .box-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sec-products .sec-body-contents .box-text h2 {
    font-size: 3.2rem;
    margin-top: 20px;
    text-align: center;
  }
  .sec-products .sec-body-contents .box-text p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.sec-products .sec-body-contents .box-img {
  width: calc(100% - 40px);
  -webkit-box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
          box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
}
@media screen and (min-width: 769px) {
  .sec-products .sec-body-contents .box-img {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .sec-products .sec-body-contents .box-img {
    -webkit-box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
            box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
  }
}
.sec-products .sec-body-contents .box-img img {
  width: 100%;
}
.sec-products .sec-body-contents .btn {
  margin-top: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec-products .sec-body-contents .btn {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .sec-products .sec-body-contents:nth-child(odd) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sec-products .sec-body-contents:nth-child(odd) .box-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-products .sec-body-contents:nth-child(odd) .box-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  .sec-products .sec-body-contents:nth-child(even) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec-products .sec-body-contents:nth-child(even) .box-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec-products .sec-body-contents:nth-child(even) .box-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@media screen and (max-width: 768px) {
  .sec-products .sec-body-contents:nth-child(odd) .box-img {
    margin-left: auto;
  }
  .sec-products .sec-body-contents:nth-child(even) .box-img {
    margin-right: auto;
  }
}

.sec-research {
  background-color: #52525A;
}
.sec-research .section-title {
  color: #fff;
}
.sec-research .section-title::before {
  color: #fff;
}
.sec-research .section-title::after {
  color: rgba(255, 255, 255, 0.1);
}
.sec-research .sec-body {
  margin: 0 auto;
  padding-bottom: 120px;
  max-width: 1278px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}
@media screen and (max-width: 768px) {
  .sec-research .sec-body {
    padding: 0 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-research .sec-body-contents {
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-research .sec-body-contents {
    width: 100%;
  }
  .sec-research .sec-body-contents:not(:first-child) {
    margin-top: 20px;
  }
}
.sec-research .sec-body-contents .box-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.3);
}
.sec-research .sec-body-contents .box-text a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 40px;
  width: 100%;
  height: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 3.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-research .sec-body-contents .box-text a {
    padding-bottom: 120px;
  }
}
.sec-research .sec-body-contents .box-text .round-btn {
  z-index: 1;
  right: 50%;
  margin-right: -50px;
}
@media screen and (max-width: 768px) {
  .sec-research .sec-body-contents .box-text .round-btn {
    margin-right: -40px;
  }
}
.sec-research .sec-body-contents .box-img {
  position: relative;
  width: 100%;
  padding-top: 105.634%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-research .sec-body-contents .box-img {
    padding-top: 68.1818%;
  }
}
.sec-research .sec-body-contents .box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  height: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-research .sec-body-contents:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.sec-news {
  background-color: #EDEDEE;
}
.sec-news .sec-body {
  position: relative;
  margin: 0 auto;
  padding-bottom: 120px;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .sec-news .sec-body {
    padding: 0 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-news .sec-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sec-news .sec-body .btn {
  position: absolute;
  top: -40px;
  right: 20px;
}
.sec-news .sec-body .btn .more-wht-btn {
  padding: 2px 42px;
}
.sec-news #archives-info-linklist {
  border-top: none;
}
.sec-news #archives-info-linklist .news-list li {
  border-bottom: 1px solid #222;
}
.sec-news #pickup-info-linklist {
  border-top: none;
  width: calc(55% - 20px);
}
@media screen and (max-width: 1024px) {
  .sec-news #pickup-info-linklist {
    margin-top: 20px;
    width: 100%;
  }
}
.sec-news #pickup-info-linklist .archives-linklist_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.sec-news #pickup-info-linklist .archives-linklist_header span {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 4rem;
  font-weight: 900;
}
.sec-news #pickup-info-linklist .archives-linklist_header small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-weight: 900;
  color: #007816;
}
.sec-news #pickup-info-linklist 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;
}
.sec-news #pickup-info-linklist ul .panel {
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .sec-news #pickup-info-linklist ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .sec-news #pickup-info-linklist ul .panel {
    width: 100%;
    margin-bottom: 0;
  }
}
.sec-news #pickup-info-linklist .inklist-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 20px 0;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .sec-news #pickup-info-linklist .inklist-item {
    padding: 16px 20px 16px 0;
    gap: 16px;
  }
}
.sec-news #pickup-info-linklist .inklist-item:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 21px;
  height: 5px;
  background: url(../images/arrow-s-r.svg) no-repeat 0 0;
  background-size: contain;
  top: 50%;
  right: 0;
}
.sec-news #pickup-info-linklist .inklist-item .list-item_img {
  width: 150px;
}
.sec-news #pickup-info-linklist .inklist-item .list-item_tests {
  padding: 0;
  width: calc(100% - 22px - 150px);
}
@media screen and (max-width: 768px) {
  .sec-news #pickup-info-linklist .inklist-item .list-item_img {
    width: 120px;
  }
  .sec-news #pickup-info-linklist .inklist-item .list-item_tests {
    width: calc(100% - 16px - 120px);
  }
}
.sec-news .pickup-movie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .sec-news .pickup-movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sec-news .sec-movie-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(45% - 20px);
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .sec-news .sec-movie-box {
    margin-top: 0;
  }
}
.sec-news .sec-movie-box_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.sec-news .sec-movie-box_header span {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 4rem;
  font-weight: 900;
}
.sec-news .sec-movie-box_header small {
  margin-left: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-weight: 900;
  color: #007816;
}
@media screen and (max-width: 1024px) {
  .sec-news .sec-movie-box {
    width: 100%;
  }
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-color: #ffffff;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#particles-js canvas {
  display: block;
  vertical-align: bottom;
}

.sec-recruit .sec-body {
  margin: 0 auto;
  max-width: 1280px;
  padding-bottom: 120px;
}
.sec-recruit .sec-body-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .sec-recruit .sec-body-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-recruit .sec-body-contents .box-text {
  width: 50%;
  padding: 40px;
}
.sec-recruit .sec-body-contents .box-text p {
  font-size: 2rem;
}
.sec-recruit .sec-body-contents .box-text .btn {
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sec-recruit .sec-body-contents .box-text .btn {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit .sec-body-contents .box-text {
    width: 100%;
    padding: 20px;
  }
}
.sec-recruit .sec-body-contents .box-img {
  padding: 0 40px;
  width: 50%;
}
.sec-recruit .sec-body-contents .box-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-recruit .sec-body-contents .box-img {
    width: 100%;
    padding: 0 20px;
  }
}

.js-fixed {
  position: fixed;
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.progWrapper {
  z-index: 9;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.progWrapper #progress_1,
.progWrapper #progress_2,
.progWrapper #progress_3 {
  background-color: #c8161a;
  z-index: 10;
  width: 0%;
  height: 3px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

/*
#section1.active {
  .box-movie {
    position: fixed;
  }
}

*/
#section1 .is-sec-fixed {
  position: fixed;
}
#section1 .section-title .is-sp {
  display: none !important;
}
@media screen and (max-width: 540px) {
  #section1 .section-title .is-sp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #section1 .section-sab-title {
    margin-bottom: 100px;
  }
}

.p-top #loading,
.p-en-top #loading {
  position: relative;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100% !important;
  background: #E4E4EB;
}
.p-top #loading .loading-logo,
.p-en-top #loading .loading-logo {
  width: 100%;
  height: 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;
  -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;
}
.p-top #loading .loading-logo img,
.p-en-top #loading .loading-logo img {
  width: 69px;
  height: 40px;
  margin-bottom: 5px;
}

#section1 {
  z-index: 10;
}

#section2 {
  z-index: 20;
}

#section3 {
  z-index: 30;
}

#products {
  z-index: 40;
}

#research {
  z-index: 50;
}

#recruit {
  z-index: 60;
}

/* en
==========================================*/
.p-en-top .sec-header .section-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-en-top .sec-header {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-en-top .sec-body {
    padding-inline: 20px;
  }
}
.p-en-top .sec-philosophy .sec-header .section-title {
  font-size: 4rem;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-philosophy .sec-header .section-title {
    font-size: 2.4rem;
  }
}
.p-en-top .sec-philosophy .sec-header .section-title,
.p-en-top .sec-products .sec-header .section-title {
  text-align: center;
}
.p-en-top .sec-philosophy .sec-body,
.p-en-top .sec-products .sec-body {
  margin: 0 auto;
  max-width: 1280px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-en-top .sec-philosophy .sec-body,
  .p-en-top .sec-products .sec-body {
    padding-bottom: 60px;
  }
}
.p-en-top .sec-philosophy .sec-body .box-text,
.p-en-top .sec-products .sec-body .box-text {
  margin: 0 auto;
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-philosophy .sec-body .box-text,
  .p-en-top .sec-products .sec-body .box-text {
    width: 100%;
    max-width: 100%;
  }
}
.p-en-top .sec-philosophy .sec-body .box-text p,
.p-en-top .sec-products .sec-body .box-text p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-philosophy .sec-body .box-text p,
  .p-en-top .sec-products .sec-body .box-text p {
    font-size: 1.6rem;
  }
}
.p-en-top .sec-philosophy .sec-body .btn,
.p-en-top .sec-products .sec-body .btn {
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-en-top .sec-philosophy .sec-body .btn .more-wht-btn::after,
.p-en-top .sec-products .sec-body .btn .more-wht-btn::after {
  display: none;
}
.p-en-top .sec-dev-products {
  background-color: #007816;
}
.p-en-top .sec-dev-products .section-title {
  color: #fff;
}
.p-en-top .sec-dev-products .section-title::before {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-dev-products .section-title::before {
    font-size: 3.2rem;
  }
}
.p-en-top .sec-dev-products .section-title::after {
  font-size: 10rem;
  color: rgba(255, 255, 255, 0.1);
}
.p-en-top .sec-dev-products .sec-body .box-text p {
  color: #fff;
}
.p-en-top .sec-dev-products .more-wht-btn::after {
  background: url("http://jp-noc.dev.so-ra.co.jp/assets/images/arrow-r-wh.svg");
}
.p-en-top .sec-products {
  overflow: hidden;
}
.p-en-top .sec-products .sec-body {
  margin: 0 auto;
  max-width: 1280px;
}
.p-en-top .sec-products .sec-body + .sec-body {
  margin-top: 80px;
  padding: 0;
}
.p-en-top .sec-products .sec-body-contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .p-en-top .sec-products .sec-body-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 120px;
  }
}
.p-en-top .sec-products .sec-body-contents .box-text {
  min-width: 390px;
  max-width: calc(100% - 800px);
}
.p-en-top .sec-products .sec-body-contents .box-text h2 {
  font-size: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-en-top .sec-products .sec-body-contents .box-text p {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-products .sec-body-contents .box-text {
    padding-inline: 20px;
    min-width: 100%;
  }
  .p-en-top .sec-products .sec-body-contents .box-text h2 {
    font-size: 3.2rem;
    margin-top: 20px;
    text-align: center;
  }
  .p-en-top .sec-products .sec-body-contents .box-text p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-en-top .sec-products .sec-body-contents .box-img {
  width: calc(100% - 40px);
  -webkit-box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
          box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
}
@media screen and (min-width: 769px) {
  .p-en-top .sec-products .sec-body-contents .box-img {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-products .sec-body-contents .box-img {
    -webkit-box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
            box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
  }
}
.p-en-top .sec-products .sec-body-contents .box-img img {
  width: 100%;
}
.p-en-top .sec-products .sec-body-contents .btn {
  margin-top: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-products .sec-body-contents .btn {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-en-top .sec-products .sec-body-contents:nth-child(odd) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-en-top .sec-products .sec-body-contents:nth-child(odd) .box-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-en-top .sec-products .sec-body-contents:nth-child(odd) .box-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  .p-en-top .sec-products .sec-body-contents:nth-child(even) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-en-top .sec-products .sec-body-contents:nth-child(even) .box-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-en-top .sec-products .sec-body-contents:nth-child(even) .box-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-products .sec-body-contents:nth-child(odd) .box-img {
    margin-left: auto;
  }
  .p-en-top .sec-products .sec-body-contents:nth-child(even) .box-img {
    margin-right: auto;
  }
}
.p-en-top .sec-companyInfo {
  background-color: #EDEDEE;
}
.p-en-top .sec-companyInfo .sec-body {
  margin: 0 auto;
  max-width: 1280px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-companyInfo .sec-body {
    padding: 0 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-en-top .sec-companyInfo .sec-body-contents {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-companyInfo .sec-body-contents {
    width: 100%;
  }
  .p-en-top .sec-companyInfo .sec-body-contents:not(:first-child) {
    margin-top: 20px;
  }
}
.p-en-top .sec-companyInfo .sec-body-contents .box-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.3);
  text-align: center;
}
.p-en-top .sec-companyInfo .sec-body-contents .box-text a {
  position: relative;
  font-weight: bold;
  z-index: 2;
  display: block;
  padding: 40px;
  width: 100%;
  height: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 3.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-companyInfo .sec-body-contents .box-text a {
    font-size: 2.4rem;
    padding-top: 20px;
    padding-bottom: 120px;
  }
}
.p-en-top .sec-companyInfo .sec-body-contents .box-text a span {
  font-weight: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-companyInfo .sec-body-contents .box-text a span {
    font-size: 1.4rem;
  }
}
.p-en-top .sec-companyInfo .sec-body-contents .box-text .round-btn {
  z-index: 1;
  right: 50%;
  margin-right: -50px;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-companyInfo .sec-body-contents .box-text .round-btn {
    margin-right: -40px;
  }
}
.p-en-top .sec-companyInfo .sec-body-contents .box-img {
  position: relative;
  width: 100%;
  padding-top: 50.7777%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-en-top .sec-companyInfo .sec-body-contents .box-img {
    padding-top: 68.1818%;
  }
}
.p-en-top .sec-companyInfo .sec-body-contents .box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  height: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-en-top .sec-companyInfo .sec-body-contents:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.p-en-top .bg-list_container {
  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;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .p-en-top .bg-list_container {
    padding: 40px 0;
  }
}
.p-en-top .bg-list_container .bg-list_products {
  -webkit-animation: infinity-loop 1s infinite linear;
  animation: infinity-loop 1s infinite linear;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 120%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  will-change: transform;
}
.p-en-top .bg-list_container .bg-list_products li {
  width: 100%;
  position: relative;
  margin-left: 3%;
  list-style: none;
}
.p-en-top .bg-list_container .bg-list_products li img {
  opacity: 0.5;
}

@-webkit-keyframes infinity-loop {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-loop {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*! content-column2 */
.content-column2 .main-body {
  width: calc(100% - 320px);
  float: left;
}
.content-column2 .aside-right {
  position: relative;
  width: 290px;
  float: right;
  z-index: 1;
}

@media (max-width: 1024px) {
  .content-column2 .main-body {
    width: calc(100% - 220px);
  }
  .content-column2 .aside-right {
    width: 190px;
  }
}
@media (max-width: 768px) {
  .content-column2 .main-body {
    width: 100%;
    float: none;
  }
  .content-column2 .aside-right {
    display: none;
    width: 100%;
    float: none;
  }
}
/* ------------------------------------------
                  ClearFix
------------------------------------------ */
.content-column2 {
  zoom: 1;
}

.content-column2:after {
  content: "";
  display: block;
  clear: both;
}

.nav-toolList > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.nav-toolList > ul .is-active a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}
.nav-toolList > ul.linklist-year {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.linklist-year {
  margin-top: 20px;
}
.linklist-year > li > a {
  padding: 0.3rem 1rem;
  font-size: 1.3rem;
}

.nav-toolList-1900 .is-1900 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1901 .is-1901 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1902 .is-1902 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1903 .is-1903 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1904 .is-1904 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1905 .is-1905 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1906 .is-1906 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1907 .is-1907 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1908 .is-1908 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1909 .is-1909 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1910 .is-1910 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1911 .is-1911 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1912 .is-1912 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1913 .is-1913 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1914 .is-1914 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1915 .is-1915 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1916 .is-1916 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1917 .is-1917 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1918 .is-1918 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1919 .is-1919 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1920 .is-1920 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1921 .is-1921 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1922 .is-1922 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1923 .is-1923 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1924 .is-1924 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1925 .is-1925 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1926 .is-1926 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1927 .is-1927 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1928 .is-1928 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1929 .is-1929 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1930 .is-1930 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1931 .is-1931 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1932 .is-1932 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1933 .is-1933 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1934 .is-1934 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1935 .is-1935 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1936 .is-1936 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1937 .is-1937 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1938 .is-1938 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1939 .is-1939 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1940 .is-1940 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1941 .is-1941 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1942 .is-1942 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1943 .is-1943 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1944 .is-1944 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1945 .is-1945 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1946 .is-1946 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1947 .is-1947 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1948 .is-1948 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1949 .is-1949 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1950 .is-1950 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1951 .is-1951 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1952 .is-1952 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1953 .is-1953 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1954 .is-1954 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1955 .is-1955 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1956 .is-1956 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1957 .is-1957 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1958 .is-1958 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1959 .is-1959 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1960 .is-1960 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1961 .is-1961 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1962 .is-1962 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1963 .is-1963 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1964 .is-1964 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1965 .is-1965 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1966 .is-1966 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1967 .is-1967 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1968 .is-1968 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1969 .is-1969 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1970 .is-1970 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1971 .is-1971 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1972 .is-1972 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1973 .is-1973 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1974 .is-1974 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1975 .is-1975 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1976 .is-1976 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1977 .is-1977 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1978 .is-1978 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1979 .is-1979 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1980 .is-1980 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1981 .is-1981 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1982 .is-1982 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1983 .is-1983 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1984 .is-1984 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1985 .is-1985 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1986 .is-1986 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1987 .is-1987 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1988 .is-1988 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1989 .is-1989 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1990 .is-1990 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1991 .is-1991 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1992 .is-1992 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1993 .is-1993 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1994 .is-1994 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1995 .is-1995 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1996 .is-1996 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1997 .is-1997 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1998 .is-1998 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-1999 .is-1999 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2000 .is-2000 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2001 .is-2001 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2002 .is-2002 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2003 .is-2003 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2004 .is-2004 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2005 .is-2005 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2006 .is-2006 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2007 .is-2007 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2008 .is-2008 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2009 .is-2009 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2010 .is-2010 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2011 .is-2011 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2012 .is-2012 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2013 .is-2013 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2014 .is-2014 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2015 .is-2015 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2016 .is-2016 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2017 .is-2017 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2018 .is-2018 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2019 .is-2019 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2020 .is-2020 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2021 .is-2021 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2022 .is-2022 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2023 .is-2023 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2024 .is-2024 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2025 .is-2025 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2026 .is-2026 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2027 .is-2027 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2028 .is-2028 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2029 .is-2029 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2030 .is-2030 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2031 .is-2031 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2032 .is-2032 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2033 .is-2033 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2034 .is-2034 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2035 .is-2035 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2036 .is-2036 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2037 .is-2037 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2038 .is-2038 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2039 .is-2039 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2040 .is-2040 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2041 .is-2041 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2042 .is-2042 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2043 .is-2043 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2044 .is-2044 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2045 .is-2045 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2046 .is-2046 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2047 .is-2047 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2048 .is-2048 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2049 .is-2049 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2050 .is-2050 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2051 .is-2051 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2052 .is-2052 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2053 .is-2053 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2054 .is-2054 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2055 .is-2055 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2056 .is-2056 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2057 .is-2057 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2058 .is-2058 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2059 .is-2059 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2060 .is-2060 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2061 .is-2061 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2062 .is-2062 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2063 .is-2063 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2064 .is-2064 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2065 .is-2065 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2066 .is-2066 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2067 .is-2067 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2068 .is-2068 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2069 .is-2069 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2070 .is-2070 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2071 .is-2071 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2072 .is-2072 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2073 .is-2073 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2074 .is-2074 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2075 .is-2075 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2076 .is-2076 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2077 .is-2077 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2078 .is-2078 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2079 .is-2079 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2080 .is-2080 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2081 .is-2081 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2082 .is-2082 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2083 .is-2083 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2084 .is-2084 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2085 .is-2085 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2086 .is-2086 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2087 .is-2087 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2088 .is-2088 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2089 .is-2089 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2090 .is-2090 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2091 .is-2091 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2092 .is-2092 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2093 .is-2093 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2094 .is-2094 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2095 .is-2095 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2096 .is-2096 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2097 .is-2097 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2098 .is-2098 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2099 .is-2099 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.nav-toolList-2100 .is-2100 a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}

.aside-left .linklist-year_ttl,
.aside-right .linklist-year_ttl {
  margin-top: 40px;
  margin-bottom: 10px;
}
.aside-left .nav-toolList > ul,
.aside-right .nav-toolList > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aside-left .nav-toolList > ul li,
.aside-right .nav-toolList > ul li {
  width: 100% !important;
}
.aside-left .nav-toolList > ul li + li,
.aside-right .nav-toolList > ul li + li {
  margin-top: 0.5rem;
}
.aside-left .nav-toolList > ul .is-info,
.aside-left .nav-toolList > ul .is-active a,
.aside-right .nav-toolList > ul .is-info,
.aside-right .nav-toolList > ul .is-active a {
  cursor: text;
  pointer-events: none;
  color: #fff;
  background-color: #007816;
}
.aside-left .nav-toolList + .nav-toolList,
.aside-right .nav-toolList + .nav-toolList {
  margin-top: 0.5rem;
}
.aside-left .nav-toolList.nav-btn-plan,
.aside-right .nav-toolList.nav-btn-plan {
  margin-top: 3rem;
}
.aside-left .category-tab,
.aside-right .category-tab {
  margin-bottom: 0;
}
.aside-left .category-tab .category-tab_text,
.aside-right .category-tab .category-tab_text {
  position: relative;
  display: block;
  padding: 1.6rem 2rem;
  font-size: 1.8rem;
  text-align: left !important;
  background-color: transparent;
}
.aside-left .category-tab .category-tab_text:after,
.aside-right .category-tab .category-tab_text:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 0;
  border-bottom: 1px solid #007816;
}
.aside-left .category-tab .category-tab_text:hover,
.aside-right .category-tab .category-tab_text:hover {
  background-color: #007816;
}
.aside-left .category-tab .category-tab_text:hover:after,
.aside-right .category-tab .category-tab_text:hover:after {
  border-bottom: 1px solid #007816;
}
.aside-left.aside-seminar .category-tab,
.aside-left .category-linklist,
.aside-right.aside-seminar .category-tab,
.aside-right .category-linklist {
  margin-top: 0;
}
.aside-left.aside-seminar .category-tab .category-tab_text,
.aside-left.aside-seminar .category-tab .category-linklist_text,
.aside-left .category-linklist .category-tab_text,
.aside-left .category-linklist .category-linklist_text,
.aside-right.aside-seminar .category-tab .category-tab_text,
.aside-right.aside-seminar .category-tab .category-linklist_text,
.aside-right .category-linklist .category-tab_text,
.aside-right .category-linklist .category-linklist_text {
  position: relative;
  display: block;
  padding: 1.6rem 2rem;
  font-size: 1.8rem;
  text-align: left !important;
  border-color: #007816 !important;
  background-color: #007816 !important;
}
.aside-left.aside-seminar .category-tab .category-tab_text:after,
.aside-left.aside-seminar .category-tab .category-linklist_text:after,
.aside-left .category-linklist .category-tab_text:after,
.aside-left .category-linklist .category-linklist_text:after,
.aside-right.aside-seminar .category-tab .category-tab_text:after,
.aside-right.aside-seminar .category-tab .category-linklist_text:after,
.aside-right .category-linklist .category-tab_text:after,
.aside-right .category-linklist .category-linklist_text:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 0;
  border-bottom: 1px solid #007816;
}
.aside-left.aside-seminar .category-tab .category-tab_text:hover,
.aside-left.aside-seminar .category-tab .category-linklist_text:hover,
.aside-left .category-linklist .category-tab_text:hover,
.aside-left .category-linklist .category-linklist_text:hover,
.aside-right.aside-seminar .category-tab .category-tab_text:hover,
.aside-right.aside-seminar .category-tab .category-linklist_text:hover,
.aside-right .category-linklist .category-tab_text:hover,
.aside-right .category-linklist .category-linklist_text:hover {
  color: #fff;
  background-color: #007816 !important;
}
.aside-left.aside-seminar .category-tab .category-tab_text:hover:after,
.aside-left.aside-seminar .category-tab .category-linklist_text:hover:after,
.aside-left .category-linklist .category-tab_text:hover:after,
.aside-left .category-linklist .category-linklist_text:hover:after,
.aside-right.aside-seminar .category-tab .category-tab_text:hover:after,
.aside-right.aside-seminar .category-tab .category-linklist_text:hover:after,
.aside-right .category-linklist .category-tab_text:hover:after,
.aside-right .category-linklist .category-linklist_text:hover:after {
  border-bottom: 1px solid #007816 !important;
}
.aside-left .linklist-year,
.aside-right .linklist-year {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.aside-left .linklist-year a,
.aside-right .linklist-year a {
  position: relative;
  display: block;
  padding: 0.6rem 2rem;
  text-align: center;
  border: 1px solid #007816;
  font-size: 1.8rem;
}
.aside-left .linklist-year a:after,
.aside-right .linklist-year a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 0;
  border-bottom: 1px solid #007816;
}
.aside-left .linklist-year a:hover,
.aside-right .linklist-year a:hover {
  color: #fff;
  background-color: #007816;
}
.aside-left .linklist-year a:hover:after,
.aside-right .linklist-year a:hover:after {
  border-bottom: 1px solid #007816;
}

#archives-info .searchandfilter ul li,
#archives-info .searchandfilter ul li li {
  padding: 0;
}
#archives-info .sf-field-post_type ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 10px;
}
#archives-info .sf-field-post_type ul > li {
  display: none;
}
#archives-info .search-ui-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 10px;
}
#archives-info .search-ui-tag input[type=radio],
#archives-info .search-ui-tag input[type=checkbox] {
  visibility: hidden;
  width: 0;
  margin: 0;
  position: absolute;
}
#archives-info .search-ui-tag .btn-all a,
#archives-info .search-ui-tag .btn-news a,
#archives-info .search-ui-tag .btn-technology a,
#archives-info .search-ui-tag input[type=radio] + label,
#archives-info .search-ui-tag input[type=checkbox] + label {
  display: block;
  position: relative;
  width: 200px;
  height: 30px;
  padding: 10px !important;
  cursor: pointer;
  background-color: #4C75B8;
  color: #fff;
  font-size: 1.4rem;
  word-wrap: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-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;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #archives-info .search-ui-tag .btn-all a,
  #archives-info .search-ui-tag .btn-news a,
  #archives-info .search-ui-tag .btn-technology a,
  #archives-info .search-ui-tag input[type=radio] + label,
  #archives-info .search-ui-tag input[type=checkbox] + label {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 1.3rem;
    width: 100%;
  }
}
#archives-info .search-ui-tag .is-active,
#archives-info .search-ui-tag input[type=radio]:checked + label,
#archives-info .search-ui-tag input[type=checkbox]:checked + label {
  background-color: #007816 !important;
}

#archives-info-linklist,
#pickup-info-linklist {
  margin-top: 40px;
  border-top: 1px solid #007816;
}
#archives-info-linklist .inklist-item,
#pickup-info-linklist .inklist-item {
  position: relative;
  display: block;
}
#archives-info-linklist .inklist-item:after,
#pickup-info-linklist .inklist-item:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 21px;
  height: 5px;
  background: url(../images/arrow-s-r.svg) no-repeat 0 0;
  background-size: contain;
  top: 50%;
  right: 0;
}
#archives-info-linklist .inklist-pdf,
#pickup-info-linklist .inklist-pdf {
  position: relative;
  display: block;
}
#archives-info-linklist .inklist-pdf:after,
#pickup-info-linklist .inklist-pdf:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 26px;
  display: inline-block;
  background: url(../images/icon-pdf.svg) no-repeat right center;
  background-size: contain;
}
#archives-info-linklist dl,
#pickup-info-linklist dl {
  padding: 16px 26px 16px 0;
  border-top: 1px solid #007816;
}
#archives-info-linklist .inklist-pdf:first-child dl,
#archives-info-linklist .inklist-item:first-child dl,
#pickup-info-linklist .inklist-pdf:first-child dl,
#pickup-info-linklist .inklist-item:first-child dl {
  border-top: none;
}
#archives-info-linklist dt,
#pickup-info-linklist dt {
  font-style: 1.2rem;
  margin-bottom: 6px;
}
#archives-info-linklist dd > p,
#pickup-info-linklist dd > p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #archives-info-linklist dd > p,
  #pickup-info-linklist dd > p {
    font-size: 1.3rem;
  }
}
#archives-info-linklist .news-loop,
#pickup-info-linklist .news-loop {
  border-bottom: 1px solid #007816;
}
#archives-info-linklist .title-year span,
#pickup-info-linklist .title-year span {
  padding-top: 16px;
  display: block;
}

.archives-linklist-year {
  margin-top: 20px;
}
.archives-linklist-year ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 10px;
}
.archives-linklist-year ul a {
  display: block;
  padding: 2px 20px;
  border: 1px solid #007816;
  border-radius: 20px;
  font-size: 1.2rem;
  line-height: 14px;
}

.entry-item_date .date,
.archives-linklist_ttl .date {
  color: #666;
  margin-right: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.entry-item_date [class*=tag-],
.archives-linklist_ttl [class*=tag-] {
  display: inline-block;
  margin-left: 8px;
  padding: 0.1rem 1rem;
  font-size: 1.2rem;
  line-height: 18px;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .entry-item_date [class*=tag-],
  .archives-linklist_ttl [class*=tag-] {
    padding-inline: 0.6rem;
    margin-left: 3px;
    font-size: 1rem;
    line-height: 12px;
  }
}
.entry-item_date .tag-news,
.archives-linklist_ttl .tag-news {
  background-color: #007816;
}
.entry-item_date .tag-noc,
.archives-linklist_ttl .tag-noc {
  background-color: #5DAD99;
}

.sec-entry .entry-item_header {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.sec-entry .entry-item_body {
  padding-top: 20px;
}
.sec-entry .entry-item_body h4 {
  margin-top: 2em;
}
.sec-entry .entry-item_body p {
  margin-top: 1em;
}
.sec-entry .entry-item_body p.has-text-align-right {
  margin-block: 2em;
}
.sec-entry .entry-item_body ol {
  margin-block: 2em;
  margin-left: 2em;
  list-style-type: decimal-leading-zero;
}
.sec-entry .entry-item_body ul {
  margin-block: 2em;
  margin-left: 2em;
}
.sec-entry .entry-item_body ol > li {
  margin-bottom: 0.5em;
}
.sec-entry .entry-item_body ol > li > ul,
.sec-entry .entry-item_body ol > li > ol {
  margin-block: 0.5em;
}
.sec-entry .entry-item_body a {
  color: #007816;
  text-decoration: underline;
}
.sec-entry .entry-item_body-thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
}
.sec-entry .entry-item_body-thumbnail .entry-item_text {
  margin-top: 30px;
  width: calc(100% - 460px);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.sec-entry .entry-item_body-thumbnail .entry-item_img {
  width: 400px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .sec-entry .entry-item_body-thumbnail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .sec-entry .entry-item_body-thumbnail .entry-item_text {
    margin: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec-entry .entry-item_body-thumbnail .entry-item_img {
    width: 100%;
    max-width: 300px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
    text-align: center;
  }
}
.sec-entry .entry-item_footer {
  margin-top: 60px;
}
.sec-entry .wp-block-image {
  margin-top: 1em;
  text-align: center;
}
.sec-entry .wp-block-image img {
  width: auto !important;
}

.header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: 110px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #E4E4EB;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 0 20px;
    height: 70px;
  }
}

#progressBar {
  margin: 0;
  width: 400px;
  height: 3px;
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #333;
  text-align: center;
  color: #fff;
}

/* Loadingバー中央配置　*/
#loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1001;
  width: 100%;
  height: 100% !important;
  background-color: #fff;
}

#loadingBar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 1px;
}
#loadingBar svg {
  height: 1px;
}

body.p-top .header,
body.p-en-top .header {
  position: fixed;
}

.logo {
  display: inline-block;
  position: relative;
  z-index: 10;
  height: 40px;
}
.logo img {
  height: 100%;
}

.global-menu-pc {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .global-menu-pc {
    display: none;
  }
}
.global-menu-pc .global-menu__links {
  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;
}
.global-menu-pc .global-menu__link {
  display: inline-block;
  font-size: 1.4rem;
  color: #222;
}
.global-menu-pc .global-menu__link > a {
  position: relative;
  z-index: 999;
  padding: 25px 15px;
}
.global-menu-pc .global-menu__link > a:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #007816;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.global-menu-pc .global-menu__link > a:hover {
  opacity: 1;
}
.global-menu-pc .global-menu__link > a:hover:after {
  -webkit-animation: hover-line 0.4s;
          animation: hover-line 0.4s;
}
.global-menu-pc .global-menu__link.active:after, .global-menu-pc .global-menu__link:hover:after {
  width: 100%;
}
.global-menu-pc .global-menu__link-btn {
  display: inline-block;
  position: relative;
  margin-left: 12px;
}
.global-menu-pc .global-menu__link-btn a {
  padding: 4px 26px;
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #c8161a;
  background-color: #c8161a;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.global-menu-pc .global-menu__link-btn a:hover {
  opacity: 1;
  background-color: #b82e27;
  border: 1px solid #b82e27;
}
.global-menu-pc .global-menu__link-btn.active:after, .global-menu-pc .global-menu__link-btn:hover:after {
  width: 100%;
}

@-webkit-keyframes hover-line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.1% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@keyframes hover-line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.1% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
/* ハンバーガー */
.hamburger {
  display: none;
  position: relative;
  z-index: 3;
  width: 50px;
  height: 50px;
  background-color: #007816;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  /* ナビ開いてる時のバツボタン */
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1), .hamburger span:nth-child(2) {
  width: 24px;
  height: 2px;
  top: 50%;
  left: 12px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger span:nth-child(1) {
  top: 13px;
}
.hamburger span:nth-child(2) {
  top: 22px;
}
.hamburger.active span:nth-child(1) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger-text {
  left: 50%;
  top: auto;
  bottom: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 1rem;
}

/* スマホ用コンタクトボタン */
.header-sp_contact-btn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header-sp_contact-btn {
    display: block;
    position: absolute;
    z-index: 10;
    right: 90px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #007816;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-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;
  }
  .p-top-header .header-sp_contact-btn,
  .hamburger.js-hamburger.active + .header-sp_contact-btn {
    border: 1px solid #fff;
  }
  .p-top-header .header-sp_contact-btn img,
  .hamburger.js-hamburger.active + .header-sp_contact-btn img {
    -webkit-filter: grayscale(100%) brightness(500%);
            filter: grayscale(100%) brightness(500%);
  }
}
/* ナビメニュー内 */
.global-menu-sp {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background: #52525A;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* ハンバーガーメニュー押してactiveクラスを付いたら表示する */
nav.global-menu-sp.active {
  opacity: 100;
  visibility: visible;
}

.global-menu-utility {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .global-menu-utility {
    display: none;
  }
}

.global-menu-utility .wpmem_loginout_link {
  width: 138px;
  margin-left: 22px;
  padding: 4px 26px;
  display: block;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #007816;
  background-color: #007816;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.global-menu-utility .gm-logout .wpmem_loginout_link {
  border: 1px solid #007816;
  background-color: #fff;
  color: #007816;
}
.global-menu-utility .gm-login .wpmem_loginout_link {
  border: 1px solid #007816;
  background-color: #007816;
  color: #fff;
}

.global-menu-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
}
.global-menu-language__link {
  display: block;
  margin-left: 8px;
  width: 31px;
  height: 31px;
  font-size: 10px;
  line-height: 31px;
  text-align: center;
  border-radius: 30px;
}
.global-menu-language__link a {
  display: block;
  width: 31px;
  height: 31px;
  font-size: 10px;
  line-height: 31px;
  text-align: center;
  border-radius: 30px;
  color: #007816;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.global-menu-language__link a:hover {
  background-color: rgba(36, 74, 137, 0.4);
}

[lang=ja] #gm_jp a {
  background-color: rgba(36, 74, 137, 0.2);
  pointer-events: none;
}

[lang=en] #gm_en a {
  background-color: rgba(36, 74, 137, 0.2);
  pointer-events: none;
}

.global-menu-searchresults {
  position: relative;
  z-index: 9;
  height: 32px;
  min-width: 32px;
  border: 1px solid #007816;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.global-menu-searchresults .gcse-search-submit {
  position: relative;
  z-index: 11;
  visibility: hidden;
}
.global-menu-searchresults:hover {
  background-color: rgba(36, 74, 137, 0.4);
}
.global-menu-searchresults input.gcse-search-text {
  position: relative;
  z-index: 10;
  width: 0;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background-color: transparent !important;
}
.global-menu-searchresults input.gcse-search-text:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background-color: transparent !important;
}
.global-menu-searchresults input.gcse-search-text:focus, .global-menu-searchresults input.gcse-search-text:active {
  width: 216px;
  background-color: #fff !important;
  padding: 3px 40px 3px 18px;
  border-radius: 30px;
}
.global-menu-searchresults input.gcse-search-text:focus + div + .gcse-search-submit, .global-menu-searchresults input.gcse-search-text:active + div + .gcse-search-submit {
  display: block;
  position: absolute;
  z-index: 14;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  visibility: visible;
}
.global-menu-searchresults .gcse-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  margin-left: 0 !important;
  padding: 0 !important;
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  border-radius: 50% !important;
  cursor: pointer;
}
.global-menu-searchresults .gcse-search-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 6px 5px;
  background-size: 18px;
}
.global-menu-searchresults .gcse-search-btn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.85%2016.42%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23244a89%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_1-2%22%3E%3Cpath%20id%3D%22_1-3%22%20class%3D%22cls-1%22%20d%3D%22M15.57%2C14.79l-1.52-1.52c-.24-.24-.57-.31-.88-.24l-1.16-1.16c1.23-1.26%2C1.99-2.98%2C1.99-4.88C14%2C3.14%2C10.86%2C0%2C7%2C0S0%2C3.14%2C0%2C7s3.14%2C7%2C7%2C7c1.6%2C0%2C3.08-.55%2C4.26-1.46l1.21%2C1.21c-.07%2C.31%2C0%2C.64%2C.24%2C.88l1.52%2C1.52c.19%2C.19%2C.43%2C.28%2C.67%2C.28s.49-.09%2C.67-.28c.37-.37%2C.37-.97%2C0-1.34ZM1%2C7C1%2C3.69%2C3.69%2C1%2C7%2C1s6%2C2.69%2C6%2C6-2.69%2C6-6%2C6S1%2C10.31%2C1%2C7Z%22%2F%3E%3C%2Fg%3E%3Cpath%20id%3D%22_1-4%22%20class%3D%22cls-1%22%20d%3D%22M7%2C12c-2.76%2C0-5-2.24-5-5S4.24%2C2%2C7%2C2s5%2C2.24%2C5%2C5-2.24%2C5-5%2C5Zm0-9c-2.21%2C0-4%2C1.79-4%2C4s1.79%2C4%2C4%2C4%2C4-1.79%2C4-4-1.79-4-4-4Z%22%2F%3E%3C%2Fsvg%3E");
}
.global-menu-searchresults .gcse-search-text:focus + .gcse-search-btn:before,
.global-menu-searchresults .gcse-search-text:active + .gcse-search-btn:before,
.global-menu-searchresults .gcse-search-submit:before,
.global-menu-searchresults .gcse-search-btn:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.85%2016.42%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23244a89%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_1-2%22%3E%3Cpath%20id%3D%22_1-3%22%20class%3D%22cls-1%22%20d%3D%22M15.57%2C14.79l-1.52-1.52c-.24-.24-.57-.31-.88-.24l-1.16-1.16c1.23-1.26%2C1.99-2.98%2C1.99-4.88C14%2C3.14%2C10.86%2C0%2C7%2C0S0%2C3.14%2C0%2C7s3.14%2C7%2C7%2C7c1.6%2C0%2C3.08-.55%2C4.26-1.46l1.21%2C1.21c-.07%2C.31%2C0%2C.64%2C.24%2C.88l1.52%2C1.52c.19%2C.19%2C.43%2C.28%2C.67%2C.28s.49-.09%2C.67-.28c.37-.37%2C.37-.97%2C0-1.34ZM1%2C7C1%2C3.69%2C3.69%2C1%2C7%2C1s6%2C2.69%2C6%2C6-2.69%2C6-6%2C6S1%2C10.31%2C1%2C7Z%22%2F%3E%3C%2Fg%3E%3Cpath%20id%3D%22_1-4%22%20class%3D%22cls-1%22%20d%3D%22M7%2C12c-2.76%2C0-5-2.24-5-5S4.24%2C2%2C7%2C2s5%2C2.24%2C5%2C5-2.24%2C5-5%2C5Zm0-9c-2.21%2C0-4%2C1.79-4%2C4s1.79%2C4%2C4%2C4%2C4-1.79%2C4-4-1.79-4-4-4Z%22%2F%3E%3C%2Fsvg%3E");
}

.p-top-header {
  border-bottom-color: transparent;
  /* ハンバーガー */
}
.p-top-header .hamburger {
  background-color: transparent;
}
.p-top-header .global-menu-utility .wpmem_loginout_link {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.p-top-header .global-menu-utility .gm-logout .wpmem_loginout_link:hover {
  border: 1px solid #007816;
  background-color: #007816;
  color: #fff;
}
.p-top-header .global-menu-utility .gm-login .wpmem_loginout_link:hover {
  border: 1px solid #007816;
  background-color: #007816;
  color: #fff;
}
.p-top-header .global-menu-pc .global-menu__link {
  color: #fff;
}
.p-top-header .global-menu-pc .global-menu__link:after {
  background-color: #007816;
}
.p-top-header .global-menu-pc .global-menu__link-btn a {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.p-top-header .global-menu-pc .global-menu__link-btn a:hover {
  background-color: #c8161a;
  border: 1px solid #c8161a;
}
.p-top-header .global-menu-language__link a {
  color: #fff;
}
.p-top-header .global-menu-language__link a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.p-top-header .global-menu-searchresults {
  border: 1px solid #fff;
}
.p-top-header .global-menu-searchresults:hover {
  background-color: #fff;
}
.p-top-header .global-menu-searchresults input.gcse-search-text:focus, .p-top-header .global-menu-searchresults input.gcse-search-text:active {
  background-color: #fff;
}
.p-top-header .global-menu-searchresults .gcse-search-btn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.85%2016.42%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_1-2%22%3E%3Cpath%20id%3D%22_1-3%22%20class%3D%22cls-1%22%20d%3D%22M15.57%2C14.79l-1.52-1.52c-.24-.24-.57-.31-.88-.24l-1.16-1.16c1.23-1.26%2C1.99-2.98%2C1.99-4.88C14%2C3.14%2C10.86%2C0%2C7%2C0S0%2C3.14%2C0%2C7s3.14%2C7%2C7%2C7c1.6%2C0%2C3.08-.55%2C4.26-1.46l1.21%2C1.21c-.07%2C.31%2C0%2C.64%2C.24%2C.88l1.52%2C1.52c.19%2C.19%2C.43%2C.28%2C.67%2C.28s.49-.09%2C.67-.28c.37-.37%2C.37-.97%2C0-1.34ZM1%2C7C1%2C3.69%2C3.69%2C1%2C7%2C1s6%2C2.69%2C6%2C6-2.69%2C6-6%2C6S1%2C10.31%2C1%2C7Z%22%2F%3E%3C%2Fg%3E%3Cpath%20id%3D%22_1-4%22%20class%3D%22cls-1%22%20d%3D%22M7%2C12c-2.76%2C0-5-2.24-5-5S4.24%2C2%2C7%2C2s5%2C2.24%2C5%2C5-2.24%2C5-5%2C5Zm0-9c-2.21%2C0-4%2C1.79-4%2C4s1.79%2C4%2C4%2C4%2C4-1.79%2C4-4-1.79-4-4-4Z%22%2F%3E%3C%2Fsvg%3E");
}
.p-top-header .global-menu-searchresults .gcse-search-text:focus + .gcse-search-btn:before,
.p-top-header .global-menu-searchresults .gcse-search-text:active + .gcse-search-btn:before,
.p-top-header .global-menu-searchresults .gcse-search-submit:before,
.p-top-header .global-menu-searchresults .gcse-search-btn:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.85%2016.42%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23244a89%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_1-2%22%3E%3Cpath%20id%3D%22_1-3%22%20class%3D%22cls-1%22%20d%3D%22M15.57%2C14.79l-1.52-1.52c-.24-.24-.57-.31-.88-.24l-1.16-1.16c1.23-1.26%2C1.99-2.98%2C1.99-4.88C14%2C3.14%2C10.86%2C0%2C7%2C0S0%2C3.14%2C0%2C7s3.14%2C7%2C7%2C7c1.6%2C0%2C3.08-.55%2C4.26-1.46l1.21%2C1.21c-.07%2C.31%2C0%2C.64%2C.24%2C.88l1.52%2C1.52c.19%2C.19%2C.43%2C.28%2C.67%2C.28s.49-.09%2C.67-.28c.37-.37%2C.37-.97%2C0-1.34ZM1%2C7C1%2C3.69%2C3.69%2C1%2C7%2C1s6%2C2.69%2C6%2C6-2.69%2C6-6%2C6S1%2C10.31%2C1%2C7Z%22%2F%3E%3C%2Fg%3E%3Cpath%20id%3D%22_1-4%22%20class%3D%22cls-1%22%20d%3D%22M7%2C12c-2.76%2C0-5-2.24-5-5S4.24%2C2%2C7%2C2s5%2C2.24%2C5%2C5-2.24%2C5-5%2C5Zm0-9c-2.21%2C0-4%2C1.79-4%2C4s1.79%2C4%2C4%2C4%2C4-1.79%2C4-4-1.79-4-4-4Z%22%2F%3E%3C%2Fsvg%3E");
}

[lang=ja] .p-top-header #gm_jp a {
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

[lang=en] .p-top-header #gm_en a {
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.p-top-header-hover {
  background-color: #fff !important;
}

.js-header {
  /* サブナビゲーション */
}
@media screen and (min-width: 1025px) {
  .js-header .menu-item_sub {
    background-color: white;
    top: 110px;
    left: 0;
    position: absolute;
    z-index: 999;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /*
    */
    visibility: hidden;
    opacity: 0;
    width: 100%;
  }
  .js-header .menu-item_sub:before {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #007816;
  }
  .js-header .menu-item_sub > .menu-item_sub-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .js-header .menu-item_sub .menu-item_sub__link-item {
    padding: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 65%;
    gap: 30px;
  }
  .js-header .menu-item_sub .menu-item_sub__links {
    width: 40%;
  }
  .js-header .menu-item_sub .menu-item_sub__links a {
    display: block;
    line-height: 35px;
    position: relative;
    color: #222 !important;
  }
  .js-header .menu-item_sub .menu-item_sub__links a:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 21px;
    height: 5px;
    /* background: url(../images/arrow-s-r.svg) no-repeat 0 0;
    background-size: contain;
    right: 0; */
    top: 50%;
    margin-top: -2px;
  }
  .js-header .menu-item_sub .menu-item_sub__links a:hover {
    color: #007816 !important;
  }
  .js-header .menu-item_sub .menu-item_sub__links a.no-link {
    pointer-events: none;
  }
  .js-header .menu-item_sub .menu-item_sub__links a.no-link:after {
    display: none;
  }
  .js-header .menu-item_sub .menu-item_sub__links > li + li {
    margin-top: 15px;
  }
  .js-header .menu-item_sub .menu-item_sub__links > li > a {
    font-size: 1.6rem;
    line-height: 35px;
    /* border-bottom: 1px solid #007816; */
    font-weight: 700;
  }
  .js-header .menu-item_sub .menu-item_sub__links > li > ul li > a {
    margin-left: 10px;
    line-height: 30px;
    /* border-bottom: 1px solid #007816; */
  }
  .js-header .menu-item_sub .menu-item_sub__links > li > ul li > span {
    display: block;
    margin-top: 10px;
    line-height: 30px;
    font-weight: 700;
  }
  .js-header .menu-item_sub .menu-item_sub__link-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 35%;
    padding-top: 42px;
    padding-bottom: 42px;
    background-color: #007816;
  }
  .js-header .menu-item_sub .menu-item_sub__link-top .round-s-btn {
    top: 0;
    right: 0;
    background-color: #fff;
  }
  .js-header .menu-item_sub .menu-item_sub__link-top .round-s-btn:after {
    -webkit-filter: grayscale(0) brightness(100%);
            filter: grayscale(0) brightness(100%);
  }
  .js-header .menu-item_sub .menu-item_sub__link-top a {
    position: relative;
    line-height: 36px;
    margin-right: 40px;
    padding-right: 56px;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff !important;
  }
  .js-header .menu-item_sub .menu-item_sub__link-top a:hover {
    color: #fff !important;
  }
  .js-header.p-top-header .menu-item_sub {
    /*
    background-color: rgba($black, 0.8);
    &:after {
      display: block;
      content: "";
      position: absolute;
      z-index: -1;
      top: -$header-h-pc;
      left: 0;
      right: 0;
      width: 100%;
      height: $header-h-pc;
      background-color: rgba($black, 0.8);
    }
    */
  }
  .js-header.is-fixed .menu-item_sub {
    top: 70px;
  }
  .js-header .global-menu-pc .global-menu__link:hover .menu-item_sub {
    opacity: 1;
    visibility: visible;
  }
  .js-header .gm-sustainability .menu-item_sub__links .no-link {
    font-weight: 700;
  }
  .js-header .gm-company .menu-item_sub__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px 30px;
    width: 100%;
  }
  .js-header .gm-company .menu-item_sub__links > li {
    margin-top: 0 !important;
    width: 40%;
  }
}

.js-header .global-menu-sp > .inner,
.global-footer > .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.js-header .global-menu-sp .global-menu__links,
.global-footer .global-menu__links {
  font-size: 1.6rem;
}
.js-header .global-menu-sp .menu-item_sub__links,
.global-footer .menu-item_sub__links {
  font-size: 1.4rem;
}
.js-header .global-menu-sp .menu-item_sub .inner,
.global-footer .menu-item_sub .inner {
  max-width: initial;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .js-header .global-menu-sp .menu-item_sub__link-top,
  .global-footer .menu-item_sub__link-top {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .js-header .global-menu-sp .menu-item_sub__link-top,
  .global-footer .menu-item_sub__link-top {
    display: block;
  }
  .js-header .global-menu-sp .menu-item_sub__link-top a,
  .global-footer .menu-item_sub__link-top a {
    display: block;
    padding: 15px 0;
  }
  .js-header .global-menu-sp .menu-item_sub__link-top .round-s-btn,
  .global-footer .menu-item_sub__link-top .round-s-btn {
    display: none;
  }
  .js-header .global-menu-sp .menu-item_sub,
  .global-footer .menu-item_sub {
    display: none;
  }
  .js-header .global-menu-sp .gm-news,
  .global-footer .gm-news {
    display: block;
  }
  .js-header .global-menu-sp .gm-products > a,
  .js-header .global-menu-sp .gm-research > a,
  .js-header .global-menu-sp .gm-company > a,
  .js-header .global-menu-sp .gm-sustainability > a,
  .global-footer .gm-products > a,
  .global-footer .gm-research > a,
  .global-footer .gm-company > a,
  .global-footer .gm-sustainability > a {
    pointer-events: none;
  }
  .js-header .global-menu-sp .js-global-menu,
  .global-footer .js-global-menu {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .js-header .global-menu-sp .global-menu__link > a, .js-header .global-menu-sp .global-menu__link-btn > a,
  .global-footer .global-menu__link > a,
  .global-footer .global-menu__link-btn > a {
    position: relative;
    display: block;
    padding: 20px 30px 20px 0;
    font-size: 1.5rem; 
  }
  .js-header .global-menu-sp .global-menu__link:not(.sub-menu) a:after, .js-header .global-menu-sp .global-menu__link-btn:not(.sub-menu) a:after,
  .global-footer .global-menu__link:not(.sub-menu) a:after,
  .global-footer .global-menu__link-btn:not(.sub-menu) a:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 21px;
    height: 5px;
    /* background: url(../images/arrow-s-r.svg) no-repeat 0 0;
    background-size: contain; */
    right: 0;
    top: 50%;
    margin-top: -2px;
    -webkit-filter: grayscale(100%) brightness(500%);
            filter: grayscale(100%) brightness(500%);
  }
  .js-header .global-menu-sp .global-menu__link.sub-menu > a:after, .js-header .global-menu-sp .global-menu__link.sub-menu > a:before, .js-header .global-menu-sp .global-menu__link-btn.sub-menu > a:after, .js-header .global-menu-sp .global-menu__link-btn.sub-menu > a:before,
  .global-footer .global-menu__link.sub-menu > a:after,
  .global-footer .global-menu__link.sub-menu > a:before,
  .global-footer .global-menu__link-btn.sub-menu > a:after,
  .global-footer .global-menu__link-btn.sub-menu > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 31px;
    right: 0;
    width: 21px;
    height: 0;
    border-top: 1px solid #fff;
  }
  .js-header .global-menu-sp .global-menu__link.sub-menu > a:before, .js-header .global-menu-sp .global-menu__link-btn.sub-menu > a:before,
  .global-footer .global-menu__link.sub-menu > a:before,
  .global-footer .global-menu__link-btn.sub-menu > a:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .js-header .global-menu-sp .global-menu__link.sub-menu.active > a:before, .js-header .global-menu-sp .global-menu__link-btn.sub-menu.active > a:before,
  .global-footer .global-menu__link.sub-menu.active > a:before,
  .global-footer .global-menu__link-btn.sub-menu.active > a:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .js-header .global-menu-sp .menu-item_sub__link-item,
  .global-footer .menu-item_sub__link-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  .js-header .global-menu-sp .menu-item_sub__links li > a,
  .js-header .global-menu-sp .menu-item_sub__links li > span,
  .global-footer .menu-item_sub__links li > a,
  .global-footer .menu-item_sub__links li > span {
    position: relative;
    display: block;
    padding: 15px 0;
  }
  .js-header .global-menu-sp .menu-item_sub__links ul,
  .global-footer .menu-item_sub__links ul {
    margin-left: 10px;
  }
  .js-header .global-menu-sp .menu-item_sub__links ul > li > a,
  .global-footer .menu-item_sub__links ul > li > a {
    display: block;
    padding: 10px 0;
    color: #ddd;
  }
}

.js-header .global-menu-sp {
  padding: 70px 20px 20px 20px;
}
.js-header .global-menu-sp .global-menu__links {
  position: relative;
}
.js-header .global-menu-sp .global-menu__links:first-child:before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  right: -20px;
  width: calc(100% + 40px);
  height: 0;
  border-top: 1px solid #fff;
}

.is-fixed {
  position: fixed;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.is-fixed .global-menu-utility {
  display: none;
}
.is-fixed .global-menu-pc {
  margin-top: 0;
}
.is-fixed .global-menu-pc .global-menu__link a {
  color: #222;
}
.is-fixed .global-menu-pc .global-menu__link-btn a {
  color: #fff;
  border: 1px solid #007816;
  background-color: #007816;
}
.is-fixed .global-menu-pc .global-menu__link-btn a:hover {
  background-color: #007816;
  border: 1px solid #007816;
}
.is-fixed.p-top-header .hamburger {
  background-color: #007816;
}
.is-fixed.p-top-header .header-sp_contact-btn {
  border-color: #007816;
}
.is-fixed.p-top-header .header-sp_contact-btn img {
  -webkit-filter: grayscale(0) brightness(100%);
          filter: grayscale(0) brightness(100%);
}

/* p-en-top */
.footer {
  background-color: #007816;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer {
    position: relative;
    z-index: 100;
  }
}
@media screen and (min-width: 1025px) {
  .footer .global-footer-menu {
    padding-top: 40px;
    max-width: 1160px;
  }
  .footer .global-footer-menu .global-footer-menu__navi {
    position: relative;
  }
  .footer .global-footer-menu .global-menu__link,
  .footer .global-footer-menu .global-menu__link-btn {
    padding: 18px 0;
  }
  .footer .global-footer-menu .global-menu__link > a,
  .footer .global-footer-menu .global-menu__link-btn > a {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .footer .global-footer-menu .global-menu__link a,
  .footer .global-footer-menu .global-menu__link-btn a {
    position: relative;
  }
  .footer .global-footer-menu .global-menu__link a::after,
  .footer .global-footer-menu .global-menu__link-btn a::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: width 0.4s ease-in 0s;
    transition: width 0.4s ease-in 0s;
  }
  .footer .global-footer-menu .global-menu__link a:hover::after,
  .footer .global-footer-menu .global-menu__link-btn a:hover::after {
    width: 100%;
  }
  .footer .global-footer-menu .menu-item_sub__links a::after {
    bottom: 6px;
  }
  .footer .global-footer-menu .global-menu__links:first-child {
    width: 18%;
  }
  .footer .global-footer-menu .global-menu__links:not(:first-child) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 9%;
  }
  .footer .global-footer-menu .global-menu__links:not(:first-child) > .global-menu__link,
  .footer .global-footer-menu .global-menu__links:not(:first-child) > .global-menu__link-btn {
    width: 18%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .footer .global-footer-menu .global-menu__links:not(:first-child) > .global-menu__link .menu-item_sub,
  .footer .global-footer-menu .global-menu__links:not(:first-child) > .global-menu__link-btn .menu-item_sub {
    margin-top: 7px;
  }
  .footer .global-footer-menu .menu-item_sub__links > li > a {
    display: inline-block;
    padding: 7px 0;
    font-size: 1.4rem;
  }
  .footer .global-footer-menu .menu-item_sub__links > li > ul a,
  .footer .global-footer-menu .menu-item_sub__links > li > ul span {
    display: inline-block;
    padding: 5px 0;
    font-size: 1.4rem;
  }
  .footer .global-footer-menu .gm-products,
  .footer .global-footer-menu .gm-research,
  .footer .global-footer-menu .gm-contact,
  .footer .global-footer-menu .gm-recruit,
  .footer .global-footer-menu .gm-news {
    border-top: 1px solid #fff;
  }
  .footer .global-footer-menu .gm-sustainability .menu-item_sub__links > li > a,
  .footer .global-footer-menu .gm-sustainability .menu-item_sub__links > li .no-link,
  .footer .global-footer-menu .gm-products .menu-item_sub__links > li > a,
  .footer .global-footer-menu .gm-research .menu-item_sub__links > li > ul .no-link {
    position: relative;
    padding-left: 14px;
  }
  .footer .global-footer-menu .gm-sustainability .menu-item_sub__links > li > a:before,
  .footer .global-footer-menu .gm-sustainability .menu-item_sub__links > li .no-link:before,
  .footer .global-footer-menu .gm-products .menu-item_sub__links > li > a:before,
  .footer .global-footer-menu .gm-research .menu-item_sub__links > li > ul .no-link:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 0;
    border-top: 1px solid #fff;
  }
  .footer .global-footer-menu .gm-sustainability .menu-item_sub__links > li > ul a,
  .footer .global-footer-menu .gm-company .menu-item_sub__links > li > a,
  .footer .global-footer-menu .gm-products .menu-item_sub__links > li > ul a,
  .footer .global-footer-menu .gm-research .menu-item_sub__links > li > ul a,
  .footer .global-footer-menu .gm-products .menu-item_sub__links > li > ul > .no-link {
    position: relative;
    margin-left: 14px;
    padding-left: 10px;
    color: #ddd;
  }
  .footer .global-footer-menu .gm-sustainability .menu-item_sub__links > li > ul a:before,
  .footer .global-footer-menu .gm-company .menu-item_sub__links > li > a:before,
  .footer .global-footer-menu .gm-products .menu-item_sub__links > li > ul a:before,
  .footer .global-footer-menu .gm-research .menu-item_sub__links > li > ul a:before,
  .footer .global-footer-menu .gm-products .menu-item_sub__links > li > ul > .no-link:before {
    display: block;
    /* content: ""; */
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #ddd;
  }
  #en-global-footer .gm-research .menu-item_sub__links > li > a {
    position: relative;
    margin-left: 14px;
    padding-left: 10px;
    color: #ddd;
  }
  #en-global-footer .gm-research .menu-item_sub__links > li > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #ddd;
  }
  .footer .global-footer-menu .gm-research .menu-item_sub__links:not(:first-child) > li > ul {
    display: none;
  }
  .footer .global-footer-menu .gm-technology {
    position: absolute;
    top: 0;
    left: 27%;
  }
  .footer .global-footer-menu .gm-company {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  .footer .global-footer-menu .gm-sustainability {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    margin-bottom: 120px;
    /*
    position: absolute;
    top: 306px;
    left: calc(18% + 9% + 18% + 9%);
    */
  }
  .footer .global-footer-menu .gm-recruit {
    position: absolute;
    bottom: 60px;
    left: 81%;
  }
  .footer .global-footer-menu .gm-contact {
    position: absolute;
    bottom: 0;
    left: 81%;
  }
  .footer .global-footer-menu .gm-news {
    position: absolute;
    bottom: 121px;
    left: 81%;
  }
}
.footer .global-menu__btm {
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .footer .global-menu__btm {
    padding-top: 40px;
    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: 30px;
    border-top: 1px solid #fff;
  }
  .footer .global-menu__btm .footer-menu__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .footer .global-menu__btm .footer-menu__links li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer .global-menu__btm {
    padding: 0 20px 20px 20px;
  }
}

.copyright {
  font-size: 1.1rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .copyright {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-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;
    max-width: 100%;
    width: 100%;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    white-space: nowrap;
  }
}

/* footerTop */
#footerTop,
#footerTop_sp {
  position: fixed;
  z-index: 50;
  width: 100%;
  border-bottom: none;
  background-color: transparent;
}

.footerTopIn {
  position: relative;
  padding-block: 0 !important;
}

.footerTopIn .pageTop {
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -90px;
  right: -70px;
}
@media screen and (max-width: 768px) {
  .footerTopIn .pageTop {
    top: -60px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1340px) {
  body.p-top .footerTopIn {
    max-width: 100%;
  }
  body.p-top .footerTopIn .pageTop {
    right: 20px;
  }
}
.footerTopIn .pageTop a {
  position: relative;
  z-index: 50;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #007816 !important;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .footerTopIn .pageTop a {
    width: 50px;
    height: 50px;
  }
}
.footerTopIn .pageTop a .arrow-t {
  display: block;
  z-index: 51;
  top: 36px;
  left: 25px;
  position: relative;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  /*
  &:after,
  &:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    border-left: 2px solid $white;
    transition: all .3s;
  }
  &:after {
    top: -3px;
    left: 39px;
    height: 20px;
  }
  &:before {
    height: 8px;
    top: -3px;
    left: 42px;
    transform: rotate(-45deg);
  }
  @include mq("md") {
    &:after {
      left: 25px;
    }
    &:before {
      left: 28px;
    }
  }
  */
}
@media screen and (max-width: 768px) {
  .footerTopIn .pageTop a .arrow-t {
    top: 19px;
    left: 12px;
  }
}
.footerTopIn .pageTop a .arrow-t:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 10px;
  background: url(../images/arrow-r.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-transform: rotate(-90deg) scale(1, -1);
          transform: rotate(-90deg) scale(1, -1);
  -webkit-filter: grayscale(100%) brightness(500%);
          filter: grayscale(100%) brightness(500%);
}
@media screen and (max-width: 768px) {
  .footerTopIn .pageTop a .arrow-t:before {
    width: 28px;
  }
}
.footerTopIn .pageTop a:hover .arrow-t:after {
  top: -5px;
}
.footerTopIn .pageTop a:hover .arrow-t:before {
  top: -5px;
}

.footerTopIn .pageTop a::after {
  content: "Page Top";
  position: absolute;
  z-index: 51;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 23px;
  margin: 1px 0 0 0;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .footerTopIn .pageTop a::after {
    display: none;
  }
}

@media (max-width: 1508px) {
  .footerTopIn .pageTop {
    right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  #en-global-footer .global-footer-menu .gm-en-top {
    border-top: 1px solid #fff;
  }
  #en-global-footer .global-footer-menu .gm-products {
    border-top: none;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  #en-global-footer .global-footer-menu .gm-research {
    border-top: none;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  #en-global-footer .global-footer-menu .gm-contact {
    top: 121px;
    bottom: auto;
    left: 0;
  }
}
.sec-searchresults .lead {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec-searchresults .lead {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.sec-searchresults__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.sec-searchresults .gcse-search-submit {
  display: block;
  position: absolute;
  z-index: 14;
  top: 0;
  right: 0;
  width: 180px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .sec-searchresults .gcse-search-submit {
    width: 80px;
  }
}
.sec-searchresults #gcse-products-search-box {
  position: relative;
  -webkit-box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
          box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
}
@media screen and (max-width: 768px) {
  .sec-searchresults #gcse-products-search-box {
    -webkit-box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
            box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
  }
}
.sec-searchresults input.gcse-search-text {
  position: relative;
  z-index: 10;
  width: calc(100% - 180px);
  padding: 7px 18px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  border: 1px solid #007816;
}
@media screen and (max-width: 768px) {
  .sec-searchresults input.gcse-search-text {
    width: calc(100% - 80px);
  }
  .sec-searchresults input.gcse-search-text::-webkit-input-placeholder {
    color: #fff !important;
  }
  .sec-searchresults input.gcse-search-text::-moz-placeholder {
    color: #fff !important;
  }
  .sec-searchresults input.gcse-search-text:-ms-input-placeholder {
    color: #fff !important;
  }
  .sec-searchresults input.gcse-search-text::-ms-input-placeholder {
    color: #fff !important;
  }
  .sec-searchresults input.gcse-search-text::placeholder {
    color: #fff !important;
  }
}
.sec-searchresults input.gcse-search-text:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.sec-searchresults .sf-field-submit,
.sec-searchresults .gcse-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  margin-left: 0 !important;
  padding: 0 0 0 20px !important;
  width: 180px;
  height: 100%;
  cursor: pointer;
  background-color: #007816 !important;
  font-size: 1.5rem;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 768px) {
  .sec-searchresults .sf-field-submit,
  .sec-searchresults .gcse-search-btn {
    width: 80px;
  }
}
.sec-searchresults .sf-field-submit:before,
.sec-searchresults .gcse-search-icon {
  position: absolute;
  top: 6px;
  right: 140px;
  z-index: 13;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 6px 5px;
  background-size: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.85%2016.42%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_1-2%22%3E%3Cpath%20id%3D%22_1-3%22%20class%3D%22cls-1%22%20d%3D%22M15.57%2C14.79l-1.52-1.52c-.24-.24-.57-.31-.88-.24l-1.16-1.16c1.23-1.26%2C1.99-2.98%2C1.99-4.88C14%2C3.14%2C10.86%2C0%2C7%2C0S0%2C3.14%2C0%2C7s3.14%2C7%2C7%2C7c1.6%2C0%2C3.08-.55%2C4.26-1.46l1.21%2C1.21c-.07%2C.31%2C0%2C.64%2C.24%2C.88l1.52%2C1.52c.19%2C.19%2C.43%2C.28%2C.67%2C.28s.49-.09%2C.67-.28c.37-.37%2C.37-.97%2C0-1.34ZM1%2C7C1%2C3.69%2C3.69%2C1%2C7%2C1s6%2C2.69%2C6%2C6-2.69%2C6-6%2C6S1%2C10.31%2C1%2C7Z%22%2F%3E%3C%2Fg%3E%3Cpath%20id%3D%22_1-4%22%20class%3D%22cls-1%22%20d%3D%22M7%2C12c-2.76%2C0-5-2.24-5-5S4.24%2C2%2C7%2C2s5%2C2.24%2C5%2C5-2.24%2C5-5%2C5Zm0-9c-2.21%2C0-4%2C1.79-4%2C4s1.79%2C4%2C4%2C4%2C4-1.79%2C4-4-1.79-4-4-4Z%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .sec-searchresults .sf-field-submit:before,
  .sec-searchresults .gcse-search-icon {
    right: 50px;
  }
}
.sec-searchresults .gcse-search-btn:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.85%2016.42%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_1-2%22%3E%3Cpath%20id%3D%22_1-3%22%20class%3D%22cls-1%22%20d%3D%22M15.57%2C14.79l-1.52-1.52c-.24-.24-.57-.31-.88-.24l-1.16-1.16c1.23-1.26%2C1.99-2.98%2C1.99-4.88C14%2C3.14%2C10.86%2C0%2C7%2C0S0%2C3.14%2C0%2C7s3.14%2C7%2C7%2C7c1.6%2C0%2C3.08-.55%2C4.26-1.46l1.21%2C1.21c-.07%2C.31%2C0%2C.64%2C.24%2C.88l1.52%2C1.52c.19%2C.19%2C.43%2C.28%2C.67%2C.28s.49-.09%2C.67-.28c.37-.37%2C.37-.97%2C0-1.34ZM1%2C7C1%2C3.69%2C3.69%2C1%2C7%2C1s6%2C2.69%2C6%2C6-2.69%2C6-6%2C6S1%2C10.31%2C1%2C7Z%22%2F%3E%3C%2Fg%3E%3Cpath%20id%3D%22_1-4%22%20class%3D%22cls-1%22%20d%3D%22M7%2C12c-2.76%2C0-5-2.24-5-5S4.24%2C2%2C7%2C2s5%2C2.24%2C5%2C5-2.24%2C5-5%2C5Zm0-9c-2.21%2C0-4%2C1.79-4%2C4s1.79%2C4%2C4%2C4%2C4-1.79%2C4-4-1.79-4-4-4Z%22%2F%3E%3C%2Fsvg%3E");
}
.sec-searchresults .gcse-search-text:focus + .gcse-search-btn:before,
.sec-searchresults .gcse-search-text:active + .gcse-search-btn:before,
.sec-searchresults .gcse-search-submit:before,
.sec-searchresults .gcse-search-btn:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.85%2016.42%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23244a89%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_1-2%22%3E%3Cpath%20id%3D%22_1-3%22%20class%3D%22cls-1%22%20d%3D%22M15.57%2C14.79l-1.52-1.52c-.24-.24-.57-.31-.88-.24l-1.16-1.16c1.23-1.26%2C1.99-2.98%2C1.99-4.88C14%2C3.14%2C10.86%2C0%2C7%2C0S0%2C3.14%2C0%2C7s3.14%2C7%2C7%2C7c1.6%2C0%2C3.08-.55%2C4.26-1.46l1.21%2C1.21c-.07%2C.31%2C0%2C.64%2C.24%2C.88l1.52%2C1.52c.19%2C.19%2C.43%2C.28%2C.67%2C.28s.49-.09%2C.67-.28c.37-.37%2C.37-.97%2C0-1.34ZM1%2C7C1%2C3.69%2C3.69%2C1%2C7%2C1s6%2C2.69%2C6%2C6-2.69%2C6-6%2C6S1%2C10.31%2C1%2C7Z%22%2F%3E%3C%2Fg%3E%3Cpath%20id%3D%22_1-4%22%20class%3D%22cls-1%22%20d%3D%22M7%2C12c-2.76%2C0-5-2.24-5-5S4.24%2C2%2C7%2C2s5%2C2.24%2C5%2C5-2.24%2C5-5%2C5Zm0-9c-2.21%2C0-4%2C1.79-4%2C4s1.79%2C4%2C4%2C4%2C4-1.79%2C4-4-1.79-4-4-4Z%22%2F%3E%3C%2Fsvg%3E");
}

.resultSearch,
.resultContents {
  width: 100%;
  position: relative;
  z-index: 12;
}

.resultSearch .sec-searchresults__inner {
  -webkit-box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
          box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
}
@media screen and (max-width: 768px) {
  .resultSearch .sec-searchresults__inner {
    -webkit-box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
            box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
  }
}
.resultSearch .gsc-search-box .gsib_a {
  padding: 7px 9px 6px 9px;
}
.resultSearch .gsc-search-box .gsc-input .gsc-input-box {
  padding: 0 !important;
  border-radius: 0 !important;
}
.resultSearch .gsc-search-box .gsc-search-button {
  margin-left: 0 !important;
}
.resultSearch .gsc-search-box .gsc-search-button-v2, .resultSearch .gsc-search-box .gsc-search-button-v2:hover, .resultSearch .gsc-search-box .gsc-search-button-v2:focus {
  margin: 0 !important;
  height: 39px !important;
  width: 180px !important;
  border-radius: 0 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  background-image: none;
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 768px) {
  .resultSearch .gsc-search-box .gsc-search-button-v2, .resultSearch .gsc-search-box .gsc-search-button-v2:hover, .resultSearch .gsc-search-box .gsc-search-button-v2:focus {
    width: 80px !important;
  }
}
.resultSearch .gsc-search-box .gsc-search-button-v2 svg, .resultSearch .gsc-search-box .gsc-search-button-v2:hover svg, .resultSearch .gsc-search-box .gsc-search-button-v2:focus svg {
  display: none !important;
}

.search-heading .resultSearch-contents.inner-s {
  padding-top: 0;
  max-width: 810px;
}
.search-heading .resultSearch-contents.inner-s .lead {
  display: none;
}

.sec-searchresults .search-ui-tag ul {
  position: relative;
}
.sec-searchresults .sf-field-submit {
  z-index: 2;
  height: 39px;
  width: 210px;
}
.sec-searchresults .sf-field-submit input[type=submit] {
  color: #fff;
}
.sec-searchresults .sf-field-submit:before {
  position: absolute;
  top: 6px;
  right: auto;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .sec-searchresults .sf-field-submit {
    width: 80px !important;
  }
  .sec-searchresults .sf-field-submit::after {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    content: "検索";
    white-space: nowrap !important;
  }
  .sec-searchresults .sf-field-submit input[type=submit] {
    text-indent: -9999px;
  }
  .sec-searchresults .sf-field-submit:before {
    left: 5px;
  }
}
.sec-searchresults .sf-field-search {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
          box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
}
@media screen and (max-width: 768px) {
  .sec-searchresults .sf-field-search {
    -webkit-box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
            box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
  }
}
.sec-searchresults .sf-field-search h4 {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 20px !important;
  font-weight: 500;
}
.sec-searchresults .sf-field-search label {
  position: relative;
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .sec-searchresults .sf-field-search label {
    width: calc(100% - 80px);
  }
}
.sec-searchresults .sf-field-search label input:-webkit-autofill,
.sec-searchresults .sf-field-search label input:-internal-autofill-selected {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}
.sec-searchresults .sf-field-search label input[type=text] {
  display: block;
  padding: 7px 30px 7px 8px;
  height: 39px;
  font-size: 16px;
  line-height: 16px;
  background-color: #fff;
  border: 1px solid #007816;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-background-color ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s;
  outline: none !important;
  border-radius: 0 !important;
  width: 100%;
}
.sec-searchresults .sf-field-search label input[type=text].done, .sec-searchresults .sf-field-search label input[type=text]:focus, .sec-searchresults .sf-field-search label input[type=text]:active {
  background-color: #fff;
}

.resultSearch table.gsc-search-box {
  border-spacing: 0 !important;
}

.resultSearch table.gsc-search-box td.gsc-input {
  padding-right: 0;
}

.resultContents {
  margin-top: 40px;
}

.resultContents .gsc-webResult.gsc-result:hover {
  border-color: #fff !important;
  border-bottom-color: #DBDBDB !important;
}

.resultContents a[target=_blank]:after {
  display: none !important;
}

.resultContents .gsc-control-cse, .gsc-control-cse .gsc-table-result {
  padding: 0;
}

.resultContents .gsc-webResult.gsc-result {
  padding-top: 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid #DBDBDB;
}

.resultContents .gsc-result-info-container {
  padding: 0;
}

.resultContents .gsc-orderby-container {
  padding-right: 0;
}

.resultContents .gsc-above-wrapper-area {
  padding-bottom: 0.25em;
  margin-bottom: 3.5em;
  border-bottom-color: #222;
}

.resultContents .gsc-thumbnail-inside {
  padding-left: 0;
}

.resultContents .gsc-result-info {
  font-size: 2.4rem;
  color: #222;
  font-weight: bold;
}

.resultContents .gsc-control-cse .gs-result .gs-title,
.resultContents .gsc-control-cse .gs-result .gs-title * {
  color: #222;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.resultContents .gsc-control-cse .gs-result .gs-title a:hover,
.resultContents .gsc-control-cse .gs-result .gs-title a:hover * {
  color: #E85616;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.resultContents .gsc-url-top {
  padding-left: 0;
  margin-bottom: 1em;
}

.resultContents .gs-promotion .gs-visibleUrl,
.resultContents .gs-webResult .gs-visibleUrl {
  color: #9D9D9D;
  font-size: 1.4rem;
}

.resultContents .gs-webResult .gs-snippet {
  color: #222;
}

@media screen and (min-width: 768px) {
  .resultContents .gs-web-image-box {
    margin-right: 2em;
  }
  .resultContents .gs-result .gs-image {
    max-width: 66px;
  }
  .resultContents .gsc-results .gsc-cursor-box {
    margin: 4em 0;
    text-align: center;
  }
  .resultContents .gsc-results .gsc-cursor-box .gsc-cursor-page {
    font-size: 1.5rem;
    text-align: center;
    display: inline-block;
    width: 50px;
    padding: 0.5em 0;
    font-family: "Manrope", sans-serif;
    color: #9D9D9D;
    border-bottom: 1px solid transparent;
  }
  .resultContents .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #222;
    font-weight: normal;
    border-bottom: 1px solid #222;
  }
  .resultContents .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    text-decoration: none;
  }
  .resultContents .gs-webResult .gs-snippet {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.search-ui-tag {
  /*
   input[type="checkbox"] + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 6px;
    width: 16px;
    height: 16px;
    border-radius: 18px;
    background-color: $main;
    border: 1px solid $main;
   }
   input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 11px;
    width: 5px;
    height: 10px;
    transform: rotate(40deg);
    border-bottom: 2px solid $white;
    border-right: 2px solid $white;
   }
  */
}
.search-ui-tag h4 {
  padding-bottom: 0 !important;
  font-size: 2rem;
}
.search-ui-tag .sf-field-category > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.search-ui-tag .sf-field-category > ul > li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-ui-tag .sf-field-category > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.search-ui-tag .sf-field-category > ul .sf-level-0 {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .search-ui-tag .sf-field-category > ul .sf-level-0 {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.search-ui-tag input[type=radio],
.search-ui-tag input[type=checkbox] {
  visibility: hidden;
  width: 0;
  margin: 0;
  position: absolute;
}
.search-ui-tag input[type=radio] + label,
.search-ui-tag input[type=checkbox] + label {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 10px !important;
  cursor: pointer;
  background-color: #6A7D9D;
  color: #fff;
  font-size: 1.5rem;
  word-wrap: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-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;
}
.search-ui-tag input[type=radio]:checked + label,
.search-ui-tag input[type=checkbox]:checked + label {
  background-color: #007816;
}

.sec-polymer .resultSearch-contents {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 10px;
}
.sec-polymer .sf-field-category ul {
  padding-top: 80px;
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-polymer .sf-field-category ul {
    padding-top: 10px;
  }
}
.sec-polymer .search-ui-tag {
  position: relative;
}
.sec-polymer .sf-field-reset,
.sec-polymer .sf-field-category h4 {
  position: absolute;
  top: -60px;
  height: 60px;
  width: 40%;
  padding: 0;
  font-weight: 700;
  background-color: #BEC4CE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-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;
  cursor: pointer;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .sec-polymer .sf-field-reset,
  .sec-polymer .sf-field-category h4 {
    font-size: 1.4rem !important;
  }
}
.sec-polymer .sf-field-reset {
  left: 10%;
  background-color: #E4E4EB;
}
.sec-polymer .sf-field-reset .search-filter-reset {
  display: block;
  width: 100%;
  height: 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;
  -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;
}
@media screen and (max-width: 768px) {
  .sec-polymer .sf-field-reset .search-filter-reset {
    height: 80px;
  }
}
.sec-polymer .sf-field-category h4 {
  right: 10%;
}

.search-heading .sf-field-reset,
.search-heading .sf-field-category {
  display: none !important;
}

.sec-body-contents .sf-field-search,
.sec-body-contents .sf-field-submit {
  display: none !important;
}

.sec-body-contents.is-tab-active .sf-field-reset {
  background-color: #BEC4CE;
}
.sec-body-contents.is-tab-active .sf-field-category h4 {
  background-color: #E4E4EB;
  cursor: text;
  pointer-events: none;
}
.sec-body-contents.is-tab-active .sf-field-category ul {
  display: grid;
}

.search-tag-sug {
  width: 750px;
  position: absolute;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 768px) {
  .search-tag-sug {
    width: calc(100% - 40px);
  }
}
.search-tag-sug .search-tag-sug_ttl {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.search-tag-sug_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.search-tag-sug_list > li {
  position: relative;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .search-tag-sug_list > li {
    line-height: 22px;
  }
}
.search-tag-sug_list > li small {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: -20px;
  padding-left: 28px;
  padding-right: 10px;
  background-color: #E4E4EB;
  border: 1px solid #fff;
  border-radius: 0 20px 20px 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .search-tag-sug_list > li small {
    border-radius: 0 10px 10px 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 425px) {
  .search-tag-sug_list > li small.sp-column {
    display: block;
    margin-top: -13px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
  }
}
.search-tag-sug input[type=button] {
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .search-tag-sug input[type=button] {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1rem;
  }
}

.more-box {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.more-box::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 16px solid #BEC4CE;
  border-top: 0;
}
.more-box-inner {
  margin-top: 16px;
  padding: 40px;
  background-color: #BEC4CE;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .more-box-inner {
    padding: 10px;
  }
}

.more-box-btn {
  display: block;
  position: relative;
  z-index: 10;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  text-align: center;
  color: #007816;
  cursor: pointer;
  background: #BEC4CE;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(190, 196, 206, 0)), color-stop(50%, #bec4ce));
  background: -webkit-linear-gradient(top, rgba(190, 196, 206, 0) 0%, #bec4ce 50%);
  background: linear-gradient(180deg, rgba(190, 196, 206, 0) 0%, #bec4ce 50%);
  border-radius: 0 0 8px 8px;
}
.more-box-btn .more-box-open {
  display: inline-block;
}
.more-box-btn .more-box-close {
  display: none;
}
.more-box-btn:after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #007816;
  border-right: 2px solid #007816;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more-box-btn.is-active {
  margin-top: 0;
  background: #BEC4CE;
}
.more-box-btn.is-active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.more-box-btn.is-active .more-box-open {
  display: none;
}
.more-box-btn.is-active .more-box-close {
  display: inline-block;
}

.sec-header {
  position: relative;
}
.sec-header__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1340px;
  height: 110px;
  padding: 0 30px 40px 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-header__inner {
    height: 100px;
    padding: 0 20px 0 20px;
  }
}
.sec-header__title {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  mix-blend-mode: overlay;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec-header__title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}
.sec-header__title .sec-header__title-jp,
.sec-header__title .sec-header__title-en {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sec-header__title .sec-header__title-jp:last-child {
  font-size: 1.8rem;
  color: #007816;
}
.sec-header__title .sec-header__title-jp:first-child {
  font-size: 6rem;
  line-height: 70px;
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1230px) {
  .sec-header__title .sec-header__title-jp:first-child {
    font-size: 5rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec-header__title .sec-header__title-jp:first-child {
    font-size: 3.8rem;
    line-height: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .sec-header__title .sec-header__title-jp:first-child {
    font-size: 2.8rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 374px) {
  .sec-header__title .sec-header__title-jp:first-child {
    font-size: 2.2rem;
    line-height: 20px;
  }
}
.sec-header__title .sec-header__title-en:last-child {
  font-size: 2.4rem;
  color: #007816;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.sec-header__title .sec-header__title-en:last-child.text-transform-none {
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .sec-header__title .sec-header__title-en:last-child {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .sec-header__title .sec-header__title-en:last-child {
    font-size: 1.4rem;
  }
}
.sec-header__title .sec-header__title-en:first-child {
  font-size: 7rem;
  line-height: 70px;
  color: #222;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1230px) {
  .sec-header__title .sec-header__title-en:first-child {
    font-size: 5.5rem;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .sec-header__title .sec-header__title-en:first-child {
    font-size: 3.2rem;
    line-height: 35px;
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .sec-header__title .sec-header__title-en:first-child {
    font-size: 2.8rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 374px) {
  .sec-header__title .sec-header__title-en:first-child {
    font-size: 2.2rem;
    line-height: 20px;
  }
}
.sec-header__over {
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 30px;
  overflow: hidden !important;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: 1s ease 0.5s;
  transition: 1s ease 0.5s;
}
@media screen and (max-width: 768px) {
  .sec-header__over {
    left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-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;
  }
}
.sec-header .ttlAnime {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.sec-header__img {
  position: relative;
}
.sec-header__img .header-bg {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1215px) {
  .sec-header__img .header-bg {
    height: 300px;
  }
}
.sec-header__text {
  position: absolute;
  font-size: 4rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(71, 82, 86, 0.2);
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .sec-header__text {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-header__text {
    font-size: 2.2rem;
  }
}
.sec-header__text span {
  margin-top: 20px;
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .sec-header__text span {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.sec-header__name {
  position: absolute;
  font-size: 2rem;
  color: #fff;
  right: 120px;
  bottom: 12%;
  display: inline-block;
}
.sec-header__name span {
  display: inline-block;
  font-size: 3.2rem;
}
.sec-header #particles-js {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 168px !important;
}
.sec-header #particles-js .particles-js-canvas-el {
  height: 168px !important;
}
@media screen and (max-width: 768px) {
  .sec-header #particles-js {
    height: 148px !important;
  }
  .sec-header #particles-js .particles-js-canvas-el {
    height: 148px !important;
  }
}

.sec-header__inner + #particles-js:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  border-bottom: 1px solid #E4E4EB;
  width: 100%;
  max-width: 1340px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .sec-header__inner + #particles-js:after {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.sec-header-col .section-title,
.sec-header-row .section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  font-size: 5.6rem;
  line-height: 56px;
  letter-spacing: 2px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.sec-header-col .section-title:before,
.sec-header-row .section-title:before {
  display: inline-block;
  content: attr(data-en);
  white-space: pre-wrap;
  font-size: 2.8rem;
  line-height: 28px;
  font-weight: 700;
  color: #007816;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .sec-header-col .section-title,
  .sec-header-row .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    font-size: 3.2rem;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .sec-header-col .section-title::before,
  .sec-header-row .section-title::before {
    font-size: 2rem;
    line-height: 20px;
  }
}

.sec-header-col .section-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec-header-border {
  padding-bottom: 0.5em;
  margin-bottom: 30px;
  border-bottom: 1px solid #007816;
}

.sec-header-dash {
  position: relative;
  margin-bottom: 35px;
  color: #007816;
}
.sec-header-dash:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  width: 40px;
  height: 2px;
  background-color: #007816;
}
@media screen and (max-width: 768px) {
  .sec-header-dash:after {
    bottom: -7px;
    width: 18px;
    height: 1px;
  }
}

.sec-body {
  margin-top: -1px;
}

.sec-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (max-width: 768px) {
  .sec-nav__list {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.sec-nav__title {
  position: relative;
  padding-bottom: 16px;
  font-size: 4rem;
}
.sec-nav__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .sec-nav__title {
    padding-top: 20px;
    font-size: 2rem;
    font-weight: 700;
  }
}
.sec-nav__item a {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.8rem;
}
.sec-nav__item a::before, .sec-nav__item a::after {
  content: "";
  display: block;
  width: 100%;
}
.sec-nav__item a:before {
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #333;
}
.sec-nav__item a::after {
  width: 42px;
  height: 10px;
  background: url(../images/arrow-r.svg) no-repeat 0 0;
  background-size: contain;
}

.sec-compo__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px;
}
.sec-compo__col > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sec-compo__col {
    gap: 30px;
  }
  .sec-compo__col > * {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media screen and (max-width: 540px) {
  .sec-compo__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .sec-compo__col > * {
    width: 100%;
  }
}
.sec-compo__col.gap40 {
  gap: 40px;
}
@media screen and (max-width: 540px) {
  .sec-compo__col.gap40 {
    gap: 20px;
  }
}

.sec-compo__col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px;
}
.sec-compo__col2 > * {
  width: calc(50% - 30px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sec-compo__col2 {
    gap: 30px;
  }
  .sec-compo__col2 > * {
    width: calc(50% - 15px);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media screen and (max-width: 540px) {
  .sec-compo__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .sec-compo__col2 > * {
    width: 100%;
  }
}

.sec-compo__col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 61px;
}
.sec-compo__col3 > * {
  width: calc(33.3333333333% - 40.6666666667px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .sec-compo__col3 {
    gap: 40px;
  }
  .sec-compo__col3 > * {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 540px) {
  .sec-compo__col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .sec-compo__col3 > * {
    width: 100%;
  }
}
.sec-compo__col3.gap40 {
  gap: 40px;
}
.sec-compo__col3.gap40 > * {
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .sec-compo__col3.gap40 > * {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 540px) {
  .sec-compo__col3.gap40 {
    gap: 20px;
  }
  .sec-compo__col3.gap40 > * {
    width: 100%;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.nav-top-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 60px;
}
.nav-top-btn > .btn > a {
  min-width: 240px;
}
@media screen and (max-width: 768px) {
  .nav-top-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .nav-top-btn > .btn {
    width: 100%;
    max-width: 340px;
  }
  .nav-top-btn > .btn > a {
    width: 100%;
    min-width: 100%;
  }
}

.btn {
  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;
}
.btn > a {
  padding: 18px 20px;
  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;
}
.btn .default-btn {
  background-color: #4C75B8;
  color: #fff;
}
.btn .more-def-btn,
.btn .more-wht-btn {
  padding: 18px 72px;
  border-style: solid;
  border-width: 1px;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
          box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn .more-def-btn,
  .btn .more-wht-btn {
    -webkit-box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
            box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
  }
}
.btn .more-def-btn:before,
.btn .more-wht-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btn .more-def-btn:hover:before,
.btn .more-wht-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn .more-def-btn strong,
.btn .more-wht-btn strong {
  position: relative;
  z-index: 1;
}
.btn .more-def-btn:after,
.btn .more-wht-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 10px;
  background: url(../images/arrow-r.svg) no-repeat 0 0;
  background-size: contain;
  right: -20px;
}
.btn .more-wht-btn {
  border-color: #007816;
  background-color: #fff;
  color: #007816;
}
.btn .more-wht-btn:before {
  background-color: #007816;
}
.btn .more-wht-btn:hover {
  color: #fff;
}
.btn .more-def-btn {
  border-color: #007816;
  background-color: #007816;
  color: #fff;
}
.btn .more-def-btn:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn .more-def-btn:before {
  background-color: #fff;
}
.btn .more-def-btn:hover {
  color: #007816;
}
.btn .all-wht-btn {
  padding: 6px 32px;
  border-style: solid;
  border-width: 1px;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  -webkit-box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
          box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn .all-wht-btn {
    -webkit-box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
            box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
  }
}
.btn .all-wht-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btn .all-wht-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn .all-wht-btn strong {
  position: relative;
  z-index: 1;
}
.btn .all-wht-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 10px;
  background: url(../images/arrow-r.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  right: -20px;
}
.btn .all-wht-btn {
  border-color: #fff;
  color: #fff;
}
.btn .all-wht-btn:hover {
  color: #fff;
}
.btn .arrow-def-btn,
.btn .arrow-wht-btn {
  min-width: 210px;
  padding: 16px 58px 16px 20px;
  border-style: solid;
  border-width: 1px;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn .arrow-def-btn,
  .btn .arrow-wht-btn {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.btn .arrow-def-btn:before,
.btn .arrow-wht-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btn .arrow-def-btn:hover:before,
.btn .arrow-wht-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn .arrow-def-btn strong,
.btn .arrow-wht-btn strong {
  position: relative;
  z-index: 1;
}
.btn .arrow-def-btn:after,
.btn .arrow-wht-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 21px;
  height: 5px;
  background: url(../images/arrow-s-r.svg) no-repeat 0 0;
  background-size: contain;
  right: 20px;
}
.btn .arrow-wht-btn {
  border-color: #007816;
  background-color: #fff;
  color: #007816;
}
.btn .arrow-wht-btn:before {
  background-color: #007816;
}
.btn .arrow-wht-btn:hover {
  color: #fff;
}
.btn .arrow-wht-btn:hover:after {
  -webkit-filter: grayscale(100%) brightness(500%);
          filter: grayscale(100%) brightness(500%);
}
.btn .border-btn {
  padding: 10px 60px;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: 400;
  color: #007816;
  background-color: #fff;
  border: 1px solid #007816;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .btn .border-btn {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.btn .border-btn .icon-arrow-b {
  right: 10px;
  top: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
}
.btn .border-btn .icon-arrow-b:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border: 2px solid;
  border-radius: 2px;
  border-color: rgba(36, 74, 137, 0) rgba(36, 74, 137, 0) #007816 #007816;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .btn .border-btn {
    padding: 15px 30px;
  }
}
.btn .border-btn:hover {
  color: #fff;
  background-color: #007816;
  border: 1px solid #007816;
}
.btn .border-btn:hover .icon-arrow-b:before {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white white;
}

.line-btn {
  position: relative;
  border: 1px solid #007816;
  background-color: #007816;
  color: #fff;
  border-radius: 50%;
}

.round-s-btn,
.round-btn {
  display: block;
  position: absolute;
  border: 1px solid #007816;
  background-color: #007816;
  color: #fff;
  border-radius: 50%;
}
.round-s-btn:after,
.round-btn:after {
  -webkit-filter: grayscale(100%) brightness(500%);
          filter: grayscale(100%) brightness(500%);
}

.round-btn {
  bottom: 40px;
  right: 40px;
  width: 100px;
  height: 100px;
}
.round-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 10px;
  background: url(../images/arrow-r.svg) no-repeat 0 0;
  background-size: contain;
  top: 43%;
  right: 29px;
}
@media screen and (max-width: 1024px) {
  .round-btn {
    bottom: 20px;
    right: 40px;
    width: 80px;
    height: 80px;
  }
  .round-btn:after {
    right: 19px;
  }
}

.round-s-btn {
  width: 36px;
  height: 36px;
}
.round-s-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 21px;
  height: 5px;
  background: url(../images/arrow-s-r.svg) no-repeat 0 0;
  background-size: contain;
  top: 42%;
  right: 7px;
}

.arrow-btn {
  border: 1px solid #4C75B8;
  color: #4C75B8;
  border-radius: 50px;
  position: relative;
}
.arrow-btn::after {
  position: absolute;
  content: "";
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4C75B8;
  border-right: 1px solid #4C75B8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-disabled {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  pointer-events: none !important;
  background-color: #BEC4CE !important;
  border-color: #BEC4CE !important;
  color: #fff !important;
}
.is-disabled input {
  color: currentColor !important;
}

.play-video {
  position: relative;
}
.play-video .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 16px;
  height: 20px;
  border-radius: 50%;
  padding: 18px 20px 18px 26px;
}
.play-video .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #4C75B8;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}
.play-video .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #4C75B8;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.play-video .video-play-button:hover:after {
  background-color: #3b5e96;
}
.play-video .video-play-button span {
  display: block;
  position: relative;
  z-index: 11;
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
ul.mai dt,
ul.mai li,
ul.list-style-disc dt,
ul.list-style-disc li,
dl.list-style-disc dt,
dl.list-style-disc li {
  position: relative;
  padding-left: 1em;
}
ul.mai dt:before,
ul.mai li:before,
ul.list-style-disc dt:before,
ul.list-style-disc li:before,
dl.list-style-disc dt:before,
dl.list-style-disc li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #007816;
}
ul.mai dt,
ul.list-style-disc dt,
dl.list-style-disc dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}
ul.mai dd,
ul.list-style-disc dd,
dl.list-style-disc dd {
  padding-left: 1.5em;
}
ul.mai + dl,
ul.list-style-disc + dl,
dl.list-style-disc + dl {
  margin-top: 20px;
}

dl.list-dl-icon {
  background-color: #fff;
}
dl.list-dl-icon dt {
  position: relative;
  padding: 20px 20px 20px 100px;
  background-color: #007816;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
dl.list-dl-icon dt img {
  position: absolute;
  left: 20px;
  width: auto;
  max-width: initial;
  margin-right: 20px;
}
dl.list-dl-icon dd {
  padding: 20px;
  background-color: #fff;
}

dl.list-dl-number dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
}
dl.list-dl-number dt .number {
  margin-right: 20px;
  font-size: 8rem;
  color: #007816;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  dl.list-dl-number dt .number {
    font-size: 6.4rem;
  }
}

ol.list-ol-number {
  counter-reset: li;
}
ol.list-ol-number > li {
  position: relative;
  counter-increment: mycounter;
  padding-left: 46px;
  padding-block: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
ol.list-ol-number > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  counter-increment: li;
  content: counter(mycounter, decimal-leading-zero);
  margin-right: 10px;
  font-size: 3.2rem;
  color: #007816;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  vertical-align: middle;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  ol.list-ol-number > li::before {
    font-size: 2.8rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
ol.list-ol-number > li ul.list-style-disc li {
  position: relative;
  padding-left: 1em;
}
ol.list-ol-number > li ul.list-style-disc li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #007816;
}

dl.list-dl-img dd + dt {
  margin-top: 10px;
}
dl.list-dl-img dt + dd {
  margin-top: 10px;
}
@media screen and (min-width: 541px) {
  dl.list-dl-img.w-400 {
    width: 400px;
  }
}
@media screen and (min-width: 541px) {
  dl.list-dl-img.w-250 {
    width: 250px;
  }
}

dl.dl-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  dl.dl-list {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
dl.dl-list dt {
  width: 25%;
  font-size: 1.4rem;
  text-align: center;
  background-color: #4F6EA0;
  color: #fff;
  border-radius: 30px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  dl.dl-list dt {
    width: 100%;
    max-width: 200px;
  }
}
dl.dl-list dd {
  width: calc(75% - 25px);
  padding-block: 8px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  dl.dl-list dd {
    width: 100%;
    padding-top: 0;
  }
}

.table-box, .table-line {
  width: 100%;
  border-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .table-box tr.clickable, .table-line tr.clickable {
    cursor: pointer;
  }
  .table-box tr.clickable:hover th,
  .table-box tr.clickable:hover td, .table-line tr.clickable:hover th,
  .table-line tr.clickable:hover td {
    -webkit-transition: background-color 0.3s !important;
    transition: background-color 0.3s !important;
    background: rgba(76, 117, 184, 0.3) !important;
  }
}
.table-box th, .table-line th {
  padding: 12px;
  width: 250px;
  text-align: center;
  vertical-align: middle;
  background-color: #23324B;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .table-box th, .table-line th {
    font-size: 1.4rem;
  }
}
.table-box td, .table-line td {
  padding: 12px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  font-weight: 400;
}
.table-box td h4, .table-line td h4 {
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .table-box td, .table-line td {
    font-size: 1.4rem;
  }
  .table-box td > *, .table-line td > * {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .table-box .sp-lg-blank, .table-line .sp-lg-blank {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .table-box .pc-lg-blank, .table-line .pc-lg-blank {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .table-box .sp-md-blank, .table-line .sp-md-blank {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .table-box .pc-md-blank, .table-line .pc-md-blank {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .table-box tr {
    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;
    width: 100%;
    margin-bottom: 5px;
  }
  .table-box th {
    padding: 15px;
    width: 100%;
  }
  .table-box td {
    padding: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .table-line tbody tr th {
    width: 110px;
    padding: 8px;
  }
}
.table-grey td {
  background-color: #f0f0f0;
}
.table-stripe tbody tr:nth-child(odd) td {
  background-color: #fff;
}
.table-stripe tbody tr:nth-child(even) td {
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .table-stripe tbody tr:nth-child(odd) th {
    background-color: #fff !important;
    color: #222;
  }
  .table-stripe tbody tr:nth-child(even) th {
    background-color: #f0f0f0 !important;
    color: #222;
  }
}
.table-data-label .icon-news {
  margin-left: 0 !important;
}
@media screen and (min-width: 769px) {
  .table-data-label .icon-news {
    position: absolute;
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
}
@media screen and (max-width: 768px) {
  .table-data-label thead {
    display: none;
  }
  .table-data-label tbody td {
    position: relative;
    padding-left: 110px;
    border-top: 1px solid #E4E4EB;
  }
  .table-data-label tbody td:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    content: attr(data-label);
    margin-right: 10px;
    background-color: #6A7D9D;
    border-right: 1px solid #E4E4EB;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-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;
  }
  .table-data-label .icon-news {
    margin-right: 6px !important;
  }
}

.imgtexts__header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}
.imgtexts__header .imgtexts-boxs {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .imgtexts__header .imgtexts-boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.imgtexts__header .imgtexts-boxs-center {
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.imgtexts__header .imgtexts-img {
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .imgtexts__header .imgtexts-img {
    width: 100%;
  }
}
.imgtexts__header .imgtexts-texts {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1220px) {
  .imgtexts__header .imgtexts-texts {
    min-height: 500px;
  }
}
.imgtexts__header .imgtexts-sabttl {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.imgtexts__header .imgtexts-sabttl:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: #007816;
}
@media screen and (max-width: 768px) {
  .imgtexts__header .imgtexts-sabttl {
    font-size: 1.4rem;
  }
  .imgtexts__header .imgtexts-sabttl:before {
    bottom: -7px;
    width: 18px;
    height: 1px;
  }
}
.imgtexts__header .imgtexts-ttl {
  margin-bottom: 0.6em;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .imgtexts__header .imgtexts-ttl {
    font-size: 2.4rem;
  }
}
.imgtexts__header .imgtexts-text {
  line-height: 1.8;
}
.imgtexts__header .imgtexts-boxs .imgtexts-text + .imgtexts-sabttl {
  margin-top: 60px;
}
.imgtexts__header .imgtexts-boxs.imgs-r .imgtexts-texts {
  margin-right: auto;
  padding-right: 30%;
}
@media screen and (max-width: 1024px) {
  .imgtexts__header .imgtexts-boxs.imgs-r .imgtexts-texts {
    padding-right: 20%;
  }
}
@media screen and (max-width: 768px) {
  .imgtexts__header .imgtexts-boxs.imgs-r .imgtexts-texts {
    padding-right: 20px;
  }
}
.imgtexts__header .imgtexts-boxs.imgs-r .imgtexts-img {
  right: 0;
}
.imgtexts__header .imgtexts-boxs.imgs-l .imgtexts-texts {
  margin-left: auto;
  padding-left: 30%;
}
@media screen and (max-width: 1024px) {
  .imgtexts__header .imgtexts-boxs.imgs-l .imgtexts-texts {
    padding-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .imgtexts__header .imgtexts-boxs.imgs-l .imgtexts-texts {
    padding-left: 20px;
  }
}
.imgtexts__header .imgtexts-boxs.imgs-l .imgtexts-img {
  left: 0;
}
@media screen and (max-width: 768px) {
  .imgtexts__header .imgtexts-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .imgtexts__header .imgtexts-texts {
    width: 100%;
  }
}

.imgtexts__col2 > h2 {
  text-align: center;
}
.imgtexts__col2 .imgtexts-boxs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .imgtexts__col2 .imgtexts-boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.imgtexts__col2 .imgtexts-boxs-center {
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.imgtexts__col2 .imgtexts-img.w-400 {
  width: 400px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .imgtexts__col2 .imgtexts-img.w-400 {
    width: 100%;
    aspect-ratio: auto;
  }
}
.imgtexts__col2 .imgtexts-img.w-400 + .imgtexts-texts {
  width: calc(100% - 400px - 60px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .imgtexts__col2 .imgtexts-img.w-400 + .imgtexts-texts {
    width: 100%;
  }
}
.imgtexts__col2 .imgtexts-img.w-250 {
  width: 250px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .imgtexts__col2 .imgtexts-img.w-250 {
    width: 100%;
    aspect-ratio: auto;
  }
}
.imgtexts__col2 .imgtexts-img.w-250 + .imgtexts-texts {
  width: calc(100% - 250px - 60px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .imgtexts__col2 .imgtexts-img.w-250 + .imgtexts-texts {
    width: 100%;
  }
}
.imgtexts__col2 .imgtexts-img.w-50pc {
  width: calc(50% - 40px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .imgtexts__col2 .imgtexts-img.w-50pc {
    width: 100%;
    aspect-ratio: auto;
  }
}
.imgtexts__col2 .imgtexts-img.w-50pc + .imgtexts-texts {
  width: calc(50% - 20px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .imgtexts__col2 .imgtexts-img.w-50pc + .imgtexts-texts {
    width: 100%;
  }
}
.imgtexts__col2 .imgtexts-sabttl {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 32px;
  color: #007816;
}
.imgtexts__col2 .imgtexts-sabttl:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: -1;
  width: 40px;
  height: 2px;
  background-color: #007816;
}
@media screen and (max-width: 768px) {
  .imgtexts__col2 .imgtexts-sabttl {
    font-size: 1.4rem;
  }
  .imgtexts__col2 .imgtexts-sabttl:before {
    bottom: -7px;
    width: 18px;
    height: 1px;
  }
}
.imgtexts__col2 .imgtexts-ttl {
  margin-bottom: 0.6em;
  font-weight: 700;
}
.imgtexts__col2 .imgtexts-text {
  line-height: 1.8;
}
.imgtexts__col2 .imgtexts-boxs .imgtexts-text + .imgtexts-sabttl {
  margin-top: 60px;
}
.imgtexts__col2 .imgtexts-btn {
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .imgtexts__col2 .imgtexts-btn {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.imgtexts__col2 .imgtexts-boxs.imgs-r .imgtexts-texts {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.imgtexts__col2 .imgtexts-boxs.imgs-r .imgtexts-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.imgtexts__col2 .imgtexts-boxs.imgs-l .imgtexts-texts {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.imgtexts__col2 .imgtexts-boxs.imgs-l .imgtexts-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.imgtexts__col2 .imgtexts-boxs.imgs-l + .imgs-r {
  margin-top: 60px;
}
.imgtexts__col2 .imgtexts-boxs.imgs-r + .imgs-l {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .imgtexts__col2 .imgtexts-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .imgtexts__col2 .imgtexts-texts {
    width: 100%;
  }
  .imgtexts__col2 .imgtexts-boxs.imgs-r .imgtexts-texts {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .imgtexts__col2 .imgtexts-boxs.imgs-r .imgtexts-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .imgtexts__col2 .imgtexts-boxs.imgs-l .imgtexts-texts {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .imgtexts__col2 .imgtexts-boxs.imgs-l .imgtexts-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .imgtexts__col2 .imgtexts-boxs.imgs-l + .imgs-r {
    margin-top: 30px;
  }
  .imgtexts__col2 .imgtexts-boxs.imgs-r + .imgs-l {
    margin-top: 30px;
  }
}

.imgtexts__col2.gap40 .imgtexts-boxs {
  gap: 40px;
}
.imgtexts__col2.gap40 .imgtexts-img.w-400 + .imgtexts-texts {
  width: calc(100% - 400px - 40px);
}
@media screen and (max-width: 768px) {
  .imgtexts__col2.gap40 .imgtexts-img.w-400 + .imgtexts-texts {
    width: 100%;
  }
}
.imgtexts__col2.gap40 .imgtexts-img.w-250 + .imgtexts-texts {
  width: calc(100% - 250px - 40px);
}
@media screen and (max-width: 768px) {
  .imgtexts__col2.gap40 .imgtexts-img.w-250 + .imgtexts-texts {
    width: 100%;
  }
}
.imgtexts__col2.gap40 .imgtexts-img.w-50pc {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .imgtexts__col2.gap40 .imgtexts-img.w-50pc {
    width: 100%;
  }
}
.imgtexts__col2.gap40 .imgtexts-img.w-50pc + .imgtexts-texts {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .imgtexts__col2.gap40 .imgtexts-img.w-50pc + .imgtexts-texts {
    width: 100%;
  }
}

.imgtexts__content .imgtexts-boxs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .imgtexts__content .imgtexts-boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.imgtexts__content .imgtexts-boxs:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .imgtexts__content .imgtexts-boxs:not(:first-child) {
    margin-top: 35px;
  }
}
.imgtexts__content .imgtexts-boxs:nth-child(even):before {
  display: block;
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(50% - 20px);
  height: 100%;
  background-color: #E4E4EB;
}
@media screen and (max-width: 768px) {
  .imgtexts__content .imgtexts-boxs:nth-child(even):before {
    display: block;
    content: "";
    position: absolute;
    top: -25%;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 50%;
  }
}
.imgtexts__content .imgtexts-boxs-center {
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.imgtexts__content .imgtexts-img {
  overflow: hidden;
  width: calc(50% - 20px);
}
.imgtexts__content .imgtexts-texts {
  width: calc(50% - 20px);
}
.imgtexts__content .imgtexts-btn {
  margin-top: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.imgtexts__content .imgtexts-sabttl {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.imgtexts__content .imgtexts-sabttl:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: #007816;
}
@media screen and (max-width: 768px) {
  .imgtexts__content .imgtexts-sabttl {
    font-size: 1.4rem;
  }
  .imgtexts__content .imgtexts-sabttl:before {
    bottom: -7px;
    width: 18px;
    height: 1px;
  }
}
.imgtexts__content .imgtexts-ttl {
  margin-bottom: 0.6em;
  font-weight: 700;
}
.imgtexts__content .imgtexts-text {
  line-height: 1.8;
}
.imgtexts__content .imgtexts-boxs .imgtexts-text + .imgtexts-sabttl {
  margin-top: 60px;
}
.imgtexts__content .imgtexts-boxs:nth-child(odd) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.imgtexts__content .imgtexts-boxs:nth-child(odd) .imgtexts-texts {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 20px;
}
.imgtexts__content .imgtexts-boxs:nth-child(odd) .imgtexts-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.imgtexts__content .imgtexts-boxs:nth-child(even) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.imgtexts__content .imgtexts-boxs:nth-child(even) .imgtexts-texts {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 20px;
}
.imgtexts__content .imgtexts-boxs:nth-child(even) .imgtexts-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .imgtexts__content .imgtexts-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .imgtexts__content .imgtexts-texts {
    width: 100%;
  }
  .imgtexts__content .imgtexts-boxs:nth-child(odd) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .imgtexts__content .imgtexts-boxs:nth-child(odd) .imgtexts-texts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
  }
  .imgtexts__content .imgtexts-boxs:nth-child(odd) .imgtexts-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .imgtexts__content .imgtexts-boxs:nth-child(even) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .imgtexts__content .imgtexts-boxs:nth-child(even) .imgtexts-texts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
  .imgtexts__content .imgtexts-boxs:nth-child(even) .imgtexts-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.sec-imgtexts {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-imgtexts .sec-imgtexts__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-imgtexts .sec-body-contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .sec-imgtexts .sec-body-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 120px;
  }
}
.sec-imgtexts .sec-body-contents .box-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: 390px;
}
.sec-imgtexts .sec-body-contents .box-text h2 {
  font-size: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.sec-imgtexts .sec-body-contents .box-text p {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-imgtexts .sec-body-contents .box-text h2 {
    font-size: 3.2rem;
    margin-top: 20px;
    text-align: center;
  }
  .sec-imgtexts .sec-body-contents .box-text p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.sec-imgtexts .sec-body-contents .box-img {
  overflow: hidden;
  width: calc(100% - 40px);
  -webkit-box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
          box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
}
@media screen and (min-width: 769px) {
  .sec-imgtexts .sec-body-contents .box-img {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .sec-imgtexts .sec-body-contents .box-img {
    -webkit-box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
            box-shadow: 0 2px 10px 0 rgba(25, 25, 25, 0.2);
  }
}
.sec-imgtexts .sec-body-contents .box-img img {
  width: 100%;
}
.sec-imgtexts .sec-body-contents .btn {
  margin-top: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec-imgtexts .sec-body-contents .btn {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .sec-imgtexts .sec-body-contents:nth-child(odd) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sec-imgtexts .sec-body-contents:nth-child(odd) .box-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-imgtexts .sec-body-contents:nth-child(odd) .box-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  .sec-imgtexts .sec-body-contents:nth-child(even) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec-imgtexts .sec-body-contents:nth-child(even) .box-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec-imgtexts .sec-body-contents:nth-child(even) .box-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@media screen and (max-width: 768px) {
  .sec-imgtexts .sec-body-contents:nth-child(odd) .box-img {
    margin-left: auto;
  }
  .sec-imgtexts .sec-body-contents:nth-child(even) .box-img {
    margin-right: auto;
  }
}

.content {
  padding: 0;
}

/*
wp-pagenavi ----------- */
.wp-pagenavi {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.wp-pagenavi > a, .wp-pagenavi > span {
  position: relative;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  background-color: #BEC4CE;
}
.wp-pagenavi a.last,
.wp-pagenavi a.first {
  display: none;
}
.wp-pagenavi .current {
  background-color: #007816;
  color: #fff;
}
.wp-pagenavi .categorytoplink {
  position: relative;
  width: auto;
  padding-left: 1.6rem;
  padding-right: 3.6rem;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #007816;
  color: #007816;
}
.wp-pagenavi .categorytoplink:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 10px;
  background: url(../images/arrow-r.svg) no-repeat 0 0;
  background-size: contain;
  right: -20px;
}
.wp-pagenavi.wp-pagenavi-reverse [rel*=prev], .wp-pagenavi.wp-pagenavi-reverse [rel*=next],
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: block;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-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;
}
.wp-pagenavi.wp-pagenavi-reverse [rel*=prev],
.wp-pagenavi .nextpostslink {
  margin-right: 45px !important;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi.wp-pagenavi-reverse [rel*=prev],
  .wp-pagenavi .nextpostslink {
    margin-right: 0 !important;
  }
}
.wp-pagenavi.wp-pagenavi-reverse [rel*=prev]:after, .wp-pagenavi.wp-pagenavi-reverse [rel*=prev]:before,
.wp-pagenavi .nextpostslink:after,
.wp-pagenavi .nextpostslink:before {
  right: -45px;
}
.wp-pagenavi.wp-pagenavi-reverse [rel*=prev]:before,
.wp-pagenavi .nextpostslink:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wp-pagenavi.wp-pagenavi-reverse [rel*=prev]:hover:after,
.wp-pagenavi .nextpostslink:hover:after {
  -webkit-animation: linkbtnarrowafter-r 0.3s ease-in-out;
          animation: linkbtnarrowafter-r 0.3s ease-in-out;
}
.wp-pagenavi.wp-pagenavi-reverse [rel*=prev]:hover:before,
.wp-pagenavi .nextpostslink:hover:before {
  -webkit-animation: linkbtnarrowbefore-r 0.3s ease-in-out;
          animation: linkbtnarrowbefore-r 0.3s ease-in-out;
}
.wp-pagenavi.wp-pagenavi-reverse [rel*=next],
.wp-pagenavi .previouspostslink {
  margin-left: 45px !important;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi.wp-pagenavi-reverse [rel*=next],
  .wp-pagenavi .previouspostslink {
    margin-left: 0 !important;
  }
}
.wp-pagenavi.wp-pagenavi-reverse [rel*=next]:after, .wp-pagenavi.wp-pagenavi-reverse [rel*=next]:before,
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .previouspostslink:before {
  left: -45px;
}
.wp-pagenavi.wp-pagenavi-reverse [rel*=next]:before,
.wp-pagenavi .previouspostslink:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wp-pagenavi.wp-pagenavi-reverse [rel*=next]:hover:after,
.wp-pagenavi .previouspostslink:hover:after {
  -webkit-animation: linkbtnarrowafter-l 0.3s ease-in-out;
          animation: linkbtnarrowafter-l 0.3s ease-in-out;
}
.wp-pagenavi.wp-pagenavi-reverse [rel*=next]:hover:before,
.wp-pagenavi .previouspostslink:hover:before {
  -webkit-animation: linkbtnarrowbefore-l 0.3s ease-in-out;
          animation: linkbtnarrowbefore-l 0.3s ease-in-out;
}

.modal {
  position: fixed;
  display: none;
  z-index: 9998;
}
.modal.open {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal_overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 9999;
}
.modal_body {
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4px;
  width: 90%;
  max-width: 1200px;
  height: 90%;
}
@media (max-height: 1014px) {
  .modal_body {
    top: calc(50% + 20px);
  }
}
.modal_close {
  position: fixed;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  top: -40px;
  right: 0;
  cursor: pointer;
}
.modal_close:before, .modal_close:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  top: 14px;
  left: 3px;
  background-color: #fff;
}
.modal_close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.is-overlay {
  overflow: hidden;
}

.js-modal-open .modal-img {
  cursor: pointer;
}

@media print {
  header,
  footer,
  .global-menu-sp,
  .round-s-btn,
  #particles-js,
  #footerTop {
    display: none !important;
  }
}