<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&amp;display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.box_img {
  text-align: center;
}
.box_img .btn {
  margin-top: 50px;
}
.box_img .btn a {
  display: block;
  padding: 15px;
  background: #E50012;
  color: #fff;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.intro {
  text-align: center;
  padding: 0 0 30px 0 !important;
}
@media all and (max-width: 896px) {
  .intro {
    padding: 0 0 30px 0;
  }
}
.intro h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .intro h2 {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.intro h2:after {
  display: none;
}
.intro h2 span {
  background: linear-gradient(transparent 60%, #F7B516 60%);
  padding: 0 10px 3px 10px;
}
@media all and (max-width: 896px) {
  .intro h2 span {
    background: linear-gradient(transparent 80%, #F7B516 80%);
  }
}
.intro p {
  text-align: center;
}

.column {
  background: #E50012;
  box-sizing: border-box;
}
.column .area_u-car {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .column .area_u-car {
    padding: 15px;
    margin-bottom: 50px;
  }
}
.column .area_u-car .box_u-car {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column .area_u-car .box_u-car .block_u-car {
  width: 100%;
}
@media all and (max-width: 896px) {
  .column .area_u-car .box_u-car .block_u-car {
    width: 100%;
    margin-bottom: 15px;
  }
}
.column .area_u-car .box_u-car .block_u-car .img {
  text-align: center;
}
.column .area_u-car .box_u-car .block_u-car h3 {
  background: #E50012;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
}
.column .area_u-car .box_u-car .txt_c {
  text-align: center;
}
.column .area_list .sec_list {
  background: #fff;
  padding: 30px;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .column .area_list .sec_list {
    padding: 50px 15px 15px 15px;
    position: relative;
    margin-bottom: 50px;
  }
}
.column .area_list .sec_list:last-child {
  margin-bottom: 0 !important;
}
.column .area_list .sec_list &gt; dt {
  width: 15%;
  background: #F7B516;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 896px) {
  .column .area_list .sec_list &gt; dt {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 180px;
    padding: 10px;
    border-radius: 50px;
  }
}
.column .area_list .sec_list &gt; dt &gt; div {
  font-weight: bold;
  text-align: center;
  font-size: 110%;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 10px 0;
}
@media all and (max-width: 896px) {
  .column .area_list .sec_list &gt; dt &gt; div {
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
}
.column .area_list .sec_list &gt; dt &gt; div span {
  font-size: 40px;
  display: block;
  line-height: 1em;
}
@media all and (max-width: 896px) {
  .column .area_list .sec_list &gt; dt &gt; div span {
    display: inline;
    margin-left: 5px;
  }
}
.column .area_list .sec_list dd {
  width: calc(85% - 20px);
}
@media all and (max-width: 896px) {
  .column .area_list .sec_list dd {
    width: 100%;
  }
}
.column .area_list .sec_list dd h3 {
  background: #000;
  font-size: 20px;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media all and (max-width: 896px) {
  .column .area_list .sec_list dd h3 {
    font-size: 90%;
    text-align: center;
  }
}
.column .area_list .sec_list dd h3 span {
  font-size: 28px;
  line-height: 1em;
}
@media all and (max-width: 896px) {
  .column .area_list .sec_list dd h3 span {
    display: block;
    font-size: 23px;
  }
}
.column .area_list .sec_list dd &gt; dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column .area_list .sec_list dd &gt; dl dt {
  width: 150px;
}
@media all and (max-width: 896px) {
  .column .area_list .sec_list dd &gt; dl dt {
    text-align: center;
    margin: 0 auto 15px auto;
  }
}
.column .area_list .sec_list dd &gt; dl dd {
  width: calc(100% - 170px);
  position: relative;
}
@media all and (max-width: 896px) {
  .column .area_list .sec_list dd &gt; dl dd {
    width: 100%;
  }
}
.column .area_list .sec_list dd &gt; dl dd p {
  line-height: 1.8em;
  padding-bottom: 50px;
}
@media all and (max-width: 896px) {
  .column .area_list .sec_list dd &gt; dl dd p {
    padding-bottom: 15px;
  }
}
.column .area_list .sec_list dd &gt; dl dd a {
  display: block;
  background: #E50012;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  width: 200px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .column .area_list .sec_list dd &gt; dl dd a {
    position: relative;
    width: 100%;
  }
}

.bnr ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  box-sizing: border-box;
  border: 5px solid #FFD11A;
  max-width: 1200px;
  margin: 0 auto;
}
.bnr ul li {
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.bnr ul li:last-child {
  width: 100%;
}
.bnr ul li:last-child a {
  background: #FFD11A;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50px;
  display: block;
  width: 300px;
  text-align: center;
  margin: 15px auto 0 auto;
  color: #000;
  font-weight: bold;
}

.magokoro {
  background: #EBF1B3;
}
.magokoro p {
  text-align: center;
}
.magokoro .area_magokoro {
  text-align: center;
}
.magokoro .area_magokoro h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.magokoro .area_magokoro h3 span {
  background: linear-gradient(transparent 60%, #fff 60%);
  padding: 0 10px 3px 10px;
}
.magokoro .area_magokoro .sec_img {
  margin-top: 30px;
}
.magokoro .area_magokoro .sec_img .caption {
  text-align: right;
  max-width: 1104px;
  margin: 10px auto 0 auto;
  font-size: 14px;
}
@media all and (max-width: 896px) {
  .magokoro .area_magokoro .sec_img .caption {
    font-size: 12px;
  }
}

.foot_links ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.foot_links ul:after {
  content: "";
  display: block;
  width: calc(33.333% - 10px);
}
.foot_links ul li {
  width: calc(33.333% - 10px);
  margin: 5px 0;
  background: #e50012;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e50012;
}
@media all and (max-width: 896px) {
  .foot_links ul li {
    width: calc(50% - 10px);
  }
}
.foot_links ul li:hover {
  background: #fff;
}
.foot_links ul li:hover a {
  color: #e50012;
  opacity: 1;
}
.foot_links ul li a {
  color: #fff;
  height: 100%;
  padding: 15px 35px 15px 15px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .foot_links ul li a {
    padding: 5px 20px 5px 5px;
    font-size: 12px;
    line-height: 1.4em;
  }
}
.foot_links ul li a:after {
  position: absolute;
  right: 10px;
  top: 30%;
  content: "▶";
  font-size: 10px;
}
@media all and (max-width: 896px) {
  .foot_links ul li a:after {
    top: 35%;
  }
}

.cv {
  padding: 0 !important;
}</pre></body></html>