@import url("/assets/css/add.css");
/* Scss Document */ /* Scss Document */
/* Scss Document */
/********************** font **********************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@400;500;700&display=swap");
/********************** variable style **********************/
/********************** variable color **********************/
/********************** font-size **********************/
/********************** entiri element **********************/
.mb-0 {
  margin-bottom: 0px;
}

.mr-0 {
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mr-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mr-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mr-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mr-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mr-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mr-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mr-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mr-55 {
  margin-bottom: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mr-60 {
  margin-bottom: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mr-65 {
  margin-bottom: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mr-70 {
  margin-bottom: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mr-75 {
  margin-bottom: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-80 {
  margin-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mr-85 {
  margin-bottom: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mr-90 {
  margin-bottom: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mr-95 {
  margin-bottom: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

a {
  text-decoration: none;
  color: #1C1C1C;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover {
  color: #6FB92C;
}

b {
  color: #6FB92C;
}

ul {
  list-style: none;
}

ul li {
  line-height: 1.6em;
}

.pc_none {
  display: none;
  /**sp**/
}
@media (max-width: 480px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
  /**sp**/
}
@media (max-width: 480px) {
  .sp_none {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.text-green {
  color: #6FB92C;
}

.text-red {
  color: #DB5656;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.clearfix {
  display: table;
}

.btn-base-w {
  font-size: 1rem;
  font-weight: 600;
  color: #1C1C1C;
  width: 352px;
  height: 58px;
  text-align: center;
  display: block;
  border: 1px solid #1C1C1C;
  border-radius: 50em;
  margin: auto;
  line-height: 58px;
}
@media (max-width: 480px) {
  .btn-base-w {
    width: 100%;
    font-size: 0.875rem;
  }
}
.btn-base-w:hover {
  color: #fff;
}

.right-arrow {
  background: url(../images/common/arrow-btn-w.svg) 324px 21px no-repeat #fff;
}
@media (max-width: 480px) {
  .right-arrow {
    width: 100%;
    font-size: 0.875rem;
    background: url(../images/common/arrow-btn-w.svg) 96% 52% no-repeat #fff;
  }
}
.right-arrow:hover {
  background: url(../images/common/arrow-btn-w_on.svg) 324px 21px no-repeat #1C1C1C;
  color: #fff;
}
@media (max-width: 480px) {
  .right-arrow:hover {
    background: url(../images/common/arrow-btn-w_on.svg) 96% 52% no-repeat #1C1C1C;
  }
}

.left-arrow {
  background: url(../images/common/arrow-btn-left-w.svg) 24px 21px no-repeat #fff;
}
@media (max-width: 480px) {
  .left-arrow {
    width: 100%;
    font-size: 0.875rem;
    background: url(../images/common/arrow-btn-left-w.svg) 6% 52% no-repeat #fff;
  }
}
.left-arrow:hover {
  background: url(../images/common/arrow-btn-left-w_on.svg) 24px 21px no-repeat #1C1C1C;
  color: #fff;
}
@media (max-width: 480px) {
  .left-arrow:hover {
    background: url(../images/common/arrow-btn-left-w_on.svg) 6% 52% no-repeat #1C1C1C;
  }
}

table {
  width: 100%;
  font-size: 1rem;
  border-collapse: collapse;
  color: #1C1C1C;
}
@media (max-width: 480px) {
  table {
    font-size: 0.875rem;
  }
}

/********************** roof-heading **********************/
.roof-heading {
  font-size: 2rem;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .roof-heading {
    font-size: 1.5rem;
  }
}
.roof-heading_eng {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  color: #6FB92C;
  font-weight: 300;
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 480px) {
  .roof-heading_eng {
    font-size: 1rem;
    margin: 0 auto;
  }
}
.roof-heading::before {
  content: "";
  display: block;
  width: 192px;
  height: 28px;
  background: url(../images/common/dec-title_roof.png) center top no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .roof-heading::before {
    width: 118px;
    height: 18px;
  }
}

/********************** common-cv **********************/
.common-cv {
  width: 100%;
  height: 366px;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/common/bg-cv_area.png) center top no-repeat;
  background-size: cover;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .common-cv {
    height: auto;
    padding: 40px 24px;
    background: url(../images/common/bg-cv_area_sp.png) center top no-repeat;
    background-size: cover;
  }
}
.common-cv-heading {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .common-cv-heading {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.common-cv-heading::before {
  content: "";
  width: 18px;
  height: 28px;
  display: inline-block;
  background: url(../images/common/deccommoncv-heading_left.png) 0 0 no-repeat;
  margin-right: 22px;
}
@media (max-width: 480px) {
  .common-cv-heading::before {
    height: 40px;
  }
}
.common-cv-heading::after {
  content: "";
  width: 18px;
  height: 28px;
  display: inline-block;
  background: url(../images/common/deccommoncv-heading_right.png) 0 0 no-repeat;
  margin-left: 22px;
}
@media (max-width: 480px) {
  .common-cv-heading::after {
    height: 40px;
  }
}
.common-cv-read {
  font-size: 1.25rem;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .common-cv-read {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.common-cv-inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .common-cv-inbox {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.common-cv-inbox a {
  width: 420px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 68px;
  font-size: 1.125rem;
  color: #fff;
  padding: 0 0 0 10px;
  font-weight: 600;
  border-radius: 50em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .common-cv-inbox a {
    width: 100%;
    height: 54px;
    line-height: 50px;
    font-size: 0.875rem;
    margin: 0 auto 20px;
  }
}
.common-cv-inbox a:hover:before {
  opacity: 0;
}
.common-cv-catalog {
  margin-right: 25px;
  border: 2px solid #6FB92C;
  z-index: 0;
  position: relative;
}
.common-cv-catalog::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/common/icon-cv-catalog.png) 40px 24px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6FB92C), color-stop(50%, #6FB92C), color-stop(50%, #61a127), to(#61a127));
  background: url(../images/common/icon-cv-catalog.png) 40px 24px no-repeat, linear-gradient(180deg, #6FB92C 0%, #6FB92C 50%, #61a127 50%, #61a127 100%);
}
@media (max-width: 480px) {
  .common-cv-catalog::before {
    background: url(../images/common/icon-cv-catalog.png) 12% 52% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6FB92C), color-stop(50%, #6FB92C), color-stop(50%, #61a127), to(#61a127));
    background: url(../images/common/icon-cv-catalog.png) 12% 52% no-repeat, linear-gradient(180deg, #6FB92C 0%, #6FB92C 50%, #61a127 50%, #61a127 100%);
    background-size: 7%;
  }
}
.common-cv-catalog::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: url(../images/common/icon-cv-catalog_on.png) 40px 24px no-repeat, #fff;
}
@media (max-width: 480px) {
  .common-cv-catalog::after {
    background: url(../images/common/icon-cv-catalog_on.png) 12% 52% no-repeat, #fff;
    background-size: 7%;
  }
}
.common-cv-catalog:hover {
  color: #6FB92C;
}
.common-cv-mail {
  margin-left: 25px;
  border: 2px solid #DB5656;
  z-index: 0;
  position: relative;
}
.common-cv-mail::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/common/icon-cv-mail.png) 50px 25px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#DB5656), color-stop(50%, #DB5656), color-stop(50%, #be4b4b), to(#be4b4b));
  background: url(../images/common/icon-cv-mail.png) 50px 25px no-repeat, linear-gradient(180deg, #DB5656 0%, #DB5656 50%, #be4b4b 50%, #be4b4b 100%);
}
@media (max-width: 480px) {
  .common-cv-mail::before {
    background: url(../images/common/icon-cv-mail.png) 12% 52% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#DB5656), color-stop(50%, #DB5656), color-stop(50%, #be4b4b), to(#be4b4b));
    background: url(../images/common/icon-cv-mail.png) 12% 52% no-repeat, linear-gradient(180deg, #DB5656 0%, #DB5656 50%, #be4b4b 50%, #be4b4b 100%);
    background-size: 6%;
  }
}
.common-cv-mail::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: url(../images/common/icon-cv-mail_on.png) 50px 25px no-repeat, #fff;
}
@media (max-width: 480px) {
  .common-cv-mail::after {
    background: url(../images/common/icon-cv-mail_on.png) 12% 52% no-repeat, #fff;
    background-size: 6%;
  }
}
.common-cv-mail:hover {
  color: #DB5656;
}
.common-cv-tellbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .common-cv-tellbox {
    display: block;
    text-align: center !important;
  }
}
.common-cv-tellbox_freedial {
  font-family: "Roboto", sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  display: inline;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .common-cv-tellbox_freedial {
    font-size: 2rem;
    display: block;
  }
}
.common-cv-tellbox_freedial a {
  color: #fff;
}
.common-cv-tellbox_freedial::before {
  content: "";
  width: 64px;
  height: 34px;
  display: inline-block;
  background: url(../images/common/icon-freedial_cv.png) 0 0 no-repeat;
}
@media (max-width: 480px) {
  .common-cv-tellbox_freedial::before {
    width: 40px;
    height: 23px;
    background-size: contain;
  }
}
.common-cv-tellbox_reception {
  display: inline;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .common-cv-tellbox_reception {
    font-size: 0.875rem;
  }
}

/********************** header **********************/
.header {
  width: 100%;
  height: 90px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 8;
}
@media (max-width: 1312px) {
  .header {
    padding: 15px 10px 10px 20px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header-majorheading {
  font-size: 1rem;
  padding-top: 8px;
}
.header-majorheading img {
  width: auto;
}
@media (max-width: 1312px) {
  .header-majorheading img {
    width: 170px;
  }
}
.header-majorheading a:hover {
  opacity: 0.5;
}
.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header-box {
    width: 100%;
    padding: 10px 20px 0 0;
  }
}
.header-box-left {
  text-align: right;
}
@media (max-width: 768px) {
  .header-box-left {
    text-align: left;
    width: 100%;
  }
}
.header-box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 30px;
}
@media (max-width: 880px) {
  .header-box-right {
    display: none;
  }
}
.header-box-right a {
  width: 200px;
  height: 60px;
  display: block;
  border-radius: 50em;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4em;
  position: relative;
  padding: 6px 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.header-box-freedial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 6px 0;
}
.header-freedial_pc {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  padding: 0;
  line-height: 1em;
  margin-right: 10px;
}
@media (max-width: 880px) {
  .header-freedial_pc {
    display: none;
  }
}
.header-freedial_pc::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 42px;
  height: 24px;
  background: url(../images/common/icon_freedial.png) 0 0 no-repeat;
}
.header-freedial_sp {
  display: none;
}
@media (max-width: 880px) {
  .header-freedial_sp {
    display: block;
    margin-right: 60px;
  }
}
.header-freedial-information {
  font-size: 0.75rem;
  line-height: 1.4em;
  text-align: left !important;
}
@media (max-width: 880px) {
  .header-freedial-information {
    display: none;
  }
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 880px) {
  .header-nav {
    display: none;
  }
}
.header-nav-list {
  font-size: 0.875rem;
  margin-left: 30px;
}
@media (max-width: 1460px) {
  .header-nav-list {
    margin-left: 10px;
  }
}


.header-nav-list::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url(../images/common/arrow-gnav.png) 0 3px no-repeat;
  margin-left: 8px;
}
.header-nav-list a {
  color: #1C1C1C;
}
.header-nav-list a:hover {
  color: #6FB92C;
}
.header-cv-catalog {
  border: 2px solid #6FB92C;
  z-index: 0;
}
.header-cv-catalog::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/common/icon-header-cv-catalog.png) 28px 20px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6FB92C), color-stop(50%, #6FB92C), color-stop(50%, #6FB92C), to(#61a127));
  background: url(../images/common/icon-header-cv-catalog.png) 28px 20px no-repeat, linear-gradient(180deg, #6FB92C 0%, #6FB92C 50%, #6FB92C 50%, #61a127 100%);
}
.header-cv-catalog::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: url(../images/common/icon-header-cv-catalog_on.png) 28px 20px no-repeat, #fff;
}
.header-cv-catalog:hover:before {
  opacity: 0;
}
.header-cv-catalog:hover {
  color: #6FB92C;
}
.header-cv-mail {
  border: 2px solid #DB5656;
  z-index: 0;
  margin-left: 14px;
}
.header-cv-mail::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/common/icon-header-cv-mail.png) 28px 20px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#DB5656), color-stop(50%, #DB5656), color-stop(50%, #DB5656), to(#be4b4b));
  background: url(../images/common/icon-header-cv-mail.png) 28px 20px no-repeat, linear-gradient(180deg, #DB5656 0%, #DB5656 50%, #DB5656 50%, #be4b4b 100%);
}
.header-cv-mail::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: url(../images/common/icon-header-cv-mail_on.png) 28px 20px no-repeat, #fff;
}
.header-cv-mail:hover:before {
  opacity: 0;
}
.header-cv-mail:hover {
  color: #DB5656;
}

/********************** drawer **********************/
.gloval-navi_sp {
  display: none;
}
@media (max-width: 880px) {
  .gloval-navi_sp {
    display: block;
  }
}

.gloval-navi_sp {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background: #fff;
  text-align: left;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  padding: 70px 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 20;
}
.gloval-navi_sp ul {
  margin: 0 auto 30px;
  padding: 0;
  width: 100%;
}
.gloval-navi_sp ul li {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 !important;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.gloval-navi_sp ul li::after {
  display: none;
}
.gloval-navi_sp ul li:last-of-type {
  padding-bottom: 0;
}
.gloval-navi_sp ul li a {
  display: none;
}
@media (max-width: 768px) {
  .gloval-navi_sp ul li a {
    display: block;
    width: 100%;
    color: #1C1C1C;
    padding: 0.8em 0;
    text-decoration: none;
    background: url(../images/common/arrow-gnav.png) right center no-repeat;
    border-bottom: 1px solid #C1C1C1;
  }
}
.gloval-navi_sp.active {
  opacity: 1;
  display: block;
}

@media (max-width: 880px) {
  .menu-btn {
    display: block;
    background: #1C1C1C;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    z-index: 25;
  }
  .menu-btn.active span:nth-child(1) {
    top: 30px;
    left: 25%;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-btn.active span:nth-child(2), .menu-btn.active span:nth-child(3) {
    top: 30px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-btn span {
    display: block;
    position: absolute;
    width: 50%;
    height: 2px;
    left: 25%;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .menu-btn span:nth-of-type(1) {
    top: 25%;
  }
  .menu-btn span:nth-of-type(2) {
    top: 45%;
  }
  .menu-btn span:nth-of-type(3) {
    top: 65%;
  }
}
.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: slideDown 0.3s ease-in-out;
          animation: slideDown 0.3s ease-in-out;
  z-index: 14;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.gloval-navi_sp-cv a {
  width: 100%;
  height: 54px;
  line-height: 52px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  border-radius: 50em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto 20px;
  position: relative;
}
.gloval-navi_sp-cv a:hover:before {
  opacity: 0;
}

.gloval-navi_sp-cv-catalog {
  border: 1px solid #6FB92C;
}
.gloval-navi_sp-cv-catalog::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/common/icon-cv-catalog.png) 40px 19px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6FB92C), color-stop(50%, #6FB92C), color-stop(50%, #61a127), to(#61a127));
  background: url(../images/common/icon-cv-catalog.png) 40px 19px no-repeat, linear-gradient(180deg, #6FB92C 0%, #6FB92C 50%, #61a127 50%, #61a127 100%);
  background-size: 7%;
}
.gloval-navi_sp-cv-catalog::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: url(../images/common/icon-cv-catalog_on.png) 40px 19px no-repeat, #fff;
  background-size: 7%;
}
.gloval-navi_sp-cv-catalog:hover {
  color: #6FB92C;
}

.gloval-navi_sp-cv-mail {
  border: 1px solid #DB5656;
}
.gloval-navi_sp-cv-mail::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/common/icon-cv-mail.png) 43px 21px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#DB5656), color-stop(50%, #DB5656), color-stop(50%, #be4b4b), to(#be4b4b));
  background: url(../images/common/icon-cv-mail.png) 43px 21px no-repeat, linear-gradient(180deg, #DB5656 0%, #DB5656 50%, #be4b4b 50%, #be4b4b 100%);
  background-size: 6%;
}
.gloval-navi_sp-cv-mail::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: url(../images/common/icon-cv-mail_on.png) 43px 21px no-repeat, #fff;
  background-size: 6%;
}
.gloval-navi_sp-cv-mail:hover {
  color: #DB5656;
}

.gloval-navi_sp-freedial {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #1C1C1C;
  font-weight: 500;
  padding: 0;
  line-height: 1em !important;
  margin: 0 auto;
  text-align: center;
}
.gloval-navi_sp-freedial::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 42px;
  height: 24px;
  background: url(../images/common/icon_freedial.png) 0 0 no-repeat;
}
.gloval-navi_sp-freedial a {
  color: #1C1C1C;
}

.gloval-navi_sp-information {
  font-size: 0.875rem;
  color: #1C1C1C;
  text-align: center;
}

/********************** footer **********************/
.footer {
  width: 100%;
  padding: 90px 0 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  .footer {
    padding: 50px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.footer-inbox {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 50px;
}
@media (max-width: 1240px) {
  .footer-inbox {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .footer-inbox {
    display: block;
  }
}
@media (max-width: 480px) {
  .footer-inbox {
    margin: 0 auto 40px;
  }
}
.footer-majorheading {
  line-height: 1em;
}
@media (max-width: 480px) {
  .footer-majorheading {
    margin: 0 auto 20px;
  }
}
.footer-majorheading a:hover {
  opacity: 0.5;
}
.footer-majorheading img {
  width: 306px;
}
@media (max-width: 480px) {
  .footer-majorheading img {
    width: 218px;
  }
}
.footer-address {
  font-size: 0.875rem;
  line-height: 1.8em;
  text-align: left;
}
@media (max-width: 480px) {
  .footer-address {
    margin: 0 auto 30px;
    display: inline-block;
  }
}
.footer-banner_hj {
  width: 340px;
  height: 68px;
  background: url(../images/common/arrow-btn-w.svg) 310px 26px no-repeat;
  padding: 12px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
}
.footer-banner_hj:hover {
  opacity: 0.5;
}
.footer-copyright {
  font-size: 0.875rem;
  color: #9D9D9D;
}
@media (max-width: 480px) {
  .footer-copyright {
    font-size: 0.75rem;
  }
}
.footer-pagetop {
  position: absolute;
  bottom: 10px;
  right: 15px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.footer-pagetop:hover {
  opacity: 0.5;
}
@media (max-width: 480px) {
  .footer-pagetop {
    display: none;
  }
}

/********************** cv sp **********************/
.cv-sp {
  display: none;
}
@media (max-width: 480px) {
  .cv-sp {
    display: block;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 10;
  }
  .cv-sp-inbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 0.875rem;
  }
  .cv-sp-inbox_catalog {
    background: url(../images/common/icon-cv-catalog.png) 21% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6FB92C), color-stop(50%, #6FB92C), color-stop(50%, #61a127), to(#61a127));
    background: url(../images/common/icon-cv-catalog.png) 21% 50% no-repeat, linear-gradient(180deg, #6FB92C 0%, #6FB92C 50%, #61a127 50%, #61a127 100%);
    background-size: 10%;
  }
  .cv-sp-inbox_mail {
    background: url(../images/common/icon-cv-mail.png) 21% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#DB5656), color-stop(50%, #DB5656), color-stop(50%, #be4b4b), to(#be4b4b));
    background: url(../images/common/icon-cv-mail.png) 21% 50% no-repeat, linear-gradient(180deg, #DB5656 0%, #DB5656 50%, #be4b4b 50%, #be4b4b 100%);
    background-size: 10%;
  }
  .cv-sp-inbox a {
    display: block;
    width: 49.8%;
    height: 50px;
    color: #fff;
    line-height: 1.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0 0 18px;
  }
}

/********************** underlayer common **********************/
.wrapper {
  width: 100%;
  padding: 30px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/common/bg-wrapper.png) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 480px) {
  .wrapper {
    background: url(../images/common/bg-wrapper_sp.png) center top no-repeat;
    background-size: cover;
    padding: 24px;
  }
}

.content {
  width: 1240px;
  margin: 0 auto 100px;
}
@media (max-width: 1240px) {
  .content {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .content {
    margin: 0 auto 40px;
  }
}

.breadcrumb {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 60px;
  margin: 0 auto 50px;
}
@media (max-width: 480px) {
  .breadcrumb {
    padding: 0;
    margin: 0 auto 20px;
  }
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  gap: 12px;
}
@media (max-width: 480px) {
  .breadcrumb-list {
    font-size: 0.75rem;
  }
}
.breadcrumb-list-item {
  color: #1C1C1C;
  font-weight: 300;
}
.breadcrumb-list-item a {
  color: #898989;
}
.breadcrumb-list-item a::after {
  content: "";
  width: 6px;
  height: 10px;
  display: inline-block;
  background: url(../images/common/arrow-breadcrump.png) 0 0 no-repeat;
  margin-left: 10px;
}

.title-block {
  margin: auto;
  text-align: center;
}
.title-block h2 {
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .title-block h2 {
    margin-bottom: 40px;
  }
}
.title-block-read {
  font-size: 1.25rem;
  margin: 0 auto 60px;
}
@media (max-width: 480px) {
  .title-block-read {
    font-size: 1rem;
    margin: 0 auto 30px;
  }
}

.white-base {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  padding: 60px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
  .white-base {
    border-radius: 10px;
    padding: 30px 20px;
  }
}

.white-base-case {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  padding: 60px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
  .white-base-case {
    border-radius: 10px;
    padding: 30px 0;
  }
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #1C1C1C;
  background-color: #fff;
  font-size: 100%;
  line-height: 1.8em;
  letter-spacing: 0em;
  margin: 0 auto;
  padding: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  p {
    line-height: 1.8em !important;
  }
}

/********************** main **********************/
.main {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .main {
    padding: 0;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .main {
    padding: 0;
    vertical-align: text-bottom;
  }
  .main img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    vertical-align: bottom;
  }
}
.main-slider {
  width: 1239px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 480px) {
  .main-slider {
    width: 100%;
    height: 100%;
  }
}
.main-slider img {
  width: 100vw;
  /* height: 620px; */
  height: calc(620/1245*100vw);
  max-height: 686px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1245px) {
  .main-slider img {
    /* height: calc(620/1245*100vw); */
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .main-slider img {
    width: 100%;
    /* height: 500px; */
    height: calc(557/375*100vw);
  }
}
.main .bx-wrapper {
  margin-bottom: 0;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.main .bx-prev,
.main .bx-next {
  aspect-ratio: 1/1;
  background: url(../images/home/bx-arrow.svg) no-repeat 0 0 / contain;
  display: block;
  /* height: calc(1920/56*100vw); */
  text-indent: -9999px;
  max-width: 56px;
  min-width: 40px;
  height: auto!important;
  position: absolute;
  transform: unset;
  transition: opacity .4s ease;
  left: 50%;
  top: 50%;
  width: 56px!important;
}
.main .bx-prev {
  margin-left: -550px;
  transform: rotate(180deg);
}
.main .bx-next {
  margin-left: 500px;
}
.main .bx-prev:hover,
.main .bx-next:hover {
  background-position: 0 0!important;
  opacity: .8;
}
.main .bx-prev:focus,
.main .bx-next:focus {
  background-position: 0 0!important;
}
@media (max-width: 1245px) {
  .main .bx-prev {
    margin-left: 0;
    left: 10px;
  }
  .main .bx-next {
    margin-left: 0;
    left: unset;
    right: 10px;
  }
}
@media (max-width: 480px) {
  .main .bx-prev,
  .main .bx-next {
    display: none;
  }
}
/********************** wrapper home **********************/
.wrapper-home {
  width: 100%;
  padding: 60px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/home/bg-sky_top.png) center top no-repeat;
  background-size: 100%;
}
@media (max-width: 480px) {
  .wrapper-home {
    padding: 24px;
    background: url(../images/home/bg-sky_top_sp.png) center top no-repeat;
    background-size: contain;
  }
}
@media (max-width: 480px) {
  .wrapper-home_under {
    padding: 24px;
  }
}

/********************** cv-top **********************/
.cv-top {
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .cv-top {
    display: none;
  }
}
.cv-top-heading {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.cv-top-heading::before {
  content: "";
  width: 18px;
  height: 28px;
  display: inline-block;
  background: url(../images/home/dec-topcv-heading_left.png) 0 0 no-repeat;
  margin-right: 22px;
}
.cv-top-heading::after {
  content: "";
  width: 18px;
  height: 28px;
  display: inline-block;
  background: url(../images/home/dec-topcv-heading_right.png) 0 0 no-repeat;
  margin-left: 22px;
}
.cv-top-inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 50px;
}
.cv-top-catalog {
  width: 420px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 68px;
  font-size: 1.125rem;
  color: #fff;
  padding: 0 0 0 40px;
  font-weight: 600;
  border-radius: 50em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-right: 25px;
  border: 2px solid #6FB92C;
  z-index: 0;
  position: relative;
}
@media (max-width: 768px) {
  .cv-top-catalog {
    width: 360px;
    font-size: 1rem;
    margin-right: 15px;
  }
}
.cv-top-catalog::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/common/icon-cv-catalog.png) 60px 24px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#6FB92C), color-stop(50%, #6FB92C), color-stop(50%, #61a127), to(#61a127));
  background: url(../images/common/icon-cv-catalog.png) 60px 24px no-repeat, linear-gradient(180deg, #6FB92C 0%, #6FB92C 50%, #61a127 50%, #61a127 100%);
}
.cv-top-catalog::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: url(../images/common/icon-cv-catalog_on.png) 60px 24px no-repeat, #fff;
}
.cv-top-catalog:hover:before {
  opacity: 0;
}
.cv-top-catalog:hover {
  color: #6FB92C;
}
.cv-top-mail {
  width: 420px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 68px;
  font-size: 1.125rem;
  color: #fff;
  padding: 0 0 0 40px;
  font-weight: 600;
  border-radius: 50em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-left: 25px;
  border: 2px solid #DB5656;
  z-index: 0;
  position: relative;
}
@media (max-width: 768px) {
  .cv-top-mail {
    width: 360px;
    font-size: 1rem;
    margin-left: 15px;
  }
}
.cv-top-mail::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/common/icon-cv-mail.png) 60px 24px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#DB5656), color-stop(50%, #DB5656), color-stop(50%, #be4b4b), to(#be4b4b));
  background: url(../images/common/icon-cv-mail.png) 60px 24px no-repeat, linear-gradient(180deg, #DB5656 0%, #DB5656 50%, #be4b4b 50%, #be4b4b 100%);
}
.cv-top-mail::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: url(../images/common/icon-cv-mail_on.png) 60px 24px no-repeat, #fff;
}
.cv-top-mail:hover:before {
  opacity: 0;
}
.cv-top-mail:hover {
  color: #DB5656;
}

/********************** top-lineup **********************/
.top-lineup {
  width: 1240px;
  padding: 100px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  margin: 0 auto 130px;
}
@media (max-width: 1240px) {
  .top-lineup {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .top-lineup {
    border-radius: 10px;
    padding: 40px 20px 20px;
    margin: 0 auto 50px;
  }
}
.top-lineup-heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .top-lineup-heading {
    font-size: 1.125rem;
    line-height: 1.6em;
  }
}
.top-lineup-heading strong {
  font-size: 2rem;
}
@media (max-width: 480px) {
  .top-lineup-heading strong {
    font-size: 1.5rem;
  }
}
.top-lineup-heading::before {
  content: "";
  display: block;
  width: 192px;
  height: 28px;
  background: url(../images/common/dec-title_roof.png) center top no-repeat;
  background-size: 100%;
  margin: 0 auto 46px;
}
@media (max-width: 480px) {
  .top-lineup-heading::before {
    width: 118px;
    height: 18px;
    margin: 0 auto 20px;
  }
}
.top-lineup-heading_mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, rgba(247, 181, 44, 0.6)));
  background: linear-gradient(transparent 80%, rgba(247, 181, 44, 0.6) 0%);
}
@media (max-width: 480px) {
  .top-lineup-heading_mark {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(0%, rgba(247, 181, 44, 0.6)));
    background: linear-gradient(transparent 76%, rgba(247, 181, 44, 0.6) 0%);
  }
}
.top-lineup-read {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 auto 80px;
}
@media (max-width: 480px) {
  .top-lineup-read {
    font-size: 1.125rem;
    margin: 0 auto 40px;
  }
}
.top-lineup-inbox {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 60px 40px;
}
@media (max-width: 768px) {
  .top-lineup-inbox {
    gap: 60px 10px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .top-lineup-inbox {
    display: block;
  }
}
.top-lineup-item {
  width: 345px;
  text-align: left;
  position: relative;
}
@media (max-width: 480px) {
  .top-lineup-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top-lineup-image {
  border-radius: 10px;
  width: 100%;
  vertical-align: top;
}
.top-lineup-subheading {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  .top-lineup-subheading {
    font-size: 0.875rem;
  }
}
.top-lineup-links {
  display: block;
  width: 320px;
  height: 53px;
  padding: 18px 0 0 20px;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/home/dec-lineup_band.svg) 0 0 no-repeat;
  color: #fff;
  position: absolute;
  top: 200px;
}
@media (max-width: 480px) {
  .top-lineup-links {
    top: 85%;
    padding: 20px 0 0 16px;
    width: 276px;
    background: url(../images/home/dec-lineup_band_sp.svg) 0 0 no-repeat;
  }
}
.top-lineup-links:hover {
  color: #fff;
  background: url(../images/home/dec-lineup_band_on.svg) 0 0 no-repeat;
}
@media (max-width: 480px) {
  .top-lineup-links:hover {
    background: url(../images/home/dec-lineup_band_sp_ov.svg) 0 0 no-repeat;
  }
}

/********************** top-case **********************/
.top-case {
  text-align: center;
  margin: 0 auto 100px;
}
@media (max-width: 480px) {
  .top-case {
    margin: 0 auto 50px;
  }
}
.top-case h2 {
  margin: 0 auto 40px !important;
}
@media (max-width: 480px) {
  .top-case h2 {
    margin: 0 auto 30px !important;
  }
}
@media (max-width: 480px) {
  .top-case-read {
    text-align: left;
  }
}
.top-case-slider {
  width: 100%;
  height: 500px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 30px;
  overflow: hidden;
  padding: 30px 0 20px;
}
@media (max-width: 480px) {
  .top-case-slider {
    width: 100%;
    gap: 0;
    padding: 20px 0;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .top-case-slider-list {
    padding: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
  }
}
.top-case-slider-box {
  width: 345px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 480px) {
  .top-case-slider-box {
    width: 100%;
  }
}
.top-case-slider-box-texts {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.top-case-slider-box a {
  color: #1C1C1C;
}
.top-case-slider-box a:hover {
  opacity: 0.5;
}
.top-case-image {
  border-radius: 10px 10px 0 0;
}
.top-case-time {
  font-size: 0.875rem;
  color: #959595;
  display: block;
}
.top-case-tag {
  font-size: 0.75rem;
  padding: 6px 14px 7px 15px;
  background: #EFEDEE;
  display: inline-block;
  border-radius: 50em;
  line-height: 1em;
  margin-bottom: 10px;
}
.top-case-subheading {
  font-size: 1rem;
}
.top-case-datail {
  font-size: 0.875rem;
}

/********************** top-reason **********************/
.top-reason {
  width: 1240px;
  background: url(../images/home/bg-reason.png) center top no-repeat;
  margin: 0 auto 100px;
  text-align: center;
  padding: 120px 56px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1240px) {
  .top-reason {
    width: 100%;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .top-reason {
    padding: 60px 24px 40px;
    margin: 0 auto 50px;
  }
}
.top-reason h2 {
  margin: 0 auto 60px;
}
@media (max-width: 480px) {
  .top-reason h2 {
    margin: 0 auto 30px !important;
  }
}
.top-reason-inbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 1240px) {
  .top-reason-inbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .top-reason-inbox {
    margin-bottom: 40px;
    display: block;
  }
}
.top-reason-block {
  width: 257px;
  height: 257px;
  background: url(../images/home/bg-reasonblock_pc.png) 0 0 no-repeat;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (max-width: 480px) {
  .top-reason-block {
    width: 100%;
    height: 170px;
    border-radius: 0 10px 10px 10px;
    background: url(../images/home/bg-reasonblock_sp.png) 0 0 no-repeat;
    background-size: cover;
    margin-bottom: 20px;
  }
}
.top-reason-point {
  position: absolute;
  color: #fff;
  top: 10px;
  left: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6em;
}
.top-reason-point strong {
  font-size: 1.6875rem;
  font-weight: 400;
}
.top-reason-icon {
  margin: 40px auto 15px;
}
@media (max-width: 480px) {
  .top-reason-icon {
    margin: 30px auto 10px;
    width: 13%;
  }
}
.top-reason-subheading {
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 480px) {
  .top-reason-subheading {
    font-size: 1.25rem;
  }
}

/********************** top-flow **********************/
.top-flow {
  width: 100%;
  text-align: center;
  margin: 0 auto 140px;
}
@media (max-width: 480px) {
  .top-flow {
    margin: 0 auto 50px;
  }
}
.top-flow h2 {
  margin-bottom: 65px;
}
@media (max-width: 480px) {
  .top-flow h2 {
    margin: 0 auto 30px !important;
  }
}
.top-flow-read {
  line-height: 2.4em;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .top-flow-read {
    text-align: left;
    margin-bottom: 30px;
  }
}
.top-flow-read strong {
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .top-flow-read strong {
    display: block;
    text-align: center !important;
    margin-bottom: 0 !important;
  }
}
.top-flow-inbox {
  width: 1120px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1240px) {
  .top-flow-inbox {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .top-flow-inbox {
    width: 90%;
    display: block;
  }
}
.top-flow-block {
  width: 156px;
  height: 227px;
  background: #E4ECF5;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .top-flow-block {
    width: 100%;
    height: auto;
    min-height: 85px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.top-flow-number {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  width: 46px;
  height: 46px;
  display: block;
  line-height: 46px !important;
  border-radius: 50%;
  background: #6FB92C;
  border: 3px solid #fff;
  position: absolute;
  top: -20px;
  left: 52px;
}
@media (max-width: 480px) {
  .top-flow-number {
    left: -20px;
  }
}
.top-flow-icon {
  position: absolute;
  top: 60px;
  left: 36px;
}
@media (max-width: 480px) {
  .top-flow-icon {
    position: static;
    width: 26%;
    height: 26%;
  }
}
.top-flow-btn {
  position: absolute;
  top: 142px;
  left: 16px;
  width: 121px;
  height: 63px;
  border: 2px solid #DB5656;
  display: block;
  background: #DB5656;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 500;
  line-height: 1.2em;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
  .top-flow-btn {
    position: static;
    width: 100%;
    height: 42px;
    line-height: 38px;
    padding: 0;
    border-radius: 50em;
  }
}
.top-flow-btn:hover {
  background: #fff;
  color: #DB5656;
}
.top-flow-text {
  width: 126px;
  position: absolute;
  top: 152px;
  left: 15px;
  font-size: 1rem;
  vertical-align: middle;
}
.top-flow-text span {
  background: #DB5656;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .top-flow-text span {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .top-flow-text {
    position: static;
  }
}
.top-flow-arrow {
  display: block;
}
@media (max-width: 480px) {
  .top-flow-arrow {
    margin: 0 auto 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/********************** company page **********************/
.companytable {
  border-spacing: 10px !important;
}
.companytable th {
  border-bottom: 1px solid #C9C9C9;
  padding: 20px 0;
  text-align: left;
}
@media (max-width: 480px) {
  .companytable th {
    display: block;
    padding: 10px 0 0;
    border: 0;
  }
}
.companytable td {
  border-bottom: 1px solid #C9C9C9;
  padding: 20px 0;
}
@media (max-width: 480px) {
  .companytable td {
    display: block;
    padding: 0 0 10px;
  }
}
.companytable td a {
  color: #1C1C1C;
  text-decoration: underline;
}
.companytable td a:hover {
  color: #6FB92C;
}
.companytable td p {
  margin: 0 !important;
  padding-left: 40px;
  border-left: 1px solid #C9C9C9;
}
@media (max-width: 480px) {
  .companytable td p {
    padding: 0;
    border: 0;
    font-size: 0.875rem;
  }
}
.companytable td ul {
  margin: 0 !important;
  padding-left: 40px;
  border-left: 1px solid #C9C9C9;
}
@media (max-width: 480px) {
  .companytable td ul {
    padding: 0;
    border: 0;
  }
}
.companytable td ul li {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .companytable td ul li {
    margin-bottom: 20px;
  }
}
.companytable td ul li:last-child {
  margin-bottom: 0 !important;
}
.companytable-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .companytable-map img {
    width: 70%;
  }
}

/********************** FAQ page **********************/
.accordion-single-item {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  padding: 30px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 30px;
}
@media (max-width: 480px) {
  .accordion-single-item {
    padding: 20px;
    border-radius: 10px;
  }
}
.accordion-single-title {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
}
@media (max-width: 480px) {
  .accordion-single-title {
    font-size: 1rem;
    line-height: 1.6em;
  }
}
.accordion-single-title::before {
  content: "Q";
  font-size: 1.25rem;
  width: 42px !important;
  height: 42px !important;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #6FB92C;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  padding: 0 !important;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .accordion-single-title::before {
    font-size: 0.75rem;
    margin-right: 10px;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px;
  }
}
.accordion-single-title::after {
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 27px;
  height: 16px;
  background: url(../images/faq/arrow-accordion.png) no-repeat;
  -webkit-transform: translateY(0%) rotate(0deg);
          transform: translateY(0%) rotate(0deg);
}
@media (max-width: 480px) {
  .accordion-single-title::after {
    background-size: 100%;
    width: 15px;
    height: 8px;
    -ms-grid-column-align: right;
        justify-self: right;
  }
}
.accordion-single-title span {
  width: 1000px;
  margin-right: 40px;
}
@media (max-width: 480px) {
  .accordion-single-title span {
    width: 240px;
    margin-right: 10px;
  }
}
.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.accordion-single-content_box {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.accordion-single-content_box p {
  width: 1000px;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .accordion-single-content_box p {
    font-size: 0.875rem;
    width: 240px;
  }
}
.accordion-single-content_box span {
  width: 42px !important;
  height: 42px !important;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #F7B52C;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  padding: 0 !important;
  display: block;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .accordion-single-content_box span {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px;
    font-size: 0.75rem;
    margin-right: 10px;
  }
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 600px;
}
@media (max-width: 480px) {
  .accordion-single-item.is-open .accordion-single-content {
    max-height: 1400px;
  }
}

.accordion-single-item.is-open .accordion-single-title::after {
  -webkit-transform: translateY(0%) rotate(180deg);
          transform: translateY(0%) rotate(180deg);
}

/********************** reason page **********************/
.reason-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 70px;
}
@media (max-width: 880px) {
  .reason-box {
    display: block;
  }
}
@media (max-width: 480px) {
  .reason-box {
    margin: 0 auto 60px;
  }
}
.reason-box:last-child {
  margin: 0 auto;
}
.reason-box-datail {
  width: 50%;
}
@media (max-width: 480px) {
  .reason-box-datail {
    width: 100%;
  }
}
.reason-box-pict {
  width: auto;
  border-radius: 10px;
}
@media (max-width: 880px) {
  .reason-box-pict {
    width: 100%;
  }
}
.reason-box-point {
  color: #6FB92C;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .reason-box-point {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.reason-box-point::after {
  content: "";
  width: 34px;
  height: 1px;
  display: block;
  background: #1C1C1C;
  margin-left: 5px;
}
.reason-box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .reason-box-title {
    display: block;
    text-align: center;
  }
}
.reason-box-icon {
  height: auto;
  -o-object-fit: none;
     object-fit: none;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .reason-box-icon {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .reason-box p {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}

.block-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/********************** case-study page **********************/
.sort-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  margin: 30px 0;
}
@media (max-width: 480px) {
  .sort-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sort-btn-list {
  font-size: 0.75rem;
  cursor: pointer;
  background: #EFEDEE;
  padding: 6px 12px;
  display: block;
  border-radius: 50em;
  color: #1C1C1C;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.sort-btn-list:hover {
  background: #6FB92C;
  color: #fff;
}
.sort-btn-list:hover span {
  color: #fff;
}
.sort-btn-list:active {
  background: #6FB92C;
  color: #fff;
}
.sort-btn-list:active span {
  color: #fff;
}
.sort-btn-list span {
  color: #6FB92C;
}
.sort-btn-list.selected {
  background: #6FB92C;
  color: #fff;
}
.sort-btn-list.selected span {
  color: #fff;
}

.case-grid {
  width: 100%;
  margin: 0 auto 40px;
  display: none;
}
@media (max-width: 480px) {
  .case-grid {
    margin: 0 auto 40px;
  }
}
.case-grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 480px) {
  .case-grid-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-grid-list-item {
  width: 345px;
}
@media (max-width: 480px) {
  .case-grid-list-item {
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.case-grid-box {
  width: 345px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 480px) {
  .case-grid-box {
    width: 100%;
    margin-left: 0 !important;
  }
}
.case-grid-box-image {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.case-grid-box-texts {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.case-grid-box-time {
  font-size: 0.875rem;
  color: #959595;
  display: block;
}
.case-grid-box-tag {
  font-size: 0.75rem;
  padding: 6px 14px 7px 15px;
  background: #EFEDEE;
  display: inline-block;
  border-radius: 50em;
  line-height: 1em;
  margin-bottom: 10px;
}
.case-grid-box a {
  color: #1C1C1C;
}
.case-grid-box a:hover {
  opacity: 0.5;
}
.case-grid-box-subheading {
  font-size: 1rem;
  margin-bottom: 10px;
}
.case-grid.show {
  display: block;
}

.case-datail {
  width: 100%;
  margin: 0 auto 90px;
}
@media (max-width: 480px) {
  .case-datail {
    margin: 0 auto 40px;
  }
}
.case-datail-head {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .case-datail-head {
    padding: 0 20px;
    margin: 0 auto 20px;
  }
}
.case-datail-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto 20px;
}
@media (max-width: 480px) {
  .case-datail-option {
    display: block;
  }
}
.case-datail-time {
  font-size: 0.875rem;
  color: #959595;
  display: block;
  margin-right: 30px;
}
@media (max-width: 480px) {
  .case-datail-time {
    margin: 0 0 10px 0;
  }
}
.case-datail-tag {
  font-size: 0.75rem;
  padding: 6px 14px 7px 15px;
  background: #EFEDEE;
  display: inline-block;
  border-radius: 50em;
  line-height: 1em;
  margin-bottom: 10px;
}
.case-datail-subheading {
  font-size: 1.5rem;
  line-height: 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #B2B2B2;
}
@media (max-width: 480px) {
  .case-datail-subheading {
    font-size: 1.25rem;
  }
}
.case-datail-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 880px) {
  .case-datail-flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .case-datail-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.case-datail-flexbox-left {
  width: 550px;
}
@media (max-width: 480px) {
  .case-datail-flexbox-left {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.case-datail-flexbox-right {
  width: 512px;
}
@media (max-width: 480px) {
  .case-datail-flexbox-right {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.case-datail-flexbox-slider {
  width: 100%;
  margin: 0 auto 15px;
}
.case-datail-flexbox-slider img {
  border-radius: 10px;
}
@media (max-width: 480px) {
  .case-datail-btn {
    padding: 0 20px;
  }
}

.thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}
/*
.thumbnail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
@media (max-width: 480px) {
  .thumbnail {
    display: none;
  }
}
.thumbnail-img {
  margin-right: 10px;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  cursor: pointer;
}
.thumbnail-img:last-child {
  margin-right: 0;
}
.thumbnail-img img {
  border-radius: 6px;
}

.thumbnail .slick-current {
  opacity: 1;
}

@media (max-width: 480px) {
  .case-datail-flexbox-slider .slide-dots {
    position: static;
    margin: 10px auto 0;
  }
}
*/

.pagenation {
  width: 100%;
  margin: 80px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media (max-width: 480px) {
  .pagenation {
    gap: 20px;
    margin: 20px auto 0;
  }
}
.pagenation-list {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .pagenation-list {
    font-size: 1.125rem;
  }
}
.pagenation-list a {
  color: #C9C9C9;
}
.pagenation-list a:hover {
  color: #6FB92C;
}
.pagenation-list a:active {
  color: #6FB92C;
}
.pagenation li img {
  vertical-align: middle;
}
@media (max-width: 480px) {
  .pagenation li img {
    width: 70%;
  }
}

/********************** Line Up page **********************/
.anchor-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto 20px;
}
@media (max-width: 1240px) {
  .anchor-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .anchor-block {
    display: block;
    margin: 0 auto 40px;
  }
}
.anchor-block-link {
  width: 240px;
  height: 72px;
  padding: 10px 0 0 24px;
  line-height: 1.6em !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/line-up/arrow-line-up-anchor.png) 210px 30px no-repeat #fff;
  border-radius: 10px;
  color: #1C1C1C;
}
@media (max-width: 480px) {
  .anchor-block-link {
    width: 100%;
    height: 45px;
    display: block;
    margin-bottom: 10px;
    background: url(../images/line-up/arrow-line-up-anchor.png) 94% 52% no-repeat #fff;
  }
}
.anchor-block-link:hover {
  background: url(../images/line-up/arrow-line-up-anchor_ov.png) 210px 30px no-repeat #6FB92C;
  color: #fff;
}
@media (max-width: 480px) {
  .anchor-block-link:hover {
    background: url(../images/line-up/arrow-line-up-anchor_ov.png) 94% 52% no-repeat #6FB92C;
  }
}

.lineup-block {
  width: 100%;
  margin: 0 auto;
}
.lineup-block-tops {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 70px;
}
@media (max-width: 1240px) {
  .lineup-block-tops {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .lineup-block-tops {
    margin: 0 auto 30px;
  }
}
.lineup-block-bottoms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  margin: 0 auto 80px;
}
@media (max-width: 480px) {
  .lineup-block-bottoms {
    display: block;
    margin: 0 auto 30px;
  }
}
.lineup-block-bottoms-left {
  width: 534px;
  padding: 0;
}
@media (max-width: 880px) {
  .lineup-block-bottoms-left {
    width: 100%;
  }
}
.lineup-block-read {
  width: 520px;
}
@media (max-width: 480px) {
  .lineup-block-read {
    width: 100%;
  }
}
.lineup-block-subheading {
  width: 548px;
  height: 82px;
  background: url(../images/line-up/bg-title-band.png) 0 0 no-repeat;
  color: #fff;
  font-size: 1.5rem;
  padding: 26px 0 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0 !important;
}
@media (max-width: 880px) {
  .lineup-block-subheading {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .lineup-block-subheading {
    height: 64px !important;
    padding: 14px 0 0 20px;
    height: auto;
    font-size: 0.875rem;
    background: url(../images/line-up/bg-title-band_ov.png) 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 10px;
  }
}
.lineup-block-h4 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .lineup-block-h4 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.lineup-block-pict {
  width: 519px;
  border-radius: 10px;
  border: 1px solid #C1C1C1;
}
@media (max-width: 880px) {
  .lineup-block-pict {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.lineup-block-price {
  color: #DB5656;
  text-align: center;
  font-size: 1.25rem;
  margin: 0 auto 20px;
}
@media (max-width: 480px) {
  .lineup-block-price {
    text-align: left;
    font-size: 1rem;
  }
}
.lineup-block-price strong {
  font-size: 2.875rem;
}
@media (max-width: 480px) {
  .lineup-block-price strong {
    font-size: 2rem;
  }
}
.lineup-block-dl {
  width: 100%;
  padding: 0;
  margin: 0;
}
.lineup-block-dl-term {
  font-size: 1rem;
  color: #fff;
  padding: 0 0 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #747474;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .lineup-block-dl-term {
    font-size: 0.875rem;
  }
}
.lineup-block-dl-description {
  font-size: 0.875rem;
  padding-bottom: 20px;
}
.lineup-block-dl-description span {
  font-size: 1rem;
  display: block;
  margin-top: 20px;
  line-height: 1.2em;
}
@media (max-width: 480px) {
  .lineup-block-dl-description span {
    font-size: 0.875rem;
    display: inline-block;
    margin-top: 0;
  }
}
.lineup-block-dl-description strong {
  font-size: 2rem;
}
@media (max-width: 480px) {
  .lineup-block-dl-description strong {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .lineup-block p {
    font-size: 0.875rem;
  }
}

.message {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 480px) {
  .message {
    font-size: 1rem;
  }
}

/********************** area **********************/
.area-map {
  text-align: center;
  margin: 0 auto 50px;
  display: block;
}

@media (max-width: 534px) {
  .area-map {
    display: none;
  }
}

.area-map_sp {
  display: none;
}

@media (max-width: 534px) {
  .area-map {
    display: block;
    width: 100%;
  }
}

.area-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 480px) {
  .area-column {
    display: block;
  }
}

.area-column-block {
  width: 530px;
}

@media (max-width: 1060px) {
  .area-column-block {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .area-column-block {
    width: 100%;
  }
}

.area-heading {
  width: 100%;
  height: 82px;
  padding-left: 30px;
  box-sizing: border-box;
  display: block;
  line-height: 82px;
  font-size: 1.5rem;
  font-weight: 400;
  background: url(../images/area/bg-title-h3_pc.png) 0 0 no-repeat;
  color: #fff;
  margin: 0 0 30px 0;
}

@media (max-width: 1060px) {
  .area-heading {
    background-size:cover;
  }
}

@media (max-width: 480px) {
  .area-heading  {
    background: url(../images/area/bg-title-h3_sp.png) 0 0 no-repeat;
    height: 53px;
    line-height: 53px;
    font-size: 0.875rem;
    padding-left: 20px;
    background-size: cover;
    margin: 0 0 20px 0;
  }
}

.area-description {
  margin: 0;
}

.area-description-term {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .area-description-term {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

.area-description-details {
  margin-bottom: 30px;
  font-size: 1rem;
}

@media (max-width: 480px) {
  .area-description-details {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}

.area-annotation {
  font-size: 0.875rem;
  margin-top: 100px;
}

@media (max-width: 480px) {
  .area-annotation {
    margin-top: 40px;
  }
}

.color-chiba01 {
  color:#85A3C2;
}

.color-chiba02 {
  color:#C6A789;
}

.color-chiba03 {
  color:#BC87A5;
}

.color-chiba04 {
  color:#ACBECF;
}

.color-chiba05 {
  color:#C7C287;
}

.color-ibaragi01 {
  color:#8DC8C8;
}

.color-ibaragi02 {
  color:#BB8986;
}

.color-ibaragi03 {
  color:#8FC089;
}

.color-ibaragi04 {
  color:#AFBC85;
}
