@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	TOP
 * *************************************************/
/* 共通
----------------------------------------------*/
.top_content {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .top_content {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_content {
    margin-bottom: 120px;
  }
}

a.blue_btn {
  transition: all 0.5s;
}
@media print, screen and (min-width: 1024px) {
  a.blue_btn:hover {
    background-color: #5aa1cd;
    color: #fff;
    opacity: unset;
  }
}

/* MV----------------------------------------------*/
.fv_wrapper {
  width: 100%;
  position: relative;
  height: auto;
  flex-direction: row-reverse;
}

.img_migi_kadomaru {
  width: 60%;
}

.img_migi_kadomaru img {
  display: block;
  border-radius: 0 65px 0 0;
  -webkit-border-radius: 0 65px 0 0;
  -moz-border-radius: 0 65px 0 0;
}

.fv_title {
  display: block;
  text-align: center;
  margin: 12% auto 0;
  width: 35%;
}
@media print, screen and (min-width: 1400px) {
  .fv_title {
    width: 520px;
    margin: 12% auto 0;
  }
}

.bg_red {
  width: 96%;
  background-color: #9a0006;
  padding: 10px 0 20px 0;
  border-radius: 0 65px 65px 0;
}
@media print, screen and (min-width: 1024px) {
  .bg_red {
    padding: 40px 0 80px 0;
  }
}
.bg_red p {
  color: #fff;
  font-weight: bold;
}

.bg_gray {
  background-color: #f9f9f9;
  border-radius: 0 65px 65px 0;
  padding: 40px 0 60px 0;
}
@media print, screen and (min-width: 1024px) {
  .bg_gray {
    padding: 40px 0 140px 0;
  }
}

/* お知らせ
----------------------------------------------*/
.front_slide_area {
  padding: 10px 0 30px 0;
  display: flex;
  align-items: center;
  width: 96%;
}
@media print, screen and (min-width: 1024px) {
  .front_slide_area {
    padding: 0 0 30px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .front_slide_area {
    padding: 0 0 50px 0;
  }
}
@media print, screen and (min-width: 1400px) {
  .front_slide_area {
    padding: 0 0 70px 0;
  }
}
.front_slide_area .one_title {
  color: #fff;
  font-size: 14px;
  width: 20%;
  line-height: 1.4;
  font-weight: bold;
  border-right: solid 2px #fff;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .front_slide_area .one_title {
    font-size: 32px;
    width: 12%;
    border-right: solid 3px #fff;
  }
}
.front_slide_area h2 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  .front_slide_area h2 {
    font-size: 16px;
  }
}
.front_slide_area a:hover {
  opacity: 1;
  background-color: #a90021 !important;
  text-decoration: none !important;
}
.front_slide_area .list_slide_flex {
  display: block;
  text-align: left;
  color: #fff;
  padding: 0 10px;
  width: 80%;
}
@media print, screen and (min-width: 960px) {
  .front_slide_area .list_slide_flex {
    width: 80%;
    padding: 10px 15px;
  }
}
.front_slide_area .list_slide_flex .archive_day {
  font-size: 10px;
  color: #fff;
}

@media print, screen and (min-width: 960px) {
  .top_next_box {
    width: 48%;
  }
}
@media print, screen and (min-width: 1600px) {
  .top_next_box {
    width: 50%;
  }
}

.top_about_img {
  text-align: right;
}
@media print, screen and (min-width: 960px) {
  .top_about_img {
    width: 42%;
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1600px) {
  .top_about_img {
    width: 45%;
    margin-top: 80px;
  }
}

.top_about_txt_title {
  font-size: 20px;
}
@media print, screen and (min-width: 1400px) {
  .top_about_txt_title {
    font-size: 28px;
  }
}

.top_about_txt {
  font-size: 17px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1600px) {
  .top_about_txt {
    font-size: 20px;
    line-height: 2.2;
  }
}

.top_service_box {
  border-radius: 12px;
  border-left: solid 10px #9a0006;
  background-color: #fff;
  box-shadow: 5px 5px 20px -15px;
  position: relative;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .top_service_box {
    width: 31.5%;
    margin-bottom: 0;
  }
}
.top_service_box h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}
@media print, screen and (min-width: 960px) {
  .top_service_box h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.ict img {
  display: block;
  max-width: 70%;
}

.top_service_box_s {
  padding: 20px;
}
@media print, screen and (min-width: 960px) {
  .top_service_box_s {
    padding: 40px;
  }
}

@media print, screen and (min-width: 960px) {
  .top_service_box:nth-of-type(n+4) {
    margin-top: 2.5%;
  }
}

.circle_btn_wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}

.circle_btn {
  position: relative;
}

.circle_btn_arrow {
  background: #9a0006; /* 丸の色 */
  color: #fff; /* 矢印の色 */
  padding: 1.4em 1.4em 1.4em 1.4em;
  border-radius: 100vh 0 0 0;
  width: 1.8em; /* 丸の横幅 */
  height: 1.8em; /* 丸の高さ */
  text-align: center;
  transition: 0.3s;
  font-weight: bold;
  margin: auto;
}

.circle_btn_arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 25px;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/* マウスオーバーした際のデザイン */
.circle_btn:hover .circle_btn_arrow {
  background-color: #a90021;
}

/*バナーエリア*/
.other_wrap {
  width: 100%;
  padding: 30px 0 5px 0;
}
@media print, screen and (min-width: 960px) {
  .other_wrap {
    width: auto;
    padding: 40px 0 24px 0;
  }
}

.inner.other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .inner.other {
    width: 1280px;
    justify-content: flex-start;
  }
}

.other_col {
  width: 48%;
  display: block;
  margin-bottom: 30px;
}
.other_col:nth-of-type(1) {
  margin-right: 2%;
}
.other_col:nth-of-type(3) {
  margin-right: 2%;
}
.other_col:nth-of-type(5) {
  margin-right: 2%;
}
@media print, screen and (min-width: 960px) {
  .other_col {
    width: 31.25%;
    margin: 0 2% 20px 0;
  }
  .other_col:nth-of-type(3) {
    margin-right: 0;
  }
}
.other_col .other_img {
  width: 100%;
  height: auto;
  display: block;
}

a.info_btn {
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  border-radius: 9999px;
  padding: 10px 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 2px #4e9d68;
}
a.info_btn span {
  display: flex;
  align-items: center;
  color: #4e9d68;
  font-weight: bold;
  font-size: 12px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  a.info_btn span {
    font-size: 14px;
  }
}
a.info_btn img {
  width: 10px;
  margin-right: 10px;
}
@media print, screen and (min-width: 960px) {
  a.info_btn img {
    width: 12px;
  }
}
a.info_btn:hover {
  opacity: 0.6;
}

.info_cb {
  text-align: right;
}/*# sourceMappingURL=front.css.map */