/* Scss Document */
#point, #flow, #access{
    scroll-margin-top: 92px;
}
@media (max-width: 750px) {
    #point, #flow, #access{
        scroll-margin-top: 46px;
    }
}

.cmn-bread{
    margin-bottom: 30px;
}
@media (max-width: 750px) {
  .seian_top-main_visual {
    margin-bottom: 50px;
  }
}
@media print {
  .seian_top-main_visual {
    margin-bottom: 61px;
  }
}
.seian_top-main_visual--wrap {
  background-image: url("../img/seian/sei_image1@2x.png"), url("../img/seian/sei_image2@2x.png"), url("../img/kotokuji/mv.jpg");
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: center top,center -260px,center;
  background-size: contain,cover,cover;
  width: 100%;
  height: 860px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .seian_top-main_visual--wrap {
    background-image: url("../img/seian/sei_image1@2x_sp.png"), url("../img/seian/sei_image2@2x.png"), url("../img/kotokuji/mv.jpg");
    width: 100%;
    padding-top: 50%;
    background-size: contain,120%,contain;
    background-position: center top, center -30px, center 0;
    height: auto;
  }
}
@media print {
  .seian_top-main_visual--wrap {
    background-image: url("../img/seian/sei_image1@2x_sp.png"), url("../img/seian/sei_image2@2x.png"), url("../img/seian/sei_image3@2x.png");
    width: 100%;
    padding-top: 50%;
    background-size: contain,120%,contain;
    background-position: center top, center -30px, center 58px;
    height: auto;
  }
}
.seian_top-main_visual--inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}
@media (max-width: 750px) {
  .seian_top-main_visual--inner {
    width: 100%;
  }
}
@media print {
  .seian_top-main_visual--inner {
    width: 100%;
  }
}
.seian_top-main_visual--telbox {
  background: #5DAF40;
  color: #fff;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 0 0;
  padding: 10px 0 6px 0;
  display: none;
}
@media (max-width: 750px) {
  .seian_top-main_visual--telbox {
    display: flex;
  }
}
@media print {
  .seian_top-main_visual--telbox {
    display: flex;
  }
}
.seian_top-main_visual--tel_description {
  margin: 0 0 0 0;
  font-size: 12px;
}
.seian_top-main_visual--tel_link {
  display: flex;
  font-size: 26px;
  font-weight: bold;
  align-items: flex-start;
  color: #fff;
  background: url("../img/common/freecall_white.png") no-repeat left top 13px;
  background-size: 22px auto;
  padding: 0 0 0 28px;
}
.seian_top-main_visual--tel_link:visited {
  color: #fff;
}
@media (max-width: 750px) {
  .seian_top-main_visual--sp_content {
    padding: 0 15px;
    position: relative;
  }
}
@media print {
  .seian_top-main_visual--sp_content {
    padding: 0 22px;
    position: relative;
  }
}
.seian_top-main_visual--catch {
  display: block;
  width: 78%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
    font-weight: normal;
    line-height: 1em;
}
.seian_top-main_visual--title {
  margin: 0 0 25px 0;
}
.seian_top-main_visual--title_img {
  width: 78%;
  max-width: 800px;
  height: auto;
  margin: 0 auto 0 auto;
}
.seian_top-main_visual--nav {
  display: flex;
  margin: 0 0 23px 0;
  justify-content: center;
}
@media (max-width: 750px) {
  .seian_top-main_visual--nav {
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
      justify-content: flex-start;
  }
}
@media print {
  .seian_top-main_visual--nav {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
.seian_top-main_visual--nav_link {
  margin: 0 15px 0 0;
  font-size: 14px;
  color: #FFFFFF;
  background: #EA5504;
  padding: 5px 15px;
  border-radius: 100vh;
  /*		transition: 0.15s;*/
}
.seian_top-main_visual--nav_link:hover {
  color: #FFFFFF;
  background: #47C1B6;
}
/*
.seian_top-main_visual--nav_link:visited {
  color: #FFFFFF;
}
*/
.seian_top-main_visual--nav_link:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .seian_top-main_visual--nav_link {
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc(50% - 10px);
      margin: 0 5px 10px 5px;
      text-align: center;
      line-height: 1.4em;
      padding: 5px 0;
      height: 49px;
  }
  .seian_top-main_visual--nav_link:last-child {
    margin-bottom: 0;
  }
}
@media print {
  .seian_top-main_visual--nav_link {
    margin: 0 0 20px 0;
  }
  .seian_top-main_visual--nav_link:last-child {
    margin-bottom: 0;
  }
}
.seian_top-main_visual--nav_accepting {
  font-size: 39px;
  color: #fff;
  font-weight: bold;
  width: 282px;
  height: 59px;
  background: rgba(234, 83, 24, 0.7);
  border-radius: 13px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 260px;
  right: 280px;
}
@media (max-width: 750px) {
  .seian_top-main_visual--nav_accepting {
    position: static;
    font-size: 12px;
    width: 90px;
    height: 18px;
    border-radius: 5px;
    margin: 0 auto 28px auto;
  }
}
@media print {
  .seian_top-main_visual--nav_accepting {
    position: static;
    font-size: 12px;
    width: 90px;
    height: 18px;
    border-radius: 5px;
    margin: 0 auto 28px auto;
  }
}
.seian_top-main_visual--flower {
  position: absolute;
  right: 35px;
  top: -100px;
  width: 50px;
  height: auto;
  display: none;
}
@media (max-width: 750px) {
  .seian_top-main_visual--flower {
    display: block;
      top: -80px;
  }
}
@media print {
  .seian_top-main_visual--flower {
    display: block;
  }
}
.seian_top-features {
  width: 90%;
  max-width: 1200px;
  margin: -80px auto 50px auto;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
}
.features_circle_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.features_circle{
    width: 250px;
    height: 250px;
    font-size: 24px;
    background: #47C1B6;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    margin: 0 1%;
}
@media print {
  .seian_top-features {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
  }
}
.features_image_wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}
.features_image_wrapper p{
    width: calc(33.333% - 4%);
    margin-bottom: 2%;
}
.features_image_wrapper p img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.features_detail_wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: 35px;
}
.features_detail{
    width: calc(33.333% - 4%);
}
.features_detail p:first-of-type{
    font-size: 22px;
    color: #47C1B6;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #47C1B6;
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
    .features_circle{
        width: 210px;
        height: 210px;
        font-size: 22px;
    }
    .features_image_wrapper{
        width: 90%;
        margin: 0 auto;
    }
    .features_detail_wrapper{
        width: 90%;
        margin: 0 auto 35px auto;
    }
}
@media (max-width: 1000px) {
    .features_circle{
        width: 150px;
        height: 150px;
        font-size: 20px;
    }
}
.seian_top-features.is_show .seian_top-features--box {
  /*				opacity: 1;*/
  top: 0;
}
.seian_top-features--flower_right {
  position: absolute;
  top: 140px;
  right: -10%;
  width: 112px;
  height: auto;
}
@media (max-width: 1500px) {
  .seian_top-features--flower_right {
      right: -8%;
  }
}
@media (max-width: 750px) {
  .seian_top-features--flower_right {
    top: -90px;
    right: 5%;
    width: 61px;
    height: auto;
  }
}
@media print {
  .seian_top-features--flower_right {
    top: -120px;
    right: 10px;
    width: 61px;
    height: auto;
  }
}
.seian_top-features--flower_left {
  position: absolute;
  bottom: 0;
  left: -12%;
  width: 159px;
  height: auto;
}
@media (max-width: 1500px) {
  .seian_top-features--flower_left {
      left: -10%;
  }
}
@media (max-width: 750px) {
  .seian_top-features--flower_left {
    display: none;
  }
}
@media print {
  .seian_top-features--flower_left {
    display: none;
  }
}
.seian_top-features--box {
  width: calc(33.3% - 18px);
  /*		opacity: 1;*/
  position: relative;
  top: 10px;
  margin-bottom: 20px;
  /*		transition: 0.3s;*/
}
.seian_top-features--box:nth-of-type(1) {
  /*			transition-delay: 0s;*/
}
.seian_top-features--box:nth-of-type(2) {
  /*			transition-delay: 0.3s;*/
}
.seian_top-features--box:nth-of-type(3) {
  /*			transition-delay: 0.6s;*/
}
@media (max-width: 750px) {
  .seian_top-features--box {
    width: 100%;
    margin-bottom: 49px;
  }
  .seian_top-features--box:nth-of-type(n+3):nth-of-type(-n+5) {
    margin-bottom: 20px;
  }
  .seian_top-features--box:last-child {
    margin-bottom: 0;
  }
}
@media print {
  .seian_top-features--box {
    width: 100%;
    margin-bottom: 49px;
  }
  .seian_top-features--box:last-child {
    margin-bottom: 0;
  }
}
.seian_top-features--topic {
  width: 262px;
  height: 262px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px auto;
  font-size: 21px;
  background: #47C1B6;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 750px) {
  .seian_top-features--topic {
    border-radius: 50px;
    width: 100%;
    height: auto;
    padding: 15px 0;
    font-size: 19px;
  }
}
@media print {
  .seian_top-features--topic {
    border-radius: 50px;
    width: 100%;
    height: auto;
    padding: 15px 0;
    font-size: 19px;
  }
}
.seian_top-features--title {
  font-size: 19px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #47C1B6;
  color: #47C1B6;
  font-weight: bold;
  padding: 0 0 9px 0;
}
@media (max-width: 750px) {
  .seian_top-features--title {
    font-size: 17px;
  }
}
@media print {
  .seian_top-features--title {
    font-size: 17px;
  }
}
.seian_top-features--description {
  margin: 0 0 20px 0;
  font-size: 12px;
}
.seian_top-features--img {
  border-radius: 5px;
}
.about_wrapper{
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 80px auto;
    background: url("../img/kotokuji/bg.jpg")right 0 top 35% / 56% auto no-repeat;
}
.about_img{
    width: 60%;
    margin-bottom: 60px;
    position: relative;
}
.about_img::before{
    content: '※霊園イメージ';
    font-size: 12px;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.about_img img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.about_column{
    display: flex;
}
.about_text{
    width: 60%;
    box-sizing: border-box;
    margin-right: 5%;
}
.about_text h2{
    font-size: 24px;
    color: #47C1B6;
    padding-bottom: 15px;
}
.about_text h3{
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 25px;
}
.about_text p{
    line-height: 1.8em;
    padding-bottom: 30px;
}
.about_column>p{
    width: 40%;
    box-sizing: border-box;
    padding-right: 2%;
}
.about_column>p img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.saikeiji_official{
    display: block;
    background: #5DAF40;
    color: #fff;
    border: solid 1px #AED79F;
    text-align: center;
    width: 320px;
    padding: 14px 0;
    position: relative;
}
.saikeiji_official::before{
    content: '';
    position: absolute;
    bottom: -15px;
    left: -18px;
    width: 38px;
    height: 38px;
    background: url("../img/common/link_icon_finger.png")center/ 38px auto no-repeat;
}
.saikeiji_official::after{
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    background: #AED79F;
    width: 24px;
    height: 1px;
}
@media (max-width: 1270px) {
    .about_text h2{
        font-size: 20px;
    }

}    
.seian_top-catch {
  color: #47C1B6;
  font-size: 22px;
  margin: 0 0 42px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .seian_top-catch {
    font-size: 19px;
  }
}
@media print {
  .seian_top-catch {
    font-size: 19px;
  }
}

.seian_top-point.is_show .m-sub_title:before {
  width: 100%;
}
.seian_top-point.is_show .seian_top-point--item {
  /*				opacity: 1;*/
  top: 0;
}
.seian_top-point--flower_right {
  width: 205px;
  height: auto;
  position: absolute;
  top: 25%;
  right: -10%;
}
@media (max-width: 750px) {
  .seian_top-point--flower_right {
    bottom: -70px;
    right: -10px;
    top: auto;
    width: 112px;
  }
}
@media print {
  .seian_top-point--flower_right {
    bottom: -70px;
    right: -10px;
    top: auto;
    width: 112px;
  }
}

.seian_top-ryokin--box {
  margin: 0 0 80px 0;
}
.seian_top-ryokin--description{
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.6em;
}
.seian_top-about--box:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .seian_top-about--box {
    margin-bottom: 44px;
  }
}
@media print {
  .seian_top-about--box {
    margin-bottom: 44px;
  }
}
.seian_top-about--title {
  font-size: 16px;
  margin: 0 0 10px 0;
}
@media (max-width: 750px) {
  .seian_top-about--title {
    margin-bottom: 13px;
  }
}
@media print {
  .seian_top-about--title {
    margin-bottom: 13px;
  }
}
.seian_top-about--description {
  font-size: 13px;
  margin: 0 0 21px 0;
}

.seian_top-access--content{
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
}
@media (max-width: 750px) {
  .seian_top-access--content {
    width: 100%;
    margin-bottom: 31px;
  }
}
@media print {
  .seian_top-access--content {
    width: 100%;
    margin-bottom: 31px;
  }
}
.seian_top-access--title {
  font-size: 20px;
  margin: 0 0 15px 0;
}
@media (max-width: 750px) {
  .seian_top-access--title {
    margin-bottom: 12px;
  }
}
@media print {
  .seian_top-access--title {
    margin-bottom: 12px;
  }
}
.seian_top-access--address {
  font-size: 18px;
    padding-bottom: 10px;
}
.seian_top-access--list {
  margin: 0 0 17px 0;
    font-size: 18px;
    line-height: 1.8em;
}
.seian_top-access--note {
  font-size: 14px;
  display: block;
  margin: 0 0 30px 0;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.seian_top-access--tel {
  font-size: 14px;
  font-weight: bold;
}
.seian_top-access--map {
  width: 50%;
    height: 350px;
}
.seian_top-access--map iframe{
    border: none;
    width: 100%;
    height: 100%;
}
@media (max-width: 750px) {
  .seian_top-access--map {
    width: 100%;
    height: 240px;
  }
}
@media print {
  .seian_top-access--map {
    width: 100%;
    height: 240px;
  }
}
.seian_top-access--iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.seian_top-bottom_flower {
  width: 151px;
  height: auto;
  position: absolute;
  bottom: 35px;
  left: calc(50% - 75px);
  margin: 0 0 0 -440px;
}
@media (max-width: 750px) {
  .seian_top-bottom_flower {
    left: 0;
    margin-left: 0;
    width: 83px;
    bottom: 0;
  }
}
@media print {
  .seian_top-bottom_flower {
    left: 0;
    margin-left: 0;
    width: 83px;
    bottom: 0;
  }
}

.m-contact_button {
  width: 334px;
  height: 60px;
  font-size: 16px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  background: #47C1B6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.m-contact_button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 5px;
  left: 0;
}
.m-contact_button--image {
  margin: 0 20px 0 0;
  width: 35px;
  height: auto;
}
.m-contact_button:link {
  color: #fff;
}
.m-contact_button:visited {
  color: #fff;
}
.m-contact_button:hover {
  color: #fff;
  opacity: 0.8;
}
.m-contact_button:active {
  color: #fff;
}

.m-sub_title {
  color: #fff;
  padding: 6px 0;
  margin: 0 0 40px 0;
  font-size: 25px;
  text-align: center;
  position: relative;
}
.m-sub_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #47C1B6;
  /*		transition: 0.3s;*/
  z-index: -1;
}
@media (max-width: 750px) {
  .m-sub_title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
      padding:  12px 0;
  }
}
@media print {
  .m-sub_title {
    font-size: 17px;
    margin-bottom: 44px;
    line-height: 1.3;
  }
}
.m-sub_title-short_margin {
  margin-bottom: 22px;
}

.m-content {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 80px auto;
}
@media (max-width: 750px) {
  .m-content {
    width: 100%;
    padding: 0 15px;
  }
}
@media print {
  .m-content {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 750px) {
  .m-content-short_margin {
    margin-bottom: 51px;
  }
}
@media print {
  .m-content-short_margin {
    margin-bottom: 51px;
  }
}
.m-content--inner {
  width: 96%;
    max-width: 840px;    
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .m-content--inner {
    width: 100%;
  }
}
@media print {
  .m-content--inner {
    width: 100%;
  }
}
.m-content--inner-flex {
  display: flex;
  justify-content: space-between;
}
.saikeiji-top-access{
    width: 96%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.saikeiji_top-access--tel{
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    padding-left: 36px;
    background: url("../img/common/freecall.png")left top 10px/30px auto no-repeat;
}
@media (max-width: 750px) {
  .m-content--inner-flex {
    flex-direction: column;
  }
}
@media print {
  .m-content--inner-flex {
    flex-direction: column;
  }
}

.m-button {
  width: 287px;
  height: 53px;
  font-size: 16px;
  color: #836187;
  display: block;
  background: url("../img/seian/seian_top-point--button.png") no-repeat;
  background-size: 287px 53px;
  text-align: center;
  line-height: 45px;
  margin: 0 auto;
}
.m-button:link {
  color: #836187;
}
.m-button:visited {
  color: #836187;
}
.m-button:hover {
  color: #836187;
  opacity: 0.8;
}
.m-button:active {
  color: #836187;
}

.m-pc {
  display: block;
}
@media (max-width: 750px) {
  .m-pc {
    display: none;
  }
}
@media print {
  .m-pc {
    display: none;
  }
}

.m-sp {
  display: none;
}
@media (max-width: 750px) {
  .m-sp {
    display: block;
  }
}
@media print {
  .m-sp {
    display: block;
  }
}

.seian-second_system {
  padding: 17px 0 0 0;
}
.seian-second_system--inner {
  width: 827px;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}
@media (max-width: 750px) {
  .seian-second_system--inner {
    width: auto;
  }
}
@media print {
  .seian-second_system--inner {
    width: auto;
  }
}

/* Delighters */
.uSlide.delighter {
  transition: all .9s ease-out;
  transform: translateY(-5%);
  opacity: 0;
}

.uSlide.delighter.started {
  transform: none;
  opacity: 1;
}

.lSlide.delighter {
  transition: all .9s ease-out;
  transform: translateX(-60%);
  opacity: 0;
}

.lSlide.delighter.started {
  transform: none;
  opacity: 1;
}

.rSlide.delighter {
  transition: all .9s ease-out;
  transform: translateX(60%);
  opacity: 0;
}

.rSlide.delighter.started {
  transform: none;
  opacity: 1;
}

.seian_top-point--list{
    margin-bottom: 90px;
}
.seian_top-point--item {
    width: 100%;
    margin: 35px 10px 0 0;
    position: relative;
    border-radius: 20px;
    padding: 0 0 0 65px;
    font-weight: bold;
    font-size: 14px;
    top: 10px;
}
.seian_top-point--topic {
    color: #EA5504;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 4px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1px;
}
.seian_top-point--number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #EA5504;
    color: #fff;
    font-family: 'Noto Serif', serif;
    font-size: 30px;
    text-align: center;
    line-height: 44px;
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
}
.seian_top-point--item .txtBox {
    padding: 0 0 0 30px;
    font-weight: normal;
    border-left: 4px solid #EA5504;
    font-size: 16px;
    line-height: 1.6em;
}
.seian_top-point--item .txtBox h4 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: bold;
    color: #EA5504;
}
.flowBox{
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    margin-bottom: 90px;
}
.flowBox h4{
    text-align: center;
    font-size: 24px;
    color: #717071;
    margin-bottom: 25px;
}
.flowBox h4:last-of-type{
    margin-bottom: 45px;
}
.example{
    text-align: center;
    font-size: 18px;
    padding-bottom: 50px;
}
.flowBox .flex{
    display: flex;
    flex-wrap: wrap;
}
.flowBox .flex:last-of-type{
    margin-bottom: 40px;
}
.flowBox .flex:first-of-type{
    margin-bottom: 20px;
}
.flowBox .flex li{
    width: calc(25% - 4%);
    margin: 0 4% 30px 0;
    border: solid 1px #EE8382;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 15px 11%;
    position: relative;
    background: url("../img/seian/sei_sys_flowa01.jpg")center bottom/ 82% auto no-repeat;
}
.flowBox .flex li:nth-of-type(2){
    background: url("../img/seian/sei_sys_flowa02.jpg")center bottom/ 82% auto no-repeat;
}
.flowBox .flex li:nth-of-type(3){
    background: url("../img/seian/sei_sys_flowa03.jpg")center bottom/ 82% auto no-repeat;
}
.flowBox .flex li:nth-of-type(4){
    background: url("../img/seian/sei_sys_flowa05.jpg")center bottom/ 82% auto no-repeat;
}
.flowBox .flex li:nth-of-type(5){
    background: url("../img/seian/sei_sys_flowa04.jpg")center bottom/ 82% auto no-repeat;
}
.flowBox .flex li:nth-of-type(6){
    background: none;
}
.flowBox .flex li:nth-of-type(7){
    background: url("../img/seian/sei_sys_flowa07.jpg")center bottom/ 82% auto no-repeat;
}
.flowBox .flex:last-of-type li:first-of-type{
    background: none;
}
.flowBox .flex:last-of-type li:nth-of-type(2){
    background: url("../img/seian/sei_sys_flowb02.jpg")center bottom/ 82% auto no-repeat;
}
.flowBox .flex:last-of-type li:nth-of-type(3){
    background: url("../img/seian/sei_sys_flowb03.jpg")center bottom/ 82% auto no-repeat;
}
.flowBox .flex:last-of-type li:nth-of-type(4){
    background: url("../img/seian/sei_sys_flowb04.jpg")center bottom/ 82% auto no-repeat;
}
.flowBox .flex:last-of-type li{
    border: solid 1px #257FB7;
    margin-bottom: 0;
}
.flowBox .flex li dl dt{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #EE8382;
    padding: 15px 0;
    position: relative;
}
.flowBox .flex:last-of-type li dl dt{
    color: #257FB7;
}
.flowBox .flex li dl dd{
    font-size: 14px;
}
.flowBox .flex li dl dd img{
    display: block;
    margin: 0 auto;
    width: 90%;
}
.flowBox .sys_number {
    position: absolute;
    left: -10px;
    top: -15px;
    margin: auto;
    width: 30px;
    height: 30px;
    background: #EE8382;
    transform: rotate(45deg);
}
.flowBox .sys_number span {
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 8px;
    color: #fff;
    transform: rotate(-45deg);
    font-size: 20pt;
    font-family: 'Noto Serif', serif;
}
.flowBox .sys_number.blue {
    background: #257FB7;
}
.flowBox .flex li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #b4b4b5;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -13%;
}
.flowBox .flex li:last-of-type::after{
    display: none;
}
.flow_img{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media (max-width: 1200px) {
    .flowBox .flex li{
        width: calc(33.333% - 4%);
        margin: 0 4% 30px 0;
        background-size: 60% auto!important;
    }
    .flowBox .flex li::after{
        right: -10%;
    }
    .flowBox .flex:last-of-type li{
        margin-bottom: 30px;
    }
}
.support_plan{
    text-align: center;
}
.support_plan h4{
    font-size: 20px;
    color: #257FB7;
    margin-bottom: 15px!important;
}
.support_plan p{
    margin-bottom: 25px;
    line-height: 1.6em;
}
.support_plan a{
    font-weight: bold;
    border: solid 1px #333;
    padding: 10px 0;
    width: 220px;
    display: inline-block;
    transition: .35s;
}
.support_plan a:hover{
    background-color: #f6f6f6;
}
.cmn-wrap{
    margin-bottom: 80px;
}


@media (max-width: 750px) {
    .seian_top-main_visual--catch {
        width: 100%;
        font-size: 17px;
        text-align: center;
        padding-bottom: 10px;
    }
    .seian_top-main_visual--title_img {
        width: 100%;
        max-width: 400px;
    }
    .seian_top-main_visual--title {
        margin: 0 0 30px 0;
    }
    .seian_top-features {
        width: 100%;
        padding: 0 20px;
        max-width: 600px;
        margin: 0 auto 30px auto;
        align-items: flex-start;
        position: relative;
        flex-wrap: wrap;
    }
    .features_circle_wrapper{
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .features_circle{
        width: 155px;
        height: 155px;
        margin: 0 5px 10px;
        font-size: 18px;
    }
    .features_detail_wrapper{
        width: 100%;
        display: block;
        margin-bottom: 25px;
    }
    .features_detail{
        width: 100%;
        margin-bottom: 14px;
    }
    .features_detail:last-of-type{
        margin-bottom: 0;
    }
    .features_detail p:first-of-type{
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .features_image_wrapper{
        width: 100%;
        display: block;
    }
    .features_image_wrapper p{
        width: 100%;
        margin-bottom: 10px;
    }
    .about_wrapper{
        width: 100%;
        padding: 0 20px;
        margin: 0 auto 40px auto;
        background: url(../img/saikeiji/saikeiji_bg.jpg)right 0 bottom 10% / 100% auto no-repeat;
    }
    .about_column{
        display: block;
    }
    .about_text{
        width: 100%;
        margin-bottom: 35px;
    }
    .about_text h2{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .about_text h3{
        font-size: 18px;
        padding-bottom: 15px;
    }
    .about_text p{
        padding-bottom: 15px;
    }
    .about_img{
        width: 100%;
        margin-bottom: 35px;
    }
    .about_img::before{
        right: 0;
        left: auto;
    }
    .about_column>p img{
        border-radius: 0 5px 5px 0;
    }
    .about_column>p{
        width: 75%;
        margin-left: -20px;
    }
    .saikeiji_official::before {
        content: '';
        position: absolute;
        bottom: -12px;
        left: -15px;
        width: 34px;
        height: 34px;
        background: url(../img/common/link_icon_finger.png)center/ 34px auto no-repeat;
    }
    .seian_top-point--item{
        padding: 0 0 0 55px;
        margin: 0;
    }
    .seian_top-point--item .txtBox{
        padding: 0 0 0 14px;
        margin-bottom: 20px;
    }
    .seian_top-point--item .txtBox h4{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .seian_top-point--topic{
        left: 0;
        top: 0;
    }
    .seian_top-point--number {
        width: 40px;
        height: 40px;
        left: 2px;
        top: 16px;
        line-height: 40px;
    }
    .seian_top-point--list{
        margin-bottom: 50px;
    }
    .flowBox h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .example {
        font-size: 16px;
        padding-bottom: 30px;
    }
    .flowBox .flex{
        display: block;
    }
    .flowBox .flex li{
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 15px 100px;
        background-size: auto 100px!important;
        background-position: bottom center;
    }
    .flowBox .flex li:nth-of-type(6) {
        padding-bottom: 15px;
    }
    .flowBox .flex:last-of-type li:first-of-type {
        padding-bottom: 15px;
    }
    .flowBox .flex li dl dt{
        padding: 15px 0 10px;
    }
    .flowBox h4:last-of-type{
        margin-bottom: 25px;
    }
    .flowBox .flex li::after{
        right: auto;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        bottom: -28px;
        top: auto;
    }
    .flowBox .flex:last-of-type {
        margin-bottom: 25px;
    }
    .flowBox h4{
        font-size: 18px;
        margin-bottom: 10px!important;
    }
    .support_plan p {
        margin-bottom: 15px;
        text-align: left;
    }
    .flowBox {
        margin-bottom: 50px;
    }
    .seian_top-ryokin--description{
        text-align: left;
        padding-bottom: 20px;
    }
    .seian_top-ryokin--description br{
        display: none;
    }
    .seian_top-ryokin--box {
        margin: 0 0 50px 0;
    }
    .seian_top-access--address {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .seian_top-access--list {
        margin: 0 0 10px 0;
        font-size: 16px;
        line-height: 1.6em;
    }
    .seian_top-access--note{
        margin-bottom: 15px;
    }
    .cmn-wrap {
        margin-bottom: 40px;
    }

    
    
    
    
    
    
    
    
    
    




}
/*# sourceMappingURL=sei_top.css.map */
