@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  #mv .slick-dots {
    bottom: 8px;
  }
}
@media (min-width: 1201px) {
  #mv .slide01,
  #mv .slide02,
  #mv .slide03 {
    padding: 0 25px;
  }
}
#mv .slick-slider {
  opacity: 0;
  transition: all 0.3s;
}
#mv .slick-slider.slick-initialized {
  opacity: 1;
  transition: all 0.3s;
}
#mv img {
  width: 100%;
}
#mv .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 98%;
  height: 100%;
}
#mv .main_copy img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap .copy_text_large {
  font-size: clamp(4rem, -0.2rem + 7.1vw, 7rem);
  font-weight: 900;
  line-height: 1;
}
#mv .main_copy .text_wrap .copy_text_normal {
  font-size: clamp(1.8rem, 0.6rem + 1.4vw, 2.4rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 80px;
  }
  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}
/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, 0.7rem + 3.5vw, 4.8rem);
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

/* PC */
@media screen and (min-width: 1025px) {
  .tablet-only {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
  .tablet-only {
    display: none;
  }
}
/*お知らせ*/
.sec_news .ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_news .link {
  display: inline-block;
  color: var(--base-color01);
  position: relative;
  padding-right: 15px;
}
.sec_news .link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--base-color01);
  border-right: 1px solid var(--base-color01);
  transform: rotate(45deg);
}

.sec_news .button.small {
  max-width: 100%;
  width: 200px;
}

.sec_news .border_box {
  border: solid 1px var(--base-color01);
  padding: min(4%, 20px);
  height: 360px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 767px) {
  .sec_news .border_box {
    height: auto;
  }
}
.sec_news .border_box::-webkit-scrollbar {
  display: none;
}

.sec_news .h3 {
  border-bottom: solid 2px var(--base-color01);
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin-bottom: 0.5em;
}

/*カレンダー*/
.sec_news .calendar iframe {
  width: 100%;
  height: 100%;
}

/***************************************
------------- ABOUT US ------------
***************************************/
.sec_about {
  padding: 0 0 min(6%, 100px);
}

/***************************************
------------- 買取可能な取扱カテゴリーについて ------------
***************************************/
.sec_category {
  padding: 0 0 min(6%, 100px);
}

/***************************************
------------- 買取・査定方法について ------------
***************************************/
.sec_method {
  padding: 0 0 min(6%, 100px);
}

.sec_method img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/***************************************
------------- 買取実績 ------------
***************************************/
.sec_results {
  padding: 0 0 min(6%, 100px);
}

.sec_results .top_ttl {
  margin-bottom: 1.2em;
}

/***************************************
------------- 査定額アップの秘訣 ------------
***************************************/
.sec_tips {
  padding: 0 0 min(6%, 100px);
}

#mv {
  background: #fcf8ec;
}
#mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#mv .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--base-color01);
}
#mv .slick-dots li button:before {
  opacity: 1;
  color: #c2c2c2;
}
#mv .slick-dots > li {
  margin: 0;
}

.sec_campaign h2,
.sec_intro h2,
.sec_service h2,
.sec_bnr h2,
.sec_other h2,
.sec_greeting h2,
.sec_faq h2,
.sec_works h2,
.sec_bnr2 h2,
.sec_contact h2,
.sec_info h2 {
  margin-top: 0;
}
.sec_campaign a.button,
.sec_intro a.button,
.sec_service a.button,
.sec_bnr a.button,
.sec_other a.button,
.sec_greeting a.button,
.sec_faq a.button,
.sec_works a.button,
.sec_bnr2 a.button,
.sec_contact a.button,
.sec_info a.button {
  max-width: 315px;
  border-radius: 40px;
  font-weight: bold;
  padding: 0.8em 0.4em;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sec_campaign a.button,
  .sec_intro a.button,
  .sec_service a.button,
  .sec_bnr a.button,
  .sec_other a.button,
  .sec_greeting a.button,
  .sec_faq a.button,
  .sec_works a.button,
  .sec_bnr2 a.button,
  .sec_contact a.button,
  .sec_info a.button {
    font-size: 14px;
    max-width: 210px;
  }
}
.sec_campaign a.button::after,
.sec_intro a.button::after,
.sec_service a.button::after,
.sec_bnr a.button::after,
.sec_other a.button::after,
.sec_greeting a.button::after,
.sec_faq a.button::after,
.sec_works a.button::after,
.sec_bnr2 a.button::after,
.sec_contact a.button::after,
.sec_info a.button::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
  background: url(../img/common/arrow001.png) no-repeat center center/cover;
  border: none;
  transform: rotate(0deg);
}

.sec_service h2,
.sec_bnr h2,
.sec_other h2,
.sec_faq h2,
.sec_bnr2 h2,
.sec_contact h2,
.sec_info h2 {
  display: table;
  font-size: clamp(24px, 2.8333333333vw, 34px);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 165px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec_service h2,
  .sec_bnr h2,
  .sec_other h2,
  .sec_faq h2,
  .sec_bnr2 h2,
  .sec_contact h2,
  .sec_info h2 {
    padding: 0 35px;
    margin-bottom: 10px;
  }
}
.sec_service h2::before,
.sec_bnr h2::before,
.sec_other h2::before,
.sec_faq h2::before,
.sec_bnr2 h2::before,
.sec_contact h2::before,
.sec_info h2::before {
  content: "";
  width: 31px;
  height: 39px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(../img/common/h2_before001.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_service h2::before,
  .sec_bnr h2::before,
  .sec_other h2::before,
  .sec_faq h2::before,
  .sec_bnr2 h2::before,
  .sec_contact h2::before,
  .sec_info h2::before {
    width: 15.5px;
    height: 19.5px;
  }
}
.sec_service h2::after,
.sec_bnr h2::after,
.sec_other h2::after,
.sec_faq h2::after,
.sec_bnr2 h2::after,
.sec_contact h2::after,
.sec_info h2::after {
  content: "";
  width: 31px;
  height: 39px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  background: url(../img/common/h2_after001.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_service h2::after,
  .sec_bnr h2::after,
  .sec_other h2::after,
  .sec_faq h2::after,
  .sec_bnr2 h2::after,
  .sec_contact h2::after,
  .sec_info h2::after {
    width: 15.5px;
    height: 19.5px;
  }
}
.sec_service h2 .txt1,
.sec_bnr h2 .txt1,
.sec_other h2 .txt1,
.sec_faq h2 .txt1,
.sec_bnr2 h2 .txt1,
.sec_contact h2 .txt1,
.sec_info h2 .txt1 {
  display: block;
  font-size: clamp(16px, 2.1666666667vw, 26px);
}
.sec_service h2 .sub,
.sec_bnr h2 .sub,
.sec_other h2 .sub,
.sec_faq h2 .sub,
.sec_bnr2 h2 .sub,
.sec_contact h2 .sub,
.sec_info h2 .sub {
  display: block;
  font-size: clamp(12px, 1.1666666667vw, 14px);
  color: var(--base-color01);
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .sec_service h2 .sub,
  .sec_bnr h2 .sub,
  .sec_other h2 .sub,
  .sec_faq h2 .sub,
  .sec_bnr2 h2 .sub,
  .sec_contact h2 .sub,
  .sec_info h2 .sub {
    margin-top: 0;
  }
}

.sec_campaign {
  padding: 55px 0 70px 0;
  background: #fcf8ec;
}
@media (max-width: 767px) {
  .sec_campaign {
    padding: 30px 0 35px 0;
  }
}
.sec_campaign .flexbox {
  display: flex;
  gap: 3.5%;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox {
    display: block;
  }
}
.sec_campaign .flexbox .txtflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .txtflex {
    margin-bottom: 5px;
  }
}
.sec_campaign .flexbox .txtflex h2 {
  color: var(--base-color04);
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: clamp(24px, 2.8333333333vw, 34px);
}
.sec_campaign .flexbox .txtflex a {
  color: var(--base-color04);
  font-size: clamp(13px, 1.25vw, 15px);
  position: relative;
  padding-right: 25px;
}
.sec_campaign .flexbox .txtflex a:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 3px;
  margin: auto;
  border-top: 1px solid var(--base-color04);
  border-right: 1px solid var(--base-color04);
  transform: rotate(45deg);
  transition: 0.2s;
}
.sec_campaign .flexbox .txtflex a:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 7px;
  margin: auto;
  border-top: 1px solid var(--base-color04);
  border-right: 1px solid var(--base-color04);
  transform: rotate(45deg);
  transition: 0.2s;
}
.sec_campaign .flexbox .txtflex a:hover:after {
  right: 1px;
  transition: 0.2s;
}
.sec_campaign .flexbox .txtflex a:hover:before {
  right: 5px;
  transition: 0.2s;
}
.sec_campaign .flexbox .campaignbox {
  width: 56.5%;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .campaignbox {
    width: 100%;
  }
}
.sec_campaign .flexbox .campaignbox .campaign {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background: white;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .campaignbox .campaign {
    padding: 15px;
  }
}
.sec_campaign .flexbox .campaignbox .campaign .campaignflex {
  display: flex;
  align-items: center;
  gap: 3%;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .campaignbox .campaign .campaignflex {
    display: block;
  }
}
.sec_campaign .flexbox .campaignbox .campaign .campaignflex .img01 {
  width: 43%;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .campaignbox .campaign .campaignflex .img01 {
    width: 100%;
  }
}
.sec_campaign .flexbox .campaignbox .campaign .campaignflex .img02 {
  text-align: center;
}
.sec_campaign .flexbox .campaignbox .campaign .campaignflex .img02 img {
  max-width: 60vw;
  height: 40vw;
  object-fit: cover;
}
.sec_campaign .flexbox .campaignbox .campaign .campaignflex .txt01 {
  width: 54%;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .campaignbox .campaign .campaignflex .txt01 {
    width: 100%;
  }
}
.sec_campaign .flexbox .campaignbox .campaign .campaignflex .txt01 .ttl {
  font-size: clamp(18px, 1.8333333333vw, 22px);
  color: var(--base-color01);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .campaignbox .campaign .campaignflex .txt01 .ttl {
    margin-bottom: 10px;
  }
}
.sec_campaign .flexbox .campaignbox .campaign .campaignflex .txt01 .cont {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .campaignbox .campaign .campaignflex .txt01 .cont {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .campaignbox .campaign .campaignflex .txt01 .btn001 {
    margin-top: 15px;
  }
}
.sec_campaign
  .flexbox
  .campaignbox
  .campaign
  .campaignflex
  .txt01
  .btn001
  a.button {
  max-width: 200px;
  border-radius: 0px;
  font-weight: bold;
  padding: 0.5em 0.4em;
  font-size: 14px;
}
.sec_campaign
  .flexbox
  .campaignbox
  .campaign
  .campaignflex
  .txt01
  .btn001
  a.button:after {
  width: 13px;
  height: 13px;
}
.sec_campaign .flexbox .news {
  border: 1px solid #e5e3dd;
  background: white;
  padding: 30px 40px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .news {
    padding: 15px;
  }
}
.sec_campaign .flexbox .newsbox {
  width: 40%;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .newsbox {
    width: 100%;
    margin-top: 15px;
  }
}
.sec_campaign .flexbox .newsbox .news-lists {
  margin: 0;
  display: block;
}
.sec_campaign .flexbox .newsbox .news-lists .dtflex {
  display: flex;
  border: none;
  align-items: center;
  gap: 22px;
  padding: 0;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .newsbox .news-lists .dtflex {
    padding-top: 12px;
  }
  .sec_campaign .flexbox .newsbox .news-lists .dtflex:first-of-type {
    padding-top: 0;
  }
}
.sec_campaign .flexbox .newsbox .news-lists .dtflex .date {
  margin: 0;
  font-size: 15px;
}
.sec_campaign .flexbox .newsbox .news-lists .dtflex .cat {
  margin: 0;
  background: var(--base-color01);
  color: white;
  width: 80px;
  text-align: center;
  padding: 2px 0 3px 0;
  font-size: 12px;
}
.sec_campaign .flexbox .newsbox .news-lists .dtflex .cat.cat02 {
  background: var(--base-color04);
}
.sec_campaign .flexbox .newsbox .news-lists dd {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
@media (max-width: 767px) {
  .sec_campaign .flexbox .newsbox .news-lists dd {
    padding-top: 7px;
  }
}
.sec_campaign .flexbox .newsbox .news-lists dd a {
  color: var(--base-color04);
  text-decoration: underline;
}

.sec_intro {
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 1200px) {
  .sec_intro {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .sec_intro {
    padding: 35px 0;
    background: url(../img/sp_bg_img001.jpg) no-repeat center center/cover;
  }
  .sec_intro .container {
    padding: 0;
  }
}
.sec_intro .flexbox {
  display: flex;
  gap: 4%;
  align-items: center;
}
@media (max-width: 767px) {
  .sec_intro .flexbox {
    display: block;
  }
}
.sec_intro .flexbox .imgbox {
  width: 50%;
}
@media (max-width: 767px) {
  .sec_intro .flexbox .imgbox {
    width: 100%;
  }
}
.sec_intro .flexbox .txtbox {
  width: 46%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec_intro .flexbox .txtbox {
    width: 100%;
  }
}
.sec_intro .flexbox .txtbox h2 {
  font-size: clamp(18px, 2.3333333333vw, 28px);
  color: var(--base-color01);
  border-bottom: 5px solid #ef8080;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec_intro .flexbox .txtbox h2 {
    line-height: 1.3;
    border-bottom: 2.5px solid #ef8080;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec_intro .flexbox .txtbox h2 .sub {
  display: block;
  color: var(--text-color);
  font-size: clamp(14px, 1.8333333333vw, 22px);
  margin: 50px 0 5px 0;
}
@media (max-width: 767px) {
  .sec_intro .flexbox .txtbox h2 .sub {
    margin-bottom: 0;
  }
}
.sec_intro .flexbox .txtbox p {
  margin: 0;
  margin-bottom: 25px;
  line-height: 1.9;
}
@media (min-width: 1201px) {
  .sec_intro .flexbox .txtbox p {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .sec_intro .flexbox .txtbox p {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sec_service {
  padding: 65px 0;
  background: #fcf8ec;
}
@media (max-width: 767px) {
  .sec_service {
    padding: 35px 0;
  }
}
.sec_service .txt001 {
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  line-height: 2;
}
@media (max-width: 767px) {
  .sec_service .txt001 {
    margin-bottom: 10px;
  }
}
.sec_service .flexbox {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec_service .flexbox {
    display: block;
  }
}
.sec_service .flexbox .box1 {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 767px) {
  .sec_service .flexbox .box1 {
    width: 100%;
  }
  .sec_service .flexbox .box1:not(:last-child) {
    margin-bottom: 15px;
  }
}
.sec_service .flexbox .box1 .imgbox {
  text-align: center;
}
.sec_service .flexbox .box1 .boxtxt1 {
  font-size: clamp(16px, 1.6666666667vw, 20px);
  font-weight: bold;
  color: white;
  background: #84ccc9;
  margin: 0;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .sec_service .flexbox .box1 .boxtxt1 {
    padding: 5px 10px 7px 10px;
  }
}
.sec_service .flexbox .box1 .txtbox {
  padding: 15px 15px;
  background: white;
}
.sec_service .flexbox .box1 .txtbox .boxtxt2 {
  font-weight: bold;
  margin-bottom: 5px;
}
.sec_service .flexbox .box1 .txtbox .boxtxt2 .price {
  color: #cc0000;
}
.sec_service .flexbox .box1 .txtbox .boxtxt3 {
  margin-top: 0;
  line-height: 1.6;
}
.sec_service .btn001 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_service .btn001 {
    margin-top: 20px;
  }
}

.sec_bnr {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .sec_bnr {
    padding: 35px 0;
  }
}
.sec_bnr .imglink {
  text-align: center;
}
.sec_bnr .txt1 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .sec_bnr .txt1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.sec_bnr .txt1 .color_1 {
  color: var(--base-color01);
}

.sec_other {
  padding: 65px 0;
  background: var(--base-color02);
}
@media (max-width: 767px) {
  .sec_other {
    padding: 35px 0;
  }
}
.sec_other h2 {
  padding: 0 65px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec_other h2 {
    padding: 0 35px;
    margin-bottom: 10px;
  }
}
.sec_other .txt001 {
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  line-height: 2;
}
@media (max-width: 767px) {
  .sec_other .txt001 {
    margin-bottom: 10px;
  }
}
.sec_other .flexbox {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec_other .flexbox {
    display: block;
  }
}
.sec_other .flexbox .box1 {
  width: calc(33.3333333333% - 16px);
}
@media (max-width: 767px) {
  .sec_other .flexbox .box1 {
    width: 100%;
  }
  .sec_other .flexbox .box1:not(:last-child) {
    margin-bottom: 15px;
  }
}
.sec_other .flexbox .box1 .imgbox {
  text-align: center;
}
.sec_other .flexbox .box1 .boxtxt1 {
  font-size: clamp(16px, 1.6666666667vw, 20px);
  font-weight: bold;
  color: white;
  background: #8bb8e1;
  margin: 0;
  text-align: center;
  padding: 10px 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sec_other .flexbox .box1 .boxtxt1 {
    padding: 5px 10px 7px 10px;
  }
}
.sec_other .flexbox .box1 .txt002 {
  margin: 0;
  background: white;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .sec_other .flexbox .box1 .txt002 {
    min-height: 92px;
  }
}

.sec_greeting {
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 1200px) {
  .sec_greeting {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .sec_greeting {
    padding: 35px 0;
    background: url(../img/sp_bg_img001.jpg) no-repeat center center/cover;
  }
  .sec_greeting .container {
    padding: 0;
  }
}
.sec_greeting .flexbox {
  display: flex;
  gap: 4%;
  align-items: center;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox {
    display: block;
  }
}
.sec_greeting .flexbox .imgbox {
  width: 50%;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox .imgbox {
    width: 100%;
  }
}
.sec_greeting .flexbox .txtbox {
  width: 46%;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox .txtbox {
    width: 100%;
  }
}
.sec_greeting .flexbox .txtbox h2 {
  font-size: clamp(18px, 2.3333333333vw, 28px);
  color: var(--base-color01);
  border-bottom: 5px solid #ef8080;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox .txtbox h2 {
    line-height: 1.3;
    border-bottom: 2.5px solid #ef8080;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec_greeting .flexbox .txtbox h2 .sub {
  display: block;
  color: var(--text-color);
  font-size: clamp(14px, 1.8333333333vw, 22px);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox .txtbox h2 .sub {
    margin-bottom: 0;
  }
}
.sec_greeting .flexbox .txtbox p {
  margin: 0;
  margin-bottom: 25px;
  line-height: 1.9;
}
@media (min-width: 1201px) {
  .sec_greeting .flexbox .txtbox p {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .sec_greeting .flexbox .txtbox p {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sec_faq {
  padding: 65px 0;
  /*FAQ 開閉式*/
}
@media (max-width: 767px) {
  .sec_faq {
    padding: 35px 0;
  }
}
.sec_faq .txt001 {
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  line-height: 2;
}
@media (max-width: 767px) {
  .sec_faq .txt001 {
    margin-bottom: 15px;
  }
}
.sec_faq .faq_wrap:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec_faq .faq_wrap:not(:last-child) {
    margin-bottom: 15px;
  }
}
.sec_faq .faq_wrap {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .sec_faq .faq_wrap {
    gap: 15px;
  }
}
.sec_faq dl {
  margin: 30px auto;
}
.sec_faq .question {
  font-size: 16px;
  position: relative;
  font-weight: bold;
  background: #f0e9d5;
  padding: 15px 0 15px 70px;
  margin: 0;
  border-radius: 10px;
}
.sec_faq .question.open {
  border-radius: 10px 10px 0 0;
}
.sec_faq .answer {
  position: relative;
  padding: 15px 0 20px 70px;
  background: #fff;
  border: 2px solid #f0e9d5;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.sec_faq .question::before {
  content: "Q";
  display: block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  background: var(--base-color01);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 27px;
  bottom: auto;
  left: 30px;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.sec_faq .answer::before {
  content: "A";
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #448aca;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 28px;
  bottom: auto;
  left: 28px;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.sec_faq .qa_active .question {
  cursor: pointer;
  padding-right: 40px;
}
.sec_faq .qa_active .question:after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
}
.sec_faq .qa_active .question.open:after {
  transform: rotate(135deg);
  transition: 0.3s;
}
.sec_faq .qa_active .answer {
  display: none;
}

.sec_works {
  padding: 60px 0;
  background: var(--base-color02);
}
@media (max-width: 767px) {
  .sec_works {
    padding: 35px 0;
  }
}
.sec_works .flexbox {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .sec_works .flexbox {
    display: block;
  }
}
.sec_works .flexbox .worksbox {
  width: calc(50% - 25px);
}
@media (max-width: 767px) {
  .sec_works .flexbox .worksbox {
    width: 100%;
  }
  .sec_works .flexbox .worksbox:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sec_works .flexbox .worksbox .txtflex {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 999px) {
  .sec_works .flexbox .worksbox .txtflex {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .sec_works .flexbox .worksbox .txtflex {
    margin-bottom: 10px;
  }
}
.sec_works .flexbox .worksbox .txtflex h2 {
  margin: 0;
}
.sec_works .flexbox .worksbox .txtflex a {
  color: var(--base-color04);
  padding-right: 25px;
}
@media (min-width: 1000px) {
  .sec_works .flexbox .worksbox .txtflex a {
    position: absolute;
    right: 0;
    bottom: -10px;
  }
}
.sec_works .flexbox .worksbox .txtflex a:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 3px;
  margin: auto;
  border-top: 1px solid var(--base-color04);
  border-right: 1px solid var(--base-color04);
  transform: rotate(45deg);
  transition: 0.2s;
}
@media (max-width: 999px) {
  .sec_works .flexbox .worksbox .txtflex a:after {
    top: auto;
    bottom: 8px;
  }
}
.sec_works .flexbox .worksbox .txtflex a:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 7px;
  margin: auto;
  border-top: 1px solid var(--base-color04);
  border-right: 1px solid var(--base-color04);
  transform: rotate(45deg);
  transition: 0.2s;
}
@media (max-width: 999px) {
  .sec_works .flexbox .worksbox .txtflex a:before {
    top: auto;
    bottom: 8px;
  }
}
.sec_works .flexbox .worksbox .txtflex a:hover:after {
  right: 1px;
  transition: 0.2s;
}
.sec_works .flexbox .worksbox .txtflex a:hover:before {
  right: 5px;
  transition: 0.2s;
}
.sec_works .flexbox .worksbox .workslist {
  padding: 7px;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
}
.sec_works .flexbox .worksbox .workslist:not(:last-child) {
  margin-bottom: 10px;
}
.sec_works .flexbox .worksbox .workslist .imgbox {
  width: 20%;
  padding-top: 65px;
  position: relative;
}
.sec_works .flexbox .worksbox .workslist .imgbox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_works .flexbox .worksbox .workslist .txtbox {
  width: calc(80% - 20px);
}
.sec_works .flexbox .worksbox .workslist .txtbox .txtflex {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-start;
}
.sec_works .flexbox .worksbox .workslist .txtbox .txtflex .date {
  margin: 0;
  font-size: clamp(13px, 1.25vw, 15px);
}
.sec_works .flexbox .worksbox .workslist .txtbox .txtflex .cat {
  background: #84ccc9;
  color: white;
  padding: 0 10px 2px 10px;
  margin: 0;
  font-size: clamp(12px, 1.0833333333vw, 13px);
}
.sec_works .flexbox .worksbox .workslist .txtbox .txtflex .cat.cat1 {
  background: #84ccc9;
}
.sec_works .flexbox .worksbox .workslist .txtbox .txtflex .cat.cat2 {
  background: #ee7474;
}
.sec_works .flexbox .worksbox .workslist .txtbox .tit {
  margin-top: 5px;
}
.sec_works .flexbox .worksbox .workslist .txtbox .tit a {
  color: var(--base-color04);
  text-decoration: underline;
}

.sec_bnr2 {
  padding: 65px 0;
}
@media (max-width: 767px) {
  .sec_bnr2 {
    padding: 35px 0;
  }
}
.sec_bnr2 .flexbox {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .sec_bnr2 .flexbox {
    display: block;
  }
}
.sec_bnr2 .flexbox .bnrbox:not(:last-child) {
  margin-bottom: 8px;
}

#mv .slider {
  opacity: 0;
  transition: opacity 0.25s ease;
}
#mv .slider.slick-initialized {
  opacity: 1;
}

/* 20250205 */
.more-info {
  align-items: center;
  font-size: 16px;
  color: white;
  background: var(--base-color01);
  padding: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 2px solid var(--base-color01); /* 囲いの実線を追加 */
  transition: background-color 0.3s, color 0.3s; /* スムーズな色の変化 */
}

.more-info:hover {
  background-color: white;
  color: var(--base-color01);
}

.more-info i {
  margin-left: 10px;
}
