@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap);
@import url(https://use.typekit.net/glv0sbx.css);
/* reset */
html {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

body {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a img, img {
  border: 0;
  vertical-align: middle;
}

strong {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 100%;
}

ol, ul {
  list-style-type: none;
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0;
}

hr {
  background-color: #CCCCCC;
  border: 0;
  color: #CCCCCC;
  height: 1px;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

blockquote, div, span {
  margin: 0;
  padding: 0;
}

pre {
  font-family: monospace;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button {
  background: 0;
  border: 0;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

* html textarea {
  margin-top: -2px;
}

*:first-child + html textarea {
  margin-top: -2px;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

caption {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 1;
}

* + html code, * + html kbd, * + html pre, * + html samp, * + html tt {
  font-size: 108%;
}

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

article, aside, audio, canvas, projects, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #3f3a39;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.lower {
  background-color: #fff;
}

.cmn-header {
  position: relative;
  z-index: 10;
}

.l-layout {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.l-header {
  background-color: #fff;
  height: 75px;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 49;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 10.4166666667vw;
  }
}
.l-header.-is-fixed {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.l-header > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding-left: 61px;
}
@media screen and (max-width: 767px) {
  .l-header > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 4.4444444444vw;
  }
}
.l-header__logo img {
  height: 49px;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    height: 6.8055555556vw;
  }
}

body.lower .l-layout {
  padding-top: 70px;
}

.l-pageTop {
  right: 15px !important;
}
@media screen and (max-width: 1240px) {
  .l-pageTop {
    right: 1.2096774194vw !important;
  }
}
@media screen and (max-width: 767px) {
  .l-pageTop {
    right: 20px !important;
  }
}
@media screen and (max-width: 1240px) {
  .l-pageTop__button::before {
    height: 1.0483870968vw !important;
    width: 1.0483870968vw !important;
  }
}
@media screen and (max-width: 767px) {
  .l-pageTop__button::before {
    height: 13px !important;
    width: 13px !important;
  }
}
@media screen and (max-width: 1240px) {
  .l-pageTop__button {
    height: 4.0322580645vw !important;
    width: 4.0322580645vw !important;
  }
}
@media screen and (max-width: 767px) {
  .l-pageTop__button {
    height: 46px !important;
    width: 46px !important;
  }
}
.l-pageTop__button span {
  display: none !important;
}

.u-display--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-display--sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-display--pc {
    display: none;
  }
}

.u-color--white {
  color: #fff;
}

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

.u-ruby {
  position: relative;
}
.u-ruby::after {
  bottom: 100%;
  content: attr(data-ruby);
  display: block;
  font-size: 1.2rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  -webkit-transform: translate(-50%, 0.3em);
          transform: translate(-50%, 0.3em);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-ruby::after {
    font-size: 1.9444444444vw;
  }
}

.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--underline {
  text-decoration: underline !important;
}
.u-text--marker {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.u-text--marker::after {
  background: #ffff00;
  bottom: 0;
  content: "";
  display: block;
  height: 0.5em;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .u-inline--sp {
    display: inline !important;
  }
}

@media screen and (max-width: 767px) {
  .u-direction-column--sp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.c-btn-menu {
  cursor: pointer;
  height: 75px;
  position: absolute;
  right: 56px;
  top: 30px;
  width: 75px;
  z-index: 49;
}
@media screen and (max-width: 767px) {
  .c-btn-menu {
    display: block;
    height: 10.9722222222vw;
    right: 0;
    top: 0;
    width: 10.9722222222vw;
  }
}
.c-btn-menu span {
  background-color: #008626;
  height: 6.6666666667%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 53.3333333333%;
}
.c-btn-menu span:nth-child(1) {
  top: 32%;
}
.c-btn-menu span:nth-child(2) {
  top: 50%;
}
.c-btn-menu span:nth-child(3) {
  top: 68%;
}
.c-btn-menu.-is-fixed {
  position: fixed;
  top: 0;
}

.c-infinite-carousel {
  overflow: hidden;
}
.c-infinite-carousel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  left: 0;
  position: relative;
  top: 0;
}
.c-infinite-carousel img {
  display: block;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .c-infinite-carousel img {
    height: 36.1111111111vw;
  }
}

.c-modal {
  background-color: rgba(72, 96, 63, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 110;
}
.c-modal > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-modal > div {
    padding: 4.1666666667vw;
  }
}
.c-modal__close {
  position: absolute;
  right: 0;
  top: 0;
}

.p-modal-content-online-flow {
  background-color: #ffee00;
  max-width: 670px;
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow {
    max-height: calc(100vh - 8.3333333333vw);
  }
}
.p-modal-content-online-flow .c-modal__close {
  background: url("../img/common/ico-modal-close.png") 50% 50% no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  height: 56px;
  width: 64px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow .c-modal__close {
    background-size: 3.3333333333vw 3.3333333333vw;
    height: 7.7777777778vw;
    width: 8.8888888889vw;
  }
}
.p-modal-content-online-flow__body {
  padding: 18px 30px 30px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__body {
    padding: 3.3333333333vw 2.7777777778vw;
  }
}
.p-modal-content-online-flow__hd {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__hd {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.p-modal-content-online-flow__box {
  background-color: #fff;
  padding: 16px 24px 32px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__box {
    padding: 2.5vw 1.1111111111vw 4.4444444444vw;
  }
}
.p-modal-content-online-flow__box figure {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__box figure {
    margin-bottom: 16px;
  }
}
.p-modal-content-online-flow__box figure img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__box figure img {
    width: 71.5277777778vw;
  }
}
.p-modal-content-online-flow__txt1 {
  color: #ff6600;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__txt1 {
    font-size: 1.2rem;
  }
}
.p-modal-content-online-flow__txt2 {
  color: #444444;
  font-size: 1.4rem;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__txt2 {
    font-size: 0.9rem;
  }
}
.p-modal-content-online-flow__txt3 {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__txt3 {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }
}
.p-modal-content-online-flow__btn a {
  color: #fff;
  text-decoration: none;
}
.p-modal-content-online-flow__btn2 {
  text-align: center;
}
.p-modal-content-online-flow__btn2 a {
  background-color: #ff6600;
  /*box-shadow: inset 0 0 0 5px #bfc774;*/
  border-radius: 100vh;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__btn2 a {
    /*box-shadow: inset 0 0 0 0.6944444444vw #87b896;*/
    font-size: 3.0555555556vw;
    height: 6.51vw;
    line-height: 6.51vw;
    max-width: 77.7777777778vw;
  }
}
.p-modal-content-online-flow__btn2 a:hover {
  opacity: 0.5;
}
.p-modal-content-online-flow__btn2 a span {
  font-size: 2rem;
}
@media screen and (max-width: 1280px) {
  .p-modal-content-online-flow__btn2 a span {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__btn2 a span {
    font-size: 3.3333333333vw;
  }
}
.p-modal-content-online-flow__note {
  text-align: center;
}
.p-modal-content-online-flow__note ul {
  color: #000;
  display: inline-block;
  font-size: 1.4rem;
  list-style: none;
  line-height: 1.7142857143;
  margin: 16px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-modal-content-online-flow__note ul {
    font-size: 0.9rem;
  }
}
.p-modal-content-online-flow__note ul li {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.p-modal-content-compare {
  background-color: #fff;
  max-width: 800px;
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare {
    max-width: 111.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare {
    max-height: calc(100vh - 8.3333333333vw);
  }
}
.p-modal-content-compare .c-modal__close {
  background: url("../img/common/ico-modal-close-02.png") 50% 50% no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  height: 56px;
  width: 64px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare .c-modal__close {
    background-size: 3.3333333333vw 3.3333333333vw;
    height: 7.7777777778vw;
    width: 8.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare .c-modal__close {
    background-size: 3.3333333333vw 3.3333333333vw;
    height: 7.7777777778vw;
    width: 8.8888888889vw;
  }
}
.p-modal-content-compare__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/top/bg-modal-content-compare-header-01.jpg") 0% 0% no-repeat;
  background-size: cover;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  font-size: 2.7rem;
  font-weight: 600;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare__header {
    height: 27.7777777778vw;
    font-size: 4.1666666667vw;
    padding-left: 5.5555555556vw;
  }
}
.p-modal-content-compare__hd-01 {
  color: #dd6666;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare__hd-01 {
    font-size: 3.3333333333vw;
    margin-top: 4.1666666667vw;
    margin-bottom: 1.1111111111vw;
  }
}
.p-modal-content-compare__body {
  padding: 10px 40px 50px;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare__body {
    padding: 1.3888888889vw 5.5555555556vw 6.9444444444vw;
  }
}
.p-modal-content-compare p {
  font-size: 1.6rem;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .p-modal-content-compare p {
    font-size: 2.7777777778vw;
    line-height: 1.6em;
  }
}

.p-floating-btn {
  height: 262px;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 68px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .p-floating-btn {
    background-color: #008626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 10.9722222222vw;
    right: 10.9722222222vw;
    top: 0;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 30.5555555556vw;
  }
  .p-floating-btn.-is-fixed {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.p-floating-btn__apply {
  background-color: #008626;
  border-radius: 6px 0 0 6px;
  color: #fff;
  display: block;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  padding-top: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-floating-btn__apply {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding-left: 2.7777777778vw;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-floating-btn__txt {
    width: 21.5277777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-floating-btn__illust {
    height: 11.9444444444vw;
    left: -3.3333333333vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 8.0555555556vw;
  }
}

.p-nav {
  background-color: rgba(0, 154, 198, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 51;
}
.p-nav__inner {
  background-color: #fff;
  height: 100%;
  margin-left: auto;
  padding-top: 102px;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .p-nav__inner {
    padding-top: 13.8888888889vw;
    width: 89.1666666667vw;
  }
}
.p-nav ul {
  -webkit-box-shadow: 0 -1px 0 0 #d1d1d1;
          box-shadow: 0 -1px 0 0 #d1d1d1;
  padding: 0;
}
.p-nav ul a {
  color: #444;
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 18px;
  padding-top: 18px;
  padding-left: 73px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-nav ul a {
    font-size: 4.1666666667vw;
    padding: 2.7777777778vw 0 2.7777777778vw 15.2777777778vw;
  }
}
.p-nav ul li {
  -webkit-box-shadow: 0 1px 0 0 #d1d1d1;
          box-shadow: 0 1px 0 0 #d1d1d1;
}
.p-nav__btn-close {
  cursor: pointer;
  height: 75px;
  position: fixed;
  right: 32px;
  top: 0;
  width: 75px;
}
@media screen and (max-width: 767px) {
  .p-nav__btn-close {
    height: 10.9722222222vw;
    right: 0;
    width: 10.9722222222vw;
  }
}
.p-nav__btn-close::after {
  clip-path: polygon(23.39% 14.52%, 50% 41.13%, 76.6% 14.52%, 85.47% 23.39%, 58.86% 50%, 85.47% 76.61%, 76.6% 85.48%, 50% 58.87%, 23.39% 85.48%, 14.52% 76.61%, 41.13% 50%, 14.52% 23.39%);
  background-color: #008626;
  content: "";
  cursor: pointer;
  display: block;
  height: 75%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
}