body {
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #1c1c1c;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 30px;
  }
  .container {
    padding: 0 25px;
  }
}
.fnt-zen {
  font-family: "Zen Maru Gothic", serif;
}

.fnt-jos {
  font-family: "Josefin Sans", sans-serif;
}
.fnt-notosan{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.btn-t1 a {
  display: block;
  background: #505046;
  padding: 6px 20px 12px;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  position: relative;
  border-radius: 50px;
  font-weight: 500;
}
.btn-t1 a::after {
  content: "";
  background: url(../img/top/feature_icon_btn.png) no-repeat 0 0/100%;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.btn-t1 a:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btn-t1 a {
    padding: 5px 20px 9px;
    font-size: 17px;
    line-height: 23px;
  }
  .btn-t1 a::after {
    width: 18px;
    height: 18px;
    right: 10px;
  }
}
#main {
  overflow: hidden;
}

#reason {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
#reason::before {
  content: "";
  background: url(../img/top/reason_bg1.jpg) repeat 0 0/80%;
  width: calc(50% + 540px);
  height: 600px;
  left: 0;
  top: -2px;
  position: absolute;
  z-index: -1;
}
#reason .row {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#reason .row::after {
  content: "";
  background: url(../img/top/reason_deco3.png) no-repeat 0 0/100%;
  width: 145px;
  height: 145px;
  right: -45px;
  bottom: -65px;
  position: absolute;
}
#reason .row .col-left {
  width: 425px;
  position: relative;
}
#reason .row .col-left::before {
  content: "";
  background: url(../img/top/reason_decotop.png) no-repeat 0 0/100%;
  width: 166px;
  height: 166px;
  left: -175px;
  top: -175px;
  position: absolute;
}
#reason .row .col-left h2 {
  font-size: 43px;
  line-height: 76px;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 45px;
  text-decoration: underline;
  text-underline-offset: 20px;
  text-decoration-color: #fff;
}
#reason .row .col-left h3 {
  font-size: 22px;
  font-weight: bold;
  color: #19a6d7;
  letter-spacing: 2.2px;
  margin-bottom: 25px;
}
#reason .row .col-right {
  width: 700px;
  margin-right: -140px;
  position: relative;
}
#reason .row .col-right::before {
  content: "";
  background: url(../img/top/reason_deco1.png) no-repeat 0 0/100%;
  width: 220px;
  height: 180px;
  position: absolute;
  right: 115px;
  top: -35px;
}
#reason .row .col-right::after {
  content: "";
  background: url(../img/top/reason_deco2.png) no-repeat 0 0/100%;
  width: 58px;
  height: 55px;
  position: absolute;
  left: -35px;
  bottom: 45px;
}
#reason .row .col-right img {
  height: auto;
}
@media screen and (max-width: 1085px) {
  #reason .row .col-left {
    margin-right: 20px;
  }
  #reason .row .col-left h2 {
    font-size: 32px;
    line-height: 60px;
    text-underline-offset: 12px;
  }
  #reason .row .col-left h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  #reason {
    padding: 70px 0;
  }
  #reason::before {
    height: 100%;
    width: 94%;
    border-radius: 0 0 40px 0;
  }
  #reason::after {
    content: "";
    background: url(../img/top/reason_decotop.png) no-repeat 0 0/100%;
    width: 166px;
    height: 166px;
    left: -25px;
    top: -25px;
    position: absolute;
    z-index: -1;
  }
  #reason .row {
    flex-wrap: wrap;
  }
  #reason .row::after {
    right: 0;
    bottom: 100px;
  }
  #reason .row .col-left {
    order: 2;
    width: 100%;
    padding-left: 50px;
    margin-right: 0;
  }
  #reason .row .col-left::before {
    display: none;
  }
  #reason .row .col-right {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
    right: -75px;
    margin-left: -5%;
  }
  #reason .row .col-right::after {
    bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  #reason::after {
    left: -40px;
    top: -60px;
  }
  #reason::before {
    background: url(../img/top/reason_bg1.jpg) repeat 0 0/250%;
  }
  #reason .row::after {
    width: 70px;
    height: 70px;
    right: -20px;
    bottom: 160px;
  }
  #reason .row .col-left {
    padding-left: 0;
  }
  #reason .row .col-left h2 {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
  #reason .row .col-left h3{
    font-size: 18px;
  }
  #reason .row .col-right {
    width: 110%;
    right: -10%;
    margin-left: -10%;
    margin-bottom: 25px;
  }
  #reason .row .col-right::before {
    width: 136px;
    height: 105px;
    top: auto;
    bottom: -25px;
    right: 40px;
  }
  #reason .row .col-right::after {
    width: 25px;
    width: 25px;
    bottom: 75px;
    left: -15px;
  }
}

#feature {
  padding: 0 0 50px;
}
#feature .row {
  z-index: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
#feature .row::before {
  content: "";
  position: absolute;
}
#feature .row::after {
  content: "";
  position: absolute;
}
#feature .row .col-img {
  margin-left: -30px;
  width: 585px;
}
#feature .row .col-img img {
  height: auto;
}
#feature .row .col-content {
  width: 480px;
  height: -moz-max-content;
  height: max-content;
  border-radius: 40px;
  background: #fafae7;
  padding: 65px 70px 90px;
  position: relative;
  margin-top: 60px;
}
#feature .row .col-content .number {
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  position: absolute;
}
#feature .row .col-content .number img {
  height: auto;
}
#feature .row .col-content h3 {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  color: #19a6d7;
  font-weight: 500;
  margin-bottom: 20px;
}
#feature .row .col-content .btn-t1 a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 185px;
}
#feature .row-1::before {
  background: url(../img/top/feature_deco_row1.png) no-repeat 0 0/100%;
  width: 230px;
  height: 250px;
  left: -175px;
  top: -115px;
}
#feature .row-1::after {
  background: url(../img/top/feature_deco2.png) no-repeat 0 0/100%;
  width: 201px;
  height: 201px;
  left: 52%;
  transform: translateX(-50%);
  top: 20px;
  z-index: -1;
}
#feature .row-1 .col-img::after {
  content: "";
  background: #19a6d7;
  width: 36px;
  height: 36px;
  left: -45px;
  top: 150px;
  position: absolute;
  border-radius: 50%;
}
#feature .row-1 .col-content::after {
  content: "";
  background-color: #fce04f;
  width: 36px;
  height: 36px;
  right: -80px;
  top: -100px;
  position: absolute;
  border-radius: 50%;
}
#feature .row-2 {
  margin-bottom: 55px;
}
#feature .row-2::before {
  background: url(../img/top/feature_deco4.png) no-repeat 0 0/100%;
  width: 138px;
  height: 138px;
  left: -65px;
  bottom: 20px;
}
#feature .row-2::after {
  background: url(../img/top/feature_deco3.png) no-repeat 0 0/100%;
  width: 60px;
  height: 59px;
  left: 55%;
  bottom: -80px;
  transform: translateX(-50%);
}
#feature .row-2 .col-img {
  order: 2;
  margin-left: 0;
  margin-right: -45px;
}
#feature .row-2 .col-img::after {
  content: "";
  background: url(../img/top/feature_deco_row2.png) no-repeat 0 0/100%;
  width: 175px;
  height: 230px;
  right: -50px;
  bottom: -60px;
  position: absolute;
}
#feature .row-2 .col-img::before {
  content: "";
  background: url(../img/top/feature_deco3.png) no-repeat 0 0/100%;
  width: 60px;
  height: 59px;
  right: -10px;
  top: -30px;
  position: absolute;
}
#feature .row-2 .col-content {
  order: 1;
}
#feature .row-3::before {
  background: url(../img/top/feature_deco5.png) no-repeat 0 0/100%;
  width: 210px;
  height: 210px;
  right: -100px;
  bottom: -15px;
}
#feature .row-3 .col-img {
  position: relative;
}
#feature .row-3 .col-img::before {
  content: "";
  background: url(../img/top/feature_deco_row3.png) no-repeat 0 0/100%;
  width: 210px;
  height: 157px;
  left: -20px;
  bottom: -10px;
  position: absolute;
}
#feature .row-3 .col-img::after {
  content: "";
  background: url(../img/top/feature_deco3.png) no-repeat 0 0/100%;
  width: 60px;
  height: 59px;
  left: 45%;
  transform: translateX(-50%);
  bottom: -50px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  #feature .row {
    max-width: 950px;
    margin: 0 auto 60px;
  }
  #feature .row .col-img {
    width: 450px;
  }
  #feature .row-1::before {
    width: 185px;
    height: 200px;
    left: -140px;
    top: -100px;
  }
}
@media screen and (max-width: 991px) {
  #feature {
    padding: 100px 0 50px;
  }
  #feature .row {
    max-width: 700px;
  }
  #feature .row .col-content {
    padding: 50px 25px 60px;
    width: 345px;
    margin-top: 50px;
  }
  #feature .row .col-content h3 {
    font-size: 25px;
    line-height: 36px;
  }
  #feature .row .col-content .number {
    width: 100px;
    top: -40px;
  }
  #feature .row .col-img {
    width: 350px;
    height: -moz-max-content;
    height: max-content;
  }
  #feature .row-1::before {
    width: 100px;
    height: 140px;
    left: -65px;
    top: -50px;
  }
  #feature .row-2::after {
    bottom: 0;
    left: 60%;
  }
  #feature .row-2 .col-img::after {
    width: 100px;
    bottom: 0;
    right: -20px;
  }
  #feature .row-3 .col-img::before {
    width: 140px;
    height: 100px;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #feature {
    padding: 40px 0 50px;
  }
  #feature .row {
    display: block;
  }
  #feature .row .col-img {
    width: 100%;
    margin-left: 0;
  }
  #feature .row .col-content {
    width: 100%;
    padding: 50px 25px 50px;
    margin-top: 40px;
  }
  #feature .row .col-content .number {
    width: 85px;
    top: -35px;
  }
  #feature .row .col-content h3 {
    font-size: 22px;
    line-height: 29px;
  }
  #feature .row .col-content .btn-t1 a {
    width: 140px;
    bottom: -15px;
  }
  #feature .row-1::before {
    width: 75px;
    height: 140px;
    left: -25px;
    top: -15px;
    z-index: 9;
  }
  #feature .row-1::after {
    background: url(../img/top/feature_deco2_sp.png) no-repeat 0 0/100%;
    left: 65%;
    width: 130px;
    height: 130px;
  }
  #feature .row-1 .col-img {
    position: relative;
  }
  #feature .row-1 .col-img::after {
    width: 14px;
    height: 14px;
    left: 28%;
    top: -5px;
  }
  #feature .row-1 .col-img::before {
    content: "";
    background: #fce04f;
    width: 14px;
    height: 14px;
    left: 10%;
    bottom: 14%;
    position: absolute;
    border-radius: 50px;
  }
  #feature .row-2::before {
    bottom: auto;
    top: 20px;
    left: 0;
    width: 70px;
    height: 70px;
  }
  #feature .row-2::after {
    display: none;
  }
  #feature .row-2 .col-img {
    position: relative;
  }
  #feature .row-2 .col-img::after {
    height: 130px;
    right: 0;
    bottom: -20px;
  }
  #feature .row-2 .col-img::before {
    width: 30px;
    height: 30px;
    top: -15px;
    right: 30px;
  }
  #feature .row-3::before {
    background: url(../img/top/feature_deco2_sp.png) no-repeat 0 0/100%;
    width: 130px;
    height: 130px;
    bottom: 0;
    top: 20px;
    right: -75px;
  }
  #feature .row-3 .col-img::after {
    width: 25px;
    height: 25px;
    right: 15%;
    left: auto;
    bottom: 0;
    top: 15px;
  }
}

#your-choice {
  padding: 110px 0 0;
  background: url(../img/top/your_deco2.png) no-repeat left -40px top 80px/210px;
  position: relative;
  z-index: 1;
}
#your-choice h2 {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 43px;
  line-height: 76px;
  font-weight: 500;
  margin: 0 auto 55px;
  position: relative;
  letter-spacing: 4px;
}
#your-choice h2::before {
  content: "";
  background: url(../img/top/your_deco1.png) no-repeat 0 0/100%;
  width: 85px;
  height: 70px;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
  position: absolute;
}
#your-choice h2::after{
  content: '';
  background: #19a6d7;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  right: -180px;
  top: -100px;
  position: absolute;
}
#your-choice h2 span {
  padding: 0 60px;
  display: block;
  position: relative;
}
#your-choice h2 span::before {
  content: "";
  height: 75px;
  width: 1px;
  left: 0;
  top: -2px;
  border-left: 4px dotted #19a6d7;
  rotate: -35deg;
  position: absolute;
}
#your-choice h2 span::after {
  content: "";
  height: 75px;
  width: 1px;
  right: 0;
  top: -2px;
  border-left: 4px dotted #19a6d7;
  rotate: 35deg;
  position: absolute;
}
#your-choice .row {
  display: flex;
  flex-wrap: wrap;
}
#your-choice .row .item {
  width: 25%;
  display: block;
  position: relative;
  font-weight: bold;
}
#your-choice .row .item .photo-bg img {
  height: auto;
}
#your-choice .row .item .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
  max-width: 300px;
}
#your-choice .row .item .content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}
#your-choice .row .item .content .list {
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px;
  font-size: 18px;
  line-height: 26px;
  min-height: 120px;
  box-sizing: border-box;
}
#your-choice .row .item .content .list ul li {
  padding-left: 15px;
  position: relative;
}
#your-choice .row .item .content .list ul li::before {
  content: "";
  background: #19a6d7;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  left: 0;
  top: 10px;
  position: absolute;
}
#your-choice .row .item .content .list ul li:first-child {
  margin-bottom: 10px;
}
#your-choice .row .item .more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(252, 224, 79, 0.8);
  z-index: 9;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#your-choice .row .item .more span {
  display: flex;
  width: 80%;
  height: 80%;
  background: rgba(252, 230, 116, 0.95);
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: relative;
}
#your-choice .row .item .more span::after {
  content: "";
  background: url(../img/top/feature_icon_btn.png) no-repeat 0 0/100%;
  width: 24px;
  height: 24px;
  right: 15px;
  bottom: 15px;
  position: absolute;
}
#your-choice .row .item:hover .more {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #your-choice .row .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #your-choice {
    background: #fff;
    padding: 30px 0 0;
  }
  #your-choice h2 {
    font-size: 28px;
    line-height: 42px;
    margin: 0 auto 40px;
  }
  #your-choice h2::before {
    width: 55px;
    height: 45px;
    top: -50px;
  }
  #your-choice h2 span {
    padding: 0 30px;
  }
  #your-choice h2 span::before {
    rotate: -20deg;
    top: 10px;
  }
  #your-choice h2 span::after {
    rotate: 20deg;
    top: 10px;
  }
  #your-choice .row .item .content {
    width: 85%;
  }
  #your-choice .row .item .content h3 {
    font-size: 16px;
    margin-bottom: 5px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
  }
  #your-choice .row .item .content h3::after {
    content: "";
    background: url(../img/top/feature_icon_btn.png) no-repeat 0 0/100%;
    width: 14px;
    height: 14px;
    right: -20px;
    top: 9px;
    position: absolute;
  }
  #your-choice .row .item .content .list {
    font-size: 13px;
    line-height: 16px;
    padding: 10px;
    border-radius: 10px;
    min-height: 75px;
  }
  #your-choice .row .item .content .list ul li::before {
    width: 5px;
    height: 5px;
    top: 5px;
  }
  #your-choice .row .item .content .list ul li:first-child {
    margin-bottom: 5px;
  }
  #your-choice .row .item .more {
    display: none;
  }
}

#service {
  padding: 80px 0 145px;
  position: relative;
  z-index: 0;
  background: url(../img/top/feature_deco5.png) no-repeat right 55px bottom -80px/200px,url(../img/top/history_deco2.png) no-repeat right 55px bottom 130px / 60px , #fafae7;
}
#service::before {
  content: "";
  background: url(../img/top/service_deco2.png) no-repeat 0 0/100%;
  width: 156px;
  height: 156px;
  position: absolute;
  left: calc(50% + 420px);
  top: -80px;
  z-index: -1;
}
#service::after {
  content: "";
  background: url(../img/top/service_deco1.png) no-repeat 0 0/100%;
  width: 208px;
  height: 208px;
  bottom: 105px;
  right: calc(50% + 535px);
  position: absolute;
}
#service .row {
  display: flex;
  justify-content: space-between;
}
#service .row .col-left {
  position: relative;
  width: 600px;
  margin-left: -140px;
  z-index: 0;
}
#service .row .col-left::before {
  content: "";
  background: url(../img/top/service_deco1.png) no-repeat 0 0/100%;
  width: 208px;
  height: 208px;
  top: 10px;
  right: -80px;
  position: absolute;
  z-index: -1;
}
#service .row .col-left .photo img {
  height: auto;
}
#service .row .col-left .desc {
  display: flex;
  position: absolute;
  left: 145px;
  top: 90px;
}
#service .row .col-left .desc span {
  display: block;
  writing-mode: vertical-rl;
}
#service .row .col-left .desc span:first-child {
  font-size: 30px;
  margin-top: 30px;
}
#service .row .col-left .desc span:last-child {
  font-size: 21px;
  font-weight: bold;
  color: #19a6d7;
}
#service .row .col-right {
  width: 520px;
  margin-top: 75px;
  position: relative;
}
#service .row .col-right::after {
  content: "";
  background: #fce04f;
  width: 36px;
  height: 36px;
  right: 170px;
  top: -70px;
  position: absolute;
  border-radius: 50px;
}
#service .row .col-right h2 {
  font-size: 43px;
  font-weight: 500;
  line-height: 76px;
  text-decoration: underline;
  text-underline-offset: 20px;
  text-decoration-color: #19a6d7;
  margin-bottom: 40px;
  letter-spacing: 4px;
}
#service .row .col-right .txt {
  margin-bottom: 45px;
}
#service .row .col-right .btn-t1 a {
  width: 260px;
}
@media screen and (max-width: 1100px) {
  #service .row .col-left {
    margin-right: 30px;
  }
  #service .row .col-left .desc {
    left: 125px;
    top: 40px;
  }
  #service .row .col-right h2 {
    font-size: 28px;
    line-height: 55px;
    text-underline-offset: 10px;
    margin-bottom: 20px;
  }
  #service .row .col-right .txt {
    letter-spacing: 0.3px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #service {
    padding: 25px 0 55px;
    background: url(../img/top/feature_deco5.png) no-repeat right -70px bottom -80px/170px, #fafae7;
  }
  #service .row {
    display: block;
  }
  #service .row .col-left {
    width: 108%;
    margin-left: -30px;
    margin-right: 0;
  }
  #service .row .col-left::before {
    background: url(../img/top/service_deco1_sp.png) no-repeat 0 0/100%;
    width: 113px;
    height: 150px;
    right: -30px;
    top: -20px;
  }
  #service .row .col-left .desc {
    left: 40px;
  }
  #service .row .col-left .desc span:first-child {
    font-size: 26px;
    margin-top: 10px;
  }
  #service .row .col-left .desc span:last-child {
    font-size: 18px;
  }
  #service .row .col-right {
    width: 100%;
    margin-top: 20px;
  }
  #service .row .col-right::after {
    width: 36px;
    height: 36px;
    top: auto;
    bottom: 100px;
    right: auto;
    left: 50px;
    z-index: -1;
  }
  #service .row .col-right h2 {
    position: relative;
    text-decoration-thickness: 4px;
  }
  #service .row .col-right h2::after {
    content: "";
    background: url(../img/top/feature_deco3.png) no-repeat 0 0/100%;
    width: 46px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 0;
  }
  #service .row .col-right h2::before {
    content: "";
    background: url(../img/top/service_circle_white.png) no-repeat 0 0/100%;
    width: 126px;
    height: 126px;
    bottom: -60px;
    left: -75px;
    position: absolute;
    z-index: -1;
  }
  #service .row .col-right .btn-t1 a {
    width: 100%;
    padding: 8px 20px 15px;
    font-size: 24px;
  }
}

#contact {
  padding: 50px 0 65px;
  background: url(../img/top/contact_bg.png) no-repeat center center/cover;
  position: relative;
}
/* #contact::before{
  content: '';
  background: url(../img/top/feature_deco5.png) no-repeat 0 0 / 100%;
  width: 210px;
  height: 210px;
  right: -100px;
  bottom: -15px;
  position: absolute;
} */
#contact h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  margin-bottom: 125px;
  color: #fff;
  width: max-content;
  position: relative;
  margin: 0 auto 30px;
}
#contact h2::before{
  content: "";
  background: url(../img/top/contact_deco1.png) no-repeat 0 0/100%;
  width: 97px;
  height: 130px;
  left: -125px;
  top: 0;
  position: absolute;
}
#contact h2::after{
  content: "";
  background: url(../img/top/contact_deco2.png) no-repeat 0 0/100%;
  width: 137px;
  height: 100px;
  top: 20px;
  right: -170px;
  position: absolute;
}
#contact ul {
  max-width: 855px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#contact ul li {
  width: 48%;
}
#contact ul li img {
  height: auto;
}
#contact ul .btn-phone {
  position: relative;
}
#contact ul .btn-phone::before {
  
}
#contact ul .btn-web {
  position: relative;
}
#contact ul .btn-web::before {
  
}
@media screen and (max-width: 850px) {
  #contact h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #contact .container {
    position: relative;
  }
  #contact h2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  #contact h2::before {
    width: 70px;
    height: 95px;
    left: -70px;
  } 
  #contact h2::after {
    width: 70px;
    height: 55px;
    top: 55px;
    right: -70px;
  }
  #contact ul {
    display: block;
  }
  #contact ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #contact ul .btn-phone {
    position: static;
  }
  #contact ul .btn-phone::before {
    width: 65px;
    height: 85px;
    left: 30px;
    top: 0;
  }
  #contact ul .btn-web {
    position: static;
  }
  #contact ul .btn-web::before {
    background: url(../img/top/contact_deco2_sp.png) no-repeat 0 0/100%;
    width: 56px;
    height: 99px;
    top: 0;
    right: 30px;
  }
}

#history {
  padding: 100px 0;
  background: url(../img/top/history_deco1.png) no-repeat top -100px right 100px/165px;
}
#history .row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
#history .row::before {
  content: "";
  background: url(../img/top/history_deco1.png) no-repeat 0 0/100%;
  width: 208px;
  height: 208px;
  left: -100px;
  top: -50px;
  position: absolute;
  z-index: -1;
}
#history .row .col-left {
  width: 455px;
  position: relative;
  z-index: 0;
}
#history .row .col-left::before {
  content: "";
  background: url(../img/top/history_deco3.png) no-repeat 0 0/100%;
  width: 156px;
  height: 156px;
  right: -115px;
  bottom: -15px;
  position: absolute;
  z-index: -1;
}
#history .row .col-left::after {
  content: "";
  background: #fce04f;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  left: -95px;
  bottom: -40px;
  position: absolute;
}
#history .row .col-left h2 {
  font-size: 43px;
  font-weight: 500;
  line-height: 76px;
  text-decoration: underline;
  text-underline-offset: 20px;
  text-decoration-color: #19a6d7;
  margin-bottom: 40px;
  letter-spacing: 4px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
#history .row .col-left h2::after {
  content: "";
  background: #19a6d7;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  right: 20px;
  top: -65px;
  position: absolute;
}
#history .row .col-left h2::before {
  content: "";
  background: url(../img/top/history_deco2.png) no-repeat 0 0/100%;
  width: 60px;
  height: 60px;
  right: -210px;
  top: 40px;
  position: absolute;
}
#history .row .col-left .txt {
  margin-bottom: 25px;
}
#history .row .col-left .btn-t1 a {
  width: 260px;
}
#history .row .col-right {
  width: 600px;
  height: -moz-max-content;
  height: max-content;
  margin-right: -50px;
  position: relative;
  z-index: 1;
}
#history .row .col-right::after {
  content: "";
  background: #19a6d7;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  left: 49%;
  transform: translateX(-50%);
  bottom: 100px;
  position: absolute;
}
#history .row .col-right img {
  height: auto;
}
@media screen and (max-width: 1200px){
  #history .row .col-right{
    margin-right: -20px;
  }
}
@media screen and (max-width: 1100px) {
  #history .row .col-left {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #history {
    padding: 40px 0;
    background: none;
  }
  #history .row {
    display: block;
  }
  #history .row::before {
    background: url(../img/top/history_deco1_sp.png) no-repeat 0 0/100%;
    width: 115px;
    height: 150px;
    left: auto;
    right: -30px;
    top: 30px;
  }
  #history .row .col-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #history .row .col-left::before {
    background: url(../img/top/history_deco3_sp.png) no-repeat 0 0/100%;
    width: 115px;
    height: 150px;
    left: -30px;
    right: auto;
    bottom: 55px;
  }
  #history .row .col-left h2 {
    font-size: 28px;
    line-height: 56px;
    text-underline-offset: 10px;
    margin-bottom: 20px;
  }
  #history .row .col-left h2::after {
    display: none;
  }
  #history .row .col-left h2::before {
    right: -100px;
    width: 20px;
    height: 25px;
    top: 25px;
  }
  #history .row .col-left .txt {
    margin-bottom: 30px;
  }
  #history .row .col-left .btn-t1 a {
    width: 100%;
  }
  #history .row .col-right {
    width: 100%;
  }
  #history .row .col-right::after {
    width: 19px;
    height: 19px;
    bottom: 55px;
  }
  #history .row .col-right::before {
    content: "";
    background: #fce04f;
    width: 36px;
    height: 36px;
    left: 17%;
    top: 18%;
    border-radius: 50px;
    position: absolute;
  }
}
#news{
  max-width: 1080px;
  margin: 0 auto;
  background: #FAFAE7;
  padding: 30px 50px 40px;
  box-sizing: border-box;
  border-radius: 20px;
}
#news .news_container{
  margin-top: 55px;
}
#news h2{
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
#news .desc{
  font-size: 20px;
  font-weight: 600;
  color:#19A6D7 ;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#news .btn-news a{
  display: block;
  width: max-content;
  padding: 2px 40px 2px 10px;
  background: #FCE04F;
  border-radius: 50px;
  font-size: 18px;
  position: relative;
  font-weight: 500;
}
#news .btn-news a::after{
  content: "";
  background: url(../img/top/feature_icon_btn.png) no-repeat 0 0 / 100%;
  width: 18px;
  height: 18px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#news .btn-news a:hover{
  opacity: 0.7;
  cursor: pointer;
}
#news .post-box__header{
  display: none;
}
#news .post-box dl dt .new-label{
  display: none;
}
#news .post-box__content dl{
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-family: "Noto Sans JP", sans-serif;
}
#news .post-box__content dl + dl{
  border-top: 1px dotted #707070;

}
#news .post-box__content dl dt{
  font-size: 14px;
  font-weight: 500;
  color: #8E8E8E;
  margin-bottom: 0;
  margin-right: 40px;
}
@media screen and (max-width:1180px) {
  #news{
    width: 90%;
    padding: 30px 30px 40px;
  }
  #news h2{
    font-size: 32px;
  }
}
@media screen and (max-width:991px){

}
@media screen and (max-width:767px) {
  #news{
    padding: 20px 25px 20px;
  }
  #news h2{
    font-size: 27px;
    margin-bottom: 10px;
  }
  #news .desc{
    font-size: 13px;
    margin-bottom: 0;
  }
  #news .news_container {
    margin-top: 15px;
    margin-bottom: -20px;
  }
  #news .btn-news a{
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
    padding: 5px 40px 5px 10px;
  }
  #news .post-box__content dl{
    display: block;
  }
}
#about {
  position: relative;
  z-index: 0;
  padding: 50px 0 65px;
}
#about::before {
  content: "";
  background: url(../img/top/reason_bg1.jpg) repeat 0 0/70%;
  width: 100%;
  height: 700px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
#about .txt_color {
  color: #19a6d7;
}
#about #gmap {
  margin-bottom: 25px;
}
#about .blk {
  display: flex;
  justify-content: space-between;
}
#about .blk .aboutL {
  width: 510px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}
#about .blk .aboutR {
  width: 510px;
}
#about .blk table {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#about .blk table thead {
  background: #19a6d7;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
#about .blk table thead th {
  width: 150px;
  font-weight: 500;
}
#about .blk table thead th {
  padding: 10px 12px;
}
#about .blk table tbody tr {
  border-top: 1px solid #fce04f;
}
#about .blk table tbody tr th {
  padding: 5px 10px;
}
#about .blk .txt {
  padding: 20px 0;
}
#about .blk dl {
  padding: 7px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 27px;
}
#about .blk dl dt {
  width: 110px;
  background: #fff;
  color: #19a6d7;
  text-align: center;
  border-radius: 50px;
  height: -moz-max-content;
  height: max-content;
}
#about .blk dl dd {
  width: calc(100% - 125px);
}
#about .blk dl dd h1{
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  #about .blk .aboutL {
    width: 49%;
  }
  #about .blk .aboutR {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #about {
    padding: 50px 0 35px;
  }
  #about::before {
    height: 85%;
  }
  #about .blk {
    display: block;
  }
  #about .blk .aboutL {
    width: 100%;
  }
  #about .blk .aboutR {
    width: 100%;
    margin-top: 15px;
  }
  #about .blk table thead th {
    font-size: 13px;
    width: 125px;
  }
  #about .blk table thead td {
    font-size: 13px;
  }
  #about .blk table tbody th {
    font-size: 13px;
  }
  #about .blk table tbody td {
    font-size: 13px;
  }
  #about .blk .txt {
    font-size: 14px;
  }
  #about .blk dl dt {
    font-size: 13px;
  }
  #about .blk dl dd {
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */