@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767 */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  max-width: 1600px;
}

@media (min-width: 1000px) {
  #mv {
    margin-top: 100px;
  }
}
#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: 1500px;
  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, -3.1rem + 11.7vw, 7rem);
  font-weight: 900;
  line-height: 1;
}

#mv .main_copy .text_wrap .copy_text_normal {
  font-size: clamp(1.8rem, 0rem + 2.3vw, 2.4rem);
  font-weight: 500;
}

@media screen and (max-width: 999px) {
  #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.8rem + 5.9vw, 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;
  }
}
/***************************************
------------- 買取相場・NEWS・カレンダー ------------
***************************************/
.sec_news {
  padding: min(6%, 100px) 0;
  /*買取価格相場*/
}

.sec_news .price_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec_news .price_list li.gold {
  color: #dba800;
}

.sec_news .price_list li.pt {
  color: #4267c7;
}

.sec_news .price_list li:not(:last-child) {
  border-bottom: solid 2px #f5f0ff;
}

.sec_news .price_list li .left {
  display: flex;
  align-items: center;
  flex: auto;
}

.sec_news .price_list li .icon {
  padding: min(5%, 20px) min(5%, 20px) min(5%, 20px) min(5%, 15px);
}

.sec_news .price_list li .name {
  font-weight: 500;
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
}

.sec_news .price_list li .price {
  font-size: clamp(2rem, 2.5vw, 3.6rem);
  color: #db0000;
  font-weight: 500;
}

.sec_news .price_list li .yen {
  color: #333333;
  font-size: 0.5em;
}

/*お知らせ*/
.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);
}

@media (min-width: 1000px) {
  header .header_wrap {
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    z-index: 3;
  }
}
@media (max-width: 1500px) and (min-width: 1000px) {
  .sec_souba .container,
  .sec_news .container,
  .sec_greeting .container,
  .sec_bg .container,
  .sec_result .container,
  .sec_items .container,
  .sec_faq .container,
  .sec_access .container {
    padding-left: calc(750px - 50vw);
    box-sizing: border-box;
  }
}
.sec_souba h2,
.sec_news h2,
.sec_greeting h2,
.sec_bg h2,
.sec_result h2,
.sec_items h2,
.sec_faq h2,
.sec_access h2 {
  margin-top: 0;
}

.btnstyle a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 320px;
  border-radius: 5px;
  background: #c2991f;
  padding: 13px 0;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(16px, 1.3333333333vw, 20px);
  position: relative;
}

.btnstyle a::after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 12px;
  margin: auto;
  background: url(../img/common/arrow01.png) no-repeat center center/cover;
}

.sec_news .ttlflex,
.sec_greeting .ttlflex,
.sec_bg .ttlflex,
.sec_result .ttlflex,
.sec_items .ttlflex,
.sec_faq .ttlflex,
.sec_access .ttlflex {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .sec_news .ttlflex,
  .sec_greeting .ttlflex,
  .sec_bg .ttlflex,
  .sec_result .ttlflex,
  .sec_items .ttlflex,
  .sec_faq .ttlflex,
  .sec_access .ttlflex {
    display: block;
  }
}
.sec_news .ttlflex h2,
.sec_greeting .ttlflex h2,
.sec_bg .ttlflex h2,
.sec_result .ttlflex h2,
.sec_items .ttlflex h2,
.sec_faq .ttlflex h2,
.sec_access .ttlflex h2 {
  margin-top: 0;
  flex-shrink: 0;
  font-family: var(--title-font-family);
  color: var(--base-color01);
  position: relative;
  display: table;
  font-size: 30px;
}

@media (max-width: 767px) {
  .sec_news .ttlflex h2,
  .sec_greeting .ttlflex h2,
  .sec_bg .ttlflex h2,
  .sec_result .ttlflex h2,
  .sec_items .ttlflex h2,
  .sec_faq .ttlflex h2,
  .sec_access .ttlflex h2 {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: clamp(8px, 1.953125vw, 15px);
  }
  .sec_news .ttlflex h2 .h2_txt,
  .sec_greeting .ttlflex h2 .h2_txt,
  .sec_bg .ttlflex h2 .h2_txt,
  .sec_result .ttlflex h2 .h2_txt,
  .sec_items .ttlflex h2 .h2_txt,
  .sec_faq .ttlflex h2 .h2_txt,
  .sec_access .ttlflex h2 .h2_txt {
    flex-shrink: 0;
  }
  .sec_news .ttlflex h2::before,
  .sec_greeting .ttlflex h2::before,
  .sec_bg .ttlflex h2::before,
  .sec_result .ttlflex h2::before,
  .sec_items .ttlflex h2::before,
  .sec_faq .ttlflex h2::before,
  .sec_access .ttlflex h2::before {
    content: "";
    width: clamp(32.5px, 8.4635416667vw, 65px);
    height: clamp(17.5px, 4.5572916667vw, 35px);
    flex-shrink: 0;
    background: url(../img/sp_top_h202.png) no-repeat center center/cover;
  }
  .sec_news .ttlflex h2::after,
  .sec_greeting .ttlflex h2::after,
  .sec_bg .ttlflex h2::after,
  .sec_result .ttlflex h2::after,
  .sec_items .ttlflex h2::after,
  .sec_faq .ttlflex h2::after,
  .sec_access .ttlflex h2::after {
    content: "";
    width: 100%;
    height: clamp(1.5px, 0.390625vw, 3px);
    background: #8780b4;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .sec_news .ttlflex h2,
  .sec_greeting .ttlflex h2,
  .sec_bg .ttlflex h2,
  .sec_result .ttlflex h2,
  .sec_items .ttlflex h2,
  .sec_faq .ttlflex h2,
  .sec_access .ttlflex h2 {
    writing-mode: vertical-lr;
    margin: 0;
    margin-left: 20px;
    margin-right: 25px;
    padding-top: 53px;
    padding-bottom: 184px;
  }
  .sec_news .ttlflex h2::before,
  .sec_greeting .ttlflex h2::before,
  .sec_bg .ttlflex h2::before,
  .sec_result .ttlflex h2::before,
  .sec_items .ttlflex h2::before,
  .sec_faq .ttlflex h2::before,
  .sec_access .ttlflex h2::before {
    content: "";
    width: 23px;
    height: 43px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/top_h202.png) no-repeat center center/cover;
  }
  .sec_news .ttlflex h2::after,
  .sec_greeting .ttlflex h2::after,
  .sec_bg .ttlflex h2::after,
  .sec_result .ttlflex h2::after,
  .sec_items .ttlflex h2::after,
  .sec_faq .ttlflex h2::after,
  .sec_access .ttlflex h2::after {
    content: "";
    width: 2px;
    height: 170px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #8780b4;
  }
}
.sec_news .ttlflex.reverse,
.sec_greeting .ttlflex.reverse,
.sec_bg .ttlflex.reverse,
.sec_result .ttlflex.reverse,
.sec_items .ttlflex.reverse,
.sec_faq .ttlflex.reverse,
.sec_access .ttlflex.reverse {
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .sec_news .ttlflex.reverse h2,
  .sec_greeting .ttlflex.reverse h2,
  .sec_bg .ttlflex.reverse h2,
  .sec_result .ttlflex.reverse h2,
  .sec_items .ttlflex.reverse h2,
  .sec_faq .ttlflex.reverse h2,
  .sec_access .ttlflex.reverse h2 {
    margin-right: 20px;
    margin-left: 25px;
  }
}
.sec_souba {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .sec_souba {
    padding: 25px 0;
  }
}
.sec_souba h2 {
  font-size: 30px;
  position: relative;
  text-align: center;
  font-family: var(--title-font-family);
  color: var(--base-color01);
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec_souba h2 {
    font-size: 24px;
  }
}
.sec_souba ul.price_list {
  display: flex;
  gap: 15px;
}

@media (max-width: 767px) {
  .sec_souba ul.price_list {
    gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
}
.sec_souba ul.price_list li {
  width: calc((100% - 45px) / 4);
}

@media (max-width: 767px) {
  .sec_souba ul.price_list li {
    width: calc((100% - 10px) / 2);
  }
}
.sec_souba ul.price_list li .left .name {
  text-align: center;
  font-size: clamp(15px, 1.4vw, 21px);
  color: white;
  padding: 20px 0;
  font-weight: bold;
  background: #ccc;
  line-height: 1;
}

@media (max-width: 767px) {
  .sec_souba ul.price_list li .left .name {
    padding: 10px 0;
  }
}
.sec_souba ul.price_list li.gold .left .name {
  background: linear-gradient(0deg, #d8af11 0%, #e9d27a 100%);
}

.sec_souba ul.price_list li.gold .price {
  border: 2px solid #d8af11;
  border-top: none;
}

.sec_souba ul.price_list li.pt .left .name {
  background: linear-gradient(0deg, #9286b5 0%, #c2bcd6 100%);
}

.sec_souba ul.price_list li.pt .price {
  border: 2px solid #9286b5;
  border-top: none;
}

.sec_souba ul.price_list li.sv .left .name {
  background: linear-gradient(0deg, #98a2bc 0%, #c6cbda 100%);
}

.sec_souba ul.price_list li.sv .price {
  border: 2px solid #98a2bc;
  border-top: none;
}

.sec_souba ul.price_list li.pd .left .name {
  background: linear-gradient(0deg, #8d8d8d 0%, #c0c0c0 100%);
}

.sec_souba ul.price_list li.pd .price {
  border: 2px solid #8d8d8d;
  border-top: none;
}

.sec_souba ul.price_list li .price {
  padding: 20px 0 25px 0;
  line-height: 1;
  background: white;
  text-align: center;
  font-size: clamp(22px, 1.8666666667vw, 28px);
  font-weight: bold;
}

@media (max-width: 767px) {
  .sec_souba ul.price_list li .price {
    padding: 15px 0 20px 0;
  }
}
.sec_souba ul.price_list li .price .yen {
  font-size: clamp(15px, 1.3333333333vw, 20px);
}

.sec_souba .txt1 {
  text-align: center;
  font-size: clamp(13px, 1.2vw, 18px);
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sec_souba .txt1 {
    margin-top: 15px;
    text-align: left;
  }
}
.sec_news {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .sec_news {
    padding: 25px 0;
  }
}
.sec_news .flexbox {
  display: block;
  gap: 5%;
}
@media (min-width: 768px) {
  .sec_news .flexbox {
    width: calc(100% - 90px);
  }
}

@media (min-width: 768px) {
  .sec_news .flexbox {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  .sec_news .flexbox {
    display: block;
  }
}
.sec_news .flexbox .newsbox {
  width: 100%;
}

@media (max-width: 767px) {
  .sec_news .flexbox .newsbox {
    width: 100%;
  }
}
.sec_news .flexbox .newsbox .news_scrollbox {
  overflow-x: scroll;
  padding-bottom: 27px;
  padding-top: 10px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .sec_news .flexbox .newsbox .news_scrollbox {
    max-width: none;
  }
}
.sec_news .flexbox .newsbox .news_scrollbox .newsflex {
  display: flex;
  gap: 5px;
}
.sec_news .flexbox .newsbox .news_scrollbox .newsflex .newsflexbox {
  display: flex;
  gap: 4%;
}
.sec_news .flexbox .newsbox .news_scrollbox .newsflex .newsflexbox .thumbbox {
  width: 30%;
  position: relative;
  padding-top: 30%;
}
.sec_news .flexbox .newsbox .news_scrollbox .newsflex .newsflexbox .thumbbox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_news .flexbox .newsbox .news_scrollbox .newsflex .newsflexbox .newstxtbox {
  width: 66%;
  padding-right: 5px;
  position: relative;
}
.sec_news .flexbox .newsbox .news_scrollbox .newsflex .newsflexbox .newstxtbox::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: auto;
  bottom: -9px;
  left: auto;
  right: -9px;
  margin: auto;
  border-left: 6px solid var(--base-color01);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.sec_news .flexbox .newsbox .news_scrollbox .newsflex li {
  margin: 0 10px;
  width: 390px;
  flex-shrink: 0;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0 0 10px #ccc;
}

@media (max-width: 1260px) and (min-width: 1000px) {
  .sec_news .flexbox .newsbox .news_scrollbox .newsflex li {
    width: clamp(200px, 30.9523809524vw, 390px);
  }
}
@media (max-width: 915px) and (min-width: 768px) {
  .sec_news .flexbox .newsbox .news_scrollbox .newsflex li {
    width: clamp(180px, 41.935483871vw, 390px);
  }
}
@media (max-width: 767px) {
  .sec_news .flexbox .newsbox .news_scrollbox .newsflex li {
    width: calc(85vw - 50px);
  }
}
.sec_news .flexbox .newsbox .news_scrollbox .newsflex li .date {
  display: block;
  margin-bottom: 5px;
  color: var(--text-color);
  line-height: 1.553;
}

.sec_news .flexbox .newsbox .news_scrollbox .newsflex li .newstxt {
  display: block;
  color: var(--text-color);
  line-height: 1.553;
}

.sec_news .flexbox .newsbox .btnstyle {
  margin-top: 27px;
}

@media (max-width: 767px) {
  .sec_news .flexbox .newsbox .btnstyle {
    margin-top: 20px;
  }
}
.sec_news .flexbox .newsbox .btnstyle a {
  max-width: 255px;
}

@media (max-width: 767px) {
  .sec_news .flexbox .newsbox .btnstyle a {
    max-width: 320px;
  }
}
.sec_news .flexbox .campaignbox {
  width: 100%;
}

@media (min-width: 768px) {
  .sec_news .flexbox .campaignbox {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .sec_news .flexbox .campaignbox {
    width: 100%;
    margin-top: 20px;
  }
}
.sec_news .flexbox .campaignbox .news-lists {
  width: 100%;
  margin: 0;
  display: block;
}

.sec_news .flexbox .campaignbox .news-lists dd {
  padding: 0;
  width: 100%;
  border: none;
}
@media (min-width: 768px) {
  .sec_news .flexbox .campaignbox .news-lists dd {
    display: flex;
    gap: 4%;
  }
  .sec_news .flexbox .campaignbox .news-lists dd a {
    width: 48%;
  }
}

.sec_news .flexbox .campaignbox .news-lists dd a {
  width: 100%;
  display: block;
}

.sec_news .flexbox .campaignbox .news-lists dd a img {
  width: 100%;
}

@media ( max-width : 767px ) {
  .sec_news .flexbox .campaignbox .news-lists dd a img {
    display: block;
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec_news .flexbox .campaignbox .news-lists dd a p {
  margin-top: 20px;
  max-height: 86px;
  overflow-y: scroll;
  color: var(--text-color);
}

.sec_news .flexbox .campaignbox .news-lists .news_ttl {
  margin-top: 20px;
  height: 100%;
  overflow-y: scroll;
  color: var(--text-color);
}
@media (min-width: 768px) {
  .sec_news .flexbox .campaignbox .news-lists .news_ttl {
    margin-top: 0;
  }
}

@media ( max-width : 767px ) {
  .sec_news .flexbox .campaignbox .news-lists .news_ttl {
    max-height: 144px;
  }
}

@media (max-width: 767px) {
  .sec_news .flexbox .campaignbox .news-lists dd a p {
    margin-top: 15px;
  }
  .sec_news .flexbox .campaignbox .news-lists .news_ttl {
    margin-top: 15px;
  }
}
.sec_greeting {
  padding: 140px 0 90px 0;
  display: block;
}

@media (max-width: 767px) {
  .sec_greeting {
    padding: 25px 0 50px 0;
  }
}
.sec_greeting .greetingtxt {
  color: #100169;
  font-size: 1.9rem;
  padding-bottom: 10px;
  display: block;
}

@media (max-width: 767px) {
  .sec_greeting .greetingtxt {
    font-size: 1.7rem;
  }
}
.sec_greeting .flexbox {
  display: flex;
  gap: 4%;
}

@media (max-width: 767px) {
  .sec_greeting .flexbox {
    display: block;
  }
}
@media (min-width: 768px) {
  .sec_greeting .flexbox {
    margin-top: 70px;
  }
}
.sec_greeting .flexbox .imgbox {
  width: 56%;
}

@media (max-width: 767px) {
  .sec_greeting .flexbox .imgbox {
    width: 100%;
  }
}
.sec_greeting .flexbox .imgbox .imgbox1 {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .sec_greeting .flexbox .imgbox .imgbox1 {
    margin-bottom: 15px;
  }
}
.sec_greeting .flexbox .imgbox .imgbox2 {
  text-align: center;
}

@media (max-width: 767px) {
  .sec_greeting .flexbox .imgbox .imgbox2 {
    margin-bottom: 15px;
  }
}
.sec_greeting .flexbox .imgbox img {
  filter: drop-shadow(0 0 10px #bbbbbb);
}

.sec_greeting .flexbox .txtbox {
  width: 40%;
}

@media (max-width: 767px) {
  .sec_greeting .flexbox .txtbox {
    width: 100%;
  }
}
.sec_greeting .btnstyle {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .sec_greeting .btnstyle {
    margin-top: 15px;
  }
}
.sec_bg img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .sec_bg img {
    height: 35vw;
  }
}
.sec_result {
  padding: 100px 0 75px 0;
}

@media (max-width: 767px) {
  .sec_result {
    padding: 50px 0 25px 0;
  }
}
.sec_result .box {
  width: calc(100% - 90px);
  flex-shrink: 1;
}

@media (min-width: 768px) {
  .sec_result .box {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .sec_result .box {
    width: 100%;
  }
}
.sec_result .box .scrollbox {
  overflow-x: scroll;
  padding-bottom: 30px;
  padding-top: 10px;
  max-width: 910px;
}

.sec_result .box .scrollbox .resultflex {
  display: flex;
  gap: 5px;
}

.sec_result .box .scrollbox .resultflex .pdbox {
  padding: 0 10px;
  width: 410px;
  flex-shrink: 0;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .sec_result .box .scrollbox .resultflex .pdbox {
    width: calc(85vw - 30px);
  }
}
.sec_result .box .scrollbox .resultflex .pdbox .resultbox {
  padding: 20px;
  box-shadow: 0 0 10px #ccc;
  box-sizing: border-box;
  border-radius: 15px;
}

.sec_result .box .scrollbox .resultflex .pdbox .resultbox .txt_wrap .date {
  line-height: 1.553;
  font-size: 16px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .sec_result .box .scrollbox .resultflex .pdbox .resultbox .txt_wrap .date {
    font-size: 14px;
  }
}
.sec_result .box .scrollbox .resultflex .pdbox .resultbox .txt_wrap .cat {
  line-height: 1.553;
  margin-top: 0;
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: 2px solid var(--base-color01);
}

.sec_result .box .scrollbox .resultflex .pdbox .resultbox .txt_wrap2 .text {
  line-height: 1.553;
  margin-top: 12px;
  max-height: 171px;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .sec_result .box .scrollbox .resultflex .pdbox .resultbox .txt_wrap2 .text {
    max-height: 144px;
  }
}
.sec_result .box .btnstyle {
  margin-top: 30px;
}

.sec_result .box .btnstyle a {
  max-width: 355px;
}

@media (max-width: 767px) {
  .sec_result .box .btnstyle a {
    max-width: 320px;
  }
}
.sec_items {
  padding: 75px 0;
}

@media (max-width: 767px) {
  .sec_items {
    padding: 25px 0;
  }
}
.sec_items .flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 20px;
}

@media (max-width: 610px) {
  .sec_items .flexbox {
    gap: 4%;
    row-gap: 15px;
  }
}
@media (min-width: 768px) {
  .sec_items .flexbox {
    padding-left: 30px;
  }
}
.sec_items .flexbox .box1 {
  width: 32%;
  max-width: 280px;
}

@media (max-width: 610px) {
  .sec_items .flexbox .box1 {
    width: 48%;
  }
}
.sec_items .flexbox .box1 a {
  display: block;
  position: relative;
  transition: 0.2s;
}

.sec_items .flexbox .box1 a img {
  filter: drop-shadow(0 0 10px #aaa);
}

@media (max-width: 767px) {
  .sec_items .flexbox .box1 a img {
    opacity: 0.3;
  }
}
.sec_items .flexbox .box1 a .hovertxt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  background: transparent;
  font-size: 24px;
  opacity: 0;
  font-family: var(--title-font-family);
  color: var(--text-color);
  font-weight: 600;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  border-radius: clamp(15px, 1.3333333333vw, 20px);
}

@media (max-width: 767px) {
  .sec_items .flexbox .box1 a .hovertxt {
    opacity: 1;
    font-size: 18px;
    border-radius: 12px;
  }
}
.sec_items .flexbox .box1 a:hover {
  transition: 0.2s;
  opacity: 1;
}

.sec_items .flexbox .box1 a:hover .hovertxt {
  opacity: 1;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.7);
}

.sec_faq {
  padding: 75px 0;
  /*FAQ 開閉式*/
}

@media (max-width: 767px) {
  .sec_faq {
    padding: 25px 0;
  }
}
.sec_faq .border01 {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .sec_faq .border01 {
    margin-top: 70px;
  }
}
.sec_faq #faq .faq_wrap {
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 40px;
}

@media (max-width: 767px) {
  .sec_faq #faq .faq_wrap {
    gap: 20px;
  }
}
.sec_faq #faq .faq_wrap .faq_item {
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0 0 10px #bbb;
}

@media (max-width: 767px) {
  .sec_faq #faq .faq_wrap .faq_item {
    padding: 10px 15px;
  }
}
.sec_faq #faq dl {
  margin: 30px auto;
}

.sec_faq #faq .question {
  font-size: clamp(15px, 1.3333333333vw, 20px);
  position: relative;
  background: white;
  padding: 15px 0 15px 50px;
  color: var(--text-color);
  margin: 0;
  font-weight: 500;
}

.sec_faq #faq .answer {
  position: relative;
  padding: 15px 55px 15px 50px;
  background: transparent;
  border-top: none;
  color: var(--text-color);
  font-size: clamp(15px, 1.3333333333vw, 20px);
  border-top: 2px solid #acacac;
}

@media (max-width: 767px) {
  .sec_faq #faq .answer {
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.sec_faq #faq .question::before {
  content: "";
  width: 21px;
  height: 27px;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 10px;
  right: auto;
  margin: auto;
  background: url(../img/common/qtxt.png) no-repeat right bottom/contain;
}

.sec_faq #faq .answer::before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: 10px;
  right: auto;
  margin: auto;
  background: url(../img/common/atxt.png) no-repeat right bottom/contain;
}

.sec_faq #faq .qa_active .question {
  cursor: pointer;
  padding-right: 55px;
}

@media (max-width: 767px) {
  .sec_faq #faq .qa_active .question {
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.sec_faq #faq .qa_active .question:after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0px;
  margin: auto;
  transition: 0.3s;
  background: url(../img/common/faq_arrow.png) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .sec_faq #faq .qa_active .question:after {
    width: 15px;
    height: 15px;
    background-size: contain;
  }
}
.sec_faq #faq .qa_active .question.open:after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.sec_faq #faq .qa_active .answer {
  display: none;
}

.sec_faq .btnstyle {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .sec_faq .btnstyle {
    margin-top: 20px;
  }
}
.sec_faq .btnstyle a {
  max-width: 355px;
}

@media (max-width: 767px) {
  .sec_faq .btnstyle a {
    max-width: 320px;
  }
}
.sec_access {
  padding: 75px 0 140px;
  background: white;
}

@media (max-width: 767px) {
  .sec_access {
    padding: 25px 0 60px 0;
  }
}/*# sourceMappingURL=top.css.map */