@charset "UTF-8";
/*import 
------------------------------------------*/
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@300;400;500&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500&family=Cormorant+Infant:wght@300;500&family=Noto+Serif+JP:wght@300;400;500&family=Shippori+Mincho:wght@500&display=swap&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

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

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

html {
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none !important;
}

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

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

del {
  text-decoration: line-through;
}

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

dfn {
  font-weight: 400;
  font-style: normal;
}

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

/*html body setting*/
html {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
}

body {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
  font-display: optional;
}

/*px base setting*/
#pxBase sup,
.sec-relatedGroups sup,
.sec-snsLogo sup {
  vertical-align: super;
  font-size: 0.5em;
}
#pxBase a:link,
#pxBase a:visited,
#pxBase a:active,
#pxBase a:hover,
.sec-relatedGroups a:link,
.sec-relatedGroups a:visited,
.sec-relatedGroups a:active,
.sec-relatedGroups a:hover,
.sec-snsLogo a:link,
.sec-snsLogo a:visited,
.sec-snsLogo a:active,
.sec-snsLogo a:hover {
  text-decoration: none;
}
#pxBase figure,
.sec-relatedGroups figure,
.sec-snsLogo figure {
  position: relative;
}
#pxBase img,
.sec-relatedGroups img,
.sec-snsLogo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#pxBase img.object-fit,
.sec-relatedGroups img.object-fit,
.sec-snsLogo img.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .visible-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important;
  }
}
@media only screen and (min-width: 1023px) {
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*
PCのみhover
------------------------------------------*/
/*
フォントサイズ相対変更
------------------------------------------*/
/*
使用するフォントを読み込んでください
*/
/*layout
------------------------------------------*/
.column1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.column1 > * {
  margin: 0 15px;
  width: calc(100% - 30px);
}
.column1 > *:nth-child(n+2) {
  margin-top: 40px;
}

.column2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.column2 > * {
  margin: 0 15px;
  width: calc(50% - 30px);
}
.column2 > *:nth-child(n+3) {
  margin-top: 40px;
}

.column3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.column3 > * {
  margin: 0 15px;
  width: calc(33.3333% - 30px);
}
.column3 > *:nth-child(n+4) {
  margin-top: 40px;
}

.column4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.column4 > * {
  margin: 0 15px;
  width: calc(25% - 30px);
}
.column4 > *:nth-child(n+5) {
  margin-top: 40px;
}

.column5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.column5 > * {
  margin: 0 15px;
  width: calc(20% - 30px);
}
.column5 > *:nth-child(n+6) {
  margin-top: 40px;
}

/*animation
------------------------------------------*/
@keyframes animation_name {}
/*common
------------------------------------------*/
/*全体のフォント指定*/
body {
  font-family: "Inter", YakuHanJP_Noto, "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*font*/
.sanserif {
  font-family: YakuHanJP_Noto, "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.serif {
  font-family: YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

/*text*/
.kvTitle {
  font-size: 9.4rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

.pageTitle {
  font-size: 4.8rem;
  font-weight: 500;
}
.pageTitle + * {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .pageTitle {
    font-size: 3.8rem;
  }
}

.sectionTitle {
  font-size: 4rem;
  font-weight: 700;
}
.sectionTitle + * {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .sectionTitle {
    font-size: 3rem;
  }
}

.containerTitle {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .containerTitle {
    font-size: 1.8rem;
  }
}

/*icon*/
.dlLink::after {
  content: "\f090";
  font-family: "Material Symbols Outlined";
  margin-left: 1rem;
  vertical-align: middle;
}

.outLink::after {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  margin-left: 1rem;
  vertical-align: middle;
}

/*img*/
figure {
  line-height: 0;
}
figure .imgcap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  line-height: 1.2;
  font-size: 1.1rem;
  color: #222;
  color: #fff;
}

a {
  text-decoration: none;
}

/*layout
------------------------------------------*/
/*sectionWrap*/
.sectionWrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .sectionWrap {
    max-width: 92%;
    padding: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .sectionWrap {
    max-width: 92%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sectionWrap {
    max-width: 88%;
  }
}

.sectionWrap-full {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

#pxBase.hidden, footer.hidden, .sec-relatedGroups.hidden, .sec-snsLogo.hidden {
  opacity: 0;
}

/*header
------------------------------------------*/
header {
  position: fixed;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 18px 0 0 40px;
  background: #fff;
  border-bottom: 1px solid #F6F6F6;
  z-index: 999;
}
@media only screen and (max-width: 1280px) {
  header {
    padding: 18px 0 0 25px;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    align-items: center;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header .logoWrapBg {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 20px 20px 20px 10px;
    background: #fff;
  }
}
header h1.logoWrap {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  header h1.logoWrap {
    position: relative;
    top: inherit;
    left: inherit;
    width: 256px;
    height: 28px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  header h1.logoWrap {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  header h1.logoWrap {
    margin-bottom: 0;
  }
}
header h1.logoWrap a {
  display: block;
  color: #252E31;
  text-align: center;
}
header h1.logoWrap img {
  width: 117px;
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  header h1.logoWrap img {
    width: 100px;
    margin-right: 5px;
  }
}
header h1.logoWrap .siteName {
  display: inline-block;
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(2px);
}
@media only screen and (max-width: 1200px) {
  header h1.logoWrap .siteName {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  header h1.logoWrap .siteName {
    width: auto;
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  header nav {
    width: auto;
  }
}
header nav .btnListWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  header nav .btnListWrap {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 360px) {
  header nav .btnListWrap {
    padding: 0 4%;
  }
}
header nav .btnListWrap .linkBtnList {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  header nav .btnListWrap .linkBtnList {
    width: 100%;
    margin: 10px 0 0;
  }
}
header nav .btnListWrap .linkBtnList > li {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  header nav .btnListWrap .linkBtnList > li {
    display: none;
    margin: 10px 0;
    width: 33.3333333333%;
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  header nav .btnListWrap .linkBtnList > li {
    line-height: 1.1;
  }
}
header nav .btnListWrap .linkBtnList > li br.smp_se {
  display: none;
}
@media only screen and (max-width: 375px) {
  header nav .btnListWrap .linkBtnList > li br.smp_se {
    display: block;
  }
}
header nav .btnListWrap .linkBtnList > li + li {
  margin-left: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  header nav .btnListWrap .linkBtnList > li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
header nav .btnListWrap .linkBtnList > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #EAEAE5;
}
@media only screen and (max-width: 1024px) {
  header nav .btnListWrap .linkBtnList > li + li::before {
    display: none;
  }
}
header nav .btnListWrap .linkBtnList > li > a {
  font-size: 12px;
  font-weight: 500;
  color: #252E31;
  transition: all 0.4s;
}
header nav .btnListWrap .linkBtnList > li > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  header nav .btnListWrap .linkBtnList > li > a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 1024px) {
  header nav .btnListWrap .linkBtnList > li a::before {
    display: block;
    text-align: center;
    font-size: 24px;
    font-family: "Material Symbols Outlined";
    line-height: 1.1;
  }
  header nav .btnListWrap .linkBtnList > li:nth-of-type(1) a::before {
    content: "\e032";
  }
  header nav .btnListWrap .linkBtnList > li:nth-of-type(2) a::before {
    content: "\f1d0";
  }
  header nav .btnListWrap .linkBtnList > li:nth-of-type(3) a::before {
    content: "\e7fd";
  }
}
@media only screen and (max-width: 1024px) {
  header nav .btnListWrap .linkBtnList > li.contact {
    width: 100%;
    margin: 5px 0 15px;
  }
}
header nav .btnListWrap .linkBtnList > li.contact::before {
  display: none;
}
header nav .btnListWrap .linkBtnList > li.contact > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  background: #007440;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  header nav .btnListWrap .linkBtnList > li.contact > a {
    padding: 12px 12px;
    width: 100%;
  }
  header nav .btnListWrap .linkBtnList > li.contact > a .btnText {
    justify-content: center;
    font-size: 14px;
  }
}
header nav .btnListWrap .snsBtnList {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  header nav .btnListWrap .snsBtnList {
    margin: 5px 0 20px;
  }
}
header nav .btnListWrap .snsBtnList > li + li {
  margin-left: 13px;
}
header nav .btnListWrap .snsBtnList > li a {
  display: flex;
  align-items: center;
  width: 28px;
}
header nav .btnListWrap .snsBtnList > li a img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  header nav .btnListWrap .snsBtnList {
    display: none;
  }
  header nav .btnListWrap .snsBtnList.active {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  header nav .globalnavListWrap {
    position: fixed;
    top: 0;
    left: 0;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    width: 100%;
    height: 100%;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
    overflow-y: scroll;
    align-items: flex-start;
  }
}
header nav .globalnavListWrap.active {
  opacity: 1;
  pointer-events: auto;
}
header nav .globalnavListWrap .globalnavList {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  header nav .globalnavListWrap .globalnavList {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1024px) {
  header nav .globalnavListWrap .globalnavList {
    width: 100%;
    padding-top: 69px;
    /*height: calc(47.5vw + 69px);*/
  }
}
header nav .globalnavListWrap .globalnavList > li {
  width: 130px;
}
@media only screen and (max-width: 1280px) {
  header nav .globalnavListWrap .globalnavList > li {
    width: 115px;
  }
  header nav .globalnavListWrap .globalnavList > li.reformPage {
    width: 130px;
  }
}
@media only screen and (max-width: 1200px) {
  header nav .globalnavListWrap .globalnavList > li {
    width: 100px;
  }
  header nav .globalnavListWrap .globalnavList > li.reformPage {
    width: 125px;
  }
}
@media only screen and (max-width: 1024px) {
  header nav .globalnavListWrap .globalnavList > li {
    width: 100%;
  }
  header nav .globalnavListWrap .globalnavList > li.reformPage {
    width: 100%;
  }
}
header nav .globalnavListWrap .globalnavList > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  color: #252E31;
}
header nav .globalnavListWrap .globalnavList > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #EAEAE5;
}
@media only screen and (max-width: 1024px) {
  header nav .globalnavListWrap .globalnavList > li > a::before {
    display: none;
  }
}
header nav .globalnavListWrap .globalnavList > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #f6f6f4;
  transition: all 0.6s;
}
header nav .globalnavListWrap .globalnavList > li.reform a {
  width: 150px;
}
@media only screen and (max-width: 1024px) {
  header nav .globalnavListWrap .globalnavList > li.reform a {
    width: 100%;
  }
}
header nav .globalnavListWrap .globalnavList > li.is-current a::after, header nav .globalnavListWrap .globalnavList > li.active a::after {
  background: #007440;
}
@media only screen and (min-width: 1025px) {
  header nav .globalnavListWrap .globalnavList > li:hover a::after {
    background: #007440;
  }
}
header .headerBtns {
  display: none;
}
@media only screen and (max-width: 1024px) {
  header .headerBtns {
    display: block;
    position: absolute;
    top: 54%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 20;
    transition: 1s all ease-in-out;
    overflow: hidden;
    z-index: 999;
  }
}
header .headerBtns.is-view {
  opacity: 1;
  overflow: visible;
}
header .headerBtns.is-view a > span {
  display: inline-block;
  width: auto;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  header .headerBtns .menu-trigger {
    position: relative;
    z-index: 100;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
  }
}
@media only screen and (max-width: 1024px) {
  header .headerBtns .menu-trigger .hamburger {
    position: relative;
    width: 40px;
  }
}
header .headerBtns .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #007440;
  transition: all 0.4s;
}
header .headerBtns .menu-trigger span:nth-of-type(1) {
  top: 0;
  animation: menu-bar 0.75s forwards;
}
header .headerBtns .menu-trigger span:nth-of-type(2) {
  top: 5px;
  animation: menu-bar 0.75s forwards;
}
header .headerBtns .menu-trigger span:nth-of-type(3) {
  top: 10px;
  animation: menu-bar 0.75s forwards;
}
header .headerBtns .menu-trigger.active span {
  background-color: #007440 !important;
}
header .headerBtns .menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
header .headerBtns .menu-trigger.active span:nth-of-type(2) {
  animation: active-menu-bar02 0.75s forwards;
}
header .headerBtns .menu-trigger.active span:nth-of-type(3) {
  width: 100%;
  animation: active-menu-bar03 0.75s forwards;
}
header .headerBtns .menu-trigger .name {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #007440;
  text-align: center;
}
header .headerBtns .is_scroll .menu-trigger {
  background: rgba(48, 47, 44, 0.95);
}
@keyframes menu-bar {
  0% {
    transform: scale(0);
    transform-origin: left;
  }
  100% {
    transform: scale(1);
    transform-origin: left;
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(20deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-4px) rotate(0);
  }
  100% {
    transform: translateY(-4px) rotate(-20deg);
    width: 100%;
  }
}

.globalNavBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  mix-blend-mode: multiply;
}

.sns_modal_title_1 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.sns_modal_title_2 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.sns_modal_title_img_1 {
  height: 25px;
}

.sns_modal_title_img_2 {
  height: 30px;
}

.sns_modal_icon_group {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}

.sns_modal_icon_item {
  width: 40%;
  padding-bottom: 20px;
  text-align: center;
}

.sns_modal_icon_item a {
  width: 70%;
}

.sns_modal_icon_item img {
  width: 100%;
}

.sns_modal_icon_item_title {
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .sns_modal_icon_item {
    width: 45%;
    margin: 0 2.5%;
  }
  .modaal-container {
    border-radius: 15px;
    overflow: hidden;
  }
  .modaal-content-container {
    padding: 30px 5% 15px;
  }
  .sns_modal_icon_item_title {
    margin-top: 0;
  }
}
@media screen and (min-width: 364px) {
  .sns_modal_icon_group {
    margin-top: 30px;
  }
  .sns_modal_icon_item {
    width: 23%;
    margin: 0 1%;
    /*		padding-right: 5%;
    		padding-left: 5%;*/
    padding-bottom: 30px;
  }
  .sns_modal_icon_item a {
    width: 70%;
  }
  .sns_modal_icon_item_title {
    font-size: 14px;
  }
}
/* subs ----------------------------------------------------------------------- */
.globalnavList li .subs {
  display: none;
  position: fixed;
  z-index: 3;
  top: 71px;
  left: 0;
  right: 0;
  padding: 30px 0;
  background: #E4E4E4;
}
@media only screen and (max-width: 1024px) {
  .globalnavList li .subs {
    position: static;
    padding: 0;
  }
}
.globalnavList li .subs ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .globalnavList li .subs ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
    padding: 10px 2.5%;
    text-align: left;
  }
}
.globalnavList li .subs li {
  max-width: 210px;
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .globalnavList li .subs li {
    width: 22.5%;
    margin: 10px 1.25%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .globalnavList li .subs li {
    width: 47.5%;
  }
}
.globalnavList li .subs li figure {
  border-radius: 15px;
  overflow: hidden;
}
.globalnavList li .subs li figure img {
  width: 100%;
  height: auto;
}
.globalnavList li .subs li p {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #252E31;
}
@media only screen and (max-width: 1024px) {
  .globalnavList li .subs li p {
    font-size: 12px;
    letter-spacing: -0.01em;
  }
}
.globalnavList li .subs li p .icn {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: #36663A;
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .globalnavList li .subs li p .icn {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
}
.globalnavList li .subs li p .icn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media only screen and (max-width: 1024px) {
  .globalnavList li .subs li p .icn::before {
    width: 5px;
    height: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  /* accordion_icon --------- */
  .accordion_icon,
  .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .accordion_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    width: 14px;
    height: 14px;
    margin: auto;
    /*＋、－切り替え*/
  }
  .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #36663A;
    border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
  }
  .accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
  }
  .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
  }
}
/*footer
------------------------------------------*/
footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 104px 40px 168px;
  background: #E4E4E4;
}
@media only screen and (max-width: 1200px) {
  footer {
    flex-flow: column;
  }
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 52px 20px 84px;
  }
}
footer .footerSitenameWrap {
  display: grid;
  gap: 80px;
}
@media only screen and (max-width: 1200px) {
  footer .footerSitenameWrap {
    gap: 24px;
  }
}
footer .footerSitenameWrap .footerSitename {
  color: var(--Soutetsu-Navy, #1E2549);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
footer .footerSitenameWrap .footerLicence {
  color: var(--Soutetsu-Navy, #1E2549);
  font-size: 13px;
  font-weight: 500;
  line-height: 170%; /* 22.1px */
}
@media only screen and (max-width: 1024px) {
  footer .footerSitenameWrap .footerLicence {
    font-size: 11px;
  }
}
footer .footerContents {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1200px) {
  footer .footerContents {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footerContents {
    flex-flow: column;
  }
}
footer .footerContents .footerContactWrap .footerAddress {
  color: var(--Soutetsu-Navy, #1E2549);
  font-size: 16px;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 1024px) {
  footer .footerContents .footerContactWrap .footerAddress {
    font-size: 14px;
  }
}
footer .footerContents .footerContactWrap .footerContact {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  footer .footerContents .footerContactWrap .footerContact {
    margin-top: 16px;
  }
}
footer .footerContents .footerContactWrap .footerContact .footerTel {
  color: var(--Soutetsu-Navy, #1E2549);
  font-size: 24px;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1024px) {
  footer .footerContents .footerContactWrap .footerContact .footerTel {
    margin-top: 16px;
  }
}
footer .footerContents .footerContactWrap .footerContact .footerBusinessHours {
  margin-top: 8px;
  color: var(--Soutetsu-Navy, #1E2549);
  font-size: 16px;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 1024px) {
  footer .footerContents .footerContactWrap .footerContact .footerBusinessHours {
    font-size: 14px;
  }
}
footer .footerContents .footerContactWrap .footerbtnWrap {
  display: flex;
  flex-flow: row wrap;
  margin-top: min(1.5584415584vw, 24px);
}
footer .footerContents .footerContactWrap .footerbtnWrap .linkBtn {
  width: min(9.025974026vw, 139px);
  height: min(2.5974025974vw, 40px);
  font-size: min(0.9090909091vw, 14px);
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  footer .footerContents .footerContactWrap .footerbtnWrap .linkBtn {
    justify-content: center;
    width: 139px;
    height: 40px;
    padding-left: 0;
    font-size: 14px;
  }
}
footer .footerContents .footerContactWrap .footerbtnWrap .linkBtn::before {
  display: none;
}
footer .footerContents .footerContactWrap .footerbtnWrap .linkBtn + .linkBtn {
  margin-left: min(1.038961039vw, 16px);
}
@media only screen and (max-width: 1024px) {
  footer .footerContents .footerContactWrap .footerbtnWrap .linkBtn + .linkBtn {
    margin-left: 8px;
  }
}
footer .footerContents .footerSiteLinkWrap {
  width: 149px;
  margin-left: 160px;
}
@media only screen and (max-width: 1024px) {
  footer .footerContents .footerSiteLinkWrap {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
footer .footerContents .footerSiteLinkWrap .footerLogo {
  height: 44px;
  aspect-ratio: 149/44;
}
footer .footerContents .footerSiteLinkWrap .footerSiteLink {
  display: flex;
  flex-flow: column;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  footer .footerContents .footerSiteLinkWrap .footerSiteLink {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footerContents .footerSiteLinkWrap .footerSiteLink > li {
    margin-bottom: 16px;
    margin-right: 16px;
  }
}
footer .footerContents .footerSiteLinkWrap .footerSiteLink > li + li {
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  footer .footerContents .footerSiteLinkWrap .footerSiteLink > li + li {
    margin-top: 0;
  }
}
footer .footerContents .footerSiteLinkWrap .footerSiteLink > li a {
  color: var(--Soutetsu-Navy, #1E2549);
  font-size: 13px;
  font-weight: 500;
  line-height: 170%; /* 22.1px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
footer .footerContents .footerSiteLinkWrap .footerCopyright {
  margin-top: 40px;
  color: var(--Soutetsu-Navy, #1E2549);
  font-size: 16px;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 1024px) {
  footer .footerContents .footerSiteLinkWrap .footerCopyright {
    margin-top: 24px;
  }
}

main,
.sec-relatedGroups,
.sec-snsLogo {
  padding-top: 71px;
}
@media only screen and (max-width: 1024px) {
  main,
  .sec-relatedGroups,
  .sec-snsLogo {
    padding-top: 69px;
  }
}
main .bgGray,
.sec-relatedGroups .bgGray,
.sec-snsLogo .bgGray {
  background: #E4E4E4;
}
main .sectionText,
.sec-relatedGroups .sectionText,
.sec-snsLogo .sectionText {
  font-size: 30px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width: 767px) {
  main .sectionText,
  .sec-relatedGroups .sectionText,
  .sec-snsLogo .sectionText {
    font-size: 24px;
  }
}
main .sectionText .small,
.sec-relatedGroups .sectionText .small,
.sec-snsLogo .sectionText .small {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  main .sectionText .small,
  .sec-relatedGroups .sectionText .small,
  .sec-snsLogo .sectionText .small {
    font-size: 16px;
  }
}
main .sec-breadcrumb,
.sec-relatedGroups .sec-breadcrumb,
.sec-snsLogo .sec-breadcrumb {
  padding: 15px 50px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  main .sec-breadcrumb,
  .sec-relatedGroups .sec-breadcrumb,
  .sec-snsLogo .sec-breadcrumb {
    padding: 10px 20px;
  }
}
main .sec-breadcrumb ol,
.sec-relatedGroups .sec-breadcrumb ol,
.sec-snsLogo .sec-breadcrumb ol {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
main .sec-breadcrumb ol > li > a, main .sec-breadcrumb ol > li > p,
.sec-relatedGroups .sec-breadcrumb ol > li > a,
.sec-relatedGroups .sec-breadcrumb ol > li > p,
.sec-snsLogo .sec-breadcrumb ol > li > a,
.sec-snsLogo .sec-breadcrumb ol > li > p {
  font-size: 13px;
  color: #252E31;
}
@media only screen and (max-width: 767px) {
  main .sec-breadcrumb ol > li > a, main .sec-breadcrumb ol > li > p,
  .sec-relatedGroups .sec-breadcrumb ol > li > a,
  .sec-relatedGroups .sec-breadcrumb ol > li > p,
  .sec-snsLogo .sec-breadcrumb ol > li > a,
  .sec-snsLogo .sec-breadcrumb ol > li > p {
    font-size: 11px;
  }
}
main .sec-breadcrumb ol > li > a:hover,
.sec-relatedGroups .sec-breadcrumb ol > li > a:hover,
.sec-snsLogo .sec-breadcrumb ol > li > a:hover {
  text-decoration: underline !important;
}
main .sec-breadcrumb ol > li + li,
.sec-relatedGroups .sec-breadcrumb ol > li + li,
.sec-snsLogo .sec-breadcrumb ol > li + li {
  position: relative;
  margin-left: 15px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  main .sec-breadcrumb ol > li + li,
  .sec-relatedGroups .sec-breadcrumb ol > li + li,
  .sec-snsLogo .sec-breadcrumb ol > li + li {
    margin-left: 10px;
    padding-left: 15px;
  }
}
main .sec-breadcrumb ol > li + li::before,
.sec-relatedGroups .sec-breadcrumb ol > li + li::before,
.sec-snsLogo .sec-breadcrumb ol > li + li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #252E31;
  border-right: solid 1px #252E31;
  position: absolute;
  left: -3.5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  main .sec-breadcrumb ol > li + li::before,
  .sec-relatedGroups .sec-breadcrumb ol > li + li::before,
  .sec-snsLogo .sec-breadcrumb ol > li + li::before {
    width: 6px;
    height: 6px;
    left: -3px;
  }
}
main .sec-pickup .sectionText,
.sec-relatedGroups .sec-pickup .sectionText,
.sec-snsLogo .sec-pickup .sectionText {
  font-size: 36px;
  font-family: "Cormorant", serif;
}
@media only screen and (max-width: 767px) {
  main .sec-pickup .sectionText,
  .sec-relatedGroups .sec-pickup .sectionText,
  .sec-snsLogo .sec-pickup .sectionText {
    font-size: 30px;
    text-align: center;
  }
}
main .sec-pickup .splide__track,
.sec-relatedGroups .sec-pickup .splide__track,
.sec-snsLogo .sec-pickup .splide__track {
  padding: 30px 0;
}
main .sec-pickup .splide__arrow,
.sec-relatedGroups .sec-pickup .splide__arrow,
.sec-snsLogo .sec-pickup .splide__arrow {
  width: 5em;
  height: 5em;
  top: calc(50% - 20px);
}
main .sec-pickup .pickupList,
.sec-relatedGroups .sec-pickup .pickupList,
.sec-snsLogo .sec-pickup .pickupList {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  main .sec-pickup .pickupList,
  .sec-relatedGroups .sec-pickup .pickupList,
  .sec-snsLogo .sec-pickup .pickupList {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
main .sec-pickup .pickupList li a,
.sec-relatedGroups .sec-pickup .pickupList li a,
.sec-snsLogo .sec-pickup .pickupList li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  main .sec-pickup .pickupList li a,
  .sec-relatedGroups .sec-pickup .pickupList li a,
  .sec-snsLogo .sec-pickup .pickupList li a {
    border-radius: 15px;
  }
}
main .sec-pickup .pickupList li a .textWrap,
.sec-relatedGroups .sec-pickup .pickupList li a .textWrap,
.sec-snsLogo .sec-pickup .pickupList li a .textWrap {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  main .sec-pickup .pickupList li a .textWrap,
  .sec-relatedGroups .sec-pickup .pickupList li a .textWrap,
  .sec-snsLogo .sec-pickup .pickupList li a .textWrap {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
main .sec-pickup .pickupList li a .textWrap .tag,
.sec-relatedGroups .sec-pickup .pickupList li a .textWrap .tag,
.sec-snsLogo .sec-pickup .pickupList li a .textWrap .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 26px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  color: #252E31;
  border-radius: 30px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  main .sec-pickup .pickupList li a .textWrap .tag,
  .sec-relatedGroups .sec-pickup .pickupList li a .textWrap .tag,
  .sec-snsLogo .sec-pickup .pickupList li a .textWrap .tag {
    width: 130px;
    height: 22px;
    margin-bottom: 10px;
    font-size: 11px;
  }
}
main .sec-pickup .pickupList li a .textWrap .name,
.sec-relatedGroups .sec-pickup .pickupList li a .textWrap .name,
.sec-snsLogo .sec-pickup .pickupList li a .textWrap .name {
  font-size: 30px;
  font-weight: 500;
  font-family: YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  main .sec-pickup .pickupList li a .textWrap .name,
  .sec-relatedGroups .sec-pickup .pickupList li a .textWrap .name,
  .sec-snsLogo .sec-pickup .pickupList li a .textWrap .name {
    font-size: 18px;
  }
}
main .sec-pickup .pickupList li a .textWrap .area,
.sec-relatedGroups .sec-pickup .pickupList li a .textWrap .area,
.sec-snsLogo .sec-pickup .pickupList li a .textWrap .area {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
  font-family: YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  main .sec-pickup .pickupList li a .textWrap .area,
  .sec-relatedGroups .sec-pickup .pickupList li a .textWrap .area,
  .sec-snsLogo .sec-pickup .pickupList li a .textWrap .area {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
}
main .sec-pickup .pickupList li a .imgWrap,
.sec-relatedGroups .sec-pickup .pickupList li a .imgWrap,
.sec-snsLogo .sec-pickup .pickupList li a .imgWrap {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  main .sec-pickup .pickupList li a .imgWrap::before,
  .sec-relatedGroups .sec-pickup .pickupList li a .imgWrap::before,
  .sec-snsLogo .sec-pickup .pickupList li a .imgWrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
  }
}
main .sec-pickup .splide__pagination,
.sec-relatedGroups .sec-pickup .splide__pagination,
.sec-snsLogo .sec-pickup .splide__pagination {
  position: relative;
  bottom: inherit;
  margin-top: 30px;
}
main .sec-pickup .splide__pagination li,
.sec-relatedGroups .sec-pickup .splide__pagination li,
.sec-snsLogo .sec-pickup .splide__pagination li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 9px;
}
main .sec-pickup .splide__pagination li button,
.sec-relatedGroups .sec-pickup .splide__pagination li button,
.sec-snsLogo .sec-pickup .splide__pagination li button {
  width: 8px !important;
  height: 8px !important;
  padding: 0;
}
main .sec-pickup .splide__pagination li button::before,
.sec-relatedGroups .sec-pickup .splide__pagination li button::before,
.sec-snsLogo .sec-pickup .splide__pagination li button::before {
  width: 8px !important;
  height: 8px !important;
  font-size: 8px !important;
  background: #E5E5D5 !important;
  line-height: 8px !important;
  opacity: 1 !important;
}
main .sec-pickup .splide__pagination li .splide__pagination__page.is-active,
.sec-relatedGroups .sec-pickup .splide__pagination li .splide__pagination__page.is-active,
.sec-snsLogo .sec-pickup .splide__pagination li .splide__pagination__page.is-active {
  background: #007440 !important;
  opacity: 1 !important;
}

.sec-relatedGroups {
  padding: 50px 0 60px;
  border-top: 1px solid #E4E4E4;
}
.sec-relatedGroups .sectionText {
  text-align: center;
  font-size: 24px;
}
.sec-relatedGroups .relatedGroupsList {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .sec-relatedGroups .relatedGroupsList {
    margin-top: 35px;
  }
}
.sec-relatedGroups .splide__track {
  padding: 30px 0;
}

.sec-snsLogo {
  padding: 40px 0;
  border-top: 1px solid #E4E4E4;
}
@media only screen and (max-width: 767px) {
  .sec-snsLogo {
    padding: 30px 0 40px;
  }
}
.sec-snsLogo .snsLogoWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-snsLogo .snsLogoWrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.sec-snsLogo .snsLogoWrap .snsIconList {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.sec-snsLogo .snsLogoWrap .snsIconList > li + li {
  margin-left: 20px;
}
.sec-snsLogo .snsLogoWrap .snsIconList > li.facebook {
  width: 31px;
  height: 31px;
}
.sec-snsLogo .snsLogoWrap .snsIconList > li.instagram {
  width: 32px;
  height: 32px;
}
.sec-snsLogo .snsLogoWrap .snsIconList > li.youtube {
  width: 34px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .sec-snsLogo .snsLogoWrap .sdgsWrap {
    margin-top: 40px;
  }
}
.sec-snsLogo .snsLogoWrap .sdgsWrap .logo {
  width: 332px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-snsLogo .snsLogoWrap .sdgsWrap .logo {
    width: 300px;
  }
}
.sec-snsLogo .snsLogoWrap .sdgsWrap p {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

.circle {
  display: block;
  width: 12px;
  height: 12px;
  background: #151515;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
.circle.white {
  background: #fff;
}
.circle.white span {
  background: #fff;
}
.circle.white100 {
  opacity: 1;
  background: #fff;
}
.circle.white100 span {
  opacity: 1;
  background: #fff;
  animation: circle_attention-white100 1s infinite;
}
.circle.green100 {
  opacity: 1;
  background: #007440;
}
.circle.green100 span {
  opacity: 1;
  background: #007440;
  animation: circle_attention-white100 1s infinite;
}

@media (min-width: 1280px) {
  a:hover .viewBtn::after,
  a:hover .viewBtn_s::after,
  a:hover .outBtn::after {
    animation: line 0.4s ease-in-out forwards;
  }
  a:hover .outBtn::after {
    animation: line_out 0.4s ease-in-out forwards;
  }
  a:hover .circle {
    animation: circle_hover 1s forwards;
  }
  a:hover .circle_bottom,
  .globalNav__second-level .officeListAll a:hover .circle_bottom span {
    animation: circle_hover 1s forwards;
  }
  a:hover .circle_bottom span,
  .globalNav__second-level .officeListAll a:hover .circle_bottom span span {
    display: none;
  }
}
@keyframes line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes line_reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes line_out {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% - 25px);
  }
}
@keyframes line_out_reverse {
  0% {
    width: calc(100% - 25px);
  }
  100% {
    width: 0%;
  }
}
@keyframes circle_attention {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.1;
  }
  95% {
    transform: scale(6);
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle_attention-white100 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 0.95;
  }
  50% {
    opacity: 0.1;
  }
  95% {
    transform: scale(6);
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle_hover_reverse {
  0% {
    transform: scale(6);
    opacity: 0.15;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes circle_hover_reverse-white100 {
  0% {
    transform: scale(6);
    opacity: 0.15;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes circle_hover {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(6);
    opacity: 0.15;
  }
}
.slick-list {
  overflow: inherit !important;
}

/*listBtn
------------------------------------------*/
.listBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  padding-right: 10px;
  background: #E4E4E4;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .listBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}
.listBtn span {
  color: #252E31;
}
.listBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: solid 1px #252E31;
  border-right: solid 1px #252E31;
  opacity: 0.75;
  transition: all 0.4s;
}
.listBtn:hover span {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .listBtn:hover span {
    color: inherit !important;
  }
}
.listBtn:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media only screen and (max-width: 1024px) {
  .listBtn:hover::after {
    border-top: solid 1px #252E31;
    border-right: solid 1px #252E31;
  }
}
.listBtn.al-center {
  margin: 50px auto;
}
.listBtn.prev {
  padding-right: 0;
  padding-left: 15px;
}
.listBtn.prev::after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
}

/*animation
------------------------------------------*/
.animationBtn {
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
.animationBtn .btnText {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}
.animationBtn.white::before {
  background: #fff;
}
.animationBtn.white:hover {
  background: #fff !important;
}
.animationBtn.white:hover .btnText {
  color: #007440;
}
.animationBtn.white:hover .circle {
  background: #007440;
}
.animationBtn.white:hover .circle span {
  background: #007440;
}
.animationBtn.green::before {
  background: #007440;
}
.animationBtn.green:hover {
  background: #007440 !important;
}
.animationBtn.green:hover .btnText {
  color: #fff;
}
.animationBtn.green:hover .circle {
  background: #fff;
}
.animationBtn.green:hover .circle span {
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .animationBtn:hover {
    color: inherit;
    box-shadow: none;
  }
  .animationBtn:hover::before {
    transform: none;
    opacity: 0;
  }
  .animationBtn:hover .btnText {
    color: inherit !important;
  }
}

.animationScale {
  transition: transform 0.4s;
}
.animationScale:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 1024px) {
  .animationScale:hover {
    transform: scale(1);
  }
}

/*sec-pickup
------------------------------------------*/
.sec-pickup {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .sec-pickup {
    padding: 50px 0;
  }
}

/*sec-movie
------------------------------------------*/
.sec-movie {
  padding: 85px 0;
}
@media only screen and (max-width: 991px) {
  .sec-movie {
    padding: 50px 0;
  }
}
.sec-movie .sectionText {
  font-size: 36px;
  font-family: "Cormorant", serif;
}
@media only screen and (max-width: 767px) {
  .sec-movie .sectionText {
    font-size: 30px;
    text-align: center;
  }
}
.sec-movie .splide__track {
  padding: 30px 0;
}
.sec-movie .movieList {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .sec-movie .movieList {
    margin-top: 25px;
  }
}
.sec-movie .movieList li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #252E31;
}
.sec-movie .movieList li a .imgWrap {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .sec-movie .movieList li a .imgWrap {
    border-radius: 15px;
  }
}
.sec-movie .movieList li a .imgWrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url("../img/pages/kaitai/movie/icn_play.png") no-repeat center;
  background-size: contain;
  z-index: 5;
}
@media only screen and (max-width: 1280px) {
  .sec-movie .movieList li a .imgWrap::before {
    width: 55px;
    height: 55px;
  }
}
.sec-movie .movieList li a p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .sec-movie .movieList li a p {
    margin-top: 5px;
    font-size: 13px;
  }
}
.sec-movie .splide__pagination {
  position: relative;
  bottom: inherit;
  margin-top: 30px;
}
.sec-movie .splide__pagination li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 9px;
}
.sec-movie .splide__pagination li button {
  width: 8px !important;
  height: 8px !important;
  padding: 0;
}
.sec-movie .splide__pagination li button::before {
  width: 8px !important;
  height: 8px !important;
  font-size: 8px !important;
  background: #E5E5D5 !important;
  line-height: 8px !important;
  opacity: 1 !important;
}
.sec-movie .splide__pagination li .splide__pagination__page.is-active {
  background: #007440 !important;
  opacity: 1 !important;
}

/*sec-nearbystores
------------------------------------------*/
.sec-nearbystores {
  position: relative;
  padding: 100px 50px;
}
@media only screen and (max-width: 991px) {
  .sec-nearbystores {
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-nearbystores {
    padding: 60px 30px 50px;
    background: url("../img/elements/nearbystores/map_japan.png") no-repeat center;
    background-size: 90%;
  }
  .sec-nearbystores::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
  }
}
.sec-nearbystores .sectionWrap {
  max-width: 1080px;
}
@media only screen and (max-width: 767px) {
  .sec-nearbystores .sectionWrap {
    position: relative;
    width: 100%;
    z-index: 2;
  }
}
.sec-nearbystores .sectionWrap .sectionText {
  text-align: center;
}
.sec-nearbystores .sectionWrap .nearbystoresWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .sec-nearbystores .sectionWrap .nearbystoresWrap {
    margin-top: 30px;
  }
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresList {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresList {
    width: 100%;
    margin-top: 30px;
  }
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresList li + li {
  margin-top: 25px;
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresList li h4 {
  padding: 5px 20px 3px;
  font-size: 16px;
  font-weight: 500;
  background: #E4E4E4;
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresList li h4 {
    width: 100%;
    padding: 5px 20px 3px;
  }
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresList li p {
  margin-top: 20px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresList li p {
    padding: 0 2px;
  }
}
@media only screen and (max-width: 360px) {
  .sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresList li p {
    font-size: 15px;
  }
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresList li p span {
  margin: 0 0.2em;
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresList li p a {
  color: #007440;
  transition: all 0.4s;
  text-decoration: none !important;
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresList li p a:hover {
  text-decoration: underline !important;
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresMap {
  position: relative;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresMap {
    display: none;
  }
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresMap .linkBtnWrap a {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 2px 40px 0 20px;
  background: #007440;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresMap .linkBtnWrap a.touhoku {
  top: 45%;
  left: 66%;
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresMap .linkBtnWrap a.shutoken {
  top: 70%;
  left: 58%;
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresMap .linkBtnWrap a.kanto {
  top: 57%;
  left: 42%;
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresMap .linkBtnWrap a.tokai {
  top: 80%;
  left: 32%;
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresMap .linkBtnWrap a.kyushu {
  top: 86%;
  left: -3%;
}
.sec-nearbystores .sectionWrap .nearbystoresWrap .nearbystoresMap .linkBtnWrap a .circle {
  right: 15px;
}

/*sec-customerVoice
------------------------------------------*/
.sec-customerVoice {
  height: 41vw;
  background: url("../img/pages/kaitai/bg_customervoice.jpg") no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 1280px) {
  .sec-customerVoice {
    height: 55vw;
  }
}
@media only screen and (max-width: 1024px) {
  .sec-customerVoice {
    height: 65vw;
    background: url("../img/pages/kaitai/bg_customervoice.jpg") no-repeat 21%;
    background-size: cover;
  }
}
@media only screen and (max-width: 991px) {
  .sec-customerVoice {
    height: 80vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-customerVoice {
    height: 150vw;
    background: url("../img/pages/kaitai/bg_customervoice.jpg") no-repeat 31%;
    background-size: cover;
  }
}
.sec-customerVoice .sectionWrap-full {
  height: 100%;
}
.sec-customerVoice .sectionWrap-full .customerVoiceWrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sec-customerVoice .sectionWrap-full .customerVoiceWrap h2 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #007440;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .sec-customerVoice .sectionWrap-full .customerVoiceWrap h2 {
    text-align: center;
  }
}
.sec-customerVoice .sectionWrap-full .customerVoiceWrap h2 .en {
  font-size: 100px;
  font-family: "Cormorant", serif;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .sec-customerVoice .sectionWrap-full .customerVoiceWrap h2 .en {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-customerVoice .sectionWrap-full .customerVoiceWrap h2 .en {
    font-size: 60px;
  }
}
.sec-customerVoice .sectionWrap-full .customerVoiceWrap h2 .jp {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
@media only screen and (max-width: 767px) {
  .sec-customerVoice .sectionWrap-full .customerVoiceWrap h2 .jp {
    margin-top: 10px;
    font-size: 22px;
  }
}
.sec-customerVoice .sectionWrap-full .customerVoiceWrap h2 + p {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-customerVoice .sectionWrap-full .customerVoiceWrap h2 + p {
    margin-top: 25px;
    font-size: 14px;
  }
}
.sec-customerVoice .sectionWrap-full .customerVoiceWrap .btnWrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-customerVoice .sectionWrap-full .customerVoiceWrap .btnWrap {
    margin-top: 30px;
  }
}
.sec-customerVoice .sectionWrap-full .customerVoiceWrap .btnWrap a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 290px;
  height: 70px;
  margin: auto;
  padding: 0 40px;
  background: #007440;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 70px;
}
.sec-customerVoice .sectionWrap-full .customerVoiceWrap .btnWrap a .circle {
  right: 25px;
}
.sec-customerVoice .sectionWrap-full .customerVoiceWrap .interview {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.sec-customerVoice .sectionWrap-full .customerVoiceWrap .interview figure {
  width: 32px;
  height: auto;
  margin-right: 5px;
}
.sec-customerVoice .sectionWrap-full .customerVoiceWrap .interview p {
  font-size: 16px;
  font-weight: 700;
}

/*scrolldown
------------------------------------------*/
.p-visual__scroll {
  bottom: 10px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-visual__scroll {
    display: none;
  }
}

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

.c-scroll__text {
  font-family: "Cormorant", serif;
  font-weight: 900;
  /*text-shadow: 0 0 2px rgb(255, 255, 255);*/
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-right: -1px;
}

.c-scroll__line {
  animation: SCROLL_BASE 2.8s cubic-bezier(0.86, 0, 0.07, 1) infinite;
  background: #000;
  display: block;
  height: 1px;
  margin: 5px auto 0;
  width: 13px;
}

.c-scroll__arrow-line {
  display: block;
  height: 40px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1px;
}

.c-scroll__arrow-line::before {
  animation: SCROLL_LINE 2.8s cubic-bezier(0.86, 0, 0.07, 1) infinite;
  background: #000;
  content: " ";
  display: block;
  height: 40px;
  width: 1px;
}

.c-scroll__arrow-top {
  animation: SCROLL_ARROW 2.8s cubic-bezier(0.86, 0, 0.07, 1) infinite;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #000;
  display: block;
  height: 0;
  margin: auto;
  width: 0;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes SCROLL_BASE {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes SCROLL_LINE {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes SCROLL_ARROW {
  0% {
    transform: rotateY(-270deg);
  }
  50% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-270deg);
  }
}
/*.scrolldown { 
	position: absolute;
	right: 40px;
	bottom: 15px;
	margin:auto;
	z-index: 100;
	display: flex;
	align-items: center;
	height: 60px;
	width:1px;
	@include tab{
		display: none;
		right: 20px;
		height: 60px;
		.scrollarrow { 
			height: 50px;
		}
	}
	@include smp{
		height: 20px;
		.scrollarrow { 
			height: 20px;
		}
	}
	&::before {
		content: "";
		position: absolute;
		bottom: 6px;
		left: -1px;
		width: 15px;
		height: 1px;
		background: rgba(255,255,255,.75);
		transform: rotate(-45deg);
	}
	&::after {
		content: "";
		position: absolute;
		bottom: 6px;
		right: -1px;
		width: 15px;
		height: 1px;
		background: rgba(255,255,255,.75);
		transform: rotate(-135deg);
	}
	.scrollarrow {
		position: relative;
		display: inline-block;
		width: 1px;
		height: 60px;
		background: rgba(255,255,255,.75);
		span {
		  position: absolute;
		  bottom: 0;
		  left: 0;
		  width: 1px;
		  height: 100%;
		  background: rgba(255,255,255,.9);
		  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite; 
		}
	}
	.scrollText {
		position: absolute;
		top: -25px;
		right: 0;
		transform: translateX(45%);
		color: $white;
		font-weight: $font-l;
		font-family: 'Cormorant', serif;
		@include smp{
			top: -15px;
			font-size: 10px;
		}
	}
}
@keyframes sdl { 
	0% { transform: scale(1, 0); transform-origin: 0 0; }
	50% { transform: scale(1, 1); transform-origin: 0 0; }
	50.1% { transform: scale(1, 1); transform-origin: 0 100%; }
	100% { transform: scale(1, 0); transform-origin: 0 100%; } 
}*/
.fltBTT {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  display: none;
  z-index: 99999;
}
.fltBTT a {
  display: block;
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .fltBTT a {
    width: 50px;
    height: 50px;
  }
}
.fltBTT::after {
  content: "\f182";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  font-size: 70px;
  font-family: "Material Symbols Outlined";
  line-height: 1;
  font-variation-settings: "FILL" 1, "wght" 100, "GRAD" 0, "opsz" 48;
  color: #222;
  /*background: linear-gradient(45deg, #a8b6e6 0%, #9fd9e3 35%, #92e3d4 65%, #b1e8b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  transition: 0.3s all ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .fltBTT::after {
    font-size: 50px;
  }
}
.fltBTT::before {
  content: "\e836";
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  font-size: 68px;
  font-family: "Material Symbols Outlined";
  line-height: 1;
  font-variation-settings: "FILL" 1, "wght" 100, "GRAD" 0, "opsz" 48;
  color: #fff;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .fltBTT::before {
    font-size: 48px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fltBTT:hover::after {
    color: #fff;
  }
  .fltBTT:hover::before {
    color: #252E31;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fltBTT:hover::after {
    color: #fff;
  }
  .fltBTT:hover::before {
    color: #252E31;
  }
}/*# sourceMappingURL=px-common.css.map */