@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */
html {
  height: 100%;
}

/*--- body ---*/
body {
  /* #special_containerで指定する
  	font-family: 'メイリオ', "Meiryo", 'ＭＳ Ｐゴシック', "sans-serif";
  	font-size: 15px;
  	line-height:1.7;
  	color:#333;
  	height: 100%;
  */
}

/*--- container ---*/

#container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 5px;
}

#special_container {
  background: #fff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 0 0;
}

/*--- breadcrumbs ---*/
#breadcrumbs {
  font-size: 93%;
  padding: 10px 0;
}

/*============== ここから汎用部品 ==============*/
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

#special_container {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #323232;
  font-weight: 500;
}
@media (max-width: 767px) {
  #special_container {
    font-size: 14px;
    line-height: 1.6;
  }
}
/*--- breadcrumbs ---*/
#breadcrumbs {
  font-size: 93%;
  padding: 10px 0;
}

/*============== ここから汎用部品 ==============*/
div.conts img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

.clearfix {
  content: "";
  display: block;
  clear: both;
}


.bold {
  font-weight: bold;
  color: #000;
}

.conts {
  font-feature-settings: "palt";
  background: #fffabe;
  padding-bottom: 30px;
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

.lead {
  margin: 0 auto;
  padding: 50px 0;
  background: url(../../../images/com/josai202311/conts-bg.jpg) repeat;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lead {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .lead {
    padding: 20px 0;
  }
}
.lead .lead-box {
  width: 1000px;
  border-radius: 15px;
  background: #fff;
  margin: 0 auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lead .lead-box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .lead .lead-box {
    width: 90%;
  }
}
.lead p {
  margin: 0 auto;
  padding: 60px 110px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lead p {
    padding: 30px 55px;
  }
}
@media (max-width: 767px) {
  .lead p {
    width: 90%;
    text-align: left;
    padding: 20px 0 25px;
  }
}

.section {
  width: 100%;
  background: #fffabe;
}

.secton-title {
  width: 31.166%;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .secton-title {
    padding: 40px 0 10px;
  }
}
@media (max-width: 767px) {
  .secton-title {
    width: 80%;
    padding: 30px 0 0;
  }
}

.section-box {
  width: 700px;
  margin: 0 auto;
  padding: 20px 0 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-box {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .section-box {
    width: 90%;
    padding: 25px 0 20px;
  }
}

.section-button-bg {
  width: 100%;
  padding: 60px 0 35px;
  background: url(../../../images/com/josai202311/conts-bg.jpg) repeat;
  position: relative;
}
@media (max-width: 767px) {
  .section-button-bg {
    padding: 40px 0 20px;
  }
}
.section-button-bg:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 40px solid #fffabe;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}
@media (max-width: 767px) {
  .section-button-bg:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 30px solid #fffabe;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
  }
}

.section-button {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-button {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .section-button {
    width: 90%;
  }
}
.section-button li {
  width: 32%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .section-button li {
    width: 48%;
  }
}
.section-button a {
  background: #f96f45;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  line-height: 2.5;
}
@media (max-width: 767px) {
  .section-button a {
    font-size: 18px;
  }
}
.section-button a:hover {
  opacity: 0.7;
}
.section-button a:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../../../images/com/josai202311/arrow.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .section-button a:after {
    width: 20px;
    height: 20px;
  }
}
