@charset "UTF-8";

body {
  position: relative;
  background-color: #fff;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0;
  border-top: 2px solid #039aff;
}

@media (max-width: 767.98px) {
  body {
    font-size: 1.1rem;
  }
}

header .top_ttl {
  width: 1140px;
  margin: 0 auto;
}
header .top_ttl_logo {
  width: 179px;
  padding: 20px 0;
}
header .top_menu {
  width: 1140px;
  margin: 0 auto;
  padding: 1rem 0 .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top_menu li {
  padding: 0 1.5rem;
  border-right: 3px solid #ddd;
}
header .top_menu li:last-child {
  border-right: none;
}
@media (max-width: 1139px) {
  header .top_ttl_logo {
      padding: 10px 0 10px 10px;
    }
  header .top_ttl {
    width: 100%;
  }

  header .top_menu {
    width: 100%;
  }
  header .top_menu li {
    padding: 0 1rem;
  }
}
@media (max-width: 767.98px) {
header .top_menu {
  display: none;
  }
}
header .top_menu li a {
  color: #222;
}
header .top_menu li a:hover {
  color: #039aff;
}
.top_img {
  position: relative;
  margin-bottom: 100px;
}
.top_ra {
  position: absolute;
  bottom: -180px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  background-color: #fff;
  width: 110%;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 50px;
}
.slide-items {
  height: 60vh;
}
.slide-items li {
  height: 60vh;
  width: 100%;
  object-fit: cover;
}
#company section {
  width: 1140px;
  margin: 0 auto;
  padding-top: 100px;
}
@media (max-width: 1139px) {
  #company section {
      width: 100%;
  }
}
@media (max-width: 767.98px) {
  .top_img {
      margin-bottom: 50px;
    }
  .top_ra {
    position: static;
      transform: translateX(0%);
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      background-color: #fff;
      width: 100%;
      height: 200px;
      border-radius: 50%;
      margin-bottom: 50px;
    }
  .slide-items {
      height: 200px;
    } 
    .slide-items li {
      height: 200px;
    }
    #company section {
      padding-top: 0px;
      padding-left: 3%;
      padding-right: 3%;
    }
}
.h2_ttl {
  padding: 50px 0 30px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: normal;
  font-family: '游明朝',
    'Yu Mincho',
    YuMincho,
    'Hiragino Mincho Pro',
    serif;
    letter-spacing: .1rem;
}
.h2_ttl_span {
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding-top: 25px;
  font-size: 1rem;
}
.h2_ttl_span:before {
  content: '';
  position: absolute;
  top: 5px;
  display: block;
  margin-left: auto;
   margin-right: auto;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #039aff;
  border-radius: 2px;
}
.top_ra p {
  text-align: center;
}
.bis_box {
  display: flex;
  gap:15px;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 1139px) {
  .bis_box {
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 10px;
  }
}
.bis_box h3 {
  margin: 10px 0;
  font-size: 1.4rem;
  position: relative;
  padding-left: 25px;
}
.bis_box h3 a {
  color: #222;
}
.bis_box h3:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 18px;
  display: inline-block;
  border: 10px solid transparent;
  box-sizing: border-box;
  border-left-color: #039aff;
  top: 0;
  left: 5px;
}
.bis_box_inn {
  width: calc(33% - 10px);
  display: flex;
  flex-direction: column;
}
.bis_box__img img {
  border-radius: 10px;
  object-fit: cover;
  height: 300px;
}
.bis_box_t {
  width: 500px;
  margin: 50px auto 100px;
}
.bis_box_t p {
  text-align: center;
  font-size: .9em;
  color: #666;
  margin-top: 5px;
}
@media (max-width: 960px) {
.bis_box_inn {
    width: calc(50% - 10px);
    padding-bottom: 30px;
  }

  .bis_box__img img {
    height: 200px;
  }
}
@media (max-width: 767.98px) {
.bis_box_inn {
    width: calc(100% - 10px);
    padding-bottom: 30px;
  }
  .bis_box__img img {
    height: 150px;
  }
  .bis_box_t {
      width: 80%;
      margin: 50px auto 50px;
    }
  }
.store_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bis_box_ps_btn {
  margin: 10px 0;
  border: 2px solid #039aff;
  border-radius: 10px;
  padding: 5px;
  font-size: 1.3rem;
  color: #039aff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.bis_box_ps_btn p {
  position: relative;
}
.bis_box_ps_btn p::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 10px solid transparent;
  box-sizing: border-box;
  border-left-color: #039aff;
  top: 0;
  right: -30px;
}
.bis_box_ps_btn div {
  width: 50px;
}
.store_box li {
  width: 48%;
  padding: 10px 0;
  background-color: #039aff;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.store_box li a {
  color: #fff;
}
.sec_com {
  background-color: #f4f8fa;
  padding-bottom: 100px;
}
.com_box {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 1139px) {
  .com_box {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .com_box {
    padding: 0 10px;
    flex-direction: column-reverse;
  }
}
.com_box_inn {
  width: 48%;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.com_box_inn_data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.com_box_inn_data dt {
  width: 30%;
  padding: 10px 0 10px 20px;
  border-bottom: 2px solid #666;
}
.com_box_inn_data dd {
  width: calc(100% - 30%);
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #999;
}
.com_box_inn img {
  border-radius: 10px;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 767.98px) {
.com_box_inn {
    width: 100%;
    padding: 0 30px;
  }
  .com_box_inn img {
    height: 200px;
    margin-bottom: 30px;
  }
}
.top_map {
  width: 100%;
  height: 300px;
}
.top_map iframe {
  width: 100%;
  height: 300px;
}
footer {
  border-bottom: 3px solid #039aff;
}
.foot_box {
  width: 1140px;
  margin: 0 auto;
  padding: 100px 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1139px) {
  .foot_box {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .foot_box {
    padding: 50px 30px;
    justify-content: space-between;
    flex-direction: column;
  }
}
.foot_box ul {
  font-size: 1.2rem;
}
.foot_company {
  width: 30%;
}
.foot_company .foot_ttl_logo {
  width: 150px;
  margin-bottom: 20px;
}
.foot_ttl_t-point {
  width: 150px;
  margin-top: 30px;
}
.foot_detail {
  display: flex;
  font-size: 1.2rem;
  width: 50%;
}
.foot_detail a {
  color: #222;
}
.foot_detail dl {
  width: 25%;
}
.foot_detail dl dt {
  font-size: 1.4rem;
  font-weight: 600;
}
.foot_detail dl dd {
  padding-top: 8px;
}
.foot_detail dl dd a {
  color: #222;
}
footer small {
  font-size: 1rem;
  text-align: center;
  display: block;
}
@media (max-width: 1139px) {
.foot_detail {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .foot_company {
      width: 100%;
      padding-bottom: 50px;
    }
  .foot_detail {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    width: 100%;
  }
    .foot_detail dl {
      width: 50%;
      padding-bottom: 30px;
      padding-left: 1rem;
    }
    .foot_detail dl dd {
      padding-top: 5px;
      padding-left: 1rem;
    }
}