@charset "UTF-8";


/* mvWrap
***************************************************************/
.mvWrap {
  padding: 0 40px;
  position: relative;
}
.mv1 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
}
@media all and (min-width: 681px) {
  .mv1 {
    max-width: 1520px;
  }
}
@media all and (max-width: 680px) {
  .mvWrap {
    padding: 14px 12px 0;
  }
}
@media all and (max-width: 370px) {
}


/* mv_gallery
***************************************************************/
.mv_gallery {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 5;
}
.mv_gallery_slide_item {
  width: 220px;
  height: 220px;
  margin: 0 6px;
}
.mv_gallery_slide_item .link1 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv_gallery_slide_item img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s ease-in-out;
}
@media all and (min-width: 681px) {
  .mv_gallery_slide_item a:hover img {
    opacity: .6;
  }
}
@media all and (max-width: 680px) {
  .mv_gallery {
    bottom: 32px;
  }
  .mv_gallery_slide_item {
    width: 100px;
    height: 100px;
    margin: 0 3px;
  }
  .mv_gallery_slide_item .link1 {
    padding: 12px;
  }
}
@media all and (max-width: 370px) {
}


/* top_bnr1Wrap
***************************************************************/
.top_bnr1Wrap {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4%;
}
.top_bnr1 {
  width: 48%;
  display: block;
}
@media all and (min-width: 681px) {
  .top_bnr1:hover {
    opacity: .6;
  }
}
@media all and (max-width: 680px) {
  .top_bnr1Wrap {
    width: 100%;
    padding: 40px 24px 0;
    display: flex;
    flex-flow: column;
    gap: 16px 0;
  }
  .top_bnr1 {
    width: 100%;
  }
}
@media all and (max-width: 370px) {
}


/* columnWrap
***************************************************************/
.columnWrap {
  padding-top: 110px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .columnWrap {
    padding-top: 40px;
  }
}
@media all and (max-width: 370px) {
}


/* newsWrap
***************************************************************/
.newsWrap {
  padding-top: 110px;
  padding-bottom: 120px;
}
.newsList1 {
  padding-top: 88px;
  display: flex;
  justify-content: center;
  gap: 0 33px;
}
.newsList1 .li1 {
  width: 300px;
}
.newsList1 .link1 {
  display: block;
  width: 100%;
}
.newsList1_thumb {
  width: 100%;
  height: 210px;
  border-radius: 15px;
  overflow: hidden;
}
.newsList1_img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
.newsList1_cat_day {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin-top: 25px;
}
.newsList1_cat {
  width: 116px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
  background-color: #E7F6FA;
  color: #71C7DD;
}
.newsList1_cat.media {
  background-color: #FAE5EA;
  color: #EF91A7;
}
.newsList1_cat.event {
  background-color: #FCE5D8;
  color: #ED7D39;
}
.newsList1_cat.column {
  background-color: #EAF5CE;
  color: #7BC700;
}
.newsList1_day {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.newsList1_text1 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
}
@media all and (min-width: 681px) {
  .newsList1.clm3 {
    gap: 0 50px;
  }
  .newsList1.clm3 .li1 {
    width: 400px;
  }
  .newsList1.clm3 .newsList1_thumb {
    height: 280px;
  }
  a:hover .newsList1_img {
    transform: scale(1.1);
  }
}
@media all and (max-width: 680px) {
  .newsWrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .newsList1 {
    padding: 32px 0 0;
    margin-bottom: 28px;
    display: block;
  }
  .newsList1 .li1 {
    width: calc(100% - 96px);
    margin: 0 48px;
  }
  .newsList1_thumb {
    height: 52vw;
  }
  .newsList1_cat_day {
    gap: 0 13px;
    margin-top: 20px;
  }
  .newsList1_cat {
    width: 102px;
    height: 27px;
    font-size: 12px;
  }
  .newsList1_day {
    font-size: 14px;
  }
  .newsList1_text1 {
    margin-top: 14px;
    font-size: 14px;
  }
  .newsList1 .slick-prev,
  .newsList1 .slick-next {
    width: 43px;
    height: 43px;
    background: url(../img/common/prev1.svg)no-repeat center / contain;
    top: 35vw;
  }
  .newsList1 .slick-next {
    background-image: url(../img/common/next1.svg);
  }
  .newsList1 .slick-prev:before,
  .newsList1 .slick-next:before {
    display: none!important;
  }
}
@media all and (max-width: 370px) {
}


/* aboutWrap
***************************************************************/
.aboutWrap {
  background-color: #FFF1EB;
  padding: 140px 0;
}
.about_tit1 {
  margin-top: 60px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.62;
}
.about_text1 {
  margin-top: 35px;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.13;
}
@media all and (min-width: 681px) {
  .aboutWrap {
    background: #FFF1EB url(../img/top/about_bg1.png)no-repeat right center / contain;
  }
}
@media all and (max-width: 680px) {
  .aboutWrap {
    padding: 40px 0 0;
  }
  .aboutWrap .inner1 {
    padding: 0 24px;
  }
  .about_tit1 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.83;
  }
  .about_text1 {
    margin-top: 26px;
    font-size: 14px;
    line-height: 2;
  }
  .about_img1 {
    margin-top: 40px;
  }
}
@media all and (max-width: 370px) {
}


/* pointWrap
***************************************************************/
.pointWrap {
  padding: 140px 0 70px;
}
.point_list1 {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.point_list1 .li1 {
  width: calc((100% - 100px) / 3);
  position: relative;
}
.point_img {
  border-radius: 15px;
  overflow: hidden;
}
.point_num {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #ED7D39;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
.point_num .t1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.point_num .t2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.point_tit {
  color: #ED7D39;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
}
.point_text {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 20px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .pointWrap {
    padding: 100px 24px 60px;
  }
  .point_list1 {
    display: block;
  }
  .point_list1 .li1 {
    width: 100%;
  }
  .point_list1 .li1:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  .point_num .t2 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  }
  .point_tit {
    font-size: 20px;
    margin-top: 20px;
  }
  .point_text {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media all and (max-width: 370px) {
}


/* secretWrap
***************************************************************/
.secretWrap {
  background-color: #F6FCE7;
  padding: 125px 0 130px;
}
.secretWrap .inner1 {
  background-color: #fff;
  border-radius: 50px;
  padding: 75px 0 88px;
  position: relative;
}
.secret_illust1 {
  width: 60.5px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.secret_tit {
  color: #ED7D39;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0 100px;
}
.secret_text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.13;
  margin-top: 40px;
}
.secret_img {
  width: 1127px;
  margin: 50px auto 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .secretWrap {
    padding: 40px 24px;
  }
  .secretWrap .inner1 {
    border-radius: 25px;
    padding: 40px 24px;
  }
  .secret_illust1 {
    width: 40px;
    top: -13px;
  }
  .secret_tit {
    font-size: 22px;
    gap: 0 65px;
  }
  .secret_text {
    font-size: 13px;
    text-align: justify;
    line-height: 2;
    margin-top: 35px;
  }
  .secret_img {
    width: 100%;
    margin-top: 25px;
  }
}
@media all and (max-width: 370px) {
}


/* caseWrap
***************************************************************/
.caseWrap {
  padding: 110px 0 180px;
}
.case_list1 {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 8px;
}
.case_list1 .li1 {
  width: calc((100% - 24px) / 4);
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .caseWrap {
    padding: 40px 0;
  }
  .case_list1 {
    margin-top: 35px;
    gap: 4px;
  }
  .case_list1 .li1 {
    width: calc((100% - 4px) / 2);
  }
}
@media all and (max-width: 370px) {
}


/* voiceWrap
***************************************************************/
.voiceWrap {
  background-color: #F1F9FB;
  padding: 115px 0 125px;
  margin-bottom: 125px;
}
.voice_slide {
  margin-top: 80px;
}
.voice_slide_item {
  width: 400px;
  min-height: 325px;
  display: block;
  background-color: #fff;
  position: relative;
  padding: 88px 24px 45px;
  margin: 51px 25px 0;
}
.voice_slide_logo {
  width: 101.25px;
  position: absolute;
  top: -51px;
  left: 0;
  right: 0;
  margin: auto;
}
.voice_slide_tit {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.78;
  letter-spacing: 0;
}
.voice_slide_name {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
}
.voice_slide_link {
  margin: 30px auto 0;
}
@media all and (min-width: 681px) {
  .voice_arrowBox {
    display: flex;
    align-items: center;
    gap: 0 16px;
  }
  .voice_arrow {
    cursor: pointer;
    width: 58px;
  }
  .voice_slide_link {
    height: 45px;
  }
}
@media all and (max-width: 680px) {
  .voiceWrap {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .voice_slide {
    width: 280px;
    margin: 40px auto 0;
  }
  .voice_slide_item {
    width: 100%;
    min-height: auto;
    padding: 74px 12px 40px;
    margin: 51px 0 0;
  }
  .voice_slide_tit {
    font-size: 13px;
  }
  .voice_slide_name {
    font-size: 12px;
    margin-top: 15px;
  }
  .voice_slide_link {
    margin-top: 20px;
  }
  .voice_slide .slick-prev,
  .voice_slide .slick-next {
    width: 43px;
    height: 43px;
    transform: translate(0, -25%);
    background: url(../img/common/prev1.svg)no-repeat center / contain;
  }
  .voice_slide .slick-prev {
    left: -35px;
  }
  .voice_slide .slick-next {
    background-image: url(../img/common/next1.svg);
    right: -35px;
  }
  .voice_slide .slick-prev:before,
  .voice_slide .slick-next:before {
    display: none!important;
  }
}
@media all and (max-width: 370px) {
}


/* itemWrap
***************************************************************/
.itemWrap {
  padding: 110px 0 124px;
  background-color: #FFF1EB;
}
.item_list1 {
  width: 100%;
  margin-top: 80px;
  display: flex;
  gap: 50px;
}
.item_list1 .li1 {
  width: calc((100% - 100px) / 3);
  display: block;
}
.item_thumb {
  width: 100%;
  height: 316px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_img {
  width: 360px;
}
.item_tit {
  color: #ED7D39;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
.item_link1 {
  margin: 24px auto 0;
}
@media all and (min-width: 681px) {
  .item_link1 {
    width: 258px;
  }
}
@media all and (max-width: 680px) {
  .itemWrap {
    padding: 40px 0 50px;
  }
  .item_list1 {
    margin-top: 40px;
    padding: 0 24px;
    display: block;
  }
  .item_list1 .li1 {
    width: 100%;
  }
  .item_list1 .li1:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .item_thumb {
    height: 165px;
  }
  .item_img {
    width: 230px;
  }
  .item_tit {
    font-size: 16px;
    margin-top: 15px;
  }
  .item_link1 {
    margin-top: 16px;
  }
}
@media all and (max-width: 370px) {
}


/* typeWrap
***************************************************************/
.typeWrap {
  padding: 110px 0 125px;
}
.type_list1 {
  padding-top: 80px;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 30px 38px;
}
.type_list1 .li1 {
  width: calc((100% - 152px) / 5);
}
.type_img {
  overflow: hidden;
  border-radius: 15px;
}
.type_text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .typeWrap {
    padding: 40px 0 50px;
  }
  .type_list1 {
    padding: 40px 24px 0;
    justify-content: flex-start;
    gap: 15px 15px;
  }
  .type_list1 .li1 {
    width: calc((100% - 15px) / 2);
  }
  .type_text {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media all and (max-width: 370px) {
}


/* orderWrap
***************************************************************/
.orderWrap {
  background-color: #F6FCE7;
  padding: 110px 0 125px;
}
.order_box1 {
  margin-top: 80px;
}
.order_item1 {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 44px;
  display: flex;
  align-items: center;
}
.order_item1 + .order_item1 {
  margin-top: 15px;
}
.order_item1 .dt1 {
  width: 386px;
  display: flex;
  align-items: center;
  gap: 0 22px;
  color: #ED7D39;
}
.order_item1 .dt1 .t1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}
.order_item1 .dt1 .t2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.55;
}
.order_item1 .dd1 {
  width: calc(100% - 386px);
}
.order_item1_text {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 2;
}
.order_item1_link {
  margin-top: 10px;
}
.order_slide {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.order_slide_item {
  width: calc((100% - 100px) / 3);
}
.order_slide_label {
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #E76933;
}
.order_slide_text {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 15px;
}
@media all and (min-width: 681px) {
  .order_item1 {
    min-height: 170px;
  }
  .order_item1_link {
    height: 45px;
  }
  .order_slide {
    display: flex;
    gap: 0 50px;
  }
}
@media all and (max-width: 680px) {
  .orderWrap {
    padding: 40px 0 50px;
  }
  .order_box1 {
    margin-top: 50px;
    padding: 0 24px;
  }
  .order_item1 {
    padding: 40px 24px 35px;
    display: block;
  }
  .order_item1 + .order_item1 {
    margin-top: 32px;
  }
  .order_item1 .dt1 {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
  }
  .order_item1 .dt1 .t1 {
    font-size: 50px;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .order_item1 .dt1 .t2 {
    font-size: 19px;
  }
  .order_item1 .dd1 {
    width: 100%;
    margin-top: 15px;
  }
  .order_item1_text {
    font-size: 14px;
  }
  .order_item1_link {
    margin-top: 20px;
  }
  .order_slide {
    margin-top: 25px;
    margin-bottom: 40px;
    padding: 0 24px;
  }
  .order_slide_item {
    width: 100%;
  }
  .order_slide_label {
    height: 24px;
    font-size: 12px;
  }
  .order_slide_text {
    font-size: 11px;
    margin-top: 10px;
  }
  .order_slide .slick-prev,
  .order_slide .slick-next {
    width: 43px;
    height: 43px;
    background: url(../img/common/prev1.svg)no-repeat center / contain;
    top: 95px;
  }
  .order_slide .slick-prev {
    left: -10px;
  }
  .order_slide .slick-next {
    background-image: url(../img/common/next1.svg);
    right: -10px;
  }
  .order_slide .slick-prev:before,
  .order_slide .slick-next:before {
    display: none!important;
  }
}
@media all and (max-width: 370px) {
}


/* inkiWrap
***************************************************************/
.inkiWrap {
  padding: 120px 0 135px;
}
.inki_text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.39;
}
.inki_logo_box {
  margin-top: 45px;
}
.inki_logo_text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.inki_logo {
  display: block;
  width: 269.41px;
  margin: 0 auto;
}
@media all and (min-width: 681px) {
  .inki_logo:hover {
    opacity: .6;
  }
}
@media all and (max-width: 680px) {
  .inkiWrap {
    padding: 45px 24px 48px;
  }
  .inki_text {
    font-size: 14px;
    text-align: justify;
    line-height: 2;
  }
  .inki_logo_box {
    margin-top: 25px;
  }
  .inki_logo_text {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
@media all and (max-width: 370px) {
}


/* faqWrap
***************************************************************/
.faqWrap {
  background-color: #F1F9FB;
  padding: 110px 0 120px;
}
.faq_list1 {
  width: 100%;
  margin-top: 80px;
  display: flex;
  gap: 50px;
}
.faq_list1 .li1 {
  width: calc((100% - 50px) / 2);
}
.faq_list1_tit {
  background-color: #fff;
  border-radius: 15px;
  padding: 17px 26px;
  display: flex;
  align-items: center;
  gap: 0 18px;
  color: #ED7D39;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.38;
}
.faq_list1_tit::before {
  content: "Q";
  font-family: "Bitter", serif;
  width: 36px;
  height: 36px;
  background-color: #FCE5D8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ED7D39;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.faq_list1_text {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 25px;
}
.faq_list1_text a {
  color: #356AD7;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .faqWrap {
    padding: 40px 0 50px;
  }
  .faq_list1 {
    margin-top: 40px;
    margin-bottom: 25px;
    padding: 0 24px;
    display: block;
  }
  .faq_list1 .li1 {
    width: 100%;
  }
  .faq_list1 .li1:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .faq_list1_tit {
    border-radius: 10px;
    padding: 16px 20px;
    gap: 0 11px;
    font-size: 13px;
  }
  .faq_list1_tit::before {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .faq_list1_text {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
