@charset "utf-8";

/* ==================================================== */
/*  フォント
/* ==================================================== */
.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

/* ==================================================== */
/*  フォントサイズ
/* ==================================================== */
@media (min-width: 768px) {
  :root {
    --fs50: clamp(4.3rem, 3.66vw, 5rem);
    --fs49: clamp(4.21rem, 3.59vw, 4.9rem);
    --fs48: clamp(4.12rem, 3.51vw, 4.8rem);
    --fs47: clamp(4.04rem, 3.44vw, 4.7rem);
    --fs46: clamp(3.95rem, 3.37vw, 4.6rem);
    --fs45: clamp(3.87rem, 3.29vw, 4.5rem);
    --fs44: clamp(3.78rem, 3.22vw, 4.4rem);
    --fs43: clamp(3.69rem, 3.15vw, 4.3rem);
    --fs42: clamp(3.61rem, 3.07vw, 4.2rem);
    --fs41: clamp(3.52rem, 3vw, 4.1rem);
    --fs40: clamp(3.44rem, 2.93vw, 4rem);
    --fs39: clamp(3.35rem, 2.86vw, 3.9rem);
    --fs38: clamp(3.26rem, 2.78vw, 3.8rem);
    --fs37: clamp(3.18rem, 2.71vw, 3.7rem);
    --fs36: clamp(3.09rem, 2.64vw, 3.6rem);
    --fs35: clamp(3.01rem, 2.56vw, 3.5rem);
    --fs34: clamp(2.92rem, 2.49vw, 3.4rem);
    --fs33: clamp(2.83rem, 2.42vw, 3.3rem);
    --fs32: clamp(2.75rem, 2.34vw, 3.2rem);
    --fs31: clamp(2.66rem, 2.27vw, 3.1rem);
    --fs30: clamp(2.58rem, 2.2vw, 3rem);
    --fs29: clamp(2.49rem, 2.12vw, 2.9rem);
    --fs28: clamp(2.41rem, 2.05vw, 2.8rem);
    --fs27: clamp(2.32rem, 1.98vw, 2.7rem);
    --fs26: clamp(2.23rem, 1.9vw, 2.6rem);
    --fs25: clamp(2.15rem, 1.83vw, 2.5rem);
    --fs24: clamp(2.06rem, 1.76vw, 2.4rem);
    --fs23: clamp(1.98rem, 1.68vw, 2.3rem);
    --fs22: clamp(1.89rem, 1.61vw, 2.2rem);
    --fs21: clamp(1.8rem, 1.54vw, 2.1rem);
    --fs20: clamp(1.72rem, 1.46vw, 2rem);
    --fs19: clamp(1.63rem, 1.39vw, 1.9rem);
    --fs18: clamp(1.55rem, 1.32vw, 1.8rem);
    --fs17: clamp(1.46rem, 1.24vw, 1.7rem);
    --fs16: clamp(15px, calc(15px + (16 - 15) * ((100vw - 768px) / (1366 - 768))), 16px);
    --fs15: clamp(14px, calc(14px + (15 - 14) * ((100vw - 768px) / (1366 - 768))), 15px);
    --fs14: clamp(13px, calc(13px + (14 - 13) * ((100vw - 768px) / (1366 - 768))), 14px);
    --fs13: clamp(12px, calc(12px + (13 - 12) * ((100vw - 768px) / (1366 - 768))), 13px);
    --fs12: clamp(11px, calc(11px + (12 - 11) * ((100vw - 768px) / (1366 - 768))), 12px);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --fs50: min(13.33vw, 5rem);
    --fs49: min(13.07vw, 4.9rem);
    --fs48: min(12.8vw, 4.8rem);
    --fs47: min(12.53vw, 4.7rem);
    --fs46: min(12.27vw, 4.6rem);
    --fs45: min(12vw, 4.5rem);
    --fs44: min(11.73vw, 4.4rem);
    --fs43: min(11.47vw, 4.3rem);
    --fs42: min(11.2vw, 4.2rem);
    --fs41: min(10.93vw, 4.1rem);
    --fs40: min(10.67vw, 4rem);
    --fs39: min(10.4vw, 3.9rem);
    --fs38: min(10.13vw, 3.8rem);
    --fs37: min(9.87vw, 3.7rem);
    --fs36: min(9.6vw, 3.6rem);
    --fs35: min(9.33vw, 3.5rem);
    --fs34: min(9.07vw, 3.4rem);
    --fs33: min(8.8vw, 3.3rem);
    --fs32: min(8.53vw, 3.2rem);
    --fs31: min(8.27vw, 3.1rem);
    --fs30: min(8vw, 3rem);
    --fs29: min(7.73vw, 2.9rem);
    --fs28: min(7.47vw, 2.8rem);
    --fs27: min(7.2vw, 2.7rem);
    --fs26: min(6.93vw, 2.6rem);
    --fs25: min(6.67vw, 2.5rem);
    --fs24: min(6.4vw, 2.4rem);
    --fs23: min(6.13vw, 2.3rem);
    --fs22: min(5.87vw, 2.2rem);
    --fs21: min(5.6vw, 2.1rem);
    --fs20: min(5.33vw, 2rem);
    --fs19: min(5.07vw, 1.9rem);
    --fs18: min(4.8vw, 1.8rem);
    --fs17: min(4.5vw, 1.7rem);
    --fs16: min(4.26vw, 1.6rem);
    --fs15: min(4vw, 1.5rem);
    --fs14: min(3.7vw, 1.4rem);
    --fs13: min(3.46vw, 1.3rem);
    --fs12: min(3.2vw, 1.2rem);
    --fs11: min(2.96vw, 1.1rem);
    --fs10: min(2.6vw, 1rem);
  }
}

/* ==================================================== */
/*  基本
/* ==================================================== */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #313030;

  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}
body.active {
  /*ハンバーガーメニューを開いたら背景固定*/
  position: fixed;
  width: 100%;
}
main {
  display: block;
}
main figure {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
a:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  a a[href^="tel"] {
    pointer-events: none;
  }
  a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  /*IEでimgタグのsrcにsvgを指定した時に崩れる防止*/
  width: 100%;
  height: auto;
}
sup {
  position: relative;
  top: -0.1em;
  font-size: 70%;
  vertical-align: top;
}
sub {
  position: relative;
  bottom: -0.1em;
  font-size: 70%;
  vertical-align: bottom;
}

/* ==================================================== */
/*  flex
/* ==================================================== */
.flex {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flexbox;
  display:    -moz-flexbox;
  display:     -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;

  -js-display: flex;
}
.c-pc-only {
  display: inline-block !important;
}
.c-tab-only {
  display: none !important;
}
.c-sp-only {
  display: none !important;
}
.c-tab-over {
  display: inline-block !important;
}
.c-tab-less {
  display: none !important;
}
.c-tab-not {
  display: inline-block !important;
}
.clear {
  clear: both !important;
}
.c-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-pc-only {
    display: none !important;
  }
  .c-tab-only {
    display: inline-block !important;
  }
  .c-sp-only {
    display: none !important;
  }
  .c-tab-over {
    display: inline-block !important;
  }
  .c-tab-less {
    display: inline-block !important;
  }
  .c-tab-not {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .c-pc-only {
    display: none !important;
  }
  .c-tab-only {
    display: none !important;
  }
  .c-sp-only {
    display: inline-block !important;
  }
  .c-tab-over {
    display: none !important;
  }
  .c-tab-less {
    display: inline-block !important;
  }
  .c-tab-not {
    display: inline-block !important;
  }
}

/* ==================================================== */
/*  header
/* ==================================================== */
/*header 基本*/
header {
  position: fixed;
  top: 15px;
  right: 0;
  left: 0;
  z-index: 990;
  width: 96.632504%;
  margin: auto;
}
header .header-area {
  align-items: center;
  justify-content: space-between;
  padding: 17px 0 0;
  border-radius: 5px;
  background-color: transparent;
  transition: all 0.5s 0s ease;
}
/* header-logo */
header .header-area .header-logo {
  position: relative;
  z-index: 992;
  width: 300px;
  margin-bottom: 14px;
  margin-left: 20px;
  color: #fff;
}
header .header-area .header-logo .flex {
  align-items: center;

  gap: 13.5px;
}
header .header-area .header-logo .flex figure {
  width: 37.21px;
}
header .header-area .header-logo .flex .logo-txt {
  display: flex;
  align-items: center;
}
header .header-area .header-logo .flex .logo-txt span {
  display: inline-block;
  margin-right: 7px;
  font-size: var(--fs18);
  font-weight: 700;
}
header .header-area .header-logo .flex .logo-txt p {
  font-size: var(--fs22);
  font-weight: 700;
}
/* header-nav */
header .header-area .header-nav {
  flex: 1;
  padding-right: 17px;
}
header .header-area .header-nav .header-nav-list {
  justify-content: flex-end;

  gap: 32.6px;
}
header .header-area .header-nav .header-nav-list .menu-nav p {
  padding: 4px 0 17px;
  font-size: var(--fs16);
  font-weight: 700;
  color: #fff;
}
header .header-area .header-nav .header-nav-list .menu-nav p:hover a {
  border-bottom: solid 1px #fff;
}
header .header-area .header-nav .header-nav-list .contact-nav {
  margin-left: calc(26px - 33.5px);
}
header .header-area .header-nav .header-nav-list .contact-nav p a {
  display: inline-block;
  padding: 3px 19px 2px;
  border: solid 1px #fff;
  border-radius: 3px;
  font-size: var(--fs15);
  font-weight: 700;
  color: #fff;
}
/* menu-nav-parent ナビ プルダウン */
header .header-area .header-nav .header-nav-list .menu-nav-parent {
  position: relative;
}
header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child {
  display: none;
}
/* header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child {
  position: absolute;
  top: 30px;
  left: 50%;
  display: none;
  width: 150px;
  background-color: #7a7a7a;
  transform: translateX(-50%);
}
header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child.open {
  display: block;
}
header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child a {
  display: block;
  padding: 1em 0;
  border-bottom: solid 1px #fff;
  text-align: center;
}
header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child a:last-child {
  border-bottom: none;
} */
@media (max-width: 1024px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 990;
    overflow-y: scroll;
    /* overflow-y: scroll;
    flex: auto; */
    width: 100%;
    background-color: transparent;
  }
  header .header-area {
    padding: 0;
  }
  header .header-area .header-nav {
    padding: 100px 9%;
  }
  header .header-area .header-logo {
    position: absolute;
    top: 22px;
    left: 17px;
    width: auto;
    margin: 0;
    background-color: transparent;
  }
  header .header-area .header-logo .flex figure {
    width: 9.92vw;
    max-width: 37.21px;
  }
  header .header-area .header-logo .flex .logo-txt {
    display: block;
  }
  header .header-area .header-logo .flex .logo-txt span {
    font-size: var(--fs15);
  }
  header .header-area .header-logo .flex .logo-txt p {
    font-size: var(--fs19);
  }
  header .header-area .header-nav .menu-nav {
    padding: 18px 0 15px 15px;
    border-bottom: solid 1px #87b4ab;
  }
  header .header-area .header-nav .header-nav-list .menu-nav p:hover a {
    border-bottom: none;
  }
  header .header-area .header-nav .menu-nav.c-tab-less {
    display: block !important;
  }
  header .header-area .header-nav .header-nav-list .menu-nav p {
    position: relative;
    padding: 0;
  }
  header .header-area .header-nav .header-nav-list .menu-nav p a {
    display: block;
  }
  header .header-area .header-nav .header-nav-list .menu-nav p:after {
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    z-index: 66;
    display: inline-block;
    width: 12px;
    height: 8px;
    margin: auto;
    background-image: url(../img/common/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  header .header-area .header-nav .header-nav-list .menu-nav p.c-tab-less {
    display: block !important;
  }
  header .header-area .header-nav .header-nav-list {
    display: none;
  }
  header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child {
    margin-top: 12px;
  }
  header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    padding-left: 25px;
    font-size: var(--fs16);
    color: #fff;
  }
  header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child a:last-child {
    padding-bottom: 0;
  }
  header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child a:after {
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    z-index: 66;
    display: inline-block;
    width: 12px;
    height: 8px;
    margin: auto;
    background-image: url(../img/common/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  header .header-area .header-nav .header-nav-list .contact-nav {
    margin: auto;
    margin-top: 109px;
    text-align: center;
  }
  header .header-area .header-nav .header-nav-list .contact-nav p a {
    width: 225px;
    height: 55px;
    padding: 0;
    border: none;
    border-radius: 6px;
    background-color: #f8f8f8;
    font-size: var(--fs16);
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    color: #2d5b60;
  }
  /* header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child {
    position: static;
    width: 100%;
    background-color: transparent;
    transform: none;
  }
  header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child a {
    padding: 1em 1em 0 1em;
    border-bottom: 0;
    text-align: left;
  } */
  /* プラス マイナス */
  header .header-area .header-nav .header-nav-list .menu-nav p.c-tab-less:after {
    position: absolute;
    top: 50%;
    right: 17px;
    bottom: auto;
    display: block;
    width: 12px;
    height: 1px;
    margin: 0;
    border: none;
    background: #fff;
    content: "";
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .header-area .header-nav .header-nav-list .menu-nav p.c-tab-less:before {
    position: absolute;
    top: 50%;
    right: 17px;
    display: block;
    width: 12px;
    height: 1px;
    border: none;
    background: #fff;
    content: "";
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  header .header-area .header-nav .header-nav-list .menu-nav p.c-tab-less.open:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(179deg);
  }
  /* ハンバーガーメニューオープン */
  .active header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
    height: 100vh;
    background-color: #4a8c80;
  }
  .active header .header-area .header-nav {
    display: block;
  }
  .active header .header-area .header-logo {
    background-color: #4a8c80;
  }
  .active header .header-area .header-nav .header-nav-list {
    display: block;
    max-width: 500px;
    margin: auto;
  }
  /* menu-nav-parent ナビ プルダウン */
  .active header .header-area .header-nav .header-nav-list .menu-nav-parent .menu-nav-child.open {
    display: block;
  }
}
/* ==================================================== */
/*  header-hamburger ハンバーガーメニュー
/* ==================================================== */
.header-hamburger {
  position: fixed;
  top: 32px;
  right: 25px;
  z-index: 998;
  display: none;
  width: 27px;
  height: 6px;
}
.header-hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.header-hamburger span:first-of-type {
  top: 0;
}
.header-hamburger span:nth-of-type(2) {
  top: 50%;
}
.header-hamburger span:last-of-type {
  top: 100%;
}
.header-hamburger.active span:first-of-type {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-hamburger.active span:last-of-type {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .header-hamburger {
    display: block;
  }
  .header-hamburger:after {
    position: absolute;
    top: -15px;
    right: -13px;
    z-index: -1;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 3px;
    background-color: #4a8c80;
    content: "";
  }
  .header-hamburger:before {
    position: absolute;
    bottom: -25px;
    left: -2px;
    font-family: "Roboto", sans-serif;
    font-size: 100%;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    content: "MENU";
    -webkit-transition: 0.5s;
            transition: 0.5s;
  }
}
/* ==================================================== */
/*  header スクロール
/* ==================================================== */
header.show .header-area {
  background-color: #2d5b60;
}

/* ==================================================== */
/*  footer
/* ==================================================== */
footer {
  position: relative;
  z-index: 989;
  margin-top: 210px;
  padding: 62px 0 78px;
  background-color: #4a8c80;
  color: #fff;
}
footer .pagetop {
  position: fixed;
  right: min(1.976574vw, 27px);
  bottom: 35px;
  display: none;
}
footer .pagetop a {
  display: block;
  width: 28.57px;
}
footer .footer-inner {
  width: 90.190337%;
  margin: auto;
}
footer .footer-inner .footer-flex {
  display: flex;
  justify-content: space-between;
}
footer .footer-inner .footer-flex .footer-company {
  flex: 1;
  margin-left: 39px;
  /* margin-left: 10px; */
}
footer .footer-inner .footer-flex .footer-company .footer-logo {
  margin-bottom: 0;
}
footer .footer-inner .footer-flex .footer-company .footer-logo a {
  display: block;
}
footer .footer-inner .footer-flex .footer-company .footer-logo .flex {
  gap: 29px;
}
footer .footer-inner .footer-flex .footer-company .footer-logo .flex figure {
  width: 59.07px;
}
footer .footer-inner .footer-flex .footer-company .footer-logo .flex p {
  padding-top: 10px;
  font-size: var(--fs21);
  font-weight: 700;
}
footer .footer-inner .footer-flex .footer-company .footer-access {
  margin-top: -2px;
  padding-left: 88px;
}
footer .footer-inner .footer-flex .footer-company .footer-access p {
  margin-bottom: 8px;
  font-size: var(--fs16);
  line-height: 1.65;
}
footer .footer-inner .footer-flex .footer-company .footer-access span {
  display: inline-block;
  font-size: var(--fs15);
  letter-spacing: normal;
}
footer .footer-inner .footer-flex .footer-index {
  width: 51.976574vw;
  max-width: 710px;
  margin-top: 8px;
  /* flex: 1; */
  /* padding-top: 7px;
  padding-right: 16px; */
}
footer .footer-inner .footer-flex .footer-index ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-end; */
  font-size: var(--fs15);

  gap: min(5.2vw, 72px);
}
footer .footer-inner .footer-flex .footer-index ul li {
  color: #fff;
}
footer .footer-inner .footer-flex .footer-index ul li a {
  display: block;
  margin-bottom: 10px;
}
footer .footer-inner .footer-flex .footer-index ul li a:hover {
  text-decoration: underline;
}
footer .footer-inner .footer-flex .footer-index ul li .item {
  margin-bottom: 18px;
  font-weight: 700;
}
footer .footer-inner .footer-flex .footer-index ul li .item-f {
  margin-bottom: 11px;
}
footer .footer-inner .footer-sub {
  display: flex;
  justify-content: space-between;
  margin-top: 144px;
}
footer .footer-inner .footer-sub p {
  margin-left: 39px;
  font-size: var(--fs13);
}
footer .footer-inner .footer-sub .copyright {
  font-size: 1.1rem;
  letter-spacing: normal;
}
@media (max-width: 1350px) {
  footer .footer-inner .footer-flex .footer-company {
    margin-left: 0;
  }
  footer .footer-inner .footer-flex .footer-company .footer-logo .flex {
    gap: 15px;
  }
  footer .footer-inner .footer-flex .footer-company .footer-access {
    padding-left: 74px;
  }
  footer .footer-inner .footer-flex .footer-index {
    width: 54vw;
  }
  footer .footer-inner .footer-flex .footer-index ul {
    gap: 3.5vw;
  }
}
@media (max-width: 1024px) {
  footer {
    margin-top: 150px;
    padding-bottom: 20px;
  }
  footer .pagetop a {
    width: 22px;
  }
  footer .footer-inner {
    width: 85%;
  }
  footer .footer-inner .footer-flex {
    display: block;
  }
  footer .footer-inner .footer-flex .footer-company {
    width: 100%;
    margin-bottom: 50px;
  }
  footer .footer-inner .footer-flex .footer-index {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-left: 74px;
  }
  footer .footer-inner .footer-flex .footer-index ul {
    gap: 30px min(5.2vw, 72px);
  }
  footer .footer-inner .footer-sub {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 5.3% 8px;
  }
  footer .footer-inner {
    width: 100%;
  }
  footer .footer-inner .footer-flex .footer-company {
    margin-bottom: 80px;
  }
  footer .footer-inner .footer-flex .footer-company .footer-logo .flex {
    gap: 23px;
  }
  footer .footer-inner .footer-flex .footer-company .footer-logo .flex figure {
    width: 48.53px;
  }
  footer .footer-inner .footer-flex .footer-company .footer-logo .flex p {
    padding-top: 10px;
    font-size: var(--fs17);
  }
  footer .footer-inner .footer-flex .footer-company .footer-access {
    padding-left: 71px;
  }
  footer .footer-inner .footer-flex .footer-company .footer-access p,
  footer .footer-inner .footer-flex .footer-company .footer-access span {
    margin-bottom: 8px;
    font-size: var(--fs13);
  }
  footer .footer-inner .footer-flex .footer-index {
    padding-left: 0;
  }
  footer .footer-inner .footer-flex .footer-index ul {
    font-size: var(--fs13);

    gap: 35px;
  }
  footer .footer-inner .footer-sub {
    flex-direction: column-reverse;
    margin-top: 145px;
    text-align: center;
  }
  footer .footer-inner .footer-sub p {
    margin: auto;
    font-size: var(--fs12);
  }
  footer .footer-inner .footer-sub .copyright {
    padding-top: 19px;
    font-size: var(--fs11);
  }
}
/* ====================================================
inner
==================================================== */
.inner {
  max-width: 1366px; /* 1240 */
  margin: 0 auto;
  padding: 0 63px;
}
.max-inner {
  /* max-width: 1385px;
  margin: 0 auto;
  padding: 0 40px; */
}
.med-inner {
  /* max-width: 1205px;
  margin: 0 auto;
  padding: 0 40px; */
}
@media (max-width: 1024px) {
  .inner {
    padding: 0 5.3%;
  }
}
@media (max-width: 767px) {
  .inner,
  .max-inner,
  .med-inner {
    padding: 0 5.3vw;
  }
}
/* ==================================================== */
/*  共通ボタン
/* ==================================================== */
.cmn-n-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 244px;
  padding: 14px 18px;
  border: solid 1px #4a8c80;
  border-radius: 6px;
  background: linear-gradient(to right, #4a8c80 50%, #fff 50%);
  background-position: right center;
  background-size: 200% 101%;
  font-size: var(--fs15);
  color: #2d5b60;
  transition: background-position 0.4s ease, color 0.35s ease;
}
.cmn-n-btn:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin: auto;
  background-image: url(../img/common/arrow_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: all 0.6s ease;
}
.cmn-n-btn:before {
  position: absolute;
  top: 0;
  right: 50px;
  width: 1px;
  height: 100%;
  background-color: #4a8c80;
  content: "";
  transition: all 0.5s ease;
}
/* hover */
.cmn-n-btn:hover {
  background-position: left center;
  color: #fff;
  transition: background-position 0.4s ease, color 0.35s ease;
  opacity: 1;
}
.cmn-n-btn:hover:after {
  background-image: url(../img/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.cmn-n-btn:hover:before {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cmn-n-btn {
    display: block;
    max-width: 221px;
    margin: auto;
    padding: 12px 18px;
    font-size: var(--fs14);
  }
}
/* ====================================================
スクロールアニメーション
==================================================== */
.scr {
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.scr.scr-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
/* ====================================================
ページナビ（wpcf7.css 読み込み前提）
==================================================== */
.wp-pagenavi-box {
  display: flex;
  justify-content: center;
  padding-top: 108px;
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  margin: auto;

  gap: 16px 0;
}
.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}
.wp-pagenavi .page {
  display: inline-block;
  width: 41px;
  margin: auto 8px;
  padding: 0 !important;
  border: solid 1px #a2a2a2 !important;
  background-color: transparent;
  font-size: var(--fs16);
  line-height: 39px;
  text-align: center;
  letter-spacing: normal;
}
.wp-pagenavi .page:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .current {
  display: inline-block;
  width: 41px;
  margin: auto 8px;
  padding: 0 !important;
  border: solid 1px #a2a2a2 !important;
  background-color: #000;
  font-size: var(--fs16);
  line-height: 39px;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi-box {
    padding-top: 45px;
  }
  .wp-pagenavi .current {
    width: 34px;
    margin: auto 3px;
    font-size: var(--fs16);
    line-height: 32px;
  }
  .wp-pagenavi .page {
    width: 34px;
    margin: auto 3px;
    font-size: var(--fs16);
    line-height: 32px;
  }
}
/* ====================================================
アイコン
==================================================== */
a[target="_blank"]::after {
  display: inline-block;
  width: 21.16px;
  height: 19px;
  margin: 0 0 2px 8px;
  background-image: url(../img/common/ico_target.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
a[href$=".xlsx"]:after,
a[href$=".xls"]:after {
  display: inline-block;
  width: 21.16px;
  height: 24px !important;
  margin: 0 0 2px 8px;
  background-image: url(../img/common/icon_excel.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
a[href*=".pdf"]:after {
  display: inline-block;
  width: 21.16px;
  height: 26px !important;
  margin: 0 0 2px 8px;
  background-image: url(../img/common/icon_pdf.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
