@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@media (max-width: 700px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 701px) {
  .only-sp {
    display: none !important;
  }
}

.l-wrapper {
  width: 100%;
  max-width: 980px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .l-wrapper {
    width: 100%;
    padding: 0 16px;
  }
}

.sec-anchor {
  position: absolute;
  top: 0;
}

.agf-cs-header-mo__user-login.is-before-login, .agf-cs-header-dt-nav-main__item-user-login {
  display: none !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 701px) {
  a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (min-width: 701px) and (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cz {
  font-family: "Noto Sans JP", sans-serif;
  background: #001655;
  color: #fff;
  width: 100%;
  overflow: hidden;
  /* -------------------- */
  /*
  == malihu jquery custom scrollbar plugin ==
  Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
  */
  /*
  CONTENTS: 
  	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
  	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
  	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
  	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
  	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
  	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
  		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
  */
  /* 
  ------------------------------------------------------------------------------------------------------------------------
  1. BASIC STYLE  
  ------------------------------------------------------------------------------------------------------------------------
  */
  /* 
  ------------------------------------------------------------------------------------------------------------------------
  2. VERTICAL SCROLLBAR 
  y-axis
  ------------------------------------------------------------------------------------------------------------------------
  */
  /* non-visible scrollbar */
  /* RTL direction/left-side scrollbar */
  /* scrollbar position: outside */
  /* RTL direction/left-side scrollbar (scrollbar position: outside) */
  /* 
  ------------------------------------------------------------------------------------------------------------------------
  3. HORIZONTAL SCROLLBAR 
  x-axis
  ------------------------------------------------------------------------------------------------------------------------
  */
  /* non-visible scrollbar */
  /* 
  ------------------------------------------------------------------------------------------------------------------------
  4. VERTICAL AND HORIZONTAL SCROLLBARS 
  yx-axis 
  ------------------------------------------------------------------------------------------------------------------------
  */
  /* non-visible horizontal scrollbar */
  /* non-visible scrollbar/RTL direction/left-side scrollbar */
  /* non-visible horizontal scrollbar */
  /* 
  ------------------------------------------------------------------------------------------------------------------------
  5. TRANSITIONS  
  ------------------------------------------------------------------------------------------------------------------------
  */
  /* 
  ------------------------------------------------------------------------------------------------------------------------
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
  ------------------------------------------------------------------------------------------------------------------------
  */
  /* 
  ----------------------------------------
  6.1 THEMES 
  ----------------------------------------
  */
  /* default theme ("light") */
}
#cz .list-anchor {
  position: relative;
  width: 100%;
  height: 69px;
}
@media (min-width: 701px) {
  #cz .list-anchor {
    height: 80px;
  }
}
#cz .list-anchor__fix {
  background: url("../img/bg_nav.webp") center/auto 100% repeat-x;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transform: matrix3d(0, 0, 0);
          transform: matrix3d(0, 0, 0);
}
#cz .list-anchor__fix.is-scroll {
  position: fixed;
}
#cz .list-anchor__fix ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 2px 0 5px;
}
@media (min-width: 701px) {
  #cz .list-anchor__fix ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 22px 0;
  }
}
@media (max-width: 700px) {
  #cz .list-anchor__fix ul::after {
    content: "";
    width: 92%;
    height: 1px;
    background-color: #B2923F;
    position: absolute;
    top: 47%;
    left: 4%;
  }
}
#cz .list-anchor__fix ul li {
  width: 33.3333333333%;
  position: relative;
}
@media (min-width: 701px) {
  #cz .list-anchor__fix ul li {
    width: auto;
  }
}
#cz .list-anchor__fix ul li::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #B2923F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (min-width: 701px) {
  #cz .list-anchor__fix ul li:last-child::after {
    content: none;
  }
}
#cz .list-anchor__fix ul li:nth-child(1), #cz .list-anchor__fix ul li:nth-child(1) {
  border-top: 0;
}
@media (max-width: 700px) {
  #cz .list-anchor__fix ul li:nth-child(2)::after, #cz .list-anchor__fix ul li:nth-child(5)::after {
    content: none;
  }
}
@media (max-width: 700px) {
  #cz .list-anchor__fix ul li.col-2 {
    width: 66.6666666667%;
  }
}
#cz .list-anchor__fix ul li a {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: block;
  color: #4D3827;
  width: 100%;
  padding: 5px 0;
}
@media (min-width: 701px) {
  #cz .list-anchor__fix ul li a {
    font-size: min(18px, 1.40625vw);
    line-height: 1.4444444444;
    padding: min(5px, 0.390625vw) min(61px, 4.765625vw);
  }
}
@media (max-width: 700px) {
  #cz a:hover {
    text-decoration: none;
  }
}
#cz sub {
  font-size: 100%;
  bottom: -0.16em;
}
@media (max-width: 700px) {
  #cz sub {
    bottom: -0.2em;
  }
}
#cz .visual__img img {
  width: 100%;
}
#cz .section1 {
  padding-top: 50px;
}
@media (min-width: 701px) {
  #cz .section1 {
    padding-top: 64px;
  }
}
@media (min-width: 701px) {
  #cz .section1__time {
    width: 100%;
    max-width: 601px;
    margin: 0 auto;
  }
}
#cz .section1__time img {
  width: 100%;
}
#cz .section1__time__text {
  font-size: 11px;
  line-height: 2;
  text-align: right;
  letter-spacing: 0.04em;
}
@media (min-width: 701px) {
  #cz .section1__time__text {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 5px;
  }
}
#cz .section1__img {
  margin: -13px -14px 0 -16px;
  max-width: none;
  width: 112%;
}
@media (min-width: 701px) {
  #cz .section1__img {
    width: 100%;
    max-width: 610px;
    margin: 12px auto 0;
  }
}
@media (max-width: 700px) {
  #cz .section1__img {
    text-align: center;
  }
}
#cz .section1__img img {
  width: 100%;
}
@media (min-width: 701px) {
  #cz .section1__img img {
    margin-left: 7px;
  }
}
@media (max-width: 700px) {
  #cz .section1__img img {
    width: 92.8vw;
  }
}
#cz .section1 .btn-cus {
  margin-top: -11px;
}
@media (min-width: 701px) {
  #cz .section1 .btn-cus {
    margin-top: 7px;
  }
}
#cz .section1 .group-btn {
  margin-top: 32px;
}
@media (max-width: 700px) {
  #cz .section1 .group-btn {
    margin-top: 24px;
  }
}
#cz .section1 .group-btn__text {
  text-align: center;
}
#cz .section1 .group-btn__text img {
  width: 267px;
}
@media (max-width: 700px) {
  #cz .section1 .group-btn__text img {
    width: 188px;
  }
}
#cz .section1 .group-btn .btn-cus {
  margin-top: 13px;
}
@media (max-width: 700px) {
  #cz .section1 .group-btn .btn-cus {
    margin-top: 7px;
  }
}
#cz .section1 .group-btn .btn-pdf {
  margin-top: 31px;
}
@media (max-width: 700px) {
  #cz .section1 .group-btn .btn-pdf {
    margin-top: 16px;
  }
}
#cz .section2 {
  padding-top: 50px;
}
@media (min-width: 701px) {
  #cz .section2 {
    padding-top: 84px;
    padding-bottom: 12px;
  }
}
@media (max-width: 700px) {
  #cz .section2 .l-wrapper {
    padding: 0;
  }
}
#cz .section2__title {
  text-align: center;
  padding: 0 16px;
}
#cz .section2__title img {
  width: 100%;
  max-width: 340px;
}
@media (min-width: 701px) {
  #cz .section2__title img {
    max-width: 600px;
  }
}
#cz .section2__content {
  margin-top: 0;
}
@media (min-width: 701px) {
  #cz .section2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 33px;
  }
}
#cz .section2 .c-box {
  width: 100%;
  padding: 14px 5px 0 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (min-width: 701px) {
  #cz .section2 .c-box {
    width: 50%;
    padding: 0 0 0 9px;
  }
}
#cz .section2 .c-box__ttl {
  width: 94px;
  max-width: 27%;
}
@media (min-width: 701px) {
  #cz .section2 .c-box__ttl {
    width: 115px;
  }
}
#cz .section2 .c-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#cz .section2 .c-box__desc {
  padding-left: 10px;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 701px) {
  #cz .section2 .c-box__desc {
    padding-left: 14px;
  }
}
#cz .section2 .c-box__desc p {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (min-width: 701px) {
  #cz .section2 .c-box__desc p {
    font-size: min(25px, 1.953125vw);
    line-height: 1.52;
  }
}
#cz .section2 .c-box__desc p span {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.2727272727;
}
@media (min-width: 701px) {
  #cz .section2 .c-box__desc p span {
    font-size: min(30px, 2.34375vw);
    line-height: 1.2666666667;
  }
}
#cz .section2 .c-box__img {
  position: relative;
  z-index: -1;
}
#cz .section2 .c-box__img img {
  display: inline-block;
  max-width: none;
  width: 110%;
  margin: -18px 0 0 -16px;
}
@media (min-width: 701px) {
  #cz .section2 .c-box__img img {
    margin: -7px 0 0 -12px;
  }
}
@media (min-width: 701px) {
  #cz .section2 .c-box--b {
    padding: 0 0 0 32px;
  }
}
#cz .section2 .c-box--b .c-box__img img {
  width: 125%;
  margin: -33px 0 0 -29px;
}
@media (min-width: 701px) {
  #cz .section2 .c-box--b .c-box__img img {
    width: 124%;
    margin: -30px 0 0 -35px;
  }
}
@media (max-width: 700px) {
  #cz .section2 .c-box + .c-box {
    margin-top: -7px;
  }
}
#cz .section3__content {
  text-align: center;
  padding: 56px 0 55px;
  background: url("../img/sec3_content_bg_sp.png") no-repeat center top -2%/100% auto;
  position: relative;
}
@media (min-width: 701px) {
  #cz .section3__content {
    margin: 0 0 41px;
    padding: 91px 0 42px;
    background: url("../img/sec3_content_bg.png") no-repeat bottom center/cover;
  }
}
@media (min-width: 701px) {
  #cz .section3__content .l-wrapper {
    max-width: 840px;
  }
}
#cz .section3__content p {
  font-size: 4.2666666667vw;
  line-height: 2.25;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 701px) {
  #cz .section3__content p {
    font-size: 24px;
    line-height: 2.1666666667;
  }
}
#cz .section3__content p + p {
  margin-top: 36px;
}
@media (min-width: 701px) {
  #cz .section3__content p + p {
    margin-top: 52px;
  }
}
#cz .section3__bg {
  background: url("../img/sec3_bg.png") no-repeat top center/100% 100%;
  padding: 90px 0 41px;
}
@media (min-width: 701px) {
  #cz .section3__bg {
    padding: 160px 0 60px;
    background: url("../img/sec3_bg_pc.png") no-repeat top center/100% 100%;
  }
}
#cz .section3 .c-box2 {
  background: url("../img/sec3_box_border.png") no-repeat center/99.8% 100%;
  padding: 20px 17px 30px;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2 {
    background: url("../img/sec3_box_border_pc.png") no-repeat center/100% 100%;
    padding: 38px 10px 56px;
  }
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cz .section3 .c-box2__ttl {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  color: #D6C677;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__ttl {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 51px;
  }
}
#cz .section3 .c-box2__ttl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cz .section3 .c-box2__ttl2 img {
  width: 25%;
  max-width: 75px;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__ttl2 img {
    max-width: 87px;
  }
}
#cz .section3 .c-box2__ttl2 p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 12px;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__ttl2 p {
    font-size: min(23px, 1.796875vw);
    line-height: 1.6086956522;
    padding-left: 15px;
    padding-top: 8px;
  }
}
#cz .section3 .c-box2__ttl2 p span {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__ttl2 p span {
    font-size: min(26px, 2.03125vw);
    line-height: 1.4230769231;
  }
}
#cz .section3 .c-box2__img {
  text-align: center;
}
#cz .section3 .c-box2__img img {
  width: 87%;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__img img {
    width: 80%;
  }
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__item {
    width: 50%;
    padding-left: 55px;
  }
}
#cz .section3 .c-box2__item.--item1 .c-box2__img {
  margin-top: -15px;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__item.--item1 .c-box2__img {
    margin-top: -9px;
  }
}
#cz .section3 .c-box2__item.--item1 .c-box2__img img {
  margin-right: -10px;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__item.--item1 .c-box2__img img {
    width: 75%;
    margin-right: 0;
    margin-left: -33px;
  }
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__item.--item2 {
    padding-left: 44px;
  }
}
#cz .section3 .c-box2__item.--item2 .c-box2__img {
  margin: -15px -39px 0 0;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__item.--item2 .c-box2__img {
    margin: -31px 0px 0 0;
  }
}
#cz .section3 .c-box2__item.--item2 .c-box2__img img {
  width: 100%;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__item.--item2 .c-box2__img img {
    width: 102%;
    max-width: none;
  }
}
#cz .section3 .c-box2__item.--item2 .c-box2__label {
  margin-top: -24px;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__item.--item2 .c-box2__label {
    margin-top: -43px;
    padding-right: 8%;
  }
}
@media (max-width: 700px) {
  #cz .section3 .c-box2__item + .c-box2__item {
    margin-top: 44px;
  }
}
#cz .section3 .c-box2__label {
  text-align: center;
  margin-top: -16px;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__label {
    margin-top: -7px;
    padding-right: 10%;
  }
}
#cz .section3 .c-box2__label img {
  width: 200px;
}
@media (min-width: 701px) {
  #cz .section3 .c-box2__label img {
    width: 259px;
  }
}
#cz .section3 .l-wrapper {
  position: relative;
}
#cz .section3 .l-wrapper .sec-anchor {
  top: -50px;
}
#cz .section4 {
  padding-top: 98px;
  padding-bottom: 38px;
  background: url("../img/sec4_bg.png") no-repeat top center/100% 100%;
}
@media (min-width: 701px) {
  #cz .section4 {
    background: url("../img/sec4_bg_pc.png") no-repeat top center/100% 100%;
    padding-top: 176px;
  }
}
#cz .section4__ttl {
  text-align: center;
}
#cz .section4__ttl img {
  width: 294px;
}
@media (min-width: 701px) {
  #cz .section4__ttl img {
    width: 463px;
  }
}
#cz .section4 .list-anchor2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px -4px 0;
}
@media (min-width: 701px) {
  #cz .section4 .list-anchor2 {
    display: none;
  }
}
#cz .section4 .list-anchor2 li {
  width: 33.3333333333%;
  padding: 0 4px;
  margin-bottom: 6px;
}
#cz .section4 .list-anchor2 li a {
  border: 1px solid #4D3827;
  border-radius: 0 5px 0 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#d6c677), to(#bc9a31));
  background: linear-gradient(90deg, #d6c677 0%, #bc9a31 100%);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  color: #4D3827;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 14px;
}
#cz .section4 .list-anchor2 li a::after {
  content: "";
  width: 12px;
  height: 8px;
  background: url("../img/sec4_list_iconarrow.svg") no-repeat center/100% 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
}
#cz .section4 .list-modal {
  margin-top: 52px;
}
@media (min-width: 701px) {
  #cz .section4 .list-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 61px;
  }
}
#cz .section4 .list-modal__item {
  width: 100%;
  border: 1px solid #D6C677;
  border-radius: 0 10px 0 10px;
  position: relative;
  padding-bottom: 18px;
  background-color: #001655;
  -webkit-box-shadow: 2px 2px 0 #272519;
          box-shadow: 2px 2px 0 #272519;
}
@media (min-width: 701px) {
  #cz .section4 .list-modal__item {
    width: calc(33.3333333333% - 14px);
    margin: 0 20px 34px 0;
    padding-bottom: 12px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
}
@media (min-width: 701px) and (hover: hover) {
  #cz .section4 .list-modal__item:hover {
    opacity: 0.7;
  }
}
@media (min-width: 701px) {
  #cz .section4 .list-modal__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  #cz .section4 .list-modal__item + .list-modal__item {
    margin-top: 38px;
  }
}
#cz .section4 .list-modal__ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #4D3827;
  width: 150px;
  height: 32px;
  background: url("../img/sec4_listmodal_ttl.png") no-repeat center/100% 100%;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 701px) {
  #cz .section4 .list-modal__ttl {
    font-size: 17px;
    width: 147px;
    background: url("../img/sec4_listmodal_ttl_pc.png") no-repeat center/100% 100%;
  }
}
#cz .section4 .list-modal__img {
  width: calc(100% + 25px);
  text-align: center;
  padding-right: 15px;
  margin: 8px 0 0 -25px;
}
@media (min-width: 701px) {
  #cz .section4 .list-modal__img {
    margin: 1px 0 0 -29px;
    width: calc(100% + 28px);
  }
}
#cz .section4 .list-modal__img img {
  width: 100%;
}
#cz .section4 .list-modal__link {
  text-align: right;
  margin-top: -44px;
  padding: 0 15px;
}
@media (min-width: 701px) {
  #cz .section4 .list-modal__link {
    margin-top: -40px;
    padding: 0 12px;
  }
}
#cz .section4 .list-modal__link span {
  font-size: 14px;
  line-height: 2.1428571429;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0 15px 0 0;
  position: relative;
}
@media (min-width: 701px) {
  #cz .section4 .list-modal__link span {
    font-size: 13px;
    line-height: 2;
    padding: 0 11px 0 0;
  }
}
#cz .section4 .list-modal__link span::after {
  content: "";
  width: 10px;
  height: 8px;
  background: url("../img/sec4_listmodal_arrow.png") no-repeat center/100% 100%;
  position: absolute;
  bottom: -1px;
  right: 0;
}
#cz .section4 .list-modal .sec-anchor {
  top: -30px;
}
#cz .floating {
  position: fixed;
  bottom: 20px;
  right: 12px;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media (min-width: 701px) {
  #cz .floating {
    bottom: 30px;
    right: 40px;
  }
}
#cz .floating.is-show {
  opacity: 1;
  pointer-events: auto;
}
#cz .floating a {
  display: block;
  width: 60px;
}
@media (min-width: 701px) {
  #cz .floating a {
    width: 80px;
  }
}
#cz .floating__totop {
  width: 60px;
  margin-top: 10px;
}
@media (min-width: 701px) {
  #cz .floating__totop {
    width: 80px;
    margin-top: 17px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
}
@media (min-width: 701px) and (hover: hover) {
  #cz .floating__totop:hover {
    opacity: 0.7;
  }
}
#cz .mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
#cz .mCustomScrollbar.mCS_no_scrollbar,
#cz .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
#cz .mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
#cz .mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
#cz .mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
#cz .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
#cz .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
#cz .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
#cz .mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 2px;
  right: 0;
  bottom: 2px;
}
#cz .mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
#cz .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
#cz .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
#cz .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
#cz .mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  background-color: #fff;
  border-radius: 100px;
}
#cz .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
#cz .mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 96px;
  /* minimum dragger height */
  z-index: 1;
}
#cz .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 100px;
  text-align: center;
}
#cz .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
#cz .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
#cz .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
#cz .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
#cz .mCSB_scrollTools .mCSB_buttonUp,
#cz .mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
#cz .mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
#cz .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
#cz .mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
#cz .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
#cz .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  display: none !important;
}
#cz .mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 13px;
  padding-right: 0;
}
#cz .mCSB_container_wrapper > .mCSB_container {
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cz .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
#cz .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
#cz .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
#cz .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
#cz .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
#cz .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
#cz .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
#cz .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
#cz #mCSB_1_container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100% !important;
}
#cz .mCSB_scrollTools,
#cz .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#cz .mCSB_scrollTools .mCSB_buttonUp,
#cz .mCSB_scrollTools .mCSB_buttonDown,
#cz .mCSB_scrollTools .mCSB_buttonLeft,
#cz .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#cz .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
#cz .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#cz .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
#cz .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
#cz .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
#cz .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
#cz .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
#cz .mCustomScrollBox:hover > .mCSB_scrollTools,
#cz .mCustomScrollBox:hover ~ .mCSB_scrollTools,
#cz .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
#cz .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
#cz .mCSB_scrollTools .mCSB_draggerRail {
  display: none !important;
}
#cz .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #D6C677;
}
#cz .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #D6C677;
}
#cz .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
#cz .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #D6C677;
}
#cz .mCSB_scrollTools .mCSB_buttonUp,
#cz .mCSB_scrollTools .mCSB_buttonDown,
#cz .mCSB_scrollTools .mCSB_buttonLeft,
#cz .mCSB_scrollTools .mCSB_buttonRight {
  display: none !important;
}
#cz sub {
  vertical-align: sub;
}
#cz .cz-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #D6C677;
  text-align: center;
}
@media (min-width: 701px) {
  #cz .cz-ttl {
    font-size: 38px;
    line-height: 1;
  }
}
#cz .cz-ttl-frame {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-bottom: 11px;
  margin-bottom: 36px;
  color: #D6C677;
  position: relative;
  text-align: center;
}
@media (min-width: 701px) {
  #cz .cz-ttl-frame {
    font-size: 38px;
    line-height: 1;
    padding-bottom: 21px;
    margin-bottom: 50px;
  }
}
#cz .cz-ttl-frame::after {
  position: absolute;
  content: "";
  width: 84px;
  height: 9px;
  background: url("../img/ttl-frame-icon.png") no-repeat center/100% 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 701px) {
  #cz .cz-ttl-frame::after {
    width: 129px;
    height: 13px;
    background: url("../img/ttl-frame-icon-pc.png") no-repeat center/100% 100%;
  }
}
#cz .cz-ttl-line {
  padding: 0 0 7px 0;
  background: url("../img/line.png") no-repeat center bottom;
  background-size: auto 2px;
}
@media (min-width: 701px) {
  #cz .cz-ttl-line {
    padding: 0 0 22px 0;
    background: url("../img/line_sp.png") no-repeat center bottom;
    background-size: auto 4px;
  }
}
#cz .btn-pdf a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 0 1px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-decoration: none;
}
@media (min-width: 701px) {
  #cz .btn-pdf a {
    font-size: 22px;
    padding: 0 0 5px 0;
  }
}
#cz .btn-pdf a span {
  margin: auto 0;
}
#cz .btn-pdf a .icon {
  margin: auto 8px auto 0;
  width: 14px;
}
@media (min-width: 701px) {
  #cz .btn-pdf a .icon {
    width: 19px;
    margin: auto 16px auto 0;
  }
}
#cz .btn-pdf a .icon img {
  vertical-align: baseline;
  margin: 0 0 -2px 0;
}
@media (min-width: 701px) {
  #cz .btn-pdf a .icon img {
    width: 100%;
  }
}
#cz .btn-cus {
  text-align: center;
}
#cz .btn-cus a {
  height: 58px;
  width: 294px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  box-sizing: border-box;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 29px;
  position: relative;
  box-shadow: 3px 3px 0px 0px rgb(44, 8, 8);
  -webkit-box-shadow: 3px 3px 0px 0px rgb(44, 8, 8);
  -moz-box-shadow: 3px 3px 0px 0px rgb(44, 8, 8);
  background: linear-gradient(162deg, #A51D22 45%, #530F11 100%);
  position: relative;
  text-decoration: none;
}
@media (min-width: 701px) {
  #cz .btn-cus a {
    font-size: 26px;
    height: 80px;
    width: 430px;
    border-radius: 43px;
    padding-right: 7px;
  }
}
#cz .btn-cus a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 16px;
  bottom: 0;
  background: url("../img/btn_arrow.svg") no-repeat center right;
  background-size: 100%;
  width: 22px;
}
@media (min-width: 701px) {
  #cz .btn-cus a::before {
    width: 25px;
    right: 28px;
  }
}
#cz .btn-cus a .icon {
  margin: auto 0 auto 0;
  width: 14px;
  position: absolute;
  top: 0;
  left: 39px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 701px) {
  #cz .btn-cus a .icon {
    width: 19px;
    left: 65px;
  }
}
#cz .btn-cus.not-arrow a::before {
  display: none;
}
#cz .btn-cus.--style2 a {
  background: #D6C677;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(171, 142, 52, 0.6);
          box-shadow: 3px 3px 0px 0px rgba(171, 142, 52, 0.6);
  font-size: 22px;
  font-weight: 600;
  color: #001655;
  height: 65px;
  padding-right: 0;
}
@media (max-width: 700px) {
  #cz .btn-cus.--style2 a {
    height: 50px;
    font-size: 16px;
  }
}
#cz .btn-cus.--style2 a::before {
  background: url("../img/btn_arrow_blue.svg") no-repeat center right;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 701px) {
  #cz .btn-cus.--style2 a::before {
    right: 30px;
  }
}
#cz .btn-item {
  width: 44.5333333333vw;
}
@media (min-width: 701px) {
  #cz .btn-item {
    width: 237px;
    margin: 0 13px;
  }
}
#cz .btn-item a {
  width: 100%;
  height: 16vw;
  background: linear-gradient(135deg, #d9c279, #b78e2f);
  box-shadow: 0.8vw 0.8vw 1.6vw 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0.8vw 0.8vw 1.6vw 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0.8vw 0.8vw 1.6vw 0 rgba(0, 0, 0, 0.16);
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8vw;
  line-height: 8.5333333333vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #4D3827;
  padding: 0 6.9333333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 701px) {
  #cz .btn-item a {
    height: 85px;
    font-size: 25px;
    line-height: 1;
    -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 0 36px;
    background: linear-gradient(135deg, #D6C677, #BC9A31);
  }
}
#cz .btn-item a::before {
  position: absolute;
  content: "";
  top: 1.3333333333vw;
  left: 1.3333333333vw;
  right: 1.3333333333vw;
  bottom: 1.3333333333vw;
  border: 0.2666666667vw solid #4D3827;
  opacity: 0.2;
}
@media (min-width: 701px) {
  #cz .btn-item a::before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #4D3827;
  }
}
#cz .btn-item a .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
}
#cz .btn-item a .icon.icon-phone {
  right: 6.6666666667vw;
  width: 5.6vw;
}
@media (min-width: 701px) {
  #cz .btn-item a .icon.icon-phone {
    right: 36px;
    width: 29px;
  }
}
#cz .btn-item a .icon.icon-mail {
  right: 7.2vw;
  width: 7.7333333333vw;
}
@media (min-width: 701px) {
  #cz .btn-item a .icon.icon-mail {
    right: 38px;
    width: 41px;
  }
}
#cz .box {
  background: #EFEFEF;
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16) inset;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16) inset;
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16) inset;
  color: #000;
  padding: 0 0 2px 0;
  height: 265px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 701px) {
  #cz .box {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    height: 294px;
    border-radius: 10px;
  }
}
#cz .box-inner {
  padding: 15px 21px 12px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 701px) {
  #cz .box-inner {
    padding: 15px 21px 12px 24px;
  }
}
#cz .box-ttl {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 11px;
  text-align: center;
}
@media (min-width: 701px) {
  #cz .box-ttl {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 6px;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 701px) {
  #cz .box-ttl.txt-left {
    text-align: left;
  }
}
#cz .box .txt {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
}
@media (min-width: 701px) {
  #cz .box .txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
#cz .box .txt .link {
  color: #001655;
  text-decoration: underline;
}
#cz .box .txt .tel {
  color: #000;
}
@media (min-width: 701px) {
  #cz .box .txt .tel {
    pointer-events: none;
  }
}
#cz .box .txt-list {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
#cz .box .txt-list::before {
  content: "・";
  position: absolute;
  left: 10px;
  top: -0.1em;
}
#cz .box .txt + .txt {
  margin-top: 5px;
}
@media (min-width: 701px) {
  #cz .box .txt + .txt {
    margin-top: 2px;
  }
}
@media (min-width: 701px) {
  #cz .box .mCSB_scrollTools {
    width: 10px;
    right: 3px;
  }
}
#cz .apply {
  position: relative;
  background: url("../img/apply_bg.png") no-repeat top center/100% 100%;
  padding-top: 92px;
  padding-bottom: 20px;
}
@media (min-width: 701px) {
  #cz .apply {
    background: url("../img/apply_bg_pc.png") no-repeat top center/100% 100%;
    padding-top: 172px;
    padding-bottom: 51px;
  }
}
#cz .apply .group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6px 0 0 0;
}
@media (min-width: 701px) {
  #cz .apply .group-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cz .apply .sec-anchor {
  top: 120px;
}
@media (max-width: 700px) {
  #cz .apply .sec-anchor {
    top: 50px;
  }
}
#cz .apply-web {
  padding: 0 0 20px 0;
  margin: 32px 0 0 0;
  position: relative;
}
@media (min-width: 701px) {
  #cz .apply-web {
    margin: 59px 0 0 0;
  }
}
@media (max-width: 700px) {
  #cz .apply-web .l-wrapper {
    padding: 0 8.5333333333vw;
  }
}
#cz .apply-web .sec-anchor {
  top: -32px;
}
#cz .apply-web .cz-ttl-line {
  margin-bottom: 16px;
}
@media (min-width: 701px) {
  #cz .apply-web .cz-ttl-line {
    margin-bottom: 46px;
  }
}
#cz .apply-web .desc {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.04em;
  margin-bottom: 26px;
}
@media (min-width: 701px) {
  #cz .apply-web .desc {
    font-size: 22px;
    line-height: 1.7272727273;
    margin-bottom: 45px;
  }
}
@media (max-width: 700px) {
  #cz .apply-web .desc {
    margin-left: auto;
    margin-right: auto;
  }
}
#cz .apply-web .btn-cus {
  margin: 0 auto 16px auto;
}
@media (min-width: 701px) {
  #cz .apply-web .btn-cus {
    margin: 0 auto 31px auto;
  }
}
#cz .apply-web .btn-pdf {
  margin: 0 auto 49px auto;
}
@media (min-width: 701px) {
  #cz .apply-web .btn-pdf {
    margin: 0 auto 74px auto;
  }
}
#cz .apply-web .step {
  margin: 0 auto;
}
@media (min-width: 701px) {
  #cz .apply-web .step {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  #cz .apply-web .step .step-item + .step-item {
    margin-top: 38px;
  }
}
@media (min-width: 701px) {
  #cz .apply-web .step-item {
    width: calc(33.3333333333% - 21px);
  }
}
#cz .apply-web .step-ttl {
  padding: 0 0 5px 0;
  margin: 0 0 24px 0;
  background: url("../img/line2.png") no-repeat center bottom;
  background-size: auto 2px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #D6C677;
  text-align: center;
}
@media (min-width: 701px) {
  #cz .apply-web .step-ttl {
    font-size: 26px;
    background: url("../img/line2_pc.png") no-repeat center bottom;
    background-size: auto 4px;
    padding: 0 0 13px 0;
    margin: 0 0 19px 0;
  }
}
#cz .apply-web .step .txt {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.04em;
}
@media (min-width: 701px) {
  #cz .apply-web .step .txt {
    font-size: 18px;
    line-height: 1.8888888889;
    margin-bottom: 17px;
  }
}
#cz .apply-web .step .note {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.04em;
}
@media (min-width: 701px) {
  #cz .apply-web .step .note {
    font-size: 14px;
    line-height: 2;
  }
}
#cz .apply-email {
  padding: 0 0 17px 0;
  margin: 30px 0 0 0;
  position: relative;
}
@media (min-width: 701px) {
  #cz .apply-email {
    margin: 7px 0 0 0;
  }
}
@media (max-width: 700px) {
  #cz .apply-email {
    padding: 0 0 19px 0;
  }
}
@media (max-width: 700px) {
  #cz .apply-email .l-wrapper {
    padding: 0 8.5333333333vw;
  }
}
#cz .apply-email .sec-anchor {
  top: -32px;
}
#cz .apply-email .cz-ttl-line {
  margin-bottom: 24px;
}
@media (min-width: 701px) {
  #cz .apply-email .cz-ttl-line {
    margin-bottom: 50px;
  }
}
#cz .apply-email .btn-cus {
  margin: 0 auto 16px auto;
}
@media (min-width: 701px) {
  #cz .apply-email .btn-cus {
    margin: 0 auto 33px auto;
  }
}
@media (min-width: 701px) {
  #cz .apply-email .btn-cus a {
    padding-right: 0;
    padding-left: 14px;
  }
}
@media (min-width: 701px) {
  #cz .apply-email .btn-cus a .icon img {
    width: 100%;
  }
}
#cz .apply-email .btn-pdf {
  margin: 0 auto 49px auto;
}
@media (min-width: 701px) {
  #cz .apply-email .btn-pdf {
    margin: 0 auto 46px auto;
  }
}
#cz .apply-email .txt {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.04em;
  margin: 0 auto;
}
@media (min-width: 701px) {
  #cz .apply-email .txt {
    font-size: 22px;
    line-height: 1.7272727273;
    max-width: 100%;
    letter-spacing: 0.01em;
  }
}
#cz .eligible {
  padding: 92px 0 19px 0;
  position: relative;
  background: url("../img/eligible_bg.png") no-repeat top center/100% 100%;
}
@media (min-width: 701px) {
  #cz .eligible {
    padding: 178px 0 67px 0;
    background: url("../img/eligible_bg_pc.png") no-repeat top center/100% 100%;
  }
}
#cz .eligible .cz-ttl-frame {
  margin-bottom: 11px;
}
#cz .eligible-photo {
  width: 101.6vw;
  margin: -7px auto -9px -14px;
  text-align: center;
}
@media (min-width: 701px) {
  #cz .eligible-photo {
    width: 100%;
    margin: 0 0 -8px;
  }
  #cz .eligible-photo img {
    width: 100%;
    max-width: 645px;
    margin-left: 8px;
  }
}
@media (max-width: 700px) {
  #cz .eligible-photo img {
    width: 92.8vw;
  }
}
#cz .eligible-txt {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.04em;
  margin-top: 48px;
}
@media (min-width: 701px) {
  #cz .eligible-txt {
    font-size: 22px;
    line-height: 1.7272727273;
    margin-top: 62px;
  }
}
#cz .eligible .note {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.04em;
  margin: 2px 0 28px 0;
}
@media (min-width: 701px) {
  #cz .eligible .note {
    font-size: 14px;
    line-height: 2;
    margin: 4px 0 0 0;
  }
}
#cz .eligible .box {
  margin: 0 auto 16px auto;
}
@media (min-width: 701px) {
  #cz .eligible .box {
    margin: 0 auto 41px auto;
  }
}
#cz .eligible .sec-anchor {
  top: 120px;
}
@media (max-width: 700px) {
  #cz .eligible .sec-anchor {
    top: 50px;
  }
}
#cz .group-info {
  background: url("../img/guidelines_bg.png") no-repeat top center/100% 100%;
}
@media (min-width: 701px) {
  #cz .group-info {
    background: url("../img/guidelines_bg_pc.png") no-repeat top center/100% 100%;
  }
}
#cz .guidelines {
  padding: 90px 0 20px 0;
  position: relative;
}
@media (min-width: 701px) {
  #cz .guidelines {
    padding: 178px 0 20px 0;
  }
}
#cz .guidelines .cz-ttl-frame {
  margin-bottom: 30px;
}
@media (min-width: 701px) {
  #cz .guidelines .cz-ttl-frame {
    margin-bottom: 60px;
  }
}
#cz .guidelines .box {
  margin: 35px auto 16px auto;
}
@media (min-width: 701px) {
  #cz .guidelines .box {
    margin: 35px auto 41px auto;
  }
}
#cz .guidelines .btn-pdf {
  margin: 0 auto 20px auto;
}
@media (min-width: 701px) {
  #cz .guidelines .btn-pdf {
    margin: 0 auto 50px auto;
  }
}
#cz .guidelines .sec-anchor {
  top: 120px;
}
@media (max-width: 700px) {
  #cz .guidelines .sec-anchor {
    top: 50px;
  }
}
#cz .info {
  padding: 52px 0 70px 0;
}
@media (min-width: 701px) {
  #cz .info {
    padding: 89px 0 150px 0;
  }
}
#cz .info-ttl {
  margin-bottom: 15px;
}
@media (min-width: 701px) {
  #cz .info-ttl {
    margin-bottom: 21px;
  }
}
#cz .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 11px;
}
@media (min-width: 701px) {
  #cz .info-item {
    margin-bottom: 19px;
  }
}
#cz .info-item dt {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.04em;
}
@media (min-width: 701px) {
  #cz .info-item dt {
    font-size: 22px;
    line-height: 2.1818181818;
  }
}
#cz .info-item dd {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-left: 14px;
}
@media (min-width: 701px) {
  #cz .info-item dd {
    font-size: 39px;
    line-height: 1.2820512821;
    margin-left: 24px;
  }
}
#cz .info-item .info-tel a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 701px) {
  #cz .info-item .info-tel a {
    pointer-events: none;
  }
}
#cz .info-item .info-time {
  margin-left: 24px;
}
@media (min-width: 701px) {
  #cz .info-item .info-time {
    margin-left: 40px;
  }
}
#cz .info .txt {
  text-align: center;
  margin: -1px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04em;
}
@media (min-width: 701px) {
  #cz .info .txt {
    font-size: 22px;
    line-height: 1.5;
  }
}

.fwb {
  font-weight: 700;
}

.fwm {
  font-weight: 500;
}

.txt-center {
  text-align: center;
}

.txt-underline {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #D6C677), to(transparent)) bottom center no-repeat;
  background: linear-gradient(to top, #D6C677 100%, transparent 100%) bottom center no-repeat;
  background-size: 100% 2px;
}
@media (min-width: 701px) {
  .txt-underline {
    background-size: 100% 4px;
    display: inline-block;
  }
}

.txt-link {
  color: #D6C677;
  text-decoration: underline;
  word-break: break-all;
}

.fancybox__container {
  --fancybox-bg: rgba(3, 3, 3, 0.6);
}

.fancybox__slide {
  padding: 60px 20px;
}
@media (max-width: 700px) {
  .fancybox__slide {
    padding: 40px 0;
  }
}

.fancybox__content {
  background: transparent;
}

.modal {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
}
@media (max-width: 700px) {
  .modal {
    max-width: 343px;
  }
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 700px) {
  .modal-overlay {
    height: 100dvh;
  }
}
.modal-center {
  background: #001655;
  color: #fff;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border-radius: 0 10px 0 10px;
  border: 1px solid #D6C677;
  box-shadow: 2px 2px 0px 0px rgb(39, 37, 25);
  -webkit-box-shadow: 2px 2px 0px 0px rgb(39, 37, 25);
  -moz-box-shadow: 2px 2px 0px 0px rgb(39, 37, 25);
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 701px) {
  .modal-center {
    max-width: 960px;
  }
}
.modal-main {
  padding: 0 15px 36px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 701px) {
  .modal-main {
    padding: 21px 15px 36px 15px;
    height: auto;
  }
}
.modal-ttl {
  text-align: center;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  width: 150px;
  margin: 0 auto;
}
@media (min-width: 701px) {
  .modal-ttl {
    width: 231px;
    top: -24px;
  }
}
.modal-ttl span {
  background: url("../img/modal_ttl_bg.png") no-repeat center top;
  background-size: auto 100%;
  color: #4D3827;
  width: 100%;
  height: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  padding: 0 0 2px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 701px) {
  .modal-ttl span {
    font-size: 25px;
    line-height: 49px;
    height: 49px;
    background: url("../img/modal_ttl_bg_pc.png") no-repeat center top;
    background-size: auto 100%;
  }
}
.modal-product {
  width: 270px;
  margin: 4px auto -39px auto;
}
@media (min-width: 701px) {
  .modal-product {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin: 0;
    text-align: center;
    padding: 0 10px;
  }
}
.modal-product img {
  margin: 0 0 0 5px;
}
@media (min-width: 701px) {
  .modal-product img {
    margin: 0 0 0 14px;
    width: 90%;
  }
}
.modal-product-detail {
  width: 280px;
  margin: 30px auto 28px auto;
}
@media (min-width: 701px) {
  .modal-product-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin: 0;
    text-align: center;
    padding: 0 10px;
  }
  .modal-product-detail img {
    width: 90%;
    max-width: 305px;
  }
}
.modal .txt {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.04em;
}
@media (min-width: 701px) {
  .modal .txt {
    font-size: min(20px, 1.5625vw);
    line-height: 1.6;
  }
}
.modal .txt.txt04 {
  line-height: 25px;
  margin-top: 16px !important;
}
@media (min-width: 701px) {
  .modal .txt.txt04 {
    line-height: 32px;
    margin-top: 20px !important;
  }
}
.modal .txt.txt04 span {
  font-weight: 200;
  display: block;
}
@media (min-width: 701px) {
  .modal .txt.u-letter {
    letter-spacing: 0;
  }
}
.modal .txt + .txt {
  margin-top: 7px;
}
@media (min-width: 701px) {
  .modal .txt + .txt {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .modal .txt01 {
    min-height: 104px;
  }
}
@media (min-width: 701px) {
  .modal .txt02 {
    line-height: 1.4;
  }
}
.modal-close {
  margin: 40px auto 0 auto;
  border: 1px solid #D6C677;
  border-radius: 40px;
  width: 180px;
  height: 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0;
  font-weight: 500;
  color: #D6C677 !important;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media (min-width: 701px) {
  .modal-close {
    margin: 46px auto 0 auto;
    padding-right: 9px;
    cursor: pointer;
  }
  .modal-close.--style1 {
    margin: 24px auto 0 auto;
  }
  .modal-close.--style2 {
    margin: 18px auto 0 auto;
  }
}
.modal-close::before {
  position: absolute;
  content: "";
  top: 0;
  right: 20px;
  bottom: 0;
  width: 13px;
  background: url("../img/close.svg") no-repeat center center;
  background-size: 100%;
}
@media (min-width: 701px) {
  .modal-imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 65px;
  }
  .modal-imgtxt .modal-txt {
    width: min(400px, 31.25vw);
    padding-top: 101px;
  }
}
@media (min-width: 701px) {
  .modal-imgtxt + .modal-imgtxt {
    margin-top: 3px;
  }
  .modal-imgtxt + .modal-imgtxt .modal-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
    margin-top: -7px;
  }
  .modal-imgtxt + .modal-imgtxt .modal-product-detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.modal .modal-overlay {
  background: transparent;
}