@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif+JP:wght@200..900&display=swap");

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*--------------- form reset ------------*/
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

button:hover {
  opacity: 0.7;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  display: block;
  word-break: break-all;
}

label input[type=checkbox]+span {
  position: relative;
  padding-left: 15px;
}

label input[type=radio]+span {
  position: relative;
  padding-left: 25px;
}

label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}

label input[type=checkbox]+span::before {
  border-color: #1E2777;
}

label input[type=checkbox]:checked+span::before {
  background-color: #1E2777;
}

label input[type=checkbox]:checked+span::before {
  background-color: #fff;
}

label input[type=checkbox]:checked+span::after {
  border: 2px solid #313131;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

label input[type=checkbox]+span::before,
label input[type=checkbox]+span::after {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

label input[type=checkbox]+span::before {
  z-index: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 1px #313131 solid;
}

label input[type=checkbox]+span::after {
  z-index: 1;
  margin: 2px 4px;
  width: 6px;
  height: 9px;
}

label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}

label input[type=radio]+span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
}

label input[type=radio]:checked+span::before {
  border-color: #007acc;
}

label input[type=radio]:checked+span::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007acc;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  width: 8px;
  height: 8px;
}

/*-------- text email tel ---------*/
input[type=text],
input[type=email],
input[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

input[type=button],
input[type=submit] {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[type=submit],
input[type=reset],
button[type=button] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

/*-------- select ------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  max-width: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
}

input[type=button] {
  color: #fff;
  border-style: none;
}

input[type=submit] {
  color: #fff;
  border-style: none;
}

input[type=submit]:hover {
  opacity: 0.5;
}

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

  input[type=text],
  input[type=email],
  input[type=tel] {
    width: 100%;
    font-size: calcvw(28) !important;
  }

  textarea {
    width: 100%;
    font-size: calcvw(28) !important;
  }
}

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

  input[type=text],
  input[type=email],
  input[type=tel] {
    width: 100%;
    font-size: 16px !important;
  }

  textarea {
    width: 100%;
    font-size: 16px !important;
  }
}

::-webkit-input-placeholder {
  color: #B7B7B7;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
  color: #B7B7B7;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #111;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-word;
  line-break: strict;
}

@media print,
screen and (min-width: 768px) {
  body {
    min-width: 1240px;
  }
}

dl,
ul,
ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

.l-main {
  background: #f2f2f2;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
  /*&:hover,
  &:focus {
  	text-decoration: underline;
  }*/
}

a:link,
a:active,
a:visited {
  text-decoration: none;
}

@media print,
screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }

  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover {
    opacity: 0.7;
  }

  .js-imgHover a:hover,
  .js-imgHover a:hover img {
    opacity: 1;
  }

  a,
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
}

.m-red {
  color: #BE0000;
}

.m-blue {
  color: #133CC3;
}

.m-bold {
  font-weight: bold;
}

.m-en {
  /*font-family: 'Arial', sans-serif;*/
}

.c-inner {
  width: 116rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 6%;
  }
}

.l-main .c-inner {
  width: 110rem;
}

@media screen and (max-width: 767px) {
  .l-main .c-inner {
    width: 100%;
  }
}

.c-breadcrumbs {
  background: #f2f2f2;
  padding: 2.4rem 0 4rem;
  margin-top: 6rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    display: none;
  }
}

.c-breadcrumbs ol {
  margin-left: 3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.c-breadcrumbs ol li {
  font-size: 1.2rem;
  line-height: 2;
}

.c-breadcrumbs ol li a {
  display: inline-block;
  padding-right: 3rem;
  margin-right: 1rem;
  position: relative;
  color: #366a47;
}

.c-breadcrumbs ol li a:before {
  content: "";
  background: #a6a6a6;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.3rem;
  height: 1px;
}

.c-breadcrumbs ol li a.m-nolink {
  pointer-events: none;
}

.c-breadcrumbs ol li:last-child a {
  color: #a6a6a6;
}

.c-breadcrumbs ol li:last-child a:before {
  content: none;
}

.c-breadcrumbs ol li:last-child {
  pointer-events: none;
}

/*-------------- parts --------------*/
.c-pagehead {
  background: #366a47;
  position: relative;
  margin-bottom: 12.5rem;
}

@media screen and (max-width: 767px) {
  .c-pagehead {
    background: none;
    margin: 50px 0 6rem;
  }
}

.c-pagehead-inner {
  width: 124rem;
  margin: 0 auto;
  background: #f2f2f2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .c-pagehead-inner {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.c-pagehead-img {
  width: 56rem;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .c-pagehead-img {
    width: 100%;
    border-bottom: 1.5rem solid #366a47;
  }
}

.c-pagehead-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-pagehead-txt {
  background: #f2f2f2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4rem 6.7rem;
}

@media screen and (max-width: 767px) {
  .c-pagehead-txt {
    padding: 5rem 7% 0;
  }
}

.c-pagehead-headline {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 767px) {
  .c-pagehead-headline {
    margin-bottom: 3.2rem;
  }
}

.c-pagehead-headline .en {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #366a47;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .c-pagehead-headline .en {
    font-size: 2.3rem;
    letter-spacing: 0.03rem;
  }
}

.c-pagehead-headline .ja {
  display: block;
  font-size: 5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .c-pagehead-headline .ja {
    font-size: 3.2rem;
  }
}

.c-pagehead-menu .menu-ttl {
  color: #366a47;
  font-size: 1.2rem;
  font-family: "Tomorrow", sans-serif;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-pagehead-menu .menu-ttl {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
}

.c-pagehead-menu .menu-list li+li {
  margin-top: 1.8rem;
}

.c-pagehead-menu .menu-list li a {
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #366a47;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-pagehead-menu .menu-list li a {
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
}

.c-pagehead-menu .menu-list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  background: url(../img/common/icn_menulist.png) no-repeat left top/contain;
  width: 0.9rem;
  height: 0.6rem;
}

@media screen and (max-width: 767px) {
  .c-pagehead-menu .menu-list li a:before {
    width: 0.8rem;
    height: 0.5rem;
    top: 0.7rem;
  }
}

.c-pagelead {
  font-size: 1.8rem;
  letter-spacing: 0.009em;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .c-pagelead {
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section {
    padding-top: 6rem;
    border-top: 1px solid #366a47;
  }
}

.c-section-headline {
  position: relative;
  font-size: 3.8rem;
  line-height: 1.5263157895;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 5.9rem;
}

@media screen and (max-width: 767px) {
  .c-section-headline {
    font-size: 2.4rem;
    line-height: 1.375;
    margin-bottom: 3.5rem;
  }
}

.c-section-headline:before {
  content: "";
  width: 10rem;
  height: 1px;
  background: #366a47;
  position: absolute;
  left: -17rem;
  top: 3rem;
}

@media screen and (max-width: 767px) {
  .c-section-headline:before {
    content: none;
  }
}

.c-section-subheadline {
  font-size: 2.2rem;
  color: #366a47;
  font-weight: 500;
  padding: 2.2rem 0;
  border-top: 1px solid #366a47;
  border-bottom: 1px solid #366a47;
  margin: 8.4rem 0 4.8rem;
}

@media screen and (max-width: 767px) {
  .c-section-subheadline {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.8rem 0 1rem;
    margin: 4.5rem 0 2rem;
  }
}

.c-section-smallheadline {
  font-size: 2rem;
  font-weight: 700;
  margin: 4.5rem 0 3.5rem;
  padding-left: 2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-section-smallheadline {
    font-size: 1.6rem;
    margin: 3rem 0;
  }
}

.c-section-smallheadline:before {
  content: "";
  width: 0.6rem;
  height: 2.2rem;
  background: #366a47;
  position: absolute;
  left: 0;
  top: 0;
}

.c-section-miniheadline {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 5rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .c-section-miniheadline {
    font-size: 1.5rem;
    margin: 4rem 0 2rem;
  }
}

.c-section p {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c-section p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.c-section p+p {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .c-section p+p {
    margin-top: 2.5rem;
  }
}

.c-grid {
  display: -ms-grid;
  display: grid;
}

.c-grid.m-4col {
  -ms-grid-columns: 1fr 3.3rem 1fr 3.3rem 1fr 3.3rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.3rem;
}

@media screen and (max-width: 767px) {
  .c-grid.m-4col {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}

.c-grid.m-3col {
  -ms-grid-columns: 1fr 5.5rem 1fr 5.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem;
}

@media screen and (max-width: 767px) {
  .c-grid.m-3col {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.c-grid.m-2col {
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.5rem 5rem;
}

@media screen and (max-width: 767px) {
  .c-grid.m-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.c-point {
  border: 1px solid #366a47;
  padding: 3rem 4rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-point {
    padding: 2.5rem 3rem;
    display: block;
  }
}

.c-point-icn {
  width: 4.4rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .c-point-icn {
    width: 3.5rem;
    margin: 0 0 2rem;
  }
}

.c-point-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-note {
  border: 1px solid #b7b350;
  padding: 2.5rem 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-note {
    padding: 1.5rem 2rem;
  }
}

.c-note-icn {
  color: #b7b350;
  font-family: "Tomorrow", sans-serif;
  position: absolute;
  top: -0.5rem;
  left: 2rem;
  background: #f2f2f2;
  padding: 0 1rem;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .c-note-icn {
    font-size: 0.9rem;
    left: 1rem;
    padding: 0 0.5rem;
  }
}

.c-note-txt p {
  font-size: 1.5rem;
  line-height: 2.1333333333;
}

@media screen and (max-width: 767px) {
  .c-note-txt p {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}

@media screen and (max-width: 767px) {
  .c-note-scroll {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .c-note-scroll img {
    width: auto;
    max-width: none;
  }

  .c-note-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
  }

  .c-note-scroll .simplebar-scrollbar::before {
    background: #c3c5c4;
    border-radius: 0;
    width: auto;
    height: 100%;
  }

  .c-note-scroll .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }

  .c-note-scroll .simplebar-track {
    background-color: #e5e5e5;
  }
}

.c-linklist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .c-linklist {
    display: block;
  }
}

.c-linklist.m-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.c-linklist li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #366a47;
  padding: 0 7.8rem 0 8.3rem;
  height: 6rem;
  color: #fff;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .c-linklist li a {
    font-size: 1.4rem;
    padding: 0 2rem;
    height: 4.5rem;
    line-height: 1.3;
  }
}

.c-linklist li a:before,
.c-linklist li a:after {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../img/common/bg_btn.png) no-repeat left top/contain;
}

.c-linklist li a:before {
  left: -1px;
}

.c-linklist li a:after {
  right: -1px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.c-linklist li a .u-arrow {
  background: url(../img/common/icn_arrow_btn.png) no-repeat left top/contain;
  margin-left: 1rem;
  margin-top: 0.3rem;
}

@media screen and (max-width: 767px) {
  .c-linklist li a .u-arrow {
    width: 0.5rem;
    height: 1rem;
  }
}

.c-linklist li a .u-window {
  background: url(../img/common/icn_window_btn.png) no-repeat left top/contain;
  margin-left: 1rem;
  margin-top: 0.3rem;
}

@media screen and (max-width: 767px) {
  .c-linklist li a .u-window {
    width: 1.2rem;
    height: 1rem;
  }
}

/***************add*********************/

.c-linklist li.on {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background: #666;
    padding: 0 7.8rem 0 8.3rem;
    height: 6rem;
    color: #fff;
    position: relative;
    font-size: 1.8rem;
    font-weight: 400;
  }

@media screen and (max-width: 767px) {
  .c-linklist li.on {
    font-size: 1.4rem;
    padding: 0 2rem;
    height: 4.5rem;
    line-height: 1.3;
  }
}

.c-linklist li.on:before,
.c-linklist li.on:after {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../img/common/bg_on_btn.png) no-repeat left top/contain;
}

.c-linklist li.on:before {
  left: -1px;
}

.c-linklist li.on:after {
  right: -1px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.c-linklist li.on .u-arrow {
  background: url(../img/common/icn_arrow_btn.png) no-repeat left top/contain;
  margin-left: 1rem;
  margin-top: 0.3rem;
}

@media screen and (max-width: 767px) {
  .c-linklist li.on .u-arrow {
    width: 0.5rem;
    height: 1rem;
  }
}

.c-linklist li.on .u-window {
  background: url(../img/common/icn_window_btn.png) no-repeat left top/contain;
  margin-left: 1rem;
  margin-top: 0.3rem;
}

@media screen and (max-width: 767px) {
  .c-linklist li.on .u-window {
    width: 1.2rem;
    height: 1rem;
  }
}

/***************************************/




@media screen and (max-width: 767px) {
  .c-linklist li+li {
    margin-top: 2.5rem;
  }
}

.c-linklist.m-white li a {
  color: #366a47;
  font-weight: 700;
}

.c-linklist.m-white li a:before,
.c-linklist.m-white li a:after {
  background: url(../img/common/bg_btn_wh.png) no-repeat left top/contain;
  width: 1.3rem;
  height: calc(100% + 2px);
  top: -1px;
  z-index: 2;
}

.c-linklist.m-white li a .u-arrow.m-under {
  background: url(../img/common/icn_menulist.png) no-repeat left top/contain;
  width: 1rem;
  height: 0.6rem;
}

.c-normallist li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-normallist li {
    font-size: 1.4rem;
  }
}

.c-normallist li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.c-normallist li+li {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-normallist li+li {
    margin-top: 1rem;
  }
}

.c-photoset {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .c-photoset {
    display: block;
  }
}

.c-photoset.m-fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-photoset .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-photoset .img {
  width: 45rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .c-photoset .img {
    width: 100%;
    margin-top: 4rem;
  }
}

.c-photosetPlus {
  display: block;
  position: relative;
  padding-right: 50rem;
}

@media screen and (max-width: 767px) {
  .c-photosetPlus {
    padding-right: 0;
  }
}

.c-photosetPlus .txt .c-linklist {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .c-photosetPlus .txt .c-linklist {
    margin-top: 2rem;
  }
}

.c-photosetPlus .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 45rem;
}

@media screen and (max-width: 767px) {
  .c-photosetPlus .img {
    position: static;
    width: 100%;
  }
}

.c-photosetPlus.m-fdr {
  padding-right: 0;
  padding-left: 50rem;
}

@media screen and (max-width: 767px) {
  .c-photosetPlus.m-fdr {
    padding-left: 0;
  }
}

.c-photosetPlus.m-fdr .img {
  right: auto;
  left: 0;
}

.c-linkcard {
  background: #fff;
  width: 49rem;
}

@media screen and (max-width: 767px) {
  .c-linkcard {
    width: 100%;
  }
}

.c-linkcard a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  padding: 2rem;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .c-linkcard a {
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }
}

.c-linkcard .img {
  width: 16.6rem;
}

@media screen and (max-width: 767px) {
  .c-linkcard .img {
    width: 11rem;
  }
}

.c-linkcard .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.c-linkcard .txt .u-window {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .c-linkcard .txt .u-window {
    top: -1rem;
    right: -0.5rem;
  }
}

.c-linkcard .txt .name {
  padding: 2rem 0 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-linkcard .txt .name {
    font-size: 1.3rem;
    padding: 0;
    margin-bottom: 0.8rem;
  }
}

.c-linkcard .txt .detail {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-linkcard .txt .detail {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

.c-related {
  margin: 13rem 0 12rem;
}

@media screen and (max-width: 767px) {
  .c-related {
    margin: 6.5rem 0;
  }
}

.c-related-pickup {
  margin: 7rem 0;
}

@media screen and (max-width: 767px) {
  .c-related-pickup {
    margin: 4rem 0;
  }
}

.c-related-pickup .pickup-unit a {
  display: block;
  color: #366a47;
}

.c-related-pickup .pickup-unit .img {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .c-related-pickup .pickup-unit .img {
    margin-bottom: 1.5rem;
  }
}

.c-related-pickup .pickup-unit .txt {
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .c-related-pickup .pickup-unit .txt {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    line-height: 1.6666666667;
  }
}

.c-related-pickup .pickup-unit .txt .u-window {
  margin-left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-related-pickup .pickup-unit .txt .u-window {
    margin-left: 0.8rem;
  }
}

.c-related-list li a {
  color: #366a47;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-related-list li a {
    font-size: 1.4rem;
  }
}

.c-related-list li+li {
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .c-related-list li+li {
    margin-top: 1.8rem;
  }
}

.c-group  {
    padding: 7.4rem 8.5rem 6.5rem;
    margin:30px auto;
}

@media screen and (max-width: 767px) {
  .c-group {
    padding-bottom: 7rem;
  }
}

.c-contact {
  padding-bottom: 17rem;
}

@media screen and (max-width: 767px) {
  .c-contact {
    padding-bottom: 7rem;
  }
}

.c-contact-wrap {
  border: 1px solid #366a47;
  padding: 7.5rem 5rem;
}

@media screen and (max-width: 767px) {
  .c-contact-wrap {
    padding: 4rem 2.2rem;
  }
}

.c-contact-headline {
  font-size: 3.2rem;
  margin-bottom: 3.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-contact-headline {
    font-size: 1.9rem;
    margin-bottom: 2.4rem;
  }
}

.c-contact-lead {
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-contact-lead {
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }
}

.c-contact-link {
  margin-top: 5.1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-contact-link {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-contact-link li+li {
    margin-top: 1.8rem;
  }
}

.c-contact-link a {
  width: 37rem;
}

@media screen and (max-width: 767px) {
  .c-contact-link a {
    width: 100%;
  }
}

.c-otherHeadline {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 767px) {
  .c-otherHeadline {
    margin-bottom: 3rem;
  }
}

.c-otherHeadline .ja {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .c-otherHeadline .ja {
    font-size: 3rem;
    margin-bottom: 0;
  }
}

.c-otherHeadline .ja .m-green {
  color: #366a47;
}

.c-otherHeadline .en {
  font-size: 1.1rem;
  font-family: "Tomorrow", sans-serif;
  font-weight: 500;
  color: #366a47;
}

@media screen and (max-width: 767px) {
  .c-otherHeadline .en {
    font-size: 0.9rem;
  }
}

.c-otherHeadline:before {
  content: "";
  width: 0.5rem;
  height: 6.5rem;
  background: #366a47;
  position: absolute;
  left: 0;
  top: 0.4rem;
}

@media screen and (max-width: 767px) {
  .c-otherHeadline:before {
    height: 4.8rem;
  }
}

.c-anchor {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .c-anchor {
    margin: 5rem 0 7rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.c-anchor li {
  border-left: 1px solid #366a47;
  width: auto;
  padding: 0 8.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-anchor li {
    padding: 0.5rem 1rem 0;
  }
}

.c-anchor li:last-child {
  border-right: 1px solid #366a47;
}

.c-anchor li a {
  color: #366a47;
  position: relative;
  padding-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #366a47;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-anchor li a {
    font-size: 1.3rem;
    padding-bottom: 1.8rem;
  }

  .c-anchor li a .m-small {
    font-size: 1rem;
    color: #111;
    display: block;
  }
}

.c-anchor li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: url(../img/common/icn_menulist.png) no-repeat left top/contain;
  width: 1.1rem;
  height: 0.8rem;
}

@media screen and (max-width: 767px) {
  .c-anchor li a:before {
    width: 0.8rem;
    height: 0.5rem;
    bottom: 0.6rem;
  }
}

.p-wit-box {
  padding: 7.4rem 8.5rem 6.5rem;
  border: 1px solid #366a47;
}

@media screen and (max-width: 767px) {
  .p-wit-box {
    padding: 4rem 2.5rem 2rem;
  }
}

.p-wit-headline {
  font-size: 3.2rem;
  margin-bottom: 3.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-wit-headline {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }
}

.p-wit-headline .m-green {
  color: #366a47;
}

.p-wit-lead {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 4.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-wit-lead {
    font-size: 1.3rem;
    margin-bottom: 3.5rem;
    text-align: left;
  }
}

.p-wit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .p-wit-grid {
    display: block;
  }
}

.p-wit-grid .c-linklist {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-wit-grid .c-linklist {
    margin-bottom: 1rem;
  }
}

.p-wit-grid .c-linklist li {
  width: 100%;
}

.p-wit-grid .c-linklist li a {
  padding-right: 0;
  padding-left: 0;
}

.p-wit-grid .unit p {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-wit-grid .unit p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-align: left;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print,
screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

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

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

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.u-bold {
  font-weight: bold;
}

.u-window {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_window.png) no-repeat left top/contain;
  margin-left: 0.5rem;
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .u-window {
    width: 0.9rem;
    height: 0.9rem;
  }
}

.u-arrow {
  display: inline-block;
  background: url(../img/common/icn_arrow_green.png) no-repeat left top/contain;
  width: 0.6rem;
  height: 1.1rem;
  margin-left: 1rem;
  vertical-align: baseline;
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #accfb8));
  background: linear-gradient(transparent 10%, #accfb8 10%);
}

@media screen and (max-width: 767px) {
  .u-marker {
    padding: 0 0.5rem;
  }
}

.u-note {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-note {
    font-size: 2.6666666667vw;
  }
}

.u-thin {
  letter-spacing: -0.08rem;
}

.l-header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* /toggle */
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 50px;
  }
}

.l-header.is-top {
  top: 4rem;
}

@media screen and (max-width: 767px) {
  .l-header.is-top {
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-header.is-active {
    top: 0;
  }

  .l-header.is-active.is-top {
    top: 3rem;
  }
}

.l-header-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 116rem;
  margin: 0 auto;
  padding: 1.8rem 2rem;
}

@media screen and (max-width: 767px) {
  .l-header-wrap {
    padding: 14px 3% 0;
  }
}

.l-header-logo {
  width: 22.2rem;
  margin: 0.3rem 0 0.2rem 1rem;
  line-height: 1;
  font-size: 0;
}

@media screen and (max-width: 1024px) {
  .l-header-logo {
    width: 14.5rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header-logo {
    width: 177px;
  }
}

@media screen and (max-width: 767px) {
  .l-header-toggle {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 23px;
    height: 10px;
    z-index: 10;
  }

  .l-header-toggle span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111;
    border-radius: 0;
  }

  .l-header-toggle span:nth-of-type(1) {
    top: 0;
  }

  .l-header-toggle span:nth-of-type(2) {
    bottom: 0;
  }

  .l-header-toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(25deg);
    transform: translateY(4px) rotate(25deg);
  }

  .l-header-toggle.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(-25deg);
    transform: translateY(-4px) rotate(-25deg);
  }
}

@media screen and (max-width: 767px) {
  .l-header-gnav {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 20px 0;
    max-height: calc(100svh - 50px);
    overflow: scroll;
    display: none;
  }
}

.l-header-gnav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .l-header-gnav ul {
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header-gnav ul {
    display: block;
    margin: 0 5%;
    border-top: 1px solid #a6a6a6;
  }
}

.l-header-gnav ul li {
  padding-right: 1.6rem;
  border-right: 1px solid #888;
}

@media screen and (max-width: 1024px) {
  .l-header-gnav ul li {
    padding-right: 1rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .l-header-gnav ul li {
    border-bottom: 1px solid #a6a6a6;
    padding-right: 0;
    border-right: none;
  }
}

.l-header-gnav ul li:last-child {
  border-right: none;
}

.l-header-gnav ul li a,
.l-header-gnav ul li span {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1rem 0;
}

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

  .l-header-gnav ul li a,
  .l-header-gnav ul li span {
    font-size: 1.2rem;
  }
}

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

  .l-header-gnav ul li a,
  .l-header-gnav ul li span {
    display: block;
    padding: 20px 5px;
    font-size: 13px;
    position: relative;
  }

  .l-header-gnav ul li a:after,
  .l-header-gnav ul li span:after {
    content: "";
    width: 8px;
    height: 8px;
    background: url(../img/common/icn_arrow_black.png) no-repeat right top/contain;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media print and (any-hover: hover),
screen and (any-hover: hover) and (min-width: 768px) {

  .l-header-gnav ul li a:hover,
  .l-header-gnav ul li span:hover {
    opacity: 0.7;
  }
}

.l-header-gnav ul li.js-switch span {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}

.l-header-gnav ul li.js-switch span:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -2.2rem;
  height: 2rem;
  width: 1px;
  background: #888;
}

@media screen and (max-width: 767px) {
  .l-header-gnav ul li.js-switch span:before {
    content: none;
  }

  .l-header-gnav ul li.js-switch span:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: calc(50% - 5px);
  }
}

.l-header-gnav ul li.is-open span:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .l-header-gnav ul li.is-open span:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.l-header-gnav ul li .dropdown {
  position: absolute;
  left: 0;
  top: 6rem;
  padding: 2.5rem 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  display: none;
}

@media screen and (max-width: 1024px) {
  .l-header-gnav ul li .dropdown {
    top: 5.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header-gnav ul li .dropdown {
    position: relative;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}

.l-header-gnav ul li .dropdown ul {
  max-width: 116rem;
  width: 90%;
  margin: 0 0 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .l-header-gnav ul li .dropdown ul {
    padding: 0 3rem;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-header-gnav ul li .dropdown ul {
    display: block;
    padding: 0 0 0 5%;
    margin: 0;
    width: 100%;
  }
}

.l-header-gnav ul li .dropdown ul li {
  border-right: 1px solid #366a47;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-header-gnav ul li .dropdown ul li {
    border-right: none;
  }
}

.l-header-gnav ul li .dropdown ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .l-header-gnav ul li .dropdown ul li:last-child {
    border-bottom: none;
  }
}

.l-header-gnav ul li .dropdown ul li a {
  color: #366a47;
  font-weight: 400;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 1024px) {
  .l-header-gnav ul li .dropdown ul li a {
    font-size: 1.2rem;
  }
}

@media print and (any-hover: hover),
screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-gnav ul li .dropdown ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .l-header-gnav ul li .dropdown ul li a {
    display: block;
    padding-right: 12%;
  }
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.c-btn-arrow {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-btn-arrow .c-btn-arrow {
    width: 5.6vw;
    height: 5.6vw;
  }
}

.c-btn-arrow:before {
  content: "";
  position: absolute;
  left: calc(50% - 0.4rem);
  top: calc(50% - 0.3rem);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .c-btn-arrow:before {
    left: calc(50% - 1.0666666667vw);
    top: calc(50% - 0.5333333333vw);
  }
}

@media print and (any-hover: hover),
screen and (any-hover: hover) and (min-width: 768px) {
  .c-btn-arrow:hover {
    border-color: #111;
    -webkit-transform: translateZ(0) scale(1.1, 1.1);
    transform: translateZ(0) scale(1.1, 1.1);
  }

  .c-btn-arrow:hover:before {
    border-color: #111;
    -webkit-animation: "btn-arrow" 1s ease 0s forwards;
    animation: "btn-arrow" 1s ease 0s forwards;
  }
}

@-webkit-keyframes btn-arrow {
  0% {
    left: calc(50% - 0.3rem);
  }

  60% {
    left: 100%;
    opacity: 1;
  }

  61% {
    left: 102%;
    opacity: 0;
  }

  62% {
    left: -4%;
    opacity: 0;
  }

  63% {
    left: -2%;
    opacity: 1;
  }

  100% {
    left: calc(50% - 0.3rem);
  }
}

@keyframes btn-arrow {
  0% {
    left: calc(50% - 0.3rem);
  }

  60% {
    left: 100%;
    opacity: 1;
  }

  61% {
    left: 102%;
    opacity: 0;
  }

  62% {
    left: -4%;
    opacity: 0;
  }

  63% {
    left: -2%;
    opacity: 1;
  }

  100% {
    left: calc(50% - 0.3rem);
  }
}