/* --------------------------------------------- */
/* reset */
/* --------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

.swiper-scrollbar {
  z-index: 1 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--text01) !important;
  z-index: 1 !important;
}

/* --------------------------------------------- */
/* font */
/* --------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NTSNS-Thin.woff2") format("woff2"), url("../font/NTSNS-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NTSNS-ExtraLight.woff2") format("woff2"), url("../font/NTSNS-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NTSNS-Light.woff2") format("woff2"), url("../font/NTSNS-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NTSNS-Regular.woff2") format("woff2"), url("../font/NTSNS-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NTSNS-Medium.woff2") format("woff2"), url("../font/NTSNS-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NTSNS-SemiBold.woff2") format("woff2"), url("../font/NTSNS-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NTSNS-Bold.woff2") format("woff2"), url("../font/NTSNS-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: url("../font/NTSNS-ExtraBold.woff2") format("woff2"), url("../font/NTSNS-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NTSNS-Black.woff2") format("woff2"), url("../font/NTSNS-Black.woff") format("woff");
}
@font-face {
  font-family: "Cuprum";
  font-style: normal;
  font-weight: 700;
  src: url("../font/CuprumBI.woff2") format("woff2"), url("../font/CuprumBI.woff") format("woff");
}
/* --------------------------------------------- */
/* function */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* common */
/* --------------------------------------------- */
:root {
  --base: #efefef;
  --main: #008837;
  --accent: #cc0000;
  --border: #999999;
  --box: #777777;
  --shadow: #999999;
  --text01: #222222;
  --text02: #ffffff;
  --text03: #777777;
  --width01: 1200px;
}

/* --------------------------------------------- */
/* top */
/* --------------------------------------------- */
#top-kv {
  width: 100%;
  height: 50%;
  position: relative;
}
#top-kv::after {
  content: "";
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.2) 50%, transparent 50%), radial-gradient(rgba(0, 0, 0, 0.2) 50%, transparent 50%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  background-color: rgba(0, 0, 0, 0.1);
}
#top-kv .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top-kv .title {
    top: 20%;
    left: 10%;
    transform: unset;
  }
}
#top-kv .title .copy {
  display: flex;
  flex-direction: row;
  gap: 12vw;
}
@media screen and (min-width: 768px) {
  #top-kv .title .copy {
    gap: 100px;
  }
}
#top-kv .title .copy span {
  color: var(--text02);
  font-size: 16vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-kv .title .copy span {
    font-size: 6.6666666667rem;
  }
}
#top-kv .title .copy span:first-of-type {
  position: relative;
}
#top-kv .title .copy span:first-of-type::before, #top-kv .title .copy span:first-of-type::after {
  position: absolute;
  top: 35%;
  right: -6.5vw;
  content: "";
  width: 4px;
  height: 10vw;
  background: var(--main);
}
@media screen and (min-width: 768px) {
  #top-kv .title .copy span:first-of-type::before, #top-kv .title .copy span:first-of-type::after {
    top: 35%;
    right: -55px;
    height: 70px;
  }
}
#top-kv .title .copy span:first-of-type::before {
  transform: rotate(45deg);
}
#top-kv .title .copy span:first-of-type::after {
  transform: rotate(-45deg);
}
#top-kv h1 {
  color: var(--text02);
  font-size: 3vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-kv h1 {
    font-size: 1.2666666667rem;
  }
}

#top-service {
  position: relative;
}
#top-service .list {
  display: flex;
  margin-top: 30px;
}
#top-service .list a {
  color: var(--text01);
}
#top-service .list dl {
  display: flex;
  flex-direction: column;
}
#top-service .list dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top-service .list dl dd h3 {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  text-align: center;
}
#top-service .list dl dd h3 .en {
  font-size: 1.2666666667rem;
  font-weight: 700;
}
#top-service .list dl dd h3 .jp {
  font-size: 0.8666666667rem;
  font-weight: 700;
}
#top-service .list dl dd p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}

.swiper-top-service01,
.swiper-top-service02 {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .swiper-top-service01,
  .swiper-top-service02 {
    padding-bottom: 0;
  }
}

#top-service02 a {
  color: var(--text01);
}
#top-service02 dl {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #top-service02 dl {
    flex-flow: row nowrap;
  }
}
#top-service02 dl dt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-service02 dl dt {
    width: 33.3333333333%;
  }
}
#top-service02 dl dd {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-service02 dl dd {
    width: 66.6666666667%;
  }
}
#top-service02 dl dd h3 {
  font-size: 1.2666666667rem;
  font-weight: 700;
}
#top-service02 dl dd p {
  margin-top: 20px;
}
#top-service02 .btn01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-service02 .btn01 {
    text-align: right;
  }
}
#top-service02 .btn01 a {
  color: var(--text02);
}

#top-achieve {
  position: relative;
}
#top-achieve .list {
  display: flex;
  margin-top: 30px;
}
#top-achieve .list dl {
  display: flex;
  flex-direction: column;
}
#top-achieve .list dl a {
  color: var(--text01);
}
#top-achieve .list dl dt {
  position: relative;
  max-width: 300px;
  width: 100%;
  aspect-ratio: 1;
}
#top-achieve .list dl dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-achieve .list dl dd {
  display: block;
  max-width: 300px;
}
#top-achieve .list dl dd .info {
  margin-top: 10px;
}
#top-achieve .list dl dd .info time {
  margin-right: 10px;
  color: var(--text03);
  font-size: 0.8666666667rem;
}
#top-achieve .list dl dd .info span {
  display: inline-block;
  padding: 1px 10px;
  background: var(--box);
  color: var(--text02);
  font-size: 0.7333333333rem;
}
#top-achieve .list dl dd h3 {
  margin-top: 10px;
  text-align: left;
  font-weight: 700;
  word-wrap: break-word;
}
#top-achieve .list dl dd p {
  margin-top: 10px;
}
#top-achieve .list dl dd span {
  display: inline-block;
  padding: 1px 5px;
  background: var(--box);
  color: var(--text02);
  font-size: 0.8666666667rem;
}
#top-achieve .btn01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-achieve .btn01 {
    text-align: right;
  }
}

.swiper-top-achievement {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .swiper-top-achievement {
    padding-bottom: 0;
  }
}

#top-news {
  width: 100%;
  background: var(--base);
}
#top-news .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
#top-news .list li {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #top-news .list li {
    flex-flow: row wrap;
  }
}
#top-news .list li time {
  color: var(--text03);
}
@media screen and (min-width: 768px) {
  #top-news .list li time {
    min-width: 100px;
  }
}
#top-news .list li a {
  color: var(--text01);
}
#top-news .btn01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-news .btn01 {
    text-align: right;
  }
}

#top-caution .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top-caution .title .copy {
  display: flex;
  flex-direction: row;
  gap: 12vw;
}
@media screen and (min-width: 768px) {
  #top-caution .title .copy {
    gap: 100px;
  }
}
#top-caution .title .copy span {
  color: var(--text01);
  font-size: 12vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-caution .title .copy span {
    font-size: 5.8rem;
  }
}
#top-caution .title .copy span:first-of-type {
  position: relative;
}
#top-caution .title .copy span:first-of-type::before, #top-caution .title .copy span:first-of-type::after {
  position: absolute;
  top: 30%;
  right: -6.5vw;
  content: "";
  width: 4px;
  height: 10vw;
  background: #c00;
}
@media screen and (min-width: 768px) {
  #top-caution .title .copy span:first-of-type::before, #top-caution .title .copy span:first-of-type::after {
    right: -55px;
    height: 70px;
  }
}
#top-caution .title .copy span:first-of-type::before {
  transform: rotate(45deg);
}
#top-caution .title .copy span:first-of-type::after {
  transform: rotate(-45deg);
}
#top-caution .title h2 {
  margin-top: 20px;
  font-size: 1.1333333333rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-caution .title h2 {
    font-size: 1.4rem;
  }
}
#top-caution .box dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  #top-caution .box dl {
    flex-direction: row;
    align-items: center;
  }
}
#top-caution .box dl dt {
  width: 100%;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  #top-caution .box dl dt {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  #top-caution .box dl dt {
    width: 40%;
  }
}
#top-caution .box dl dd {
  width: 100%;
  margin-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1200px) {
  #top-caution .box dl dd {
    width: 60%;
    margin-top: 100px;
    padding-left: 10%;
    padding-right: 2%;
  }
}
#top-caution .box dl dd .num {
  color: var(--main);
  font-family: "Cuprum", sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #top-caution .box dl dd .num {
    font-size: 2.0666666667rem;
  }
}
#top-caution .box dl dd h3 {
  font-size: 1.2666666667rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-caution .box dl dd h3 {
    font-size: 1.4rem;
  }
}
#top-caution .box dl dd p {
  margin-top: 40px;
}
#top-caution .box dl:nth-child(2n) {
  align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  #top-caution .box dl:nth-child(2n) {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  #top-caution .box dl:nth-child(2n) dt {
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  #top-caution .box dl:nth-child(2n) dd {
    order: 1;
  }
}

#top-strong {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#top-strong .title .copy {
  position: relative;
  width: 100%;
  height: 150px;
  padding-top: 20px;
}
#top-strong .title .copy::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 200px;
  height: 150px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: var(--base);
  z-index: -1;
}
#top-strong .title .copy h2 {
  font-size: 1.0666666667rem;
  font-weight: 700;
}
#top-strong .title .copy span {
  margin-top: 20px;
  color: var(--main);
  font-family: "Cuprum", sans-serif;
  font-size: 10vw;
}
@media screen and (min-width: 768px) {
  #top-strong .title .copy span {
    font-size: 3.4rem;
  }
}
#top-strong .outer {
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 40px;
  background-position: 50px 100%;
}
#top-strong .outer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--base);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  #top-strong .outer::before {
    top: 90px;
    height: 300px;
  }
}
#top-strong .box dl {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #top-strong .box dl {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 992px) {
  #top-strong .box dl {
    width: calc(25% - 30px);
    margin-top: 0;
  }
}
#top-strong .box dl dd {
  text-align: left;
}
#top-strong .box dl dd h3 {
  margin-top: 10px;
  font-weight: 700;
}
#top-strong .box dl dd h3 span {
  margin-right: 10px;
  color: var(--main);
  font-family: "Cuprum", sans-serif;
  font-size: 1.2666666667rem;
}
#top-strong .box dl dd a {
  display: block;
  margin-top: 10px;
  padding: 5px 0;
  color: var(--text01);
  font-weight: 700;
  text-align: center;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  #top-strong .box dl dd a {
    padding: 3px 0;
    font-size: 0.8666666667rem;
  }
}

.swiper-top-strong {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.swiper-top-strong .swiper-button-next,
.swiper-top-strong .swiper-button-prev {
  top: 40%;
  color: var(--text01) !important;
  z-index: 1 !important;
}
@media screen and (min-width: 768px) {
  .swiper-top-strong .swiper-button-next,
  .swiper-top-strong .swiper-button-prev {
    top: 40%;
  }
}

#top-info .box dl {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 992px) {
  #top-info .box dl {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  #top-info .box dl dd {
    max-width: 360px;
    width: 100%;
  }
}
#top-info .box dl dd .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#top-info .box dl dd .logo img {
  max-width: 200px;
}
#top-info .box dl dd .logo h3 {
  margin-left: 20px;
  font-weight: 700;
}
#top-info .box dl dd .add {
  margin-top: 10px;
}
#top-info .box dl dd .cap {
  margin-top: 60px;
  color: var(--main);
  font-size: 1.2666666667rem;
  font-weight: 700;
  border-bottom: 2px solid var(--main);
}
#top-info .box dl dd p {
  margin-top: 10px;
}
#top-info .box dl dd .btn {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  #top-info .box dl dd .btn {
    flex-direction: column;
  }
}
#top-info .box dl dt {
  width: 100%;
}
#top-info .box dl dt .map iframe {
  aspect-ratio: 1/1.5;
  max-width: 780px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  #top-info .box dl dt .map iframe {
    aspect-ratio: 1/0.67;
  }
}

#top-column .list {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  margin-top: 30px;
}
#top-column .list li {
  width: calc(50% - 15px);
}
@media screen and (min-width: 992px) {
  #top-column .list li {
    width: calc(33.3333333333% - 20px);
  }
}
#top-column .list li a {
  color: var(--text01);
  font-size: 0.8rem;
}
@media screen and (min-width: 992px) {
  #top-column .list li a {
    font-size: 0.9333333333rem;
  }
}
#top-column .list li figure {
  position: relative;
}
#top-column .list li figure figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 2px 5px;
}
#top-column .btn01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-column .btn01 {
    text-align: right;
  }
}/*# sourceMappingURL=top.css.map */