/*
@mixin font($sp_size,$pc_size,$font_weight){
    font-size: $sp_size + vw;
    font-weight: $font_weight;
    @media (min-width: 768px) {
        font-size: $pc_size + px;
    }
}*/
/* normal */
@font-face {
  font-family: "normal";
  src: url("../assets/font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "bold";
  src: url("../assets/font/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* maru */
@font-face {
  font-family: "maru";
  src: url("../assets/font/KiwiMaru-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* title */
@font-face {
  font-family: "Noto_SemiBold";
  src: url("../assets/font/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* ------
index_main
-------- */
.index_main {
  background: #FFF5D7;
  padding: 8vw;
  margin: 0 auto 13.3333333333vw auto;
}
@media (min-width: 768px) {
  .index_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px;
    margin: 0 auto 100px auto;
  }
}
.index_main .slider_box {
  width: 100%;
  margin: 0 auto 8vw auto;
}
@media (min-width: 768px) {
  .index_main .slider_box {
    width: 60%;
    margin: 0 auto;
  }
}
.index_main .slider_box .slider {
  margin: 0 auto 8vw auto;
}
@media (min-width: 768px) {
  .index_main .slider_box .slider {
    margin: 0 auto 30px auto;
  }
}
.index_main .slider_box .thumbnail {
  display: flex;
  flex-wrap: wrap;
}
.index_main .slider_box .thumbnail .thumbnail-img {
  width: 20%;
  padding: 0 10px;
}
.index_main .slider_box .thumbnail .slick-list {
  width: 90%;
  margin: 0 auto;
}
.index_main .news {
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
  padding: 5.3333333333vw;
  height: 1px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .index_main .news {
    width: 35%;
    padding: 20px;
  }
}
.index_main .news .news_ti {
  font-size: clamp(0.875rem, 0.7386363636rem + 0.6818181818vw, 1.25rem);
  font-weight: bold;
  font-family: "maru";
  position: relative;
  border-bottom: 2px solid #000000;
  padding: 0 0 10px 0;
}
.index_main .news .news_ti span {
  position: absolute;
  right: 0;
  font-family: "normal";
  font-weight: normal;
}
.index_main .news .member {
  position: relative;
  padding: 0 0 0 25px;
}
.index_main .news .member::before {
  position: absolute;
  content: "";
  background: #ED6C00;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  left: 0;
  top: 6px;
}
.index_main .news .user {
  position: relative;
  padding: 0 0 0 25px;
}
.index_main .news .user::before {
  position: absolute;
  content: "";
  background: #fcc800;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  left: 0;
  top: 6px;
}
.index_main .news dl {
  margin: 5.3333333333vw 0;
  width: 102%;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .index_main .news dl {
    margin: 30px 0;
  }
}
.index_main .news dl dt {
  margin: 0 0 4vw 0;
}
@media (min-width: 768px) {
  .index_main .news dl dt {
    margin: 0 0 10px 0;
  }
}
.index_main .news dl dd {
  border-bottom: 1px solid #000000;
  margin: 0 0 4vw 0;
  padding: 0 0 4vw 0;
}
@media (min-width: 768px) {
  .index_main .news dl dd {
    margin: 0 0 15px 0;
    padding: 0 0 15px 25px;
  }
}

/* ------
tab
-------- */
.tab {
  margin: 0 auto 13.3333333333vw auto;
}
@media (min-width: 768px) {
  .tab {
    margin: 0 auto 100px auto;
  }
}
.tab .wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .tab .wrap {
    width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.tab .wrap .tab_box {
  margin: 0 auto 5.3333333333vw auto;
}
@media (min-width: 768px) {
  .tab .wrap .tab_box {
    width: 800px;
    margin: 0;
  }
}
.tab .wrap .tab_box .tab_list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tab .wrap .tab_box .tab_list {
    width: 100%;
  }
}
.tab .wrap .tab_box .tab_list .tab_list_item {
  width: 50%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tab .wrap .tab_box .tab_list .tab_list_item {
    width: 25%;
    top: 20px;
    position: relative;
  }
  .tab .wrap .tab_box .tab_list .tab_list_item.active {
    top: 0;
    padding: 0 0 20px 0;
  }
  .tab .wrap .tab_box .tab_list .tab_list_item:nth-of-type(1).active {
    background: #ED6C00;
  }
  .tab .wrap .tab_box .tab_list .tab_list_item:nth-of-type(2).active {
    background: #0081CC;
  }
  .tab .wrap .tab_box .tab_list .tab_list_item:nth-of-type(3).active {
    background: #FCC800;
  }
  .tab .wrap .tab_box .tab_list .tab_list_item:nth-of-type(4).active {
    background: #389FDA;
  }
}
.tab .wrap .tab_box .tab_content_wrap {
  width: 100%;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content {
  width: 100%;
  padding: 4vw;
  display: none;
}
@media (min-width: 768px) {
  .tab .wrap .tab_box .tab_content_wrap .tab_content {
    padding: 30px;
  }
}
.tab .wrap .tab_box .tab_content_wrap .tab_content .tab_content_ti {
  text-align: center;
  margin: 0 auto 4vw auto;
}
@media (min-width: 768px) {
  .tab .wrap .tab_box .tab_content_wrap .tab_content .tab_content_ti {
    margin: 0 auto 30px auto;
  }
}
.tab .wrap .tab_box .tab_content_wrap .tab_content:nth-of-type(1) {
  background: #FCE5CE;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content:nth-of-type(1) .tab_content_ti {
  width: 40%;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content:nth-of-type(2) {
  background: #D3EDFB;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content:nth-of-type(2) .tab_content_ti {
  width: 60%;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content:nth-of-type(3) {
  background: #FFF5D7;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content:nth-of-type(3) .tab_content_ti {
  width: 50%;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content:nth-of-type(4) {
  background: #9fd9f6;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content:nth-of-type(4) .tab_content_ti {
  width: 50%;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content ul li {
  width: 30%;
  margin: 0 0 3% 0;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content ul li.fas-z {
  position: relative;
}
.tab .wrap .tab_box .tab_content_wrap .tab_content ul li.fas-z .bt_manual {
  position: absolute;
  bottom: 0.5vh;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .tab .wrap .tab_box .tab_content_wrap .tab_content ul li.fas-z .bt_manual {
    bottom: 10px;
  }
}
.tab .wrap .tab_box .tab_content_wrap .tab_content ul li.fas-z .bt_manual a {
  color: #0081cc;
  font-size: clamp(0.625rem, 0.5340909091rem + 0.4545454545vw, 0.875rem);
}
.tab .wrap .tab_box .tab_content_wrap .active {
  display: block;
}
.tab .wrap .tab_banner {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tab .wrap .tab_banner {
    width: 255px;
    margin: 20px 0 0 0;
  }
}
.tab .wrap .tab_banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .tab .wrap .tab_banner ul {
    display: block;
  }
}
@media (min-width: 768px) {
  .tab .wrap .tab_banner ul li {
    margin: 0 0 17px 0;
  }
}
.tab .wrap .tab_banner ul li:nth-of-type(1) {
  width: 48%;
  margin: 0 0 5% 0;
}
@media (min-width: 768px) {
  .tab .wrap .tab_banner ul li:nth-of-type(1) {
    width: 100%;
  }
}
.tab .wrap .tab_banner ul li:nth-of-type(2) {
  width: 48%;
  margin: 0 0 5% 0;
}
@media (min-width: 768px) {
  .tab .wrap .tab_banner ul li:nth-of-type(2) {
    width: 100%;
  }
}
.tab .wrap .tab_banner ul li:nth-of-type(3) {
  width: 31%;
}
@media (min-width: 768px) {
  .tab .wrap .tab_banner ul li:nth-of-type(3) {
    width: 100%;
  }
}
.tab .wrap .tab_banner ul li:nth-of-type(4) {
  width: 31%;
}
@media (min-width: 768px) {
  .tab .wrap .tab_banner ul li:nth-of-type(4) {
    width: 100%;
  }
}
.tab .wrap .tab_banner ul li:nth-of-type(5) {
  width: 31%;
}
@media (min-width: 768px) {
  .tab .wrap .tab_banner ul li:nth-of-type(5) {
    width: 100%;
  }
}
.tab .wrap .tab_banner ul li:nth-of-type(6) {
  width: 31%;
}
@media (min-width: 768px) {
  .tab .wrap .tab_banner ul li:nth-of-type(6) {
    width: 100%;
  }
}
.tab .wrap .tab_banner ul li a {
  font-weight: bold;
  display: block;
}
.tab .wrap .tab_banner ul li a.recall {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 1.0666666667vw 0 2.1333333333vw 0;
}
@media (min-width: 768px) {
  .tab .wrap .tab_banner ul li a.recall {
    border-top: none;
    padding: 20px 60px 20px 20px;
  }
}
.tab .wrap .tab_banner ul li a.trouble {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0.5333333333vw 0 2.6666666667vw 0;
}
@media (min-width: 768px) {
  .tab .wrap .tab_banner ul li a.trouble {
    border-top: none;
    padding: 20px 10px;
  }
}

/* ------
examination
-------- */
.examination {
  width: 70%;
  margin: 0 auto 13.3333333333vw auto;
}
@media (min-width: 768px) {
  .examination {
    width: 1100px;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.examination li {
  width: 100%;
  margin: 0 auto 8vw auto;
}
@media (min-width: 768px) {
  .examination li {
    width: 335px;
    margin: 0;
  }
}

/* ------
examination
-------- */
.examination_04 {
  width: 70%;
  margin: 0 auto 13.3333333333vw auto;
}
@media (min-width: 768px) {
  .examination_04 {
    width: 750px;
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.examination_04 li {
  width: 100%;
  margin: 0 auto 8vw auto;
}
@media (min-width: 768px) {
  .examination_04 li {
    width: 350px;
    margin: 0 30px 30px 0;
  }
  .examination_04 li:nth-child(even) {
    margin: 0 0 30px 0;
  }
}

/* ------
service
-------- */
.service {
  width: 100%;
  margin: 0 auto 16vw auto;
  background: url(../images/index/i_service_bg_sp.svg) no-repeat center center/cover;
  padding: 8vw 2.6666666667vw;
}
@media (min-width: 768px) {
  .service {
    width: 100%;
    background: url(../images/index/i_service_bg_pc.svg) no-repeat center center/cover;
    padding: 50px;
    margin: 0 auto 100px auto;
  }
}
.service .wrap {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .service .wrap {
    width: 880px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.service .wrap .service_box {
  background: #ffffff;
  padding: 8vw 4vw;
  margin: 0 auto 5.3333333333vw auto;
}
@media (min-width: 768px) {
  .service .wrap .service_box {
    width: 350px;
    padding: 30px;
    margin: 0;
  }
}
.service .wrap .service_box .service_ti {
  font-family: "maru";
  font-size: clamp(1.25rem, 1.1590909091rem + 0.4545454545vw, 1.5rem);
  text-align: center;
  margin: 0 auto 2.6666666667vw auto;
}
@media (min-width: 768px) {
  .service .wrap .service_box .service_ti {
    margin: 0 auto 10px auto;
  }
}
.service .wrap .service_box ul {
  width: 80%;
  margin: 0 auto;
}
.service .wrap .service_box ul li {
  border-bottom: 2px solid #000000;
}
.service .wrap .service_box ul li:last-child {
  border-bottom: none;
}
.service .wrap .service_box ul li a {
  display: block;
  padding: 5.3333333333vw;
}
@media (min-width: 768px) {
  .service .wrap .service_box ul li a {
    padding: 20px 40px;
  }
}
.service .wrap .service_box ul li a .service_img01 {
  width: 75%;
}
@media (min-width: 768px) {
  .service .wrap .service_box ul li a .service_img01 {
    width: 120px;
  }
}
.service .wrap .service_box ul li a .service_img02 {
  width: 100%;
}
@media (min-width: 768px) {
  .service .wrap .service_box ul li a .service_img02 {
    width: 158px;
  }
}
.service .wrap .service_box ul li a .service_img03 {
  width: 100%;
}
@media (min-width: 768px) {
  .service .wrap .service_box ul li a .service_img03 {
    width: 150px;
  }
}
.service .wrap .service_box ul li a .service_img04 {
  width: 90%;
}
@media (min-width: 768px) {
  .service .wrap .service_box ul li a .service_img04 {
    width: 134px;
  }
}
.service .wrap .service_box:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .service .wrap .service_box:last-child ul li a {
    padding: 23px 40px;
  }
}

/* ------
link
-------- */
.link {
  width: 90%;
  margin: 0 auto 10.6666666667vw auto;
}
@media (min-width: 768px) {
  .link {
    width: 1100px;
    margin: 0 auto 100px auto;
  }
}
.link_box {
  border: 1px solid #0081cc;
  padding: 5.3333333333vw 10.6666666667vw;
}
@media (min-width: 768px) {
  .link_box {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.link_box:nth-of-type(1) {
  border-bottom: none;
}
.link_ti {
  text-align: center;
  margin: 0 auto 5.3333333333vw auto;
}
@media (min-width: 768px) {
  .link_ti {
    text-align: left;
    margin: 0 20px 0 0;
    width: 220px;
  }
}
.link_img01 {
  width: 36%;
}
@media (min-width: 768px) {
  .link_img01 {
    width: 135px;
  }
}
.link_img02 {
  width: 50%;
}
@media (min-width: 768px) {
  .link_img02 {
    width: 195px;
  }
}
.link ul li {
  list-style: disc;
}
.link ul li a {
  font-weight: bold;
  font-size: clamp(0.75rem, 0.5681818182rem + 0.9090909091vw, 1.25rem);
}

/* ------
banner
-------- */
.banner {
  width: 90%;
  margin: 0 auto 10.6666666667vw auto;
  border-bottom: 1px solid #000000;
  padding: 0 0 10.6666666667vw 0;
}
@media (min-width: 768px) {
  .banner {
    margin: 0 auto 100px auto;
    padding: 0 0 100px 0;
  }
}
.banner ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .banner ul {
    width: 1100px;
    justify-content: space-between;
  }
}
.banner ul li {
  width: 31%;
  margin: 0 3% 3% 0;
}
@media (min-width: 768px) {
  .banner ul li {
    width: 22%;
    margin: 0;
  }
}
.banner ul li:nth-of-type(3) {
  margin: 0 0 3% 0;
}

/* ------
addressmap
-------- */
.addressmap {
  width: 90%;
  margin: 0 auto 16vw auto;
}
@media (min-width: 768px) {
  .addressmap {
    width: 1200px;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.addressmap_txt {
  width: 100%;
  margin: 0 auto 10.6666666667vw auto;
}
@media (min-width: 768px) {
  .addressmap_txt {
    width: 560px;
    margin: 0;
  }
}
.addressmap_txt figure {
  margin: 0 auto 8vw auto;
}
@media (min-width: 768px) {
  .addressmap_txt figure {
    margin: 0 auto 30px auto;
  }
}
.addressmap_map {
  width: 100%;
}
@media (min-width: 768px) {
  .addressmap_map {
    width: 600px;
  }
}
.addressmap_map iframe {
  width: 100%;
  height: 400px;
}