@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQMisq1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf) format('opentype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _media
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _font-line
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _color
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
* {
  padding: 0;
  margin: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  color: #333333;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}
ul,
li {
  list-style: none;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
[data-layout='wide'] {
  width: 100%;
  text-align: center;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  max-height: 100%;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
button,
input[type='submit'],
input[type='reset'] {
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}
input,
select {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
textarea {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
  overflow: auto;
  resize: vertical;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
textarea:focus,
input:focus {
  outline: none;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 COMPONENT
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
.l-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 24px;
  }
}
.p-breadcrumb {
  background-color: #F7F7F7;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .p-breadcrumb {
    margin: 65px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-breadcrumb {
    display: none;
  }
}
.p-breadcrumb .l-container {
  max-width: 1200px;
}
.p-breadcrumb--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-breadcrumb--item {
  position: relative;
  font-size: 12px;
  color: #555555;
  line-height: 1;
}
.p-breadcrumb--item:not(:last-child) {
  padding-right: 40px;
  transition: 0.3s;
}
.p-breadcrumb--item:not(:last-child):hover {
  opacity: 0.6;
}
.p-breadcrumb--item:not(:last-child)::after {
  content: "";
  display: block;
  width: 5.5px;
  height: 10px;
  background-image: url('../images/common/angle_right_icon.png');
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}
.p-breadcrumb--item:last-child a {
  color: #329E3A;
  pointer-events: none;
}
.p-breadcrumb--link {
  display: flex;
  align-items: center;
  color: #555555;
}
.p-header {
  padding: 67px 0 90px;
}
@media only screen and (max-width: 767px) {
  .p-header {
    padding: 139px 0 53px;
  }
}
.p-header--txt {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #329E3A;
  display: flex;
  align-items: center;
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  .p-header--txt {
    flex-wrap: wrap;
    font-size: 30px;
    line-height: 36px;
    padding-left: 25px;
  }
}
.p-header--txt::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #329E3A;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .p-header--txt::before {
    top: 18px;
    width: 17px;
    height: 17px;
  }
}
.p-header--txt span {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-left: 15px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .p-header--txt span {
    margin-left: 0;
    width: 100%;
    font-size: 13px;
    padding-left: 3px;
  }
}
.sect--ttl01 {
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  font-weight: 500;
  color: #329E3A;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .sect--ttl01 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.sect--ttl01 span {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  margin-left: 18px;
}
@media only screen and (max-width: 767px) {
  .sect--ttl01 span {
    font-size: 12px;
  }
}
.go_to {
  font-size: 14px;
  font-weight: 500;
  color: #329E3A;
  line-height: 20px;
  transition: 0.3s;
}
.go_to:hover {
  opacity: 0.5;
}
.go_to.ext--link img {
  transform: rotate(-45deg);
}
.go_to img {
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .go_to img {
    position: relative;
    top: -2px;
  }
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #333333;
  margin: 0 4px;
  border-radius: 3px;
  transition: 0.3s;
}
.wp-pagenavi a:not(.current):hover,
.wp-pagenavi span:not(.current):hover {
  background-color: #329E3A;
  color: #fff;
}
.wp-pagenavi .current {
  background-color: #329E3A;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  #Single-Page {
    padding-top: 56px;
  }
}
#Single-Page .p-breadcrumb {
  white-space: nowrap;
  overflow: auto;
  text-overflow: ellipsis;
}
#Single-Page .p-breadcrumb::-webkit-scrollbar-track {
  position: relative;
  bottom: -50px;
}
@media only screen and (max-width: 999px) {
  #Single-Page .p-breadcrumb {
    margin: 0;
  }
}
@media only screen and (max-width: 999px) {
  #Single-Page .p-breadcrumb {
    display: block;
  }
  #Single-Page .p-breadcrumb--wrap {
    flex-wrap: unset;
  }
  #Single-Page .p-breadcrumb--item {
    white-space: nowrap;
  }
  #Single-Page .p-breadcrumb--item:first-child a {
    width: 10px;
  }
  #Single-Page .p-breadcrumb--item:last-child {
    padding-right: 24px;
  }
}
#Single-Page .single_section {
  padding-top: 76px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  #Single-Page .single_section {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
#Single-Page .single_section .l-container .s-wrap .s-date {
  font-family: 'Mulish', sans-serif;
  line-height: 19px;
  letter-spacing: 1.5px;
  color: #555555;
}
#Single-Page .single_section .l-container .s-wrap .s-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 47px;
  color: #000000;
  margin: 15px 0 63px;
}
@media only screen and (max-width: 600px) {
  #Single-Page .single_section .l-container .s-wrap .s-title {
    font-size: 20px;
    line-height: 30px;
    margin: 19px 0 25px;
  }
}
#Single-Page .single_section .l-container .s-wrap .bg-content {
  background-color: #FAFAFA;
  padding: 38px 50px 80px;
}
@media only screen and (max-width: 600px) {
  #Single-Page .single_section .l-container .s-wrap .bg-content {
    padding: 26px 15px 30px;
  }
}
#Single-Page .single_section .l-container .s-wrap .bg-content p {
  line-height: 26px;
  letter-spacing: 1.5px;
  color: #555555;
}
#Single-Page .single_section .l-container .s-wrap .bg-content p img {
  height: 100%;
}
@media only screen and (max-width: 600px) {
  #Single-Page .single_section .l-container .s-wrap .bg-content p img {
    width: 100%;
  }
}
#Single-Page .single_section .l-container .s-wrap .s-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1000px;
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  #Single-Page .single_section .l-container .s-wrap .s-pagination {
    margin-top: 60px;
  }
}
#Single-Page .single_section .l-container .s-wrap .s-pagination__prev {
  width: calc((100% - 128px) / 2);
  text-align: right;
  padding-right: 50px;
}
@media only screen and (max-width: 600px) {
  #Single-Page .single_section .l-container .s-wrap .s-pagination__prev {
    padding-right: 30px;
  }
}
#Single-Page .single_section .l-container .s-wrap .s-pagination__prev a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
#Single-Page .single_section .l-container .s-wrap .s-pagination__prev a:hover img {
  left: -15px;
}
@media only screen and (max-width: 600px) {
  #Single-Page .single_section .l-container .s-wrap .s-pagination__prev a span {
    display: none;
  }
}
#Single-Page .single_section .l-container .s-wrap .s-pagination__prev a img {
  transform: scale(-1);
  position: relative;
  top: -2px;
  left: 0;
  margin-right: 10px;
  transition: 0.3s;
}
@media only screen and (max-width: 600px) {
  #Single-Page .single_section .l-container .s-wrap .s-pagination__prev a img {
    width: 32px;
    top: 0;
  }
}
#Single-Page .single_section .l-container .s-wrap .s-pagination__toTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 40px;
  background-color: #329E3A;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
}
#Single-Page .single_section .l-container .s-wrap .s-pagination__toTop:hover {
  background-color: #fff;
  border: 2px solid #329E3A;
  color: #329E3A;
}
#Single-Page .single_section .l-container .s-wrap .s-pagination__next {
  width: calc((100% - 128px) / 2);
  padding-left: 50px;
}
@media only screen and (max-width: 600px) {
  #Single-Page .single_section .l-container .s-wrap .s-pagination__next {
    padding-left: 30px;
  }
}
#Single-Page .single_section .l-container .s-wrap .s-pagination__next a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
#Single-Page .single_section .l-container .s-wrap .s-pagination__next a:hover img {
  right: -15px;
}
@media only screen and (max-width: 600px) {
  #Single-Page .single_section .l-container .s-wrap .s-pagination__next a span {
    display: none;
  }
}
#Single-Page .single_section .l-container .s-wrap .s-pagination__next a img {
  position: relative;
  top: -2px;
  right: 0;
  transition: 0.3s;
  margin-left: 10px;
}
@media only screen and (max-width: 600px) {
  #Single-Page .single_section .l-container .s-wrap .s-pagination__next a img {
    width: 32px;
    top: 0;
  }
}
.p-news__container {
  border-bottom: 1px solid #E3E3E3;
}
.p-news__container:first-child {
  padding-bottom: 21px;
}
@media only screen and (min-width: 1000px) {
  .p-news__container:first-child {
    padding-bottom: 28px;
  }
}
.p-news__container:not(:first-child) {
  padding: 17px 0 28px;
}
@media only screen and (min-width: 1000px) {
  .p-news__container:not(:first-child) {
    padding: 29px 0 29px;
  }
}
.p-news__link {
  color: #000;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-news__link {
    display: flex;
  }
}
.p-news__link.g-txt:hover figure svg #Ellipse_17 {
  fill: #329E3A;
}
.p-news__link.g-txt:hover figure svg #Path_46,
.p-news__link.g-txt:hover figure svg #Path_1227 {
  stroke: #fff;
}
.p-news__link.g-txt:hover .news--content .news--content__title .g-under {
  color: #329E3A;
}
.p-news__link .date {
  color: #969696;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-news__link .date {
    width: 110px;
  }
}
.p-news__link .news--content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-news__link .news--content {
    width: calc(100% - 110px);
  }
}
.p-news__link .news--content__title {
  font-weight: 500;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-news__link .news--content__title {
    padding: 7px 0 0;
    flex-direction: column;
  }
}
.p-news__link .news--content__title .pdf {
  border: 1px solid #329E3A;
  color: #329E3A !important;
  text-decoration: none !important;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 0 7px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Mulish', sans-serif;
  letter-spacing: 1.6px;
  max-width: 48px;
}
@media only screen and (min-width: 768px) {
  .p-news__link .news--content__title .pdf {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__link .news--content__title .pdf {
    margin-top: 5px;
  }
}
.p-news__link .news--content__desc {
  padding-top: 12px;
  color: #555555;
  line-height: 26px;
}
.p-news__link .news--content__arrow-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.p-news__link .news--content__arrow-icon.ext--link svg {
  transform: rotate(-45deg);
}
.p-news__link .news--content__arrow-icon svg {
  transition: 0.3s;
}
.p-news__link .news--content__arrow-icon svg g {
  transition: 0.3s;
}
.p-news__link .news--content__arrow-icon svg path {
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-news__link .news--content__arrow-icon {
    display: none;
  }
}
.p-modalContent {
  background-color: red;
}
.p-modalContent--contentList {
  display: none;
}
.p-modalContent--single {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.602) 0% 0% no-repeat padding-box;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  padding: 50px 0;
  display: grid;
  place-items: center;
}
.p-modalContent--single.isActive {
  opacity: 1;
  pointer-events: all;
}
.p-modalContent--single__container {
  width: 1000px;
  margin: 0 auto;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .p-modalContent--single__container {
    width: 95%;
  }
}
.p-modalContent--single__header {
  height: 56px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .p-modalContent--single__header {
    z-index: 3;
  }
}
.p-modalContent--single__header .pages {
  color: #329e3a;
  font: normal normal medium 18px/22px Montserrat;
  letter-spacing: 0.9px;
  padding-left: 19px;
}
.p-modalContent--single__header .title {
  font: normal normal normal 16px/24px Noto Sans JP;
  letter-spacing: 0.8px;
  color: #000000;
}
.p-modalContent--single__header .close {
  height: inherit;
  width: 56px;
  background: #329e3a 0% 0% no-repeat padding-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.p-modalContent--single__header .close:after,
.p-modalContent--single__header .close:before {
  content: '';
  background: #fff !important;
  border-radius: 3px !important;
  height: 2px !important;
  width: 24px;
  display: block;
  position: absolute;
  transform-origin: center;
}
.p-modalContent--single__header .close:before {
  transform: rotate(45deg);
}
.p-modalContent--single__header .close:after {
  transform: rotate(-45deg);
}
.p-modalContent--single__arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 56px 50px 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-modalContent--single__arrow {
    height: 150px;
    top: unset;
    bottom: 0;
    justify-content: center;
    padding: 0 25px 0;
    z-index: 3;
  }
}
.p-modalContent--single__arrow--left,
.p-modalContent--single__arrow--right {
  height: 56px;
  width: 56px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px #00000015;
  border: 1px solid #329e3a;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s;
}
.p-modalContent--single__arrow--left:hover,
.p-modalContent--single__arrow--right:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .p-modalContent--single__arrow--left,
  .p-modalContent--single__arrow--right {
    margin: 0 20px;
  }
}
.p-modalContent--single__arrow--left:before,
.p-modalContent--single__arrow--right:before {
  content: '';
  border: solid #329e3a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 7px;
  position: absolute;
}
.p-modalContent--single__arrow--left.disabled,
.p-modalContent--single__arrow--right.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.p-modalContent--single__arrow--left:before {
  transform: rotate(135deg);
  left: 40%;
}
.p-modalContent--single__arrow--right:before {
  transform: rotate(-45deg);
  right: 40%;
}
.p-modalContent--single__content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 92px 0 40px;
  max-width: calc(100% - 300px);
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-modalContent--single__content {
    padding: 92px 16px 160px;
    max-width: calc(100% - 30px);
  }
}
.p-modalContent--single__content > p {
  text-align: left;
  line-height: 26px;
  letter-spacing: 1.5px;
  color: #555555;
}
.p-modalContent--single__content > p.heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.9px;
  color: #329e3a;
  margin-bottom: 10px;
}
.p-modalContent--single__content > img {
  margin: 0 auto 40px;
}
.p-modalContent--single__content .lic-img {
  max-width: 240px;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 767px) {
  .p-modalContent--single__content .lic-img {
    margin: 0 auto 20px;
  }
}
.p-modalContent--single__content .evt-img {
  max-width: 480px;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 767px) {
  .p-modalContent--single__content .evt-img {
    margin: 0 auto 20px;
  }
}
.p-modalContent--single__content .evt-img img {
  width: 100%;
}
.c-btn01 {
  background-color: #329E3A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
  width: 200px;
  height: 40px;
}
.c-btn01:hover {
  opacity: 0.5;
}
.c-btn01.mgt30 {
  margin-top: 30px;
}
.c-btn02 {
  background-color: #fff;
  border: 1px solid #000000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  transition: 0.3s;
  width: 200px;
  height: 40px;
}
.c-btn02:hover {
  opacity: 0.5;
}
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 HEADER AND FOOTER
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 64px;
  transition: 0.3s;
  background-color: #fff;
}
@media only screen and (max-width: 1000px) {
  header {
    height: 56px;
  }
}
header.isTop {
  height: 95px;
  background-color: transparent;
}
@media only screen and (max-width: 1000px) {
  header.isTop {
    height: 56px;
  }
}
header.isTop .header-wrap__logo .logo-wrap a .logo-isTop {
  display: block;
}
header.isTop .header-wrap__logo .logo-wrap a .logo-isLower {
  display: none;
}
header.isTop .header-wrap__logo .lang-wrap figure .logo-isTop {
  display: block;
}
header.isTop .header-wrap__logo .lang-wrap figure .logo-isLower {
  display: none;
}
header.isTop .header-wrap__logo .lang-wrap .lang-item a {
  color: #fff;
  font-weight: 600;
}
header.isTop .header-wrap__logo .lang-wrap .lang-item a.isActive span {
  border-bottom: 1px solid #fff;
}
header.isTop .header-wrap__logo .lang-wrap .lang-item a .logo-isLower {
  display: none;
}
header.isTop .header-wrap__nav .h-nav--link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (min-width: 1000px) {
  header.isTop .header-wrap__nav .h-nav .sub--menu {
    top: 95px;
  }
}
header.isTop .bogo-language-name a {
  color: #fff;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
header.isTop .bogo-language-name a:hover {
  border-bottom: 1px solid #fff;
}
header.isTop .bogo-language-switcher .last:nth-child(2)::after {
  color: #fff;
}
header.isTop .bogo-language-switcher .last:nth-child(2)::before {
  filter: brightness(0) invert(1);
}
header.isScroll {
  background-color: #fff;
  height: 64px;
}
@media only screen and (max-width: 1000px) {
  header.isScroll {
    height: 56px;
  }
}
header.isScroll .header-wrap__logo .logo-wrap a .logo-isTop {
  display: none;
}
header.isScroll .header-wrap__logo .logo-wrap a .logo-isLower {
  display: block;
}
header.isScroll .header-wrap__logo .lang-wrap figure .logo-isTop {
  display: none;
}
header.isScroll .header-wrap__logo .lang-wrap figure .logo-isLower {
  display: block;
}
header.isScroll .header-wrap__logo .lang-wrap .lang-item a {
  color: #000;
}
header.isScroll .header-wrap__logo .lang-wrap .lang-item a.isActive span {
  border-bottom: 1px solid #000;
}
header.isScroll .header-wrap__logo .lang-wrap .lang-item a .logo-isLower {
  display: none;
}
header.isScroll .header-wrap__nav .h-nav--link {
  color: #000;
  font-weight: 500;
}
header.isScroll .header-wrap__nav .h-nav--item .sub--menu {
  top: 64px;
}
header.isScroll .bogo-language-name a {
  color: #000;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
header.isScroll .bogo-language-name a:hover {
  border-bottom: 1px solid #000;
}
header.isScroll .bogo-language-switcher .last:nth-child(2)::after {
  color: #000;
}
header.isScroll .bogo-language-switcher .last:nth-child(2)::before {
  filter: brightness(100) invert(1);
}
header.isOpen {
  background-color: #329E3A;
}
header.isOpen .header-wrap__logo .logo-wrap a .logo-isTop {
  display: none;
}
header.isOpen .header-wrap__logo .logo-wrap a .logo-isLower {
  display: none;
}
header.isOpen .header-wrap__logo .logo-wrap a .logo-isSP {
  display: block;
}
header.isOpen .header-wrap__logo .lang-wrap {
  display: none;
}
header.isOpen .header-wrap__nav {
  opacity: 1;
  visibility: visible;
}
header.isOpen .header-wrap__nav .h-nav--link {
  color: #fff;
}
header.isOpen .bogo-language-name a {
  color: #fff;
}
header.isOpen .bogo-language-name a:hover {
  border-bottom: 1px solid #fff;
}
header.isOpen .bogo-language-switcher .last:nth-child(2)::before {
  filter: brightness(0) invert(1);
}
header.isOpen .bogo-language-switcher .last:nth-child(2)::after {
  color: #fff;
}
header .header-wrap {
  display: flex;
  justify-content: space-between;
  height: inherit;
}
header .header-wrap__logo {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media only screen and (max-width: 1200px) {
  header .header-wrap__logo {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  header .header-wrap__logo {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__logo {
    padding-left: 25px;
  }
}
header .header-wrap__logo .logo-wrap {
  width: 160px;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__logo .logo-wrap {
    width: 130px;
  }
}
header .header-wrap__logo .logo-wrap a {
  display: flex;
  transition: 0.3s;
}
header .header-wrap__logo .logo-wrap a .logo-isTop {
  display: none;
}
header .header-wrap__logo .logo-wrap a .logo-isSP {
  display: none;
}
header .header-wrap__logo .logo-wrap a img {
  width: 100%;
}
header .header-wrap__logo .lang-wrap {
  display: flex;
  align-items: center;
  margin-left: 23px;
}
@media only screen and (max-width: 1200px) {
  header .header-wrap__logo .lang-wrap {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1080px) {
  header .header-wrap__logo .lang-wrap {
    margin-left: 10px;
  }
}
header .header-wrap__logo .lang-wrap figure {
  display: flex;
}
header .header-wrap__logo .lang-wrap figure .logo-isTop {
  display: none;
}
header .header-wrap__logo .lang-wrap .lang-item {
  display: flex;
  align-items: center;
  margin-left: 7px;
}
header .header-wrap__logo .lang-wrap .lang-item a {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  transition: 0.3s;
}
header .header-wrap__logo .lang-wrap .lang-item a.isActive span {
  border-bottom: 1px solid #000;
}
header .header-wrap__logo .lang-wrap .lang-item a:hover {
  color: #329E3A;
}
header .header-wrap__logo .lang-wrap .lang-item a:not(:last-child)::after {
  content: "/";
  margin: 0 7px;
}
header .header-wrap__logo .bogo-language-switcher {
  display: flex;
  padding: 0 0 0 20px;
  margin: 0 0 0 25px;
  position: relative;
}
header .header-wrap__logo .bogo-language-switcher .bogoflags {
  display: none;
}
header .header-wrap__logo .bogo-language-switcher .first {
  order: 1;
}
header .header-wrap__logo .bogo-language-switcher .last:nth-child(2)::after {
  content: "/";
  padding: 0 5px 0 5px;
}
header .header-wrap__logo .bogo-language-switcher .last:nth-child(2)::before {
  content: "";
  background-image: url(../images/common/lang_icon.svg);
  position: absolute;
  left: 10%;
  height: 20px;
  width: 20px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 4%;
}
header .header-wrap__nav {
  height: inherit;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav {
    position: fixed;
    top: 56px;
    left: 0;
    background-color: #329E3A;
    padding-top: 29px;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    padding-bottom: 100px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
}
header .header-wrap__nav .h-nav {
  display: flex;
  height: inherit;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav {
    display: block;
    padding: 0 24px;
    height: auto;
  }
}
header .header-wrap__nav .h-nav--list {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav--list {
    display: block;
  }
}
header .header-wrap__nav .h-nav--list .h-nav--item {
  margin-right: 35px;
}
@media only screen and (max-width: 1200px) {
  header .header-wrap__nav .h-nav--list .h-nav--item {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1080px) {
  header .header-wrap__nav .h-nav--list .h-nav--item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav--list .h-nav--item {
    margin-right: 0;
  }
}
header .header-wrap__nav .h-nav--list__pc {
  display: none;
}
@media only screen and (min-width: 1000px) {
  header .header-wrap__nav .h-nav--list__pc {
    display: flex;
  }
}
header .header-wrap__nav .h-nav--item {
  display: flex;
  align-items: center;
  height: inherit;
}
header .header-wrap__nav .h-nav--item__sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav--item__sp {
    display: flex;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav--item {
    display: block;
    border-bottom: 1px solid #60B767;
    padding: 14px 0;
    position: relative;
  }
}
header .header-wrap__nav .h-nav--item:hover .sub--menu {
  opacity: 1;
  visibility: visible;
}
header .header-wrap__nav .h-nav--item:not(:last-child) {
  margin-right: 35px;
}
@media only screen and (max-width: 1200px) {
  header .header-wrap__nav .h-nav--item:not(:last-child) {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1080px) {
  header .header-wrap__nav .h-nav--item:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav--item:not(:last-child) {
    margin-right: 0;
  }
}
header .header-wrap__nav .h-nav--item.ytIcon {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav--item.ytIcon {
    display: block;
    text-align: center;
    margin-top: 26px;
    border-bottom: none;
  }
  header .header-wrap__nav .h-nav--item.ytIcon a {
    display: inline-block;
  }
}
header .header-wrap__nav .h-nav--item--arrow {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav--item--arrow {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 18px;
    right: 0;
    transition: 0.3s ease;
  }
  header .header-wrap__nav .h-nav--item--arrow.isActive {
    transform: rotate(90deg);
  }
  header .header-wrap__nav .h-nav--item--arrow.isActive::before {
    opacity: 0;
  }
  header .header-wrap__nav .h-nav--item--arrow::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    right: 0;
    transition: 0.3s ease;
    opacity: 1;
  }
  header .header-wrap__nav .h-nav--item--arrow::after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    right: 0;
    transform: rotate(90deg);
    transition: 0.3s ease;
    opacity: 1;
  }
}
header .header-wrap__nav .h-nav--link {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
  cursor: pointer;
}
header .header-wrap__nav .h-nav--link:hover {
  opacity: 0.5;
}
header .header-wrap__nav .h-nav--link.link-font-en {
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav--link {
    color: #fff;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav--sub {
    padding: 18px 15px 6px;
  }
}
@media only screen and (min-width: 1000px) {
  header .header-wrap__nav .h-nav--sub.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  header .header-wrap__nav .h-nav--sub.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  header .header-wrap__nav .h-nav--sub--item {
    padding-right: 65px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav--sub--item:not(:last-child) {
    padding: 0 0 12px;
  }
}
header .header-wrap__nav .h-nav--sub--link {
  color: #555555;
  transition: 0.3s;
}
header .header-wrap__nav .h-nav--sub--link:hover {
  color: #329E3A;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav--sub--link {
    display: block;
    color: #fff;
  }
}
@media only screen and (min-width: 1000px) {
  header .header-wrap__nav .h-nav--sub--link::before {
    content: "-";
    margin-right: 7px;
  }
}
@media only screen and (min-width: 1000px) {
  header .header-wrap__nav .h-nav .sub--menu {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 51px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #f0f0f0;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav .sub--menu {
    display: none;
  }
}
header .header-wrap__nav .h-nav .sub--menu--ttl {
  border-right: 1px solid #E2E2E2;
  padding-right: 70px;
  margin-right: 70px;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .h-nav .sub--menu--ttl {
    display: none;
  }
}
header .header-wrap__nav .h-nav .sub--menu--ttl h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  header .header-wrap__nav .h-nav .sub--menu--ttl h3 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
header .header-wrap__nav .h-nav .sub--menu--ttl h3 span {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  header .header-wrap__nav .h-nav .sub--menu--ttl h3 span {
    font-size: 12px;
  }
}
header .header-wrap__nav .h-nav .sub--menu--ttl a {
  font-size: 16px;
  font-weight: 500;
  color: #329E3A;
  line-height: 20px;
  transition: 0.3s;
}
header .header-wrap__nav .h-nav .sub--menu--ttl a:hover {
  opacity: 0.5;
}
header .header-wrap__nav .h-nav .sub--menu--ttl a img {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
header .header-wrap__nav .header-lower {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .header-lower {
    padding: 0 0 15px;
    margin-top: 25px;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
header .header-wrap__nav .header-lower--left {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .header-lower--left {
    width: 100%;
    justify-content: center;
  }
}
header .header-wrap__nav .header-lower--left__link {
  color: #fff;
  font-size: 12px;
}
header .header-wrap__nav .header-lower--left__link:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .header-lower--left__link:not(:last-child) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .header-lower--left__link {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .header-lower--right {
    width: 100%;
    padding-top: 35px;
  }
}
header .header-wrap__nav .header-lower--right p {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .header-lower--right p {
    text-align: center;
    line-height: 19px;
  }
}
header .header-wrap__nav .header-lower--right p br {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header .header-wrap__nav .header-lower--right p br {
    display: block;
  }
}
header .header-wrap__ham-menu {
  position: relative;
  z-index: 10000;
  width: 56px;
  height: 100%;
  cursor: pointer;
  transition: 0.3s ease;
  background-color: #329E3A;
}
@media only screen and (min-width: 1001px) {
  header .header-wrap__ham-menu {
    display: none;
  }
}
header .header-wrap__ham-menu.isActive {
  background-color: #fff;
}
header .header-wrap__ham-menu span {
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  display: inline-block;
  background: #fff;
  width: 24px;
  height: 1px;
  margin: auto;
  transition: 0.3s;
  border-radius: 100px;
}
header .header-wrap__ham-menu span.line-t.show {
  top: 26px;
  transform: rotate(-45deg);
  background: #329E3A;
}
header .header-wrap__ham-menu span.line-m {
  top: 27px;
}
header .header-wrap__ham-menu span.line-m.show {
  opacity: 0;
}
header .header-wrap__ham-menu span.line-b {
  top: 35px;
}
header .header-wrap__ham-menu span.line-b.show {
  top: 26px;
  transform: rotate(45deg);
  background: #329E3A;
}
header .bogo-language-name a {
  color: #000;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
header .bogo-language-name a:hover {
  border-bottom: 1px solid #000;
}
header .bogo-language-switcher .last:nth-child(2)::before {
  filter: brightness(100) invert(1);
}
footer {
  background-color: #555555;
  padding-top: 48px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 58px;
    padding-bottom: 44px;
  }
}
footer .l-container {
  max-width: 1200px !important;
}
footer .footer-wrap {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-wrap__left {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__left {
    width: 100%;
    text-align: center;
    display: grid;
  }
}
footer .footer-wrap__left .footer_logo {
  display: inline-block;
  margin-bottom: 33px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__left .footer_logo {
    margin-bottom: 43px;
  }
}
footer .footer-wrap__left .footer_img01,
footer .footer-wrap__left .footer_img03 {
  display: inline-block;
  transition: 0.3s;
}
footer .footer-wrap__left .footer_img01:hover,
footer .footer-wrap__left .footer_img03:hover {
  opacity: 0.5;
}
footer .footer-wrap__left .footer_img01 {
  margin-bottom: 9px;
}
footer .footer-wrap__left .footer_img01 img {
  width: 100%;
}
footer .footer-wrap__left .footer_img02 {
  transition: 0.3s;
}
footer .footer-wrap__left .footer_img02 img {
  width: 100%;
}
footer .footer-wrap__left .footer_img02:hover {
  opacity: 0.5;
}
footer .footer-wrap__left .footer_img03 {
  margin-bottom: 25px;
}
footer .footer-wrap__left .footer_img03 img {
  width: 100%;
}
footer .footer-wrap__right {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right {
    width: 100%;
    padding-top: 45px;
  }
}
footer .footer-wrap__right .f-nav {
  display: flex;
}
@media only screen and (min-width: 768px) {
  footer .footer-wrap__right .f-nav {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right .f-nav {
    flex-wrap: wrap;
  }
}
footer .footer-wrap__right .f-nav--list:not(:first-child) {
  margin-left: 45px;
}
@media only screen and (max-width: 950px) {
  footer .footer-wrap__right .f-nav--list:not(:first-child) {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 800px) {
  footer .footer-wrap__right .f-nav--list:not(:first-child) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right .f-nav--list:not(:first-child) {
    margin-left: 0;
  }
}
footer .footer-wrap__right .f-nav--list:not(:first-child):last-child .f-nav--item {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right .f-nav--list:not(:first-child):last-child .f-nav--item {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right .f-nav--list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right .f-nav--list--pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right .f-nav--item {
    border-bottom: 1px solid #6C6C6C;
    padding-bottom: 14px;
    padding-top: 14px;
    position: relative;
  }
}
footer .footer-wrap__right .f-nav--item.ytIcon {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right .f-nav--item.ytIcon {
    text-align: center;
    margin-top: 26px;
    border-bottom: none;
  }
  footer .footer-wrap__right .f-nav--item.ytIcon a {
    display: inline-block;
  }
}
footer .footer-wrap__right .f-nav--item--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right .f-nav--item--sp {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
  }
}
footer .footer-wrap__right .f-nav--item--arrow {
  display: none;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right .f-nav--item--arrow {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 18px;
    right: 0;
    transition: 0.3s ease;
  }
  footer .footer-wrap__right .f-nav--item--arrow.isActive {
    transform: rotate(90deg);
  }
  footer .footer-wrap__right .f-nav--item--arrow.isActive::before {
    opacity: 0;
  }
  footer .footer-wrap__right .f-nav--item--arrow::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    right: 0;
    transition: 0.3s ease;
    opacity: 1;
  }
  footer .footer-wrap__right .f-nav--item--arrow::after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    right: 0;
    transform: rotate(90deg);
    transition: 0.3s ease;
    opacity: 1;
  }
}
footer .footer-wrap__right .f-nav--link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}
footer .footer-wrap__right .f-nav--link:hover {
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right .f-nav--link {
    font-size: 13px;
  }
}
footer .footer-wrap__right .f-nav--link.link-font-en {
  font-family: 'Montserrat', sans-serif;
}
footer .footer-wrap__right .f-nav--sub {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap__right .f-nav--sub {
    display: none;
    padding: 5px 15px 0;
  }
}
footer .footer-wrap__right .f-nav--sub--item {
  margin-bottom: 10px;
}
footer .footer-wrap__right .f-nav--sub--link {
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
}
footer .footer-wrap__right .f-nav--sub--link:hover {
  opacity: 0.3;
}
footer .footer-lower {
  border-top: 1px solid #6C6C6C;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  footer .footer-lower {
    padding: 0 0 15px;
    margin-top: 25px;
    border-top: none;
  }
}
footer .footer-lower--left {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  footer .footer-lower--left {
    width: 100%;
    justify-content: center;
  }
}
footer .footer-lower--left__link {
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
}
footer .footer-lower--left__link:hover {
  opacity: 0.3;
}
footer .footer-lower--left__link:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  footer .footer-lower--left__link:not(:last-child) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-lower--left__link {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-lower--right {
    width: 100%;
    padding-top: 35px;
  }
}
footer .footer-lower--right p {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .footer-lower--right p {
    text-align: center;
    line-height: 19px;
  }
}
footer .footer-lower--right p br {
  display: none;
}
@media only screen and (max-width: 767px) {
  footer .footer-lower--right p br {
    display: block;
  }
}
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ANIMATION TRANSITION
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
.c-anim-up {
  transform: translateY(12px);
  opacity: 0;
  transition: all 0.8s;
}
.move {
  transform: translateY(0);
  opacity: 1;
}
.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}
.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}
