/* base */
html {
  font-size: 62.5%;
  font-weight: 500;
  line-height: 1.8;
  color: #2c2c2c;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  letter-spacing: .1rem;
}

@media (max-width: 1024px) and (min-width: 768px) {
  html {
    background: #fff;
  }
}

@media (max-width: 768px) {
  html {
    background: #fff;
  }
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

a {
  color: #4d311d;
  text-decoration: none;
}

a:hover {
  color: #4d311d;
  text-decoration: none;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  font-family: 'Noto Sans JP', sans-serif !important;
  font: 'Noto Sans JP', sans-serif !important;
}

.pc-only {
  display: block;
}

@media (max-width: 599px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 599px) {
  .sp-only {
    display: block;
  }
}

.only-sp{
  display: none;
}

@media (max-width: 768px) {
  .only-sp{
    display: block;
  }
}

.c-inner {
  width: 1090px;
  /* width: 1100px; */
  margin: 0 auto;
}

@media (max-width: 768px) {
  .c-inner {
    width: 100%;
  }
}

/* base end */
body {
  min-width: 1090px;
}

@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

.l-header {
  padding: 1rem 0;
  min-width: 1090px;
}

@media (max-width: 768px) {
  .l-header {
    padding: 1.5rem 0;
    min-width: 100%;
  }
  .l-main {
    overflow: hidden;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
}

/* @media (min-width: 769px) {

.l-header__btn {

    display: none;
  }
} */

@media (max-width: 768px) {
  .l-header__inner {
    display: block;
    width: 90%;
  }
}

.l-header__set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 768px) {
  .l-header__set {
    margin-bottom: 1rem;
  }
}

.l-header__logo {
  margin: 0 2rem 0 0;
}

@media (max-width: 768px) {
  .l-header__logo {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .l-header__logo img {
    width: 87%;
    height: auto;
  }
}

.l-header__lead {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .l-header__lead {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.l-header__lead span {
  color: #FC792A;
}

.l-header__btn a {
  display: block;
  padding: .7rem 5rem;
  border-radius: 10px;
  color: #2c2c2c;
  background: #FFD56E;
  box-shadow: 0px 5px 0px #D5AD4A;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.l-header__btn a:hover {
  opacity: .7;
}

.l-header__btn a span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  letter-spacing: .2rem;
  position: relative;
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-header__btn a span {
    width: 100%;
    margin: 0 auto;
  }
}

.l-header__btn a span:before {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%) rotate(45deg);
}

.l-header__btn a span:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%) rotate(-135deg);
}

.l-header__btn a span i {
  font-style: normal;
}

.l-header__btn a span i:before {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%) rotate(45deg);
}

.l-header__btn a span i:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%) rotate(-135deg);
}

.l-mv {
  min-width: 1090px;
}

@media (max-width: 768px) {
  .l-mv {
    min-width: 100%;
  }
}

.l-mv__bg {
  background: transparent url("../../assets/img/202410/bg_hero.jpg") no-repeat center center;
  background-size: cover;
  height: 470px;
  width: 100%;
  position: relative;
}

.l-mv__bg::before {
  content: '';
  width: 110px;
  height: 105px;
  background: transparent url("../../assets/img/202410/logo_hero.png") no-repeat center center / 100% auto;
  display: block;
  position: absolute;
  top: 30px;
  right: 29px;
}

@media (max-width: 768px) {
  .l-mv__bg {
    /* height: 69vh; */
    background: transparent url("../../assets/img/202410/bg_hero.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    z-index: 0;
  }

  .l-mv__bg::before {
    z-index: 2;
    right: 10px;
    top: 10px;
    width: 90px;
    height: 86px;
  }
}

.l-mv__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 1100px;
}

@media (max-width: 768px) {
  .l-mv__inner {
    align-items: baseline;
    /* padding: 3rem 0 0; */
  }
}

.l-mv__title {
  color: #fff881;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  top : 5.5rem;
  left: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .l-mv__title {
    text-align: left;
    font-size: 1.8rem;  
    margin-left: 15px;  
    width: 70%;
  }
}

@media (max-width:320px) {
  .l-mv__title {    
    margin-left: 10px;  
  }
}


.l-mv__title:before {
  /* content: "●"; */
  font-size: 2rem;
  padding-right: 1rem;
  position: relative;
  top : -.5rem;
}

@media (max-width: 768px) {
  .l-mv__title:before {
    position: absolute;
    left: -3rem;
    top : 2rem;
  }
}

@media (max-width:320px) {
  .l-mv__title:before {
    top : 1rem;
  }
}

.l-mv__title:after {
  /* content: "●"; */
  font-size: 2rem;
  padding-left: 1rem;
  position: relative;
  top : -.5rem;
}

@media (max-width: 768px) {
  .l-mv__title:after {
    position: absolute;
    right: -3rem;
    top : 2rem
  }
}

@media (max-width:320px) {
  .l-mv__title:after {
    top : 1rem;
  }
}

.l-mv__image {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 59%;
  transform: translateY(-50%);
  left: 0;
  /* margin-top: -15px; */
  z-index: 1;
}

.l-mv__btn {
  display: none;
  /* position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%,0); */
}

.l-mv__btn a {
  display: block;
  padding: .7rem 2rem;
  border-radius: 10px;
  color: #2c2c2c;
  background: #FFD56E;
  box-shadow: 0px 5px 0px #D5AD4A;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
  letter-spacing: 0;
  box-sizing: border-box;
  width: 290px;
}

.l-mv__btn a:hover {
  opacity: .7;
}

.l-mv__btn a span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  letter-spacing: .2rem;
  position: relative;
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-mv__btn a span {
    width: 100%;
    margin: 0 auto;
  }
}

.l-mv__btn a span:before {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%) rotate(45deg);
}

.l-mv__btn a span:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%) rotate(-135deg);
}

.l-mv__btn a span i {
  font-style: normal;
}

.l-mv__btn a span i:before {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%) rotate(45deg);
}

.l-mv__btn a span i:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-135deg);
}

@media (max-width: 768px) {
  .l-mv__image {
    display: block;
    position: relative;
    /* top: 0; */
    top: 0;
    transform: none;
    width: 100%;
    margin: 0 auto;
  }
}

 /* @media (max-width: 320px) {
  .l-mv__image {
    top: 15rem;
  }
} */


.l-mv__image img {
  width: 600px;
}

@media (max-width: 768px) {
  .l-mv__image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .l-mv__image img.l-mv__image--01 {
    width: 40%;
    height: auto;
    margin-bottom: 1rem;
    position: absolute;
    right: -3rem;
    top: -16rem;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-mv__image img.l-mv__image--01 {
    width: 30%;
  }
  .l-mv__image img.l-mv__image--02 {
    width: 70%;
  }
}
@media (max-width: 428px) {
.l-mv__image img.l-mv__image--01 {
    position: absolute;
    right: -3rem;
    top : -16rem;
  }
}
@media (max-width: 414px) {
.l-mv__image img.l-mv__image--01 {
    position: absolute;
    right: -3rem;
    top : -16rem;
  }
}
@media (max-width: 320px) {
.l-mv__image img.l-mv__image--01 {
    position: absolute;
    right: -3rem;
    top : -16rem;
  }
}

.l-mv__lead {
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  bottom: 5rem !important;
  left: 0;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .l-mv__lead {
    font-size: 1.4rem;
    width: 95%;
    margin: 0 auto;
    left: 1rem;
    bottom: 6rem;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-mv__lead {
    width: 90%;
    font-size: 2rem;
    margin: 0 auto;
    left: 2rem;
  }
}

@media (max-width: 320px) {
  .l-mv__lead {
    bottom: 8rem;
  }
}

.l-mv__batch {
  position: absolute;
  right: 0;
  bottom: -6rem;
}

@media (max-width: 768px) {
  .l-mv__batch {
    bottom: 0rem;
    width: 50%;
    height: auto;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-mv__batch {
    /* width: 40%; */
    width: 30%;
  }
}

@media (max-width: 768px) {
  .l-mv__batch img {
    width: 100%;
    height: auto;
  }
}



.l-mv__role {
  background: #2c2c2c;
  width: 100%;
  position: relative;
  padding: 5px 0;
}

.l-mv__role p {
  border-top: 1.43338px dashed #FFFFFF;
  border-bottom: 1.43338px dashed #FFFFFF;
  font-weight: 700;
}

.l-mv__role p span {
  display: block;
  width: 1090px;
  padding: 20px 0;
  color: #fff;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.3;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  /* padding-left: 150px; */
  font-weight: 500;
}

@media (max-width: 768px) {
  .l-mv__role p span {
    padding: 1.2rem 0.7rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.3;
    width: fit-content;
    padding-right: 115px;
    text-align: left;
    margin-left: 0px;
  }
}

.l-mv__role p span i {
  font-style: normal;
  color: #fffa78;
}

.l-mv__role img {
  position: absolute;
  width: 283px;
  bottom: -8px;
  left: 850px;
}

@media (max-width: 768px) {
  .l-mv__role img {
      width: 178px;
      left: 228px;
      bottom: -30px;
  }
}

.l-about {
  padding: 8rem 0;
  position: relative;
  min-width: 1090px;
  background-image: url("../../assets/img/202410/bg_about_logo.png");
  background-repeat: no-repeat;
  background-size: 296px auto;
  background-position: calc(50% - 510px) 80px;
}

.l-about::after {
  position: absolute;
  bottom: .5rem;
  width: 100%;
  content: "";
  height: 2px;
  border-bottom: 2px dashed #fff;
}

@media (max-width: 768px) {
  .l-about {
    padding: 2rem 0 6rem;
    min-width: 100%;
    background-size: 197px auto;
    background-position: 20px 80.3vw;
  }
}

.l-about__title {
  margin-bottom: 2rem;
  font-weight: 900 !important;
}

@media (max-width: 768px) {
  .l-about__title {
    width: 90%;
    margin: 0 auto 1rem;
  }
  .l-about__image--sp {
    text-align: center;
    margin-bottom: 0;
  }
  .l-about__image--sp img {
    width: 97%;
    height: auto;
  }
}

.l-about__inner {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

@media (max-width: 768px) {
  .l-about__inner {
    width: 100%;
    margin: 0 auto 2rem;
    display: block;
    flex-direction: column-reverse;
  }
}

.l-about__bg {
  width: 1090px;
  padding: 3rem 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .l-about__bg {
    width: 100%;
    background : none;
  }
}

.l-about__main {
  width: 46%;
}

@media (max-width: 768px) {
  .l-about__main {
    width: 100%;
  }
}

.l-about__text {
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
}

@media (max-width: 768px) {
  .l-about__text {
    width: 90%;
    margin: 0 auto;
  }
}


.l-about__text span {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #fff6c4 60%);
}

.l-about__image {
  width: 50%;
  position: relative;
  height: 350px;
}

@media (max-width: 768px) {
  .l-about__image {
    width: 100%;
    height: auto;
  }
}

.l-about__image--01 {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 12px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(114, 87, 72, 0.3);
  width: 515px;
}

.l-about__image--02 {
  position: absolute;
  right: 6.5rem;
  bottom: -11.5rem;
}

@media (max-width: 768px) {
  .l-about__image--02 {
    display: none;
  }
}

.l-about__image--03 {
  position: absolute;
  right: 0;
  bottom: 1rem;
}

@media (max-width: 768px) {
  .l-about__image--03 {
    display: none;
  }
}

.l-about__reason {
  margin-bottom: 2.5rem;
}

.c-inner__reason{
  width: 1100px;
}

@media (max-width: 768px) {
  .c-inner__reason {
      width: 100%;
  }
}

.l-about__reason--title {
  margin-bottom: 3rem;
  font-weight: 700;
}

.l-about__reason--wrap {
  display: flex;
  justify-content: space-between;
}

.l-about__reason--image {
  
}

.l-about__reason--icon img {
  width: 100%;
}

@media (max-width: 599px) {
  .l-about__reason--wrap {
    display: block;
  }
}

.l-about__reason--set {
  padding: 2rem;
  box-sizing: border-box;
  width: 50%;
}

@media (max-width: 768px) {
  .l-about__reason--set {
    width: 100%;
  }
}

.l-about__reason--box {
  background: #fff;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 2px 6px rgba(114, 87, 72, 0.3);
  position: relative;
  height: 100%;
}


.l-about__reason--image img {
  width: 100%;
}

.l-about__reason--icon {
  flex: 1;
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-about__reason--line {
  box-sizing: border-box;
  height: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .l-about__reason--line {
    min-height: auto;
    padding: 0;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-about__reason--line {
    min-height: 27rem;
  }
}

.l-about__reason--icon img {
  margin-bottom: 3rem;
}

.l-about__reason--icon p {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .l-about__reason--icon p {
    font-size: 1.8rem;
  }
}

.l-about__reason--icon p:nth-of-type(2) {
  font-size: 1.2rem;
  padding-top: 5px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .l-about__reason--icon p:nth-of-type(2) {
    font-size: 1.1rem;
  }
}

.l-about__reason--icon span {
  background: linear-gradient(transparent 60%, #fff6c4 60%);
}

.l-about__reason--num {
  position: absolute;
  top: -1rem;
  left: -3rem;
}

@media (max-width: 768px) {
  .l-about__reason--num {
    position: absolute;
    top : -3rem;
  }
  .l-about__reason--num img {
    width: 90%;
    height: auto;
    
  }
  .l-about__secret {
    width: 95%;
    margin: 0 auto;
  }
}

.l-about__secret--title {
  margin-bottom: 2.5rem;
  position: relative;
}

.l-about__secret--title-new {
  display: flex;
  justify-content: space-between;
  align-items: baseline;

    flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .l-about__secret--title-new {
    display: block;

  }
  .l-about__secret--title-new img {
    display: block;
    margin: 0 0 0 auto;
  }
}

.l-about__secret--title-batch {
  position: relative;
  right: 0;
  top : 0;
}

@media (max-width: 768px) {
  .l-about__secret--title {
    width: 95%;
    margin: 0 auto;
    line-height: 1.6;
  }
}

.l-about__secret--title-sub {
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .l-about__secret--title-sub {
    display: block;
    margin: 0 0 3rem;
  }
}

.l-about__secret--list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3rem;
}

@media (max-width: 768px) {
  .l-about__secret--wrap {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto 3rem;
    position: relative;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .l-about__secret--list {
    display: block;
    width: 90%;
    margin: 0;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    position: relative;
    
  }
}

.l-about__secret--item {
  position: relative;
}

@media (max-width: 768px) {
  .l-about__secret--item {
    width: 90%;
    margin: 0 1rem 0 0;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .l-about__secret--item img {
    width: 100%;
    height: auto;
  }
}

.l-about__secret--name {
  background: #4d311d;
  color: #fff;
  font-size: 1.6rem;
  padding: .8rem;
  box-sizing: border-box;
  position: absolute;
  top : 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

@media (max-width: 768px) {
  .l-about__secret--name {
    position: relative;
  }
}

.l-about__secret--text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 44%;
  padding: .5rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 768px) {
  .l-about__secret--text {
    width: 60%;
  }
}

.l-about__secret--balloon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #e25d24;
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  line-height: 1.5;
  z-index: 100;
  text-align: center;
}

.l-about__secret--balloon:before,
.l-about__secret--balloon:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.l-about__secret--balloon:before {
  bottom: -12px;
  border-style: solid;
  border-color: transparent transparent #e25d24 transparent;
  border-width: 0 15px 30px 1px;
  transform: rotate(-110deg);
}

.l-about__rate--wrap {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.5rem;
  padding: 1.5rem 1.5rem .5rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .l-about__rate--wrap {
    display: block;
    padding-bottom: 2rem;
  }
}

.l-about__rate--table {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .l-about__rate--table {
    margin-bottom: 1rem;
  }
}

.l-about__rate--title {
  background: #4D311D;
  color: #fff;
  font-size: 2.4rem;
  padding: 2rem;
  box-sizing: border-box;
  font-weight: 700;
}

@media (max-width: 768px) {
  .l-about__rate--title {
    font-size: 2rem;
    line-height: 1.5;
    padding: 1rem 1.5rem;
  }
}

.l-about__rate--text {
  text-align: right;
  font-size: 1.2rem;
  color: #9C776F;
  margin: 0 0 2rem;
}

.l-about__rate--list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.l-about__rate--list dt {
  background: #F9F4EE;
  padding: 0.6rem 1rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .l-about__rate--list dt {
    padding: .6rem;
    text-align: center;
    min-width: 5rem;
  }
}

.l-about__rate--list dd {
  padding: 0.6rem 1rem;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: right;
}

@media (max-width: 768px) {
  .l-about__rate--list dd {
    padding: .6rem;
  }
}

.l-about__rate--list dd span {
  font-size: 1.4rem;
  font-weight: 400;
}

.l-about__rate--over {
  color: #E25D24;
}

.l-about__rate--spflex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .l-about__rate--spflex {
    display: block;
    width: 50%;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-about__rate--spflex {
    display: flex;
  }
}

.l-about__rate--box {
  width: 150px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .l-about__rate--box {
    width: 100%;
  }
}

.l-about__rate--lead {
  width: 400px;
  font-size: 1.8rem;
  padding: 0 0 0 5rem;
  box-sizing: border-box;
  line-height: 1.6;
  font-weight: 700;
  background: transparent url("../../assets/img/bg_brackets.svg") no-repeat left top;
  background-size: auto 100%;
}

@media (max-width: 768px) {
  .l-about__rate--lead {
    font-size: 1.6rem;
    width: 100%;
    line-height: 1.5;
    padding-left: 3rem;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-about__rate--lead {
    width: 50%;
    margin: 0 auto;
  }
}

.l-about__rate--lead span {
  background: linear-gradient(transparent 60%, #eee3bd 60%);
  color: #E25D24;
}

.l-about__delivery {
  background: url("../../assets/img/202410/bg_belt.png") no-repeat;
  background-size: 100% auto;
  text-align: center;
  height: 164px;
  box-sizing: border-box;
  padding-top: 58px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 64px;
}

.l-about__delivery::after {
  background: url("../../assets/img/202410/icon_service.png") no-repeat;
  background-size: 100% auto;
  width: 169.5px;
  display: block;
  content: '';
  height: 209.5px;
  position: absolute;
  right: 125px;
  top: 50%;
  margin-top: 8px;
  transform: translate(0, -50%);
}

.l-about__delivery p {
  font-size: 2.6rem;
  font-weight: bold;
}

.l-about__delivery p span {
  display: block;
  color: #c22b1d;
  font-size: 2rem;
  margin-top: 10px;
}

.l-about__delivery p small {
  display: block;
  color: #ABA39D;
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: normal;
}

.l-about__area {
  margin-bottom: 44px;
}

.l-about__area_ttl {
  text-align: center;
  margin-bottom: 25px;
}

.l-about__area_ttl img {
  width: 997px;
}

.l-about__area_body {
  border-radius: 10px;
  background: #a0caec;
  padding: 10px 0;
  text-align: center;
}

.l-about__area_inner {
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  padding: 35px 0;
}

.l-about__area_upper {
  margin-bottom: 24px;
}

.l-about__area_upper img {
  width: 777.5px;
}

.l-about__area_lower {
  width: 1025px;
  margin: 0 auto;
  background: url("../../assets/img/202410/pict_area_lower.png") no-repeat;
  height: 230px;
  background-size: 100% auto;
}


@media (max-width: 768px) {
  .l-about__delivery {
    text-align: left;
    padding: 0 10px 0 20px;
    height: 200px;
    background-size: auto 100%;
    background-position: center top;
    padding-top: 53px;
    margin-top: 10px;
    margin-bottom: 48px;
  }
  

  .l-about__delivery::after {
    left: 228px;
    width: 138px;
    height: 181px;
    transform: none;
    top: -10px;
  }

  .l-about__delivery p {
    font-size: 2rem;
    line-height: 1.4;
  }

  .l-about__delivery p span {
    font-size: 1.6rem;
    margin-top: 4px;
  } 

  .l-about__delivery p small {
    margin-top: 5px;
    font-size: 1.3rem;
  }

  .l-about__area {
    margin-bottom: 44px;
  }

  .l-about__area_ttl {
    text-align: center;
    margin-bottom: 24px;
    margin-top: -80px;
  }

  .l-about__area_ttl img {
    width: 335px;
  }

  .l-about__area_body {
    border-radius: 0;
    padding: 10px 0;
    text-align: center;
  }

  .l-about__area_inner {
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
    padding: 35px 0;
  }

  .l-about__area_upper {
    margin-bottom: 24px;
    padding: 0 20px;
    text-align: center;
  }

  .l-about__area_upper img {
    width: 100%;
  }

  .l-about__area_lower {
    width: 1025px;
    margin: 0 auto;
    background: url("../../assets/img/202410/pict_area_lower_sm.png") repeat-x;
    height: 195px;
    background-size: auto 100%;
    animation: bgloop 14s linear infinite;
  }
}

@keyframes bgloop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -880.5px 0;
  }
}

.l-voice {
  padding: 5rem 0;
  min-width: 1090px;
}

@media (max-width: 768px) {
  .l-voice {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 5rem 20px 2rem;
    min-width: 100%;
    box-sizing: border-box;
  }

  .l-voice__text {
    font-size: 1.6rem !important;
  }
}

.l-voice__title {
  font-size: 4.4rem;
  text-align: center;
  margin: 0 0 3rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .l-voice__title {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}

.l-voice__title span {
  background: url("../../assets/img/bg_voice_title_left.svg") no-repeat left 10px, url("../../assets/img/bg_voice_title_right.svg") no-repeat right 10px;
  padding: 0 4rem;
  font-weight: 700;
  letter-spacing: .5rem;
}

@media (max-width: 768px) {
  .l-voice__title span {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-voice__title span {
    display: inline;
    padding: 0 4rem;
  }
}

.l-voice__box {
  background: #FEFCF9;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(114, 87, 72, 0.3);
  padding: 2rem 2.5rem 2rem;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .l-voice__box {
    width: 90%;
    margin: 0 auto 2rem;
    padding: 2rem 2rem 2rem 3rem;
  }
}

.l-voice__box:before {
  content: "";
  background: transparent url("../../assets/img/202410/bg_note.svg") repeat-y left center;
  position: absolute;
  left: -1.5rem;
  top : 2rem;
  height: 92.8%;
  width: 50px;
}

@media (max-width: 768px) {
  .l-voice__box:before {
    height: 98%;
  }
}


.l-voice__set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 2.3rem;
  position: relative;
  justify-content: center;
}

@media (max-width: 768px) {
  .l-voice__set {
    justify-content: flex-start;
  }
}

.l-voice__info {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
}

.l-voice__balloon {
  font-size: 1.8rem;
  color: #fff;
  background: #77baf0;
  border-radius: 4px;
  padding: 0.4rem 2rem;
  box-sizing: border-box;
  margin: 0 0 1rem;
  /* display: block; */
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
  width: fit-content;
}

@media (max-width: 768px) {
  .l-voice__balloon {
  text-align: center;
  }
}

.l-voice__balloon:before,
.l-voice__balloon:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.l-voice__balloon:before {
  bottom: -7px;
  border-style: solid;
  border-color: transparent transparent #77baf0 transparent;
  border-width: 0 14px 14px 1px;
  transform: rotate(-140deg);
  left: -10px;
}

@media (max-width: 768px) {
  .l-voice__balloon:before {

  }
}

.l-voice__balloon__long{
  padding: 0.4rem 1rem;
}

.l-voice__icon{
  position: absolute;
  right: -1.5rem;
  top: -4rem;
}

@media (max-width: 768px) {
  .l-voice__icon--sp {
    position: absolute;
    top : 0rem;
    right: -3rem;
  }
  .l-voice__bakudan {
    top: 12rem;
    right: 0;
  }
}

.l-voice__bakudan span {
  color: #FFE177;
}

.l-voice__name {
  margin: 1rem 0 0;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 768px) {
.l-voice__name span {
  /* display: block;
  font-weight: 700; */
  font-size: 1.5rem;
}
}

.l-voice__image {
  width: 96px;
  margin: 0 1rem 0 0;
}

.l-voice__image img {
  border-radius: 100px;
  width: 96px;
}

@media (max-width: 768px) {
  .l-voice__image {
    display: block;
  }
}

.l-voice__text {
  font-size: 1.8rem;
  line-height: 2;
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #C0B0A7 97%,
      #C0B0A7 100%
    );
  background-size:
    5px 100%,
    100% 2em;
}

.l-voice__lead {
  text-align: center;
  font-size: 2rem;
  color: #E25D24;
  font-weight: 700;
  line-height: 1.6;
  padding: 2rem 0;
  letter-spacing: 0;
}

.l-voice__lead--bg {
  background: url("../../assets/img/bg_voice_lead_left.svg") no-repeat top left, url("../../assets/img/bg_voice_lead_right.svg") no-repeat bottom right;
  padding: 0 6rem;
  display: inline-block;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .l-voice__lead--bg {
    padding: 0 2rem;
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-voice__lead--bg {
    display: inline;
    padding: 0 4rem;
  }
}

.l-voice__lead--mark {
  background: linear-gradient(transparent 60%, #fff6c4 60%);
}


@media (min-width: 769px) {
  .testimonials_examples {
    display: flex !important;
    gap: 12px;
  }
}

@media (max-width: 768px) {
   .splide__track {
    padding-bottom: 50px
  }
}

 .splide {
  position: relative
}

@media (max-width: 768px) {
   .splide {
    margin-left: -17px;
    margin-right: -17px
  }
}

 .splide__track {
  padding-bottom: 31px
}

@media (min-width: 769px) {
   .splide__track {
    overflow: visible
  }
}

@media (min-width: 769px) {
   .splide__slide {
    flex: 1;
    width: 534px;
    padding: 0 10px;
  }

   .splide__slide img {
    max-width: 100%
  }
}

 .splide__arrow {
  position: absolute;
  top: 50%;
  right: -3px;
  z-index: 10;
  transform: translateY(-50%);
  overflow: hidden;
  width: 29px;
  height: 116px;
  padding: 0;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #265DB0;
  opacity: .8;
  text-indent: -10000px;
  color: transparent;
  white-space: nowrap;
  cursor: pointer
}

 .splide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0 0;
  transform: translate(-25%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff
}

 .splide__arrow:disabled {
  display: none
}

 .splide__arrow--prev {
  left: -3px;
  right: auto;
  transform: scaleX(-1) translateY(-50%)
}

 .splide__pagination: not(._) {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  gap: 13px
}

.splide__pagination {
  gap: 0 16px;
}

 .splide__pagination__page {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #c0c0c0;
  border: none;
  border-radius: 50%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

 .splide__pagination__page.is-active {
  background-color: #265db0
}

.l-results {
  padding: 8rem 0 6rem;
  min-width: 1090px;
  background: #f1f7fd !important;
}

@media (max-width: 768px) {
  .l-results {
    padding: 6rem 0 6rem;
    min-width: 100%;
  }
  .l-results .c-inner {
    width: 95%;
    margin: 0 auto;
  }
}

.l-results__title {
  border-top: 6px solid #2c2c2c;
  padding: 5px 0 0;
  margin-bottom: 6rem;
  font-weight: 700;
  position: relative;
}

.l-results__title::before {
  width: 155px;
  height: 140px;
  background: url('../img/202410/pict_title_icon.png') no-repeat;
  background-size: 100% auto;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -46px;
  transform: translate(0,-50%);
  
}

@media (max-width: 768px) {
  .l-results__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .l-results__title::before {
    width: 80px;
    height: 73px;
    left: 50%;
    transform: translate(-50%, 0);
    top: -50px;
    margin-left: -5px;
  }
}

.l-results__title span {
  text-align: center;
  font-size: 3.2rem;
  border-bottom: 2px dashed #2c2c2c;
  border-top: 2px dashed #2c2c2c;
  padding: 22px 0;
  display: block;
}

@media (max-width: 768px) {
  .l-results__title span {
    font-size: 2.4rem;
    padding: 15px 0;
  }
}

.l-results__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3rem;
}

@media (max-width: 768px) {
  .l-results__wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-results__wrap {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
  }
}

.l-results__set {
  width: 49%;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .l-results__set {
    width: 100%;
  }
  .l-results__set--first {
    margin-bottom: 6rem;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-results__set {
    width: 49%;
    margin-bottom: 6rem;
  }
}

.l-results__top {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  .l-results__top {
    display: block;
  }
}

.l-results__shop {
  background: #77baf0;
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  height: 44px;
  line-height: 44px;
  text-align: left;
  text-indent: 2rem;
  box-sizing: border-box;
  width: 170px;
  margin-bottom: 2rem;
  border-top-left-radius: 10px;
  font-weight: 700;
}

.l-results__shop--02 {
  width: 120px;
}

@media (max-width: 768px) {
  .l-results__shop {
    width: 50%;
    margin-bottom: 8px;
  }
}

.l-results__shop:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 22px 15px 22px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.l-results__icon {
  position: absolute;
  right: -1rem;
  top: -4rem;
  z-index: 100;
}

@media (max-width: 768px) {
  .l-results__icon {
    top : -6rem;
  }
}

.l-results__lead {
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5rem 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.l-results__lead--ng {
	margin-top: -13px;
	line-height: 1.1;
}

.l-results__bn {
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: -5px 0 0.5rem 2rem;
  font-weight: 500;
}

.l-results__bn span {
	color: #c22b1d
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .l-results__box { position: absolute;left: 0;top;0; } /* IE11 */
}

.l-results__lead--color {
  display: block;
  color: #c22b1d;
  font-size: 4.2rem;
}

@media (max-width: 768px) {
  .l-results__lead--color {
    display: inline-block;
    padding: 0 0 0 0.5rem;
    font-size: 4rem;
  }

    .l-results__lead--small {
      font-size: 2.4rem !important;
    }
  
	.l-results__lead--ng {
		margin-top: 0;
		line-height: 1.5;
	}
	
	.l-results__bn {
		font-size: 2rem;
	}
}

.l-results__lead--small {
  font-size: 2.6rem;
}



.l-results__text {
  font-size: 1.4rem;
  color: #ABA39D;
  box-sizing: border-box;
  padding: 0 0 0 2rem;
  margin: 0 0 3rem;
  font-weight: 400;
}

.l-results__image {
  margin: 2rem 2rem 0 0;
}

@media (max-width: 768px) {
  .l-results__image {
    margin: 0 auto 1rem;
    width: 90%;
  }

  .l-results__text {
    margin-bottom: 2rem;
  }
}

.l-results__image img {
  width: 100%;
  height: auto;
}

.l-results__model {
  width: 90%;
  margin: 0 auto 2rem;
  position: relative;
}

.l-results__model img {
  width: 100%;
  height: auto;
}

.l-results__model--text {
  background: #3d3d3d;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 1.5rem;
  box-sizing: border-box;
  width: 60%;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .l-results__model--text {
    width: 90%;
  }
}

.l-compare {
  padding: 8rem 0;
  min-width: 1090px;
}

@media (max-width: 768px) {
  .l-compare {
    padding: 2rem 0;
    min-width: 100%;
  }
}

.l-compare__title {
  margin-bottom: 3rem;
}

.l-compare__table--box {
  width: 25%;
}


.l-compare__table--wrap {
  display: flex;
  justify-content: flex-start;
  font-size: 1.6rem;
  text-align: center;
  border-top : 1px solid #E6DACC;
  box-shadow: 0px 2px 6px rgba(114, 87, 72, 0.3);
}

@media (max-width: 768px) {
  .l-compare__table--fixed {
    position: sticky;
    top : 0;
    left: 0;
    z-index: 10;
    width: 200px;
  }
}


 .l-compare__table--set {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
@media (max-width: 768px) {
  .l-compare__table--set {
    width: 800px;
    flex-shrink: 0;
  }
}

.l-compare__table--th {
  background: #F1EAE1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom : 1px solid #E6DACC;
  box-sizing: border-box;
  height: 80px;
}

@media (max-width: 768px) {
  .l-compare__table--th {
    padding: 0 2rem;
    box-sizing: border-box;
  }
}

.l-compare__table--th-60 {
  height: 60px;
}

.l-compare__table--title {
  background: #F1EAE1;
  font-weight: 700;
  padding: 1rem 0;
  border-bottom : 1px solid #E6DACC;
  border-left : 1px solid #E6DACC;
  box-sizing: border-box;
  height: 40px;
}

.l-compare__table--pengin .l-compare__table--title {
  background: #E25D24;
  border-bottom : 1px solid #E25D24;
  border-left : 1px solid #E25D24;
  color: #fff;
}

.l-compare__table--td {
  background: #fff;
  font-weight: 400;
  border-bottom : 1px solid #E6DACC;
  border-left : 1px solid #E6DACC;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.l-compare__table--td-60 {
  height: 60px;
}

.l-compare__table--pengin .l-compare__table--td {
  border-left: #E25D24 4px solid;
  border-right: #E25D24 4px solid;
  border-bottom : 1px solid #E25D24;
}

.l-compare__table--pengin .l-compare__table--td.l-compare__table--td-last {
  border-bottom : 4px solid #E25D24;
}



@media (max-width: 768px) {
  .l-compare__table--wrap {
    overflow: auto;
    white-space: nowrap;
    width: 90%;
    margin: 0 auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .l-compare__table--wrap::-webkit-scrollbar{
   height: 5px;
  }
}

.l-compare__table {
  width: 100%;
  box-shadow: 0px 2px 6px rgba(114, 87, 72, 0.3);
}


.l-compare__table th {
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.2rem 0;
  text-align: center;
  background: #F1EAE1;
  border: 1px solid #E6DACC;
  box-sizing: border-box;
  width: 20%;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .l-compare__table th {
    font-size: 1.2rem;
    padding: 1rem .7rem;
  }
}

.l-compare__table th.l-compare__table--penguin-th {
  background: #e25d24;
  color: #fff;
  border-left: 4px solid #e25d24;
  border-right: 4px solid #e25d24;
  border-top: 4px solid #e25d24;
  box-sizing: border-box;
}

.l-compare__table th.l-compare__table--th-top {
  border-top: 4px solid #F1EAE1;
}

.l-compare__table th.l-compare__table--th-bottom {
  border-bottom: 4px solid #F1EAE1;
}

.l-compare__table td {
  background: #fff;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #E6DACC;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .l-compare__table td {
    padding: 1rem .7rem;
  }
}

.l-compare__table td.l-compare__table--penguin-td {
  border-left: 4px solid #e25d24;
  border-right: 4px solid #e25d24;
  border-bottom: 1px solid #e25d24;
  box-sizing: border-box;
}

.l-compare__table td.l-compare__table--penguin-td-bottom {
  border-bottom: 4px solid #e25d24;
}

.l-compare__table td.l-compare__table--td-bottom {
  border-bottom: none;
}

.l-compare__table-marker {
  background: linear-gradient(transparent 60%, #eee3bd 60%);
  font-weight: 700;
}

.l-compare__table-color {
  color: #E25D24;
  font-weight: 700;
}

.l-announce {
  background: #e25d24;
  padding: 4rem 0;
  min-width: 1090px;
}

.l-announce--bg-y {
	background-color: #a0caec;
}

.l-announce--bg-y .l-announce__title,
.l-announce--bg-y .l-announce__sub {
	color: #331d0a;
}

.l-announce--bg-y .l-announce__lead {
	background: url('../img/202410/bg_texture.png') no-repeat center center / cover;
}

.l-announce--bg-y .l-announce__title {
	font-size: 3.6rem;
}

.l-announce--bg-y .l-announce__title small {
	font-size: 2.4rem;
}

@media (max-width: 768px) {
  .l-announce {
    min-width: 100%;
  }
}

.l-announce__title {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 1rem;
  letter-spacing: .12rem;
}

@media (max-width: 768px) {
  .l-announce__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  
	.l-announce--bg-y .l-announce__title {
		font-size: 2.4rem;
	}
	
	.l-announce--bg-y .l-announce__title small {
		font-size: 1.5rem;
	}
}

.l-announce__sub {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  line-height: 1.5;
  margin: 0 0 3rem;
}

.l-announce__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .l-announce__wrap {
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 2rem 0 0;
    width: 95%;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-announce__wrap {
    display: flex;
  }
}

.l-announce__wrap img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .l-announce__wrap img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto 1.5rem;
  }
}

.l-announce__lead {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  background: #4d311d;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  padding: 1.5rem;
  box-sizing: border-box;
  border-bottom-left-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomleft: 16px;
}

@media (max-width: 768px) {
  .l-announce__lead {
    position: relative;
    border-bottom-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-announce__lead {
    position: absolute;
  }
}


.l-announce__lead span {
  color: #fffa78;
  font-size: 1.8rem;
}

.l-announce__list {
  width: 56%;
}

@media (max-width: 768px) {
  .l-announce__list {
    width: 90%;
    margin: 0 auto 2rem;
  }
}

.l-announce__item {
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}

@media (max-width: 768px) {
  .l-announce__item {
    font-size: 1.4rem;
  }
}

.l-announce__item img {
  margin: 0 1.6rem 0 0;
  width: 5%;
  height: auto;
}

@media (max-width: 768px) {
  .l-announce__item img {
    width: 5%;
  }
}

.l-announce__item:last-child {
  margin: 0;
}

.l-flow {
  padding: 8rem 0;
  min-width: 1090px;
}

@media (max-width: 768px) {
  .l-flow {
    padding: 4rem 0 6rem;
    min-width: 100%;
  }
}

.l-flow__title {
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .l-flow__title {
    width: 90%;
    margin: 0 auto 2rem;
  }
}

.l-flow__list {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .l-flow__list {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}

.l-flow__item {
  width: 170px;
  background: #f1f7fd;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(114, 87, 72, 0.3);
  overflow: hidden;
  position: relative;
  counter-increment: section;
}

@media (max-width: 768px) {
  .l-flow__item {
    display: inline-block;
    margin: 0 1rem 0 0;
    width: 40%;
  }
}

.l-flow__item span {
  font-size: 1.4rem;
  display: block;
  padding: 1.5rem;
  box-sizing: border-box;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .l-flow__item img {
    width: 100%;
    height: auto;
  }
}

.l-flow__item:before {
  content: counter(section);
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fc792a;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px; -moz-border-radius-bottomright: 8px;
  font-size: 1.6rem;
  font-weight: 700;
}

.l-contact {
  padding: 4rem 0 10rem;
  min-width: 1090px;
  background: #f1f7fd !important;
}

@media (max-width: 768px) {
  .l-contact {
    min-width: 100%;
  }
}

.l-contact__list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem;
}

@media (max-width: 768px) {
  .l-contact__list {
    width: 90%;
    margin: 0 auto 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-contact__list {
    width: 95%;
  }
}

.l-contact__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 2rem;
  box-sizing: border-box;
  background-color: #F1F1F1;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  font-size: 1.6rem;
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  position: relative;
}

.l-contact__select-label {
  position: relative;
  display: block;
  max-width: 300px;
}

.l-contact__select-label:before {
  content: "▼";
  font-size: .9rem;
  color: #E25D24;
  position: absolute;
  right: 1rem;
  top : 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.l-contact__item {
  width: 32%;
  box-shadow: 0px 2px 6px rgba(114, 87, 72, 0.3);
  position: relative;
}

.l-contact__item img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .l-contact__item {
    width: 80%;
    margin: 0 1rem 0 0;
    display: inline-block;  
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-contact__item {
    width: 32%;
  }
}

.l-contact__lead {
  background: #4d311d;
  color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top : 0;
  width: 100%;
  z-index: 50;
  font-weight: 700;
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-contact__lead {
    position: relative;
  }
}

.l-contact__lead span {
  padding: 0 0 0 1rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.l-contact__catch {
  text-align: center;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
  background: transparent url("../../assets/img/bg_arrow.svg") no-repeat center bottom;
  padding-bottom: 6rem;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .l-contact__catch {
    font-size: 1.8rem;
    background-size: auto 30% ;
  }
}

.l-contact__title {
  background: #3d3d3d;
  color: #fff;
  font-size: 3.2rem;
  display: inline-block;
  position: relative;
  height: 120px;
  text-align: center;
  padding: 0 40px 0 18px;
  box-sizing: border-box;
  padding: 10px 0;
  width: 100%;
}

@media (max-width: 768px) {
  .l-contact__title {
    height: auto;
    text-align: center;
    font-size: 2.4rem;
  }
}

.l-contact__title--inner {
  display: block;
  padding: 1rem 0;
  border-top: 1.43338px dashed #FFFFFF;
  border-bottom: 1.43338px dashed #FFFFFF;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80px;
}

@media (max-width: 768px) {
  .l-contact__title--inner {
    padding: 2rem 0;
    height: auto;
  }
}

.l-contact__title--small {
  display: block;
  font-size: 1.6rem;
  padding: 1.5rem 0 0;
  font-weight: 400;
}

@media (max-width: 768px) {
  .l-contact__title--small {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.l-contact__wrap {
  background: #fff;
  padding: 4rem 0;
  margin-bottom: 3rem;
}

.l-contact__text {
  width: 70%;
  margin: 0 auto 1rem;
  font-size: 1.4rem;
  text-align: right;
}

@media (max-width: 768px) {
  .l-contact__text {
    width: 90%;
  }
}

.l-contact__input--must {
  color: #b80e0e;
  font-size: 1.2rem;
  padding-left: 1rem;
}

.l-contact__table {
  width: 70%;
  margin: 0 auto 3rem;
}

@media (max-width: 768px) {
  .l-contact__table {
    width: 90%;
  }
}

.l-contact__table th {
  font-size: 1.8rem;
  font-weight: 400;
  width: 200px;
}

@media (max-width: 599px) {
  .l-contact__table th {
    display: block;
    text-align: left;
    font-size: 1.6rem;
    width: auto;
  }
}

.l-contact__table td {
  padding: 1rem 0;
}

@media (max-width: 599px) {
  .l-contact__table td {
    display: block;
    padding-bottom: 2rem;
  }
}

.l-contact__input {
  border: none;
  background: #F1F1F1;
  border-radius: 4px;
  padding: 2rem;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #F1F1F1;
}

.l-contact__input:focus {
  background: #fff;
  border: 1px solid #4D311D;
}

@media (max-width: 768px) {
  .l-contact__input {
    padding: 1.5rem;
  }
}

.l-contact__input-half {
  width: 47%;
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .l-contact__input-half {
    margin-right: 1rem;
    width: 47%;
  }
}

.l-contact__input-half:last-child {
  margin: 0;
}

input[type=checkbox] {
   display: none;
 }
 
 .l-contact__check {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size: 1.6rem;
}

@media (max-width: 768px) {
  .l-contact__check {
    display: block;
  }
}


 .l-contact__check::before {
    background: #fff;
    border: 1px solid #e25d24;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
    border-radius: 2px;
}
 .l-contact__check::after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .l-contact__check::after {
    opacity: 1;
}
input[type=checkbox]:checked + .l-contact__check::before {
  background: #e25d24;
}


.l-contact__post {
  border: 1px solid #275DC5;
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 1.6rem;
  color: #275DC5;
  background: #fff;
}

@media (max-width: 768px) {
  .l-contact__post {
    display: block;
    width: 60%;
    margin-top: 1rem;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .l-contact__post {
    display: inline;
    width: 40%;
    padding: 1rem 2rem;
  }
}

.l-contact__post:hover {
  color: #275DC5;
  opacity: .8;
}

.l-contact__sub {
  font-size: 1.4rem;
  padding: 1rem 0 0;
}

.l-contact__sub2 {
  font-size: 1.2rem;
  padding: 1rem 0 0;
  line-height: 1.4;
}

.l-contact__bottom {
  width: 70%;
  margin: 0 auto 3rem;
}

@media (max-width: 768px) {
  .l-contact__bottom {
    width: 95%;
  }
}

.l-contact__submit {
  display: block;
  /* width: 100%; */
  color: #fff;
  font-size: 2.4rem;
  border-radius: 8px;
  background: #fac74b;
  border: none;
  padding: 2rem 0;
  font-weight: 700;
  letter-spacing: .5rem;
  width: 400px;
  margin: auto;
}

@media (max-width: 768px) {
  .l-contact__submit {
    font-size: 2rem;
    width: 100%;
  }
}

.l-contact__submit:hover {
  cursor: pointer;
  opacity: .8;
}

.l-contact__nav {
  background: #3d3d3d;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .l-contact__nav {
    width: 95%;
    margin: 0 auto;
  }
}

.l-contact__nav-line {
  border: 1px solid #fff;
  padding: 3rem 0;
}

@media (max-width: 768px) {
  .l-contact__nav-line {
    padding: 2rem 0;
  }
}

.l-contact__nav-line a {
  display: block;
  color: #fff;
}

@media (min-width: 751px) {
  .l-contact__nav-line a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.l-contact__nav-text {
  font-size: 1.6rem;
  margin: 0 0 2rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .l-contact__nav-text {
    margin-bottom: 1rem;
  }
}

.l-contact__nav-tel {
  font-size: 3.2rem;
  text-indent: -1.5rem;
  font-weight: 700;
  letter-spacing: .3rem;
}

@media (max-width: 768px) {
  .l-contact__nav-tel {
    font-size: 2.8rem;
  }
}

.l-contact__nav-tel img {
  margin: 0 1.5rem 0 0;
}

.l-thanks {
  padding: 8rem 0;
}

@media (max-width: 768px) {
  .l-thanks {
    padding: 3rem 0 8rem;
  }
}

.l-thanks__title {
  text-align: center;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .l-thanks__title {
    font-size: 2.4rem;
  }
}

.l-thanks__lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.l-thanks__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}

.l-thanks__text-error,
.error_messe {
  color: #f22424;
  font-size: 1.6rem;
  margin: 0 0 2rem;
  text-align: center;
}

.l-thanks__link {
  text-align: center;
}

.l-thanks__link input {
  width: 200px;
  margin: 4rem auto;
  border: none;
  font-size: 1.6rem;
  display: block;
  background: #e8d4bc;
  padding: 1rem 0;
}

.l-thanks__link input:hover {
  opacity: .7;
  cursor: pointer;
}

.l-thanks__link a {
  text-align: center;
  font-size: 1.8rem;
  color: #E25D24;
  text-decoration: underline;
}

.l-footer {
  background: #2c2c2c;
  padding: 4rem 0;
  min-width: 1090px;
}

@media (max-width: 768px) {
  .l-footer {
    min-width: 100%;
  }
}


.l-footer__inner {
  width: 1090px;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 768px) {
  .l-footer__inner {
    width: 95%;
    margin: 0 auto;
  }
}

.l-footer__set {
  margin: 0 0 8rem;
}

.l-footer__name {
  font-size: 1.6rem;
  margin: 0 0 .5rem;
}

@media (max-width: 768px) {
  .l-footer__name {
    margin-bottom: 2rem;
  }
}

.l-footer__name--company {
  margin-bottom: 2rem;
}

.l-footer__address {
  font-size: 1.4rem;
  margin: 0 0 2rem;
  line-height: 1.5;
}

.l-footer__copy {
  font-size: 1.2rem;
  line-height: 1.4;
}

.c-bg1 {
  background-color: #fefefe;
}

.c-bg2 {
  background: #f3e9dd;
}

.c-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: .12rem;
}

@media (max-width: 768px) {
  .c-title {
    font-size: 2.4rem;
  }
}

.c-title__ribbon {
  background: #a0caec;
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  height: 90px;
  line-height: 90px;
  text-align: center;
  padding: 0 40px 0 18px;
  box-sizing: border-box;
  padding: 10px 0;
  /* width: 100%; */
  width: 1080px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .c-title__ribbon {
    height: auto;
    line-height: 1.5;
    font-size: 2rem;
    width: 95%;
  }
}

.c-title__ribbon span {
  display: block;
  padding: 1rem 0;
  border-top: 1.43338px dashed #FFFFFF;
  border-bottom: 1.43338px dashed #FFFFFF;
  height: 50px;
  text-align: left;
  display: flex;
  align-items: center;
  text-indent: 3rem;
}

@media (max-width: 768px) {
  .c-title__ribbon span {
    text-indent: 0;
    height: auto;
    padding: 1rem 0 1rem 2rem;
    box-sizing: border-box;
  }
}

.c-title__ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.c-title__ribbon:after {
  top: 0;
  right: 0;
  border-width: 45px 15px 45px 0px;
  border-color: transparent #fefefe transparent transparent;
  border-style: solid;
}

@media (max-width: 768px) {
  .c-title__ribbon:after {
    border-width: 6.5rem 2rem 6.5rem 0px;
  }
  .c-title__ribbon--single:after {
    border-width: 3.5rem 2rem 3.5rem 0px;
  }
}

@media (max-width: 1024px) and (min-width: 599px) {
  .c-title__ribbon:after {
    border-width: 3.5rem 2rem 3.5rem 0px;
  }
}


.c-nav__btn a {
  display: block;
  padding: 1rem 5rem;
  border-radius: 10px;
  color: #2c2c2c;
  background: #FFD56E;
  box-shadow: 0px 5px 0px #D5AD4A;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
  letter-spacing: 0;
  width: 500px;
  margin: auto;
}

@media (max-width: 768px) {
  .c-nav__btn a {
    width: unset;
  }
}

.c-nav__btn a:hover {
  opacity: .7;
  cursor:pointer;
}

.c-nav__btn a span {
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .2rem;
  position: relative;
  padding: 0 1.6rem;
}

.c-nav__btn a span:before {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%) rotate(45deg);
}

.c-nav__btn a span:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%) rotate(-135deg);
}

.c-nav__btn a span i {
  font-style: normal;
  font-weight: 700;
}

.c-nav__btn a span i:before {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%) rotate(45deg);
}

.c-nav__btn a span i:after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%) rotate(-135deg);
}

.l-compare__table tr {
  position: sticky;
}

@media (max-width: 768px) {
  .c-sticky {
    position: sticky;
    left: 0;
    top : 0;
    border: 1px solid #E6DACC !important;
  }
}