@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

body {
  color: #3c3830;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

a {
  transition: 0.2s;
}

a:hover {
  opacity: 0.7;
}

.l-outer {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 711px) {
  .l-outer {
    margin-top: 8.3571428571vw;
  }
}

.l-inner {
  width: 100%;
  padding: 0 4vw;
  margin: 0 auto;
}
@media screen and (min-width: 711px) {
  .l-inner {
    width: 78.5714285714vw;
    padding: 0;
  }
}

.c-pagetop__wrap {
  display: none;
  position: fixed;
  right: 2.1333333333vw;
  bottom: 18.6666666667vw;
  z-index: 999;
}
@media screen and (min-width: 711px) {
  .c-pagetop__wrap {
    right: 2.1428571429vw;
    bottom: 1.0714285714vw;
  }
}

.c-pagetop__wrap > .c-pagetop__btn {
  width: 9.0666666667vw;
  height: 13.3333333333vw;
}
@media screen and (min-width: 711px) {
  .c-pagetop__wrap > .c-pagetop__btn {
    width: 3.6428571429vw;
    height: 5.3571428571vw;
  }
}

.c-pagetop__wrap > .c-pagetop__btn img {
  width: 100%;
  margin: auto;
}

.c-sidemenu {
  position: fixed;
  z-index: 998;
  right: 0;
  top: 15.4666666667vw;
}
@media screen and (min-width: 711px) {
  .c-sidemenu {
    top: 13.4285714286vw;
  }
}

.c-sidemenu > .c-sidemenu__list > .c-sidemenu__listItem > a {
  display: inline-block;
  position: relative;
  width: 8vw;
  height: 35.2vw;
  margin-bottom: 1.6vw;
  padding: 2.6666666667vw 2.1333333333vw;
  background: url(../image/common/sidemenu_base01_sp.png) no-repeat 0 0 / cover;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 711px) {
  .c-sidemenu > .c-sidemenu__list > .c-sidemenu__listItem > a {
    width: 10.9285714286vw;
    height: 7.0714285714vw;
    margin-bottom: 1.4285714286vw;
    padding: 0.9285714286vw 1.4285714286vw 0.9285714286vw 1.7857142857vw;
    background-image: url(../image/common/sidemenu_base01_pc.png);
    font-size: 2.5vw;
    line-height: 1.1;
    writing-mode: unset;
  }
}

.c-sidemenu > .c-sidemenu__list > .c-sidemenu__listItem > a > small {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 711px) {
  .c-sidemenu > .c-sidemenu__list > .c-sidemenu__listItem > a > small {
    font-size: 1.8571428571vw;
  }
}

.c-sidemenu > .c-sidemenu__list > .c-sidemenu__listItem > a::after {
  position: absolute;
  content: "";
  background: url(../image/common/btn_arrow_elsh.svg) no-repeat center;
  background-size: contain;
  bottom: 1.8666666667vw;
  right: 2.1333333333vw;
  width: 3.2vw;
  height: 3.2vw;
}
@media screen and (min-width: 711px) {
  .c-sidemenu > .c-sidemenu__list > .c-sidemenu__listItem > a::after {
    bottom: 0.9285714286vw;
    right: 1.3571428571vw;
    width: 1.6428571429vw;
    height: 1.6428571429vw;
  }
}

.c-sidemenu > .c-sidemenu__list > .c-sidemenu__listItem:nth-of-type(2) > a {
  background-image: url(../image/common/sidemenu_base02_sp.png);
}
@media screen and (min-width: 711px) {
  .c-sidemenu > .c-sidemenu__list > .c-sidemenu__listItem:nth-of-type(2) > a {
    background-image: url(../image/common/sidemenu_base02_pc.png);
  }
}

.c-sidemenu
  > .c-sidemenu__list
  > .c-sidemenu__listItem:nth-of-type(2)
  > a::after {
  background-image: url(../image/common/btn_arrow_jhsh.svg);
}

.c-sidemenu > .c-sidemenu__list > .c-sidemenu__listItem:nth-of-type(3) {
  margin-bottom: 0;
}

.c-sidemenu > .c-sidemenu__list > .c-sidemenu__listItem:nth-of-type(3) > a {
  background-image: url(../image/common/sidemenu_base03_sp.png);
}
@media screen and (min-width: 711px) {
  .c-sidemenu > .c-sidemenu__list > .c-sidemenu__listItem:nth-of-type(3) > a {
    background-image: url(../image/common/sidemenu_base03_pc.png);
  }
}

.c-sidemenu
  > .c-sidemenu__list
  > .c-sidemenu__listItem:nth-of-type(3)
  > a::after {
  background-image: url(../image/common/btn_arrow_hish.svg);
}

.c-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 10000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-loader .c-loader__img {
  width: 26.6666666667vw;
  max-width: 100%;
  margin: 0 auto;
}

.c-loader .c-loader__img > img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.c-breadcrumb .c-breadcrumb__list {
  padding: 2.6666666667vw 4vw 0;
}
@media screen and (min-width: 711px) {
  .c-breadcrumb .c-breadcrumb__list {
    padding: 1.4285714286vw 0 0;
  }
}

.c-breadcrumb .c-breadcrumb__list li {
  display: inline;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  font-size: 3.2vw;
  line-height: 4.2666666667vw;
}
@media screen and (min-width: 711px) {
  .c-breadcrumb .c-breadcrumb__list li {
    font-size: 1vw;
    line-height: 1.1428571429vw;
  }
}

.c-breadcrumb .c-breadcrumb__list li a {
  padding-right: 2.9333333333vw;
  margin-right: 1.3333333333vw;
  background: url(../image/common/breadcrumb_arrow.svg) no-repeat right center;
  background-size: 1.6vw 3.2vw;
}
@media screen and (min-width: 711px) {
  .c-breadcrumb .c-breadcrumb__list li a {
    padding-right: 1.0714285714vw;
    margin-right: 0.5714285714vw;
    background-size: 0.5vw 1vw;
  }
}

.c-sec_title {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #004b30;
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  padding: 4vw 0.5em;
}
@media screen and (min-width: 711px) {
  .c-sec_title {
    font-size: 2.1428571429vw;
    padding: 1.7857142857vw 1em;
  }
}

.c-sec_title::before {
  position: absolute;
  top: 1.2666666667vw;
  left: 0;
  width: 100%;
  height: auto;
  content: "";
  border-top: 0.4vw solid #fff;
}
@media screen and (min-width: 711px) {
  .c-sec_title::before {
    top: 0.5535714286vw;
    border-top-width: 0.1428571429vw;
  }
}

.c-sec_title::after {
  position: absolute;
  bottom: 1.4vw;
  left: 0;
  width: 100%;
  height: auto;
  content: "";
  border-top: 0.4vw solid #fff;
}
@media screen and (min-width: 711px) {
  .c-sec_title::after {
    bottom: 0.5892857143vw;
    border-top-width: 0.1428571429vw;
  }
}

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

.c-greenArrBtn__btnWrap > .c-greenArrBtn__btn {
  display: block;
  width: 100%;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  border: 0.4vw solid #004b30;
  border-radius: 4.9333333333vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #004b30;
}
@media screen and (min-width: 711px) {
  .c-greenArrBtn__btnWrap > .c-greenArrBtn__btn {
    font-size: 1.4285714286vw;
    padding-top: 1.1785714286vw;
    padding-bottom: 1.1785714286vw;
    border-radius: 2.8571428571vw;
    border-width: 0.2142857143vw;
  }
}

.c-greenArrBtn__btnWrap > .c-greenArrBtn__btn > .c-greenArrBtn__btnArrow {
  display: block;
  position: relative;
  width: 100%;
}

.c-greenArrBtn__btnWrap
  > .c-greenArrBtn__btn
  > .c-greenArrBtn__btnArrow::after {
  position: absolute;
  content: "";
  background: url(../image/common/btn_arrow_bg-green.svg) no-repeat center;
  background-size: contain;
  top: calc(50% - 2.5333333333vw);
  right: 2.1333333333vw;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
}
@media screen and (min-width: 711px) {
  .c-greenArrBtn__btnWrap
    > .c-greenArrBtn__btn
    > .c-greenArrBtn__btnArrow::after {
    top: calc(50% - 1vw);
    right: 0.8571428571vw;
    width: 2vw;
    height: 2vw;
  }
}

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

.c-arrBtn__btnWrap > .c-arrBtn__btn {
  display: block;
  width: 100%;
  padding-top: 4.1333333333vw;
  padding-bottom: 4.1333333333vw;
  border-radius: 1.6vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  background-color: #004b30;
  color: #fff;
}
@media screen and (min-width: 711px) {
  .c-arrBtn__btnWrap > .c-arrBtn__btn {
    font-size: 1.4285714286vw;
    padding-top: 1.6785714286vw;
    padding-bottom: 1.6785714286vw;
    border-radius: 0.4285714286vw;
  }
}

.c-arrBtn__btnWrap > .c-arrBtn__btn > .c-arrBtn__btnArrow {
  display: block;
  position: relative;
  width: 100%;
}

.c-arrBtn__btnWrap > .c-arrBtn__btn > .c-arrBtn__btnArrow::after {
  position: absolute;
  content: "";
  background: url(../image/common/btn_arrow_green2.svg) no-repeat center;
  background-size: contain;
  top: calc(50% - 2.2666666667vw);
  right: 1.6vw;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
}
@media screen and (min-width: 711px) {
  .c-arrBtn__btnWrap > .c-arrBtn__btn > .c-arrBtn__btnArrow::after {
    top: calc(50% - 0.8214285714vw);
    right: 0.9285714286vw;
    width: 1.6428571429vw;
    height: 1.6428571429vw;
  }
}

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

.c-arrBtn2__btnWrap > .c-arrBtn2__btn {
  display: block;
  width: 100%;
  padding-top: 2.4vw;
  padding-bottom: 2.6666666667vw;
  border-radius: 6.6666666667vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  background-color: #004b30;
  color: #fff;
}
@media screen and (min-width: 711px) {
  .c-arrBtn2__btnWrap > .c-arrBtn2__btn {
    font-size: 1.1428571429vw;
    padding-top: 1.0714285714vw;
    padding-bottom: 1.1428571429vw;
    border-radius: 1.7857142857vw;
  }
}

.c-arrBtn2__btnWrap > .c-arrBtn2__btn > .c-arrBtn2__btnArrow {
  display: block;
  position: relative;
  width: 100%;
}

.c-arrBtn2__btnWrap > .c-arrBtn2__btn > .c-arrBtn2__btnArrow::after {
  position: absolute;
  content: "";
  background: url(../image/common/btn_arrow_green2.svg) no-repeat center;
  background-size: contain;
  top: calc(50% - 2.2666666667vw);
  right: 1.6vw;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
}
@media screen and (min-width: 711px) {
  .c-arrBtn2__btnWrap > .c-arrBtn2__btn > .c-arrBtn2__btnArrow::after {
    top: calc(50% - 0.8214285714vw);
    right: 0.9285714286vw;
    width: 1.6428571429vw;
    height: 1.6428571429vw;
  }
}

.c-bloglist .c-bloglist__listBtnWrap {
  display: block;
  border-bottom: 1px dashed #707070;
}

.c-bloglist .c-bloglist__listBtnWrap:last-child {
  border-bottom: none;
}

.c-bloglist .c-bloglist__listBtnWrap .c-bloglist__listBtn .c-bloglist__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4.5333333333vw 4vw;
}
@media screen and (min-width: 711px) {
  .c-bloglist .c-bloglist__listBtnWrap .c-bloglist__listBtn .c-bloglist__list {
    align-items: center;
    padding: 1.4285714286vw 3.5714285714vw;
  }
}

.c-bloglist
  .c-bloglist__listBtnWrap
  .c-bloglist__listBtn
  .c-bloglist__list
  > .c-bloglist__listL {
  display: block;
}
@media screen and (min-width: 711px) {
  .c-bloglist
    .c-bloglist__listBtnWrap
    .c-bloglist__listBtn
    .c-bloglist__list
    > .c-bloglist__listL {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.c-bloglist
  .c-bloglist__listBtnWrap
  .c-bloglist__listBtn
  .c-bloglist__list
  > .c-bloglist__listL
  > .c-bloglist__listCate {
  width: 17.0666666667vw;
  margin-right: 0;
  margin-left: 0;
  padding: 0.9333333333vw 0;
  border-radius: 2.9333333333vw;
  text-align: center;
  font-size: 2.9333333333vw;
  font-weight: 600;
  color: #fff;
  background-color: #004b30;
}
@media screen and (min-width: 711px) {
  .c-bloglist
    .c-bloglist__listBtnWrap
    .c-bloglist__listBtn
    .c-bloglist__list
    > .c-bloglist__listL
    > .c-bloglist__listCate {
    width: 8.8571428571vw;
    margin-right: 0.7142857143vw;
    margin-left: 0.7142857143vw;
    padding: 0.6428571429vw 0;
    border-radius: 1.5vw;
    font-size: 1.2857142857vw;
  }
}

.c-bloglist
  .c-bloglist__listBtnWrap
  .c-bloglist__listBtn
  .c-bloglist__list
  > .c-bloglist__listL
  > .c-bloglist__listDate {
  width: 20vw;
  margin-top: 1.3333333333vw;
  font-size: 2.9333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 711px) {
  .c-bloglist
    .c-bloglist__listBtnWrap
    .c-bloglist__listBtn
    .c-bloglist__list
    > .c-bloglist__listL
    > .c-bloglist__listDate {
    width: 7.5714285714vw;
    margin-top: 0;
    font-size: 1.1428571429vw;
  }
}

.c-bloglist
  .c-bloglist__listBtnWrap
  .c-bloglist__listBtn
  .c-bloglist__list
  > .c-bloglist__listR {
  display: block;
}
@media screen and (min-width: 711px) {
  .c-bloglist
    .c-bloglist__listBtnWrap
    .c-bloglist__listBtn
    .c-bloglist__list
    > .c-bloglist__listR {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.c-bloglist
  .c-bloglist__listBtnWrap
  .c-bloglist__listBtn
  .c-bloglist__list
  > .c-bloglist__listR
  > .c-bloglist__listTitle {
  width: 57.8666666667vw;
  margin-right: 0;
  font-size: 4.2666666667vw;
  font-weight: 600;
  color: #004b30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 711px) {
  .c-bloglist
    .c-bloglist__listBtnWrap
    .c-bloglist__listBtn
    .c-bloglist__list
    > .c-bloglist__listR
    > .c-bloglist__listTitle {
    width: 21.4285714286vw;
    margin-right: 1.4285714286vw;
    font-size: 1.5714285714vw;
  }
}

.c-bloglist
  .c-bloglist__listBtnWrap
  .c-bloglist__listBtn
  .c-bloglist__list
  > .c-bloglist__listR
  > .c-bloglist__listText {
  width: 60.5333333333vw;
  height: 10.6666666667vw;
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 711px) {
  .c-bloglist
    .c-bloglist__listBtnWrap
    .c-bloglist__listBtn
    .c-bloglist__list
    > .c-bloglist__listR
    > .c-bloglist__listText {
    width: 30vw;
    height: 3.7142857143vw;
    margin-top: 0;
    font-size: 1.1428571429vw;
    line-height: 1.8571428571vw;
  }
}

.c-bloglist .c-bloglist__nopost {
  font-size: 3.7333333333vw;
  line-height: 1;
  padding: 4.5333333333vw 4vw;
  text-align: center;
}
@media screen and (min-width: 711px) {
  .c-bloglist .c-bloglist__nopost {
    font-size: 1.1428571429vw;
    padding: 1.4285714286vw 3.5714285714vw;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
  height: 13.8666666667vw;
  border-bottom: solid 0.5333333333vw #004b30;
  transition: 0.4s;
}
@media screen and (min-width: 711px) {
  .p-header {
    height: 8.3571428571vw;
    border-bottom-width: 0.6428571429vw;
  }
}

.p-header > .p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.2vw 4vw 0;
}
@media screen and (min-width: 711px) {
  .p-header > .p-header__inner {
    padding: 1.3571428571vw 2.8571428571vw;
  }
}

.p-header > .p-header__inner > .p-header__brandlogo {
  margin-left: 0;
}

.p-header > .p-header__inner > .p-header__brandlogo a img {
  width: 30.4vw;
}
@media screen and (min-width: 711px) {
  .p-header > .p-header__inner > .p-header__brandlogo a img {
    width: 19.2857142857vw;
  }
}

.p-header > .p-header__inner > .p-header__glnaviPc > .p-header__glnaviPc_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p-header
  > .p-header__inner
  > .p-header__glnaviPc
  > .p-header__glnaviPc_list
  > .p-header__glnaviPc_listItem {
  font-size: 1.2857142857vw;
  color: #3c3830;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-left: 1.4285714286vw;
}

.p-header
  > .p-header__inner
  > .p-header__glnaviPc
  > .p-header__glnaviPc_list
  > .p-header__glnaviPc_listItem:first-child {
  margin-left: 2.1428571429vw;
}

.p-header
  > .p-header__inner
  > .p-header__glnaviPc
  > .p-header__glnaviPc_list
  > .p-header__glnaviPc_listItem:hover {
  color: #004b30;
  font-weight: 600;
}

.p-header
  > .p-header__inner
  > .p-header__glnaviPc
  > .p-header__glnaviPc_list
  > .p-header__glnaviPc_listItem:hover
  .u-underline {
  border-bottom: 0.2142857143vw solid #004b30;
}

.p-header
  > .p-header__inner
  > .p-header__glnaviPc
  > .p-header__glnaviPc_list
  > .p-header__glnaviPc_listItem:hover
  > a {
  opacity: 1;
}

.p-header > .p-header__inner > .p-header__telno a {
  display: inline-flex;
  align-items: center;
  font-size: 2.2857142857vw;
  color: #004b30;
  font-weight: 600;
  line-height: 1;
}

.p-header > .p-header__inner > .p-header__telno a > .u-freedial_icon::before {
  display: inline-flex;
  content: "";
  background: url(../image/common/free_dial_icon.svg) no-repeat center;
  background-size: contain;
  width: 2.6785714286vw;
  height: 1.3214285714vw;
}

.p-header > .p-header__inner > .p-header__btnWrap {
  margin-left: 6.9333333333vw;
}
@media screen and (min-width: 711px) {
  .p-header > .p-header__inner > .p-header__btnWrap {
    margin-left: 0;
  }
}

.p-header > .p-header__inner > .p-header__btnWrap > .p-header__btn {
  display: inline-block;
  width: 38.6666666667vw;
  padding-top: 1.8666666667vw;
  padding-bottom: 1.8666666667vw;
  padding-left: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  background-color: #ffec00;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 711px) {
  .p-header > .p-header__inner > .p-header__btnWrap > .p-header__btn {
    font-size: 1.8571428571vw;
    width: 23vw;
    padding-top: 1.5714285714vw;
    padding-bottom: 1.5714285714vw;
    padding-left: 2.1428571429vw;
    border-radius: 0.7142857143vw;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
}

.p-header
  > .p-header__inner
  > .p-header__btnWrap
  > .p-header__btn
  > .u-button_icon {
  position: relative;
}

.p-header
  > .p-header__inner
  > .p-header__btnWrap
  > .p-header__btn
  > .u-button_icon::after {
  position: absolute;
  content: "";
  background: url(../image/common/btn_arrow_green.svg) no-repeat center;
  background-size: contain;
  top: calc(50% - 1.6vw);
  right: calc(0% - 4.8vw);
  width: 3.2vw;
  height: 3.2vw;
}
@media screen and (min-width: 711px) {
  .p-header
    > .p-header__inner
    > .p-header__btnWrap
    > .p-header__btn
    > .u-button_icon::after {
    top: 0.5vw;
    right: -2.8571428571vw;
    width: 2vw;
    height: 2vw;
  }
}

.p-header > .p-header__inner > .p-header__menuTgr {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 9.0666666667vw;
  height: 7.2vw;
  text-align: center;
}
@media screen and (min-width: 711px) {
  .p-header > .p-header__inner > .p-header__menuTgr {
    display: none;
  }
}

.p-header > .p-header__inner > .p-header__menuTgr > p {
  font-size: 2.6666666667vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #004b30;
}

.p-header > .p-header__inner > .p-header__menuTgr > span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background-color: #004b30;
  margin: 0 auto 1.0666666667vw;
}

.p-header > .p-header__inner > .p-header__menuTgr > span:first-of-type {
  margin-top: 0.5333333333vw;
}

.p-header > .p-header__inner > .p-header__menuTgr.active > span:nth-of-type(1) {
  transform: translateY(1.6vw) rotate(45deg);
  transition: 0.4s;
}

.p-header > .p-header__inner > .p-header__menuTgr.active > span:nth-of-type(2) {
  width: 0;
  transition: 0.4s;
}

.p-header > .p-header__inner > .p-header__menuTgr.active > span:nth-of-type(3) {
  transform: translateY(-1.6vw) rotate(-45deg);
  transition: 0.4s;
}

.p-header > .p-header__inner > .p-header__menuTgr.active > p {
  font-size: 0;
}

.p-header > .p-header__inner > .p-header__menuTgr.active > p::before {
  font-size: 2.6666666667vw;
  content: "CLOSE";
}

.p-header.on-scroll {
  height: 13.8666666667vw;
}
@media screen and (min-width: 711px) {
  .p-header.on-scroll {
    height: 6.9285714286vw;
  }
}

.p-header.on-scroll > .p-header__inner {
  padding-top: 3.2vw;
  padding-bottom: 0;
}
@media screen and (min-width: 711px) {
  .p-header.on-scroll > .p-header__inner {
    padding-top: 0.6785714286vw;
    padding-bottom: 0.6785714286vw;
  }
}

.js-menu {
  pointer-events: all;
}
@media screen and (min-width: 711px) {
  .js-menu {
    pointer-events: none;
  }
}

.p-header__glnaviSp {
  position: fixed;
  overflow-y: auto;
  top: 13.8666666667vw;
  left: 100%;
  z-index: 999;
  width: 100%;
  padding: 10.1333333333vw 0 10.1333333333vw;
  transition: 0.4s;
  background-color: rgba(0, 75, 48, 0.9);
}

.p-header__glnaviSp.open {
  left: 0;
}

.p-header__glnaviSp > .p-header__glnaviSp_list {
  width: 63.2vw;
  margin: 0 auto;
}

.p-header__glnaviSp > .p-header__glnaviSp_list > .p-header__glnaviSp_listItem {
  border-bottom: 0.2666666667vw solid #fff;
}

.p-header__glnaviSp
  > .p-header__glnaviSp_list
  > .p-header__glnaviSp_listItem:first-of-type {
  border-top: 0.2666666667vw solid #fff;
}

.p-header__glnaviSp
  > .p-header__glnaviSp_list
  > .p-header__glnaviSp_listItem
  > a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 3.7333333333vw 0;
  font-size: 3.4666666667vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  text-align: left;
  color: #fff;
}

.p-header__glnaviSp
  > .p-header__glnaviSp_list
  > .p-header__glnaviSp_listItem
  > a
  > .u-button_icon {
  position: relative;
}

.p-header__glnaviSp
  > .p-header__glnaviSp_list
  > .p-header__glnaviSp_listItem
  > a
  > .u-button_icon::after {
  position: absolute;
  content: "";
  background: url(../image/common/btn_arrow_green.svg) no-repeat center;
  background-size: contain;
  top: 0.8vw;
  left: 58.6666666667vw;
  width: 3.2vw;
  height: 3.2vw;
}

.p-header__glnaviSp
  > .p-header__glnaviSp_list
  > .p-header__glnaviSp_listItem--yellow
  > a {
  width: 100%;
  padding: 4.2666666667vw 0;
  font-size: 3.4666666667vw;
  font-weight: 600;
  color: #ffec00;
}

.p-header__glnaviSp
  > .p-header__glnaviSp_list
  > .p-header__glnaviSp_listItem--yellow
  > a
  > .u-button_icon::after {
  background: url(../image/common/btn_arrow_yellow.svg) no-repeat center;
}

.p-header__glnaviSp > .p-header__glnaviSp_telno {
  margin: 7.3333333333vw auto 0;
  padding-top: 0.5333333333vw;
  width: 43.2vw;
  height: 7.3333333333vw;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 0.8vw;
}

.p-header__glnaviSp > .p-header__glnaviSp_telno a {
  display: inline-flex;
  align-items: center;
  font-size: 4vw;
  color: #004b30;
  font-weight: 600;
  line-height: 1;
}

.p-header__glnaviSp > .p-header__glnaviSp_telno a > .u-freedial_icon::before {
  display: inline-flex;
  content: "";
  background: url(../image/common/free_dial_icon.svg) no-repeat center;
  background-size: contain;
  width: 5.0666666667vw;
  height: 2.4vw;
  margin-left: 2.6666666667vw;
  margin-right: 0.5333333333vw;
}

.p-header__glnaviSp > .p-header__glnaviSp_telno a > .u-freedial_icon::after {
  display: inline-flex;
  content: "";
  background: url(../image/common/btn_arrow_bg-green.svg) no-repeat center;
  background-size: contain;
  width: 3.2vw;
  height: 3.2vw;
  margin-left: 1.0666666667vw;
}

.p-footer {
  width: 100%;
  background-color: #004b30;
}

.p-footer > .p-footer__inner {
  padding: 6.4vw 12vw 24.2666666667vw 8vw;
}
@media screen and (min-width: 711px) {
  .p-footer > .p-footer__inner {
    padding: 2.5vw 10.7142857143vw 3.0714285714vw;
  }
}

.p-footer > .p-footer__inner > .p-footer__brandlogo {
  width: 45.3333333333vw;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 711px) {
  .p-footer > .p-footer__inner > .p-footer__brandlogo {
    width: 19.2857142857vw;
    margin-bottom: 1.1428571429vw;
  }
}

.p-footer > .p-footer__inner > .p-footer__box {
  display: block;
}
@media screen and (min-width: 711px) {
  .p-footer > .p-footer__inner > .p-footer__box {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}

.p-footer > .p-footer__inner > .p-footer__box > .p-footer__copy {
  width: 100%;
  font-size: 2.1333333333vw;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 711px) {
  .p-footer > .p-footer__inner > .p-footer__box > .p-footer__copy {
    width: 21.7857142857vw;
  }
}
@media screen and (min-width: 711px) {
  .p-footer > .p-footer__inner > .p-footer__box > .p-footer__copy {
    font-size: 0.7142857143vw;
  }
}

.p-footer > .p-footer__inner > .p-footer__box > .p-footer__glnaviPc {
  margin-bottom: 5.3333333333vw;
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 711px) {
  .p-footer > .p-footer__inner > .p-footer__box > .p-footer__glnaviPc {
    margin-bottom: 0;
    margin-left: 0.7142857143vw;
    width: calc(100% - 21.7857142857vw);
  }
}

.p-footer
  > .p-footer__inner
  > .p-footer__box
  > .p-footer__glnaviPc
  > .p-footer__glnaviPc_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 711px) {
  .p-footer
    > .p-footer__inner
    > .p-footer__box
    > .p-footer__glnaviPc
    > .p-footer__glnaviPc_list {
    flex-wrap: nowrap;
  }
}

.p-footer
  > .p-footer__inner
  > .p-footer__box
  > .p-footer__glnaviPc
  > .p-footer__glnaviPc_list
  > .p-footer__glnaviPc_listItem {
  font-size: 3.2vw;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  margin-bottom: 6.4vw;
  margin-right: 0;
}
@media screen and (min-width: 711px) {
  .p-footer
    > .p-footer__inner
    > .p-footer__box
    > .p-footer__glnaviPc
    > .p-footer__glnaviPc_list
    > .p-footer__glnaviPc_listItem {
    font-size: 1vw;
    text-align: center;
    margin-bottom: 0;
    margin-right: 1.4285714286vw;
  }
}

.p-footer
  > .p-footer__inner
  > .p-footer__box
  > .p-footer__glnaviPc
  > .p-footer__glnaviPc_list
  > .p-footer__glnaviPc_listItem:nth-of-type(1) {
  width: 34.6666666667vw;
}
@media screen and (min-width: 711px) {
  .p-footer
    > .p-footer__inner
    > .p-footer__box
    > .p-footer__glnaviPc
    > .p-footer__glnaviPc_list
    > .p-footer__glnaviPc_listItem:nth-of-type(1) {
    width: auto;
  }
}

.p-footer
  > .p-footer__inner
  > .p-footer__box
  > .p-footer__glnaviPc
  > .p-footer__glnaviPc_list
  > .p-footer__glnaviPc_listItem:nth-of-type(2) {
  width: 18.6666666667vw;
}
@media screen and (min-width: 711px) {
  .p-footer
    > .p-footer__inner
    > .p-footer__box
    > .p-footer__glnaviPc
    > .p-footer__glnaviPc_list
    > .p-footer__glnaviPc_listItem:nth-of-type(2) {
    width: auto;
  }
}

.p-footer
  > .p-footer__inner
  > .p-footer__box
  > .p-footer__glnaviPc
  > .p-footer__glnaviPc_list
  > .p-footer__glnaviPc_listItem:nth-of-type(3) {
  width: 18.6666666667vw;
}
@media screen and (min-width: 711px) {
  .p-footer
    > .p-footer__inner
    > .p-footer__box
    > .p-footer__glnaviPc
    > .p-footer__glnaviPc_list
    > .p-footer__glnaviPc_listItem:nth-of-type(3) {
    width: auto;
  }
}

.p-footer
  > .p-footer__inner
  > .p-footer__box
  > .p-footer__glnaviPc
  > .p-footer__glnaviPc_list
  > .p-footer__glnaviPc_listItem:nth-of-type(4) {
  width: 50.6666666667vw;
  margin-bottom: 0;
}
@media screen and (min-width: 711px) {
  .p-footer
    > .p-footer__inner
    > .p-footer__box
    > .p-footer__glnaviPc
    > .p-footer__glnaviPc_list
    > .p-footer__glnaviPc_listItem:nth-of-type(4) {
    width: auto;
  }
}

.p-footer
  > .p-footer__inner
  > .p-footer__box
  > .p-footer__glnaviPc
  > .p-footer__glnaviPc_list
  > .p-footer__glnaviPc_listItem:nth-of-type(5) {
  width: 18.6666666667vw;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 711px) {
  .p-footer
    > .p-footer__inner
    > .p-footer__box
    > .p-footer__glnaviPc
    > .p-footer__glnaviPc_list
    > .p-footer__glnaviPc_listItem:nth-of-type(5) {
    width: auto;
    margin-right: 0;
  }
}

.p-footer
  > .p-footer__inner
  > .p-footer__box
  > .p-footer__glnaviPc
  > .p-footer__glnaviPc_list
  > .p-footer__glnaviPc_listItem
  > a {
  display: inline-block;
}

.p-footer
  > .p-footer__inner
  > .p-footer__box
  > .p-footer__glnaviPc
  > .p-footer__glnaviPc_list
  > .p-footer__glnaviPc_listItem
  > a::after {
  display: inline-block;
  content: "";
  width: 1.3333333333vw;
  height: 2.4vw;
  background-image: url(../image/common/footer_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 711px) {
  .p-footer
    > .p-footer__inner
    > .p-footer__box
    > .p-footer__glnaviPc
    > .p-footer__glnaviPc_list
    > .p-footer__glnaviPc_listItem
    > a::after {
    width: 0.3571428571vw;
    height: 0.6428571429vw;
    margin-left: 0.3571428571vw;
  }
}

.p-footerfloatbox {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
  background: #fff;
  padding: 2vw 0;
}
@media screen and (min-width: 711px) {
  .p-footerfloatbox {
    display: none;
  }
}

.p-footerfloat ul {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.p-footerfloat ul li > a {
  display: block;
  width: 48vw;
  padding: 2vw 0;
  font-size: 4.2666666667vw;
  line-height: 8.8vw;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #004b30;
  text-decoration: none;
}

.p-footerfloat ul li.p-footerfloat__list > a {
  border-radius: 0.8vw 0 0 0.8vw;
}

.p-footerfloat ul li.p-footerfloat__list--cv > a {
  border-radius: 0 0.8vw 0.8vw 0;
  color: #000;
  background-color: #ffec00;
}
@media screen and (min-width: 711px) {
  .u-hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 710px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-no_margin {
  max-width: 100%;
}

.u-marker100-yellow {
  background: linear-gradient(
    transparent 15%,
    #ffdc26 15%,
    #ffdc26 95%,
    transparent 95%
  );
}

.u-marker30-yellow {
  background: linear-gradient(
    transparent 65%,
    #ffdc26 65%,
    #ffdc26 95%,
    transparent 95%
  );
}

.u-no_r-padding {
  padding-right: 0;
}

.u-r-padding40 {
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 711px) {
  .u-r-padding40 {
    padding-right: 0;
  }
}

.u-underline-yellow {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.1em;
  border-bottom: solid #ffdc26 0.2666666667vw;
}
@media screen and (min-width: 711px) {
  .u-underline-yellow {
    border-bottom-width: 2px;
  }
}

.u-text-red {
  color: #7c001b;
}

.u-text-green {
  color: #004b30;
}
