@charset "UTF-8";
/* --------------------------------------------- */
/* 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;
}

/* --------------------------------------------- */
/* html */
/* --------------------------------------------- */
html {
  font-size: 15px !important;
}

body {
  top: 0;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  color: var(--text01);
  line-height: 1.7;
}

a,
button {
  transition: 0.2s;
  opacity: 1;
}
a:hover,
button:hover {
  opacity: 0.8;
}

strong {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
}

.small {
  font-size: 0.8rem;
}

.red {
  color: var(--accent) !important;
}

.anchor {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 992px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

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

.tablet {
  display: none;
}
@media screen and (min-width: 1200px) {
  .tablet {
    display: block;
  }
}

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

.alignR {
  text-align: right;
}

.alignC {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mt100 {
  margin-top: 100px;
}

.mt160 {
  margin-top: 160px;
}

.spaceL {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .spaceL {
    padding-top: 200px;
  }
}

.spaceM {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .spaceM {
    padding-top: 100px;
  }
}

.spaceS {
  padding-top: 60px;
}

/* --------------------------------------------- */
/* parts */
/* --------------------------------------------- */
.outerM {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .outerM {
    padding-bottom: 100px;
  }
}

.outerS {
  padding-bottom: 60px;
}

.innerS {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .innerS {
    max-width: 900px;
  }
}

.innerM {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .innerM {
    max-width: 1200px;
  }
}

.caption01 {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid var(--main);
  font-size: 0.8666666667rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .caption01 {
    font-size: 0.8rem;
  }
}
.caption01 span {
  margin-right: 10px;
  color: var(--main);
  font-family: "Cuprum", sans-serif;
  font-size: 1.6666666667rem;
}
@media screen and (min-width: 768px) {
  .caption01 span {
    margin-right: 20px;
    font-size: 1.9333333333rem;
  }
}

.caption02 {
  margin-top: 30px;
  color: var(--main);
  font-size: 1.1333333333rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid var(--main);
}

.btn01 a {
  position: relative;
  display: inline-block;
  max-width: 200px;
  width: 80%;
  line-height: 40px;
  background: var(--main);
  color: var(--text02);
  font-size: 0.8666666667rem;
  text-align: center;
}
.btn01 a::before {
  position: absolute;
  top: 40%;
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform-origin: center;
  transform: rotate(-45deg);
}
.btn01.wh a {
  background: #ffffff;
  color: var(--text01);
}
.btn01.wh a::before {
  border: solid var(--text01);
  border-width: 0 2px 2px 0;
}
.btn01.gr a {
  background: #dddddd;
  color: var(--text01);
}
.btn01.gr a::before {
  border: solid var(--text01);
  border-width: 0 2px 2px 0;
}

.btn03 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--main);
  width: 100%;
  height: 80px;
  color: var(--text02);
  font-weight: 700;
}
.btn03 span {
  font-size: 0.7333333333rem;
  border: 1px solid #ffffff;
  margin-top: 5px;
  padding: 2px 10px;
}
.btn03::before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}

.btn04 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--main);
  width: 100%;
  height: 80px;
  color: var(--main);
  font-weight: 700;
}
.btn04 span {
  font-size: 0.7333333333rem;
  border: 1px solid var(--main);
  margin-top: 5px;
  padding: 2px 10px;
}
.btn04::before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border: solid var(--main);
  border-width: 0 2px 2px 0;
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}

.mrk01 {
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

.scr01 span {
  position: relative;
  padding: 0 30px;
  border-bottom: 1px solid var(--border);
  color: var(--text01);
  font-family: "Cuprum", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .scr01 span {
    padding: 0 50px;
  }
}
.scr01 span::before {
  position: absolute;
  bottom: 0;
  left: 5px;
  content: "";
  border-left: 1px solid var(--border);
  height: 10px;
  transform: translateY(2px) rotate(50deg);
}
.scr01 span::after {
  position: absolute;
  bottom: 0;
  right: 5px;
  content: "";
  border-right: 1px solid var(--border);
  height: 10px;
  transform: translateY(2px) rotate(-50deg);
}

#foot-btn .btn {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #foot-btn .btn {
    flex-direction: row;
    gap: 5%;
  }
}
#foot-btn .btn a + a {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #foot-btn .btn a + a {
    margin-top: 0;
  }
}

.outlink {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: var(--text01);
  font-size: 0.8666666667rem;
}
.outlink::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 13px;
  height: 13px;
  background: url("../img/common/link.svg") no-repeat;
}

.upp {
  text-transform: uppercase;
}

/* --------------------------------------------- */
/* header */
/* --------------------------------------------- */
/* .header-container z-index: 2; */
/* .global-navi-menu active z-index: 3; */
/* .global-navi-btn z-index: 4; */
.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60px;
  background: #ffffff;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .header-container {
    position: fixed;
    top: 0;
    height: 80px;
  }
}

.header-title {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 140px;
}
@media screen and (min-width: 1200px) {
  .header-title {
    top: 25px;
    width: 180px;
  }
}

.gtranslate_wrapper {
  display: none;
}
@media screen and (min-width: 1200px) {
  .gtranslate_wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 210px;
  }
}

/* --------------------------------------------- */
/* nav */
/* --------------------------------------------- */
.global-navi-top {
  display: flex;
  flex-direction: row;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #ffffff;
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .global-navi-top {
    top: 0;
    left: unset;
    right: 0;
    width: unset;
    height: 40px;
  }
}
.global-navi-top li {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .global-navi-top li {
    width: 100px;
    height: 80px;
  }
}
.global-navi-top li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--main);
  color: var(--text02);
  font-size: 0.9333333333rem;
  font-weight: 700;
  text-align: center;
}
.global-navi-top li a::after {
  position: absolute;
  bottom: 10px;
  content: "";
  width: 80%;
  height: 3px;
  background: #ffffff;
  opacity: 0.2;
}
@media screen and (min-width: 1200px) {
  .global-navi-top li a::after {
    bottom: 10px;
  }
}
.global-navi-top li a br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .global-navi-top li a br {
    display: block;
  }
}
.global-navi-top li:last-child a {
  background: var(--text01);
}

/* --------------------------------------------- */
/* gnavi ダイナミック無し */
/* --------------------------------------------- */
.global-navi-menu {
  display: none;
}
.global-navi-menu.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6666666667rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: 0.2s all;
  z-index: 3;
}
.global-navi-menu.active li {
  width: 50%;
}
.global-navi-menu.active li a {
  display: block;
  padding: 15px 0 5px;
  color: var(--text02);
  border-bottom: 1px solid #999999;
}
@media screen and (min-width: 1200px) {
  .global-navi-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2.6666666667rem;
  }
  .global-navi-menu li a {
    color: var(--text01);
    font-size: 0.9333333333rem;
    font-weight: 700;
  }
}

/* --------------------------------------------- */
/* gnavi PC用 */
/* --------------------------------------------- */
@media (min-width: 1200px) {
  .global-navi-menu02 {
    display: flex;
    justify-content: space-between;
    gap: 1.3333333333rem;
    /* ルート階層 */
  }
  .global-navi-menu02 li {
    display: flex;
    position: relative;
  }
  .global-navi-menu02 li > a,
  .global-navi-menu02 li > span {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 10px;
    padding: 30px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--text01);
    text-align: center;
    text-decoration: none;
  }
  .global-navi-menu02 li > a::after,
  .global-navi-menu02 li > span::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    height: 2px;
    background: var(--main);
    opacity: 0;
    transition: 0.7s opacity;
  }
  .global-navi-menu02 li:hover {
    text-decoration: none;
  }
  .global-navi-menu02 li:hover > ul {
    opacity: 1;
    pointer-events: all;
  }
  .global-navi-menu02 li:hover > ul:hover {
    opacity: 1;
    pointer-events: all;
  }
  .global-navi-menu02 li:hover > a::after,
  .global-navi-menu02 li:hover > span::after {
    opacity: 1;
  }
  .global-navi-menu02 li.current > a::after,
  .global-navi-menu02 li.current > span::after {
    opacity: 1;
  }
  .global-navi-menu02 li .gsub-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 40px;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 20px 15%;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    opacity: 0;
    transition: 0.2s opacity;
    pointer-events: none;
    z-index: 100;
  }
  .global-navi-menu02 li .gsub-menu .title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: var(--text02);
    border-bottom: 1px solid var(--main);
  }
  .global-navi-menu02 li .gsub-menu .title div {
    margin-right: 20px;
    font-family: "Cuprum", sans-serif;
    font-size: 1.9333333333rem;
    color: var(--main);
  }
  .global-navi-menu02 li .gsub-menu .link {
    display: flex;
    flex-direction: column;
    width: 240px;
  }
  .global-navi-menu02 li .gsub-menu .link a {
    margin: 0;
    padding: 0 0 30px;
  }
  .global-navi-menu02 li .gsub-menu .link a span {
    display: inline-block;
    margin-top: 10px;
    color: var(--text02);
  }
}
/* --------------------------------------------- */
/* gnavi スマホ用 */
/* --------------------------------------------- */
@media (max-width: 1199px) {
  .global-navi-menu02 {
    display: none;
  }
  .global-navi-menu02.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6666666667rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    transition: 0.2s all;
    z-index: 3;
  }
  .global-navi-menu02.active > li {
    width: 70%;
  }
  .global-navi-menu02.active > li > a,
  .global-navi-menu02.active > li > span {
    display: block;
    padding: 15px 0 5px;
    color: var(--text02);
    border-bottom: 1px solid #999999;
  }
  .global-navi-menu02.active > li .gsub-menu img,
  .global-navi-menu02.active > li .gsub-menu .title {
    display: none;
  }
  .global-navi-menu02.active > li .gsub-menu:not(.active) {
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    color: transparent;
    line-height: 0;
    transition: 0.2s margin, 0.2s padding, 0.2s border-width, 0.2s line-height, 0.2s opacity;
  }
  .global-navi-menu02.active > li .gsub-menu.active {
    opacity: 1;
  }
  .global-navi-menu02.active > li .gsub-menu.active li a {
    display: flex;
    padding: 15px 0 5px;
    color: var(--text02);
  }
}
.global-navi-btn {
  visibility: visible;
  position: fixed;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 4;
}
@media screen and (min-width: 1200px) {
  .global-navi-btn {
    display: none;
  }
}
.global-navi-btn span {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: calc(100% - 18px);
  height: 2px;
  margin-left: 9px;
  background: var(--text01);
}
.global-navi-btn span::before {
  content: "";
  display: block;
  position: relative;
  top: -8px;
  height: 2px;
  background: var(--text01);
  transition: 0.1s all;
}
.global-navi-btn span::after {
  content: "";
  display: block;
  position: relative;
  top: 6px;
  height: 2px;
  background: var(--text01);
  transition: 0.1s all;
}
.global-navi-btn.active span {
  background: transparent;
}
.global-navi-btn.active span::before {
  top: -6px;
  background: var(--text02);
  transform: translateY(6px) rotate(45deg);
}
.global-navi-btn.active span::after {
  top: 3px;
  background: var(--text02);
  transform: translateY(-5px) rotate(-45deg);
}

/* --------------------------------------------- */
/* main */
/* --------------------------------------------- */
@media screen and (min-width: 1200px) {
  .main-container {
    margin-top: 80px;
  }
}

.main-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  background: var(--base);
}
@media screen and (min-width: 768px) {
  .main-title {
    height: 220px;
  }
}
.main-title span {
  position: relative;
  color: var(--main);
  font-family: "Cuprum", sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 1200px) {
  .main-title span {
    font-size: 2.4666666667rem;
  }
}
.main-title span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 1px;
  background: var(--main);
}
.main-title h1 {
  margin-top: 10px;
  font-size: 0.7333333333rem;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .main-title h1 {
    font-size: 0.8666666667rem;
  }
}

/* --------------------------------------------- */
/* footer */
/* --------------------------------------------- */
.footer-container {
  padding: 60px 0 80px;
  background: #000000;
}
@media screen and (min-width: 768px) {
  .footer-container {
    padding-bottom: 20px;
  }
}
.footer-container .box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-container .box {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-container .box .info .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-container .box .info .logo img {
  max-width: 180px;
}
.footer-container .box .info .logo h3 {
  color: var(--text02);
  margin-left: 20px;
  font-size: 0.7333333333rem;
  font-weight: 700;
}
.footer-container .box .info .add {
  color: var(--text02);
  margin-top: 20px;
}
.footer-container .box .info .sns {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 60px;
}
.footer-container .box .menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .footer-container .box .menu {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
  }
}
.footer-container .box .menu .cap {
  color: #444444;
  font-family: "Cuprum", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #444444;
}
.footer-container .box .menu ul li {
  margin-top: 10px;
}
.footer-container .box .menu ul li a {
  color: var(--text02);
  font-size: 0.8666666667rem;
}
.footer-container .copy {
  margin-top: 200px;
  color: #444444;
  font-size: 0.8666666667rem;
  text-align: right;
}

.page-top {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}/*# sourceMappingURL=format.css.map */