@charset "UTF-8";
/* color */
/* top */
/* -------------------------- */
/* h2,h3  font */
/* -------------------------- */
.title {
  font-size: 3.5rem;
}
@media screen and (min-width: 896px) {
  .title {
    font-size: 5rem;
    margin-bottom: -1rem;
  }
}

b {
  color: #172e8b;
  font-weight: bold;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 896px) {
  h2 {
    font-size: 3rem;
  }
}
h2 span {
  display: block;
  margin: 2rem auto;
  width: 3rem;
  height: 1px;
  background-color: #222;
}

h3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 896px) {
  h3 {
    font-size: 2rem;
  }
}

/* -------------------------- */
/* concept  */
/* -------------------------- */
#concept {
  margin-top: -0.5rem;
}
@media screen and (min-width: 896px) {
  #concept {
    margin-top: unset;
  }
}
#concept .concept {
  background-image: url("https://support-shonan.jp/wp-content/themes/kizuna/images/top/mv_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 896px) {
  #concept .concept {
    background-image: url("https://support-shonan.jp/wp-content/themes/kizuna/images/top/mv_pc.jpg");
    background-position: top;
  }
}
#concept .concept-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 945px;
  font-family: "Shippori Mincho B1", serif;
  padding: 30px;
}
@media screen and (min-width: 896px) {
  #concept .concept-box {
    padding: 2rem 0.5rem;
  }
}
@media screen and (min-width: 896px) {
  #concept .concept-box {
    background-color: rgba(255, 255, 255, 0.5);
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
  }
}
#concept .concept-box_inner {
  background: #fff;
  width: 100%;
  padding: 35px 35px 35px;
}
@media screen and (min-width: 896px) {
  #concept .concept-box_inner {
    padding: 65px 35px 0;
    width: 95%;
  }
}
#concept .concept-box_inner h2 {
  color: #172a88;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #concept .concept-box_inner h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 896px) {
  #concept .concept-box_inner h2 br.sp {
    display: none;
  }
}
#concept .concept-box_inner_items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 896px) {
  #concept .concept-box_inner_items {
    gap: 70px;
  }
}
#concept .concept-box_inner_items_block {
  text-align: center;
  font-weight: bold;
}
#concept .concept-box_inner_items_block:first-of-type {
  margin: 0 auto;
  align-self: flex-end;
  max-width: 500px;
}
@media screen and (min-width: 896px) {
  #concept .concept-box_inner_items_block:first-of-type {
    padding-bottom: 10px;
    max-width: 290px;
  }
}
#concept .concept-box_inner_items_block > p {
  font-weight: bold;
  font-size: 20px;
}
#concept .concept-box_inner_items_block > p:last-of-type {
  padding-bottom: 16px;
}
@media screen and (min-width: 896px) {
  #concept .concept-box_inner_items_block > p:last-of-type {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 896px) {
  #concept .concept-box_inner_items_block > p {
    font-size: 26px;
  }
}
#concept .concept-box_inner_items_block .blue_box {
  font-size: 30px;
  position: relative;
  color: #172a88;
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  max-width: 500px;
  background: url("../images/top/blue-back.svg") no-repeat center center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 896px) {
  #concept .concept-box_inner_items_block .blue_box {
    max-width: 310px;
    font-size: 44px;
  }
}
#concept .concept-box_inner_items_block_image {
  max-width: 400px;
}
@media screen and (min-width: 896px) {
  #concept .concept-box_inner_items_block_image {
    margin-top: 40px;
  }
}
#concept .concept-box-item {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  #concept .concept-box-item {
    margin: unset;
    width: unset;
    padding: 0 0 5rem 4rem;
  }
}
#concept .concept-box-item:first-child {
  padding-top: 3rem;
}
@media screen and (min-width: 896px) {
  #concept .concept-box-item:first-child {
    width: 52%;
  }
}
#concept .concept-box-item:first-child .head {
  font-size: 2rem;
  color: #172e8b;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #concept .concept-box-item:first-child .head {
    text-align: left;
  }
}
#concept .concept-box-item:first-child h2 {
  text-align: center;
  color: #172e8b;
  padding-bottom: 2rem;
}
@media screen and (min-width: 896px) {
  #concept .concept-box-item:first-child h2 {
    padding: 0 2.5rem 3rem 0;
    text-align: left;
    font-size: 3.4rem;
  }
}
#concept .concept-box-item:first-child p {
  padding: 2rem 3rem;
  font-size: 1.6rem;
  line-height: 2.3;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #concept .concept-box-item:first-child p {
    line-height: 1.8;
    text-align: left;
    padding: 2rem 2.5rem 2rem 0;
  }
}
#concept .concept-box-item:first-child a:hover {
  color: #fff;
}
#concept .concept-box-item:first-child .btn_m {
  margin: 2rem auto 3rem;
  font-size: 1.8rem;
  background-size: 1.5rem;
  padding: 1.5rem 0;
}
@media screen and (min-width: 896px) {
  #concept .concept-box-item:first-child .btn_m {
    margin: 5rem auto 0;
  }
}
@media screen and (min-width: 896px) {
  #concept .concept-box-item:last-child {
    width: 40%;
    padding: 13rem 2rem 0;
  }
}
#concept .concept-box-item:last-child .item-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#concept .concept-box-item:last-child .item-img .phot:first-child {
  width: 59%;
  padding-right: 0.5rem;
}
@media screen and (min-width: 896px) {
  #concept .concept-box-item:last-child .item-img .phot:first-child {
    width: 58%;
  }
}
#concept .concept-box-item:last-child .item-img .phot:last-child {
  width: 41%;
}
@media screen and (min-width: 896px) {
  #concept .concept-box-item:last-child .item-img .phot:last-child {
    width: 42%;
  }
}
#concept .concept2 {
  padding: 5rem 0 0;
}
@media screen and (min-width: 896px) {
  #concept .concept2 {
    padding: 17rem 3rem 0;
  }
}
#concept .concept2 h3 {
  color: #172e8b;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (min-width: 896px) {
  #concept .concept2 h3 {
    font-size: 3rem;
  }
}
#concept .concept2 h3 span {
  display: block;
  margin: 2rem auto;
  width: 3rem;
  height: 1px;
  background-color: #222;
}
#concept .concept2 ul {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  #concept .concept2 ul {
    flex-direction: unset;
    flex-wrap: wrap;
    width: 70%;
    padding: 5rem 5rem 0;
  }
}
#concept .concept2 ul li {
  padding: 3rem 2rem;
  width: 100%;
}
@media screen and (min-width: 896px) {
  #concept .concept2 ul li {
    box-sizing: border-box;
    width: 50%;
    padding: 1rem 5rem 5rem;
  }
}
#concept .concept2 ul li .no {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #172e8b;
  margin: 1rem auto;
}
@media screen and (min-width: 896px) {
  #concept .concept2 ul li .no {
    margin: 3rem auto 1rem;
  }
}
#concept .concept2 ul li h4 {
  color: #172e8b;
  text-align: center;
  font-size: 2.3rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 896px) {
  #concept .concept2 ul li h4 {
    padding-bottom: 0;
    font-size: 2rem;
  }
}
#concept .concept2 ul li p {
  font-size: 1.6rem;
}
#concept .concept2 ul li:first-child {
  background-image: url("https://support-shonan.jp/wp-content/themes/kizuna/images/common/pattern.png");
  background-color: #e8f3fc;
  background-size: 5rem;
}
#concept .concept2 ul li:nth-child(3) {
  background-image: url("https://support-shonan.jp/wp-content/themes/kizuna/images/common/pattern.png");
  background-color: #e8f3fc;
  background-size: 5rem;
}
@media screen and (min-width: 896px) {
  #concept .concept2 ul li:nth-child(3) {
    background: unset;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 896px) {
  #concept .concept2 ul li:nth-child(4) {
    background-image: url("https://support-shonan.jp/wp-content/themes/kizuna/images/common/pattern.png");
    background-color: #e8f3fc;
    background-size: 5rem;
    padding-bottom: 5rem;
  }
}
#concept .bnr_member {
  margin: 3rem auto;
  padding: 0;
  max-width: 1180px;
}
#concept .bnr {
  background-image: url("https://support-shonan.jp/wp-content/themes/kizuna/images/top/obi_sp.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 896px) {
  #concept .bnr {
    margin: 15px auto 0;
    background-size: 100%;
    background-image: url("https://support-shonan.jp/wp-content/themes/kizuna/images/top/obi_pc.jpg");
    padding: 1rem 0;
    margin-bottom: 70px;
  }
}
#concept .bnr-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 896px) {
  #concept .bnr-box {
    padding: 2.5rem 0 2.5rem 5rem;
    justify-content: space-between;
    max-width: 80rem;
    flex-direction: row;
  }
}
#concept .bnr-box-item {
  padding: 7rem 0 0;
}
@media screen and (min-width: 896px) {
  #concept .bnr-box-item {
    padding: 2rem 0;
    width: 55%;
  }
}
#concept .bnr-box-item .telno {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#concept .bnr-box-item .telno p {
  color: #fff;
}
#concept .bnr-box-item .telno p:first-child {
  margin-right: 1rem;
  font-size: 1.6rem;
}
#concept .bnr-box-item .telno p:nth-child(2) {
  background-color: #fff;
  color: #172e8b;
  padding: 0.5rem;
  border: 1px solid #fff;
}
#concept .bnr-box-item .telno p:nth-child(3) {
  padding: 0.5rem;
  border: 1px solid #fff;
}
#concept .bnr-box-item .telno:nth-child(2) {
  font-size: 5.2rem;
  line-height: 1;
  color: #fff;
}
#concept .bnr-box-item:last-child {
  padding: 2rem 0 0;
}
@media screen and (min-width: 896px) {
  #concept .bnr-box-item:last-child {
    padding: 0 0 0 1rem;
  }
}
#concept .bnr-box-item:last-child p {
  color: #fff;
  list-style: 2;
  padding: 0 1.5rem 4rem;
}
@media screen and (min-width: 896px) {
  #concept .bnr-box-item:last-child p {
    padding: unset;
    font-size: 1.6rem;
  }
}
#concept .btn_top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
  color: #fff;
  background-image: url(https://kizuna.liber-develop.com/wp-content/themes/kizuna/images/common/pattern_touka.png);
  background-size: 3rem;
  background-color: #122a88;
  padding: 1rem 0;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 55px;
  min-height: 60px;
  max-width: 670px;
  font-weight: 500;
}
@media screen and (min-width: 896px) {
  #concept .btn_top {
    max-width: 440px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 0px;
    min-height: 85px;
    font-size: 18px;
  }
}

/* -------------------------- */
/* we_important  */
/* -------------------------- */
.we_important {
  background: #eef5fe;
  padding: 40px 0;
}
@media screen and (min-width: 896px) {
  .we_important {
    padding: 110px 0;
  }
}
.we_important_inner {
  max-width: 1180px;
  margin: 0 auto;
}
.we_important_inner h2 {
  text-align: center;
  color: #172a88;
  position: relative;
  font-size: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 896px) {
  .we_important_inner h2 {
    font-size: 43px;
    margin-bottom: 100px;
  }
}
.we_important_inner h2 br.sp {
  display: block;
}
@media screen and (min-width: 896px) {
  .we_important_inner h2 br.sp {
    display: none;
  }
}
.we_important_inner h2::before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -25px; /*下線の上下の位置*/
  left: 50%;
  width: 45px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  transform: translate(-50%); /*位置の調整*/
  background-color: #172a88; /*下線の色*/
}
.we_important_inner_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.we_important_inner_list_block {
  padding: 14px;
  background: #fff;
  max-width: 500px;
  min-height: 500px;
  margin: 0 30px;
}
@media screen and (min-width: 896px) {
  .we_important_inner_list_block {
    max-width: 365px;
    min-height: initial;
    margin: 0;
  }
}
.we_important_inner_list_block:first-of-type h3 {
  padding-bottom: 10px;
}
@media screen and (min-width: 896px) {
  .we_important_inner_list_block:nth-of-type(2) h3, .we_important_inner_list_block:nth-of-type(3) h3 {
    padding-top: 20px;
  }
}
.we_important_inner_list_block_number {
  color: #172a88;
  text-align: center;
  display: block;
  font-size: 35px;
  padding: 10px 0;
}
@media screen and (min-width: 896px) {
  .we_important_inner_list_block_number {
    font-size: 48px;
    padding: 0;
  }
}
.we_important_inner_list_block h3 {
  font-size: 25px;
  color: #172a88;
  font-weight: bold;
  padding-bottom: 30px;
  text-align: center;
}
.we_important_inner_list_block p {
  font-size: 16px;
  color: #333;
}

/* -------------------------- */
/* plan  */
/* -------------------------- */
#plan {
  padding: 6rem 1rem 0;
}
@media screen and (min-width: 896px) {
  #plan {
    padding: 10rem 0 0;
  }
}
#plan h2 {
  text-align: center;
}
#plan .plan {
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 896px) {
  #plan .plan {
    align-items: flex-start;
    margin: 0 auto;
    padding: 5rem 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
#plan .plan-wrap {
  text-align: center;
  padding-bottom: 3rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-wrap {
    width: 24%;
    padding-right: 1.5rem;
  }
}
#plan .plan-wrap:last-of-type .value {
  padding-bottom: 4px;
}
#plan .plan-wrap-box {
  margin-bottom: 3rem;
  border-radius: 5px;
}
#plan .plan-wrap-box h3 {
  background-size: 2rem;
  background-image: url("https://support-shonan.jp/wp-content/themes/kizuna/images/common/pattern_touka.png");
  color: #fff;
  padding: 1rem 0;
}
#plan .plan-wrap-box h3 span {
  font-size: 1.4rem;
}
#plan .plan-wrap-box .options {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}
@media screen and (min-width: 896px) {
  #plan .plan-wrap-box .options {
    height: 13.7rem;
  }
}
#plan .plan-wrap-box .options li {
  border-radius: 5px;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
}
#plan .plan-wrap-box .options li:first-child {
  margin-left: 0;
}
#plan .plan-wrap-box .text {
  text-align: left;
  margin: 0 auto 1rem;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #plan .plan-wrap-box .text {
    width: 80%;
    height: 6.7rem;
  }
}
#plan .plan-wrap-box .value {
  font-size: 2rem;
  padding-bottom: 3rem;
  line-height: 1.3;
}
#plan .plan-wrap-box .value span {
  font-size: 1.6rem;
}
#plan .plan-wrap-box .value span.sm {
  font-size: 1rem;
  line-height: 1;
}
#plan .plan-wrap-box .flow {
  width: 90%;
  margin: 0 auto 3rem;
}
#plan .plan-wrap-box .flow li p {
  font-weight: bold;
  padding: 0.5rem 0;
}
#plan .plan-wrap-box .flow li .bou {
  width: 2px;
  height: 2rem;
  margin: 0 auto;
}
#plan .plan-wrap a {
  background-size: 2rem;
  width: auto;
  padding: 1.5rem 0;
}
@media screen and (min-width: 896px) {
  #plan .plan-wrap a {
    padding: 1rem 0;
  }
}
#plan .plan-wrap a:hover {
  color: #fff;
}
#plan .plan-wrap:first-child .plan-wrap-box {
  border: 2px solid #0b96d7;
}
#plan .plan-wrap:first-child .plan-wrap-box h3 {
  padding: 2rem 0;
  background-color: #0b96d7;
}
@media screen and (min-width: 896px) {
  #plan .plan-wrap:first-child .plan-wrap-box h3 {
    line-height: 6.4rem;
    padding: 1rem 0;
  }
}
#plan .plan-wrap:first-child .plan-wrap-box .options li {
  background-color: #0b96d7;
}
@media screen and (min-width: 896px) {
  #plan .plan-wrap:first-child .plan-wrap-box .flow {
    height: 29.4rem;
  }
}
#plan .plan-wrap:first-child .plan-wrap-box .flow li p {
  background-color: #caecf7;
}
#plan .plan-wrap:first-child .plan-wrap-box .flow li .bou {
  background-color: #caecf7;
}
#plan .plan-wrap:first-child .plan-wrap-box .flow li:last-child .bou {
  display: none;
}
#plan .plan-wrap:first-child a {
  background-color: #0b96d7;
}
#plan .plan-wrap:nth-child(2) .plan-wrap-box {
  border: 2px solid #9c81b8;
}
#plan .plan-wrap:nth-child(2) .plan-wrap-box h3 {
  background-color: #9c81b8;
}
#plan .plan-wrap:nth-child(2) .plan-wrap-box .options li {
  background-color: #9c81b8;
}
#plan .plan-wrap:nth-child(2) .plan-wrap-box .options li:nth-child(2) {
  background-color: unset;
  padding: 0;
}
#plan .plan-wrap:nth-child(2) .plan-wrap-box .options li:nth-child(2) span {
  color: #9c81b8;
  font-size: 1.6rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-wrap:nth-child(2) .plan-wrap-box .flow {
    height: 29.4rem;
  }
}
#plan .plan-wrap:nth-child(2) .plan-wrap-box .flow li p {
  background-color: #e5dfef;
}
#plan .plan-wrap:nth-child(2) .plan-wrap-box .flow li .bou {
  background-color: #e5dfef;
}
#plan .plan-wrap:nth-child(2) .plan-wrap-box .flow li:last-child .bou {
  display: none;
}
#plan .plan-wrap:nth-child(2) a {
  background-color: #9c81b8;
}
#plan .plan-wrap:nth-child(3) .plan-wrap-box {
  border: 2px solid #cf7843;
}
#plan .plan-wrap:nth-child(3) .plan-wrap-box h3 {
  background-color: #cf7843;
}
#plan .plan-wrap:nth-child(3) .plan-wrap-box .options li {
  background-color: #cf7843;
}
#plan .plan-wrap:nth-child(3) .plan-wrap-box .options li:nth-child(2), #plan .plan-wrap:nth-child(3) .plan-wrap-box .options li:nth-child(4) {
  background-color: unset;
  padding: 0;
}
#plan .plan-wrap:nth-child(3) .plan-wrap-box .options li:nth-child(2) span, #plan .plan-wrap:nth-child(3) .plan-wrap-box .options li:nth-child(4) span {
  color: #cf7843;
  font-size: 1.6rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-wrap:nth-child(3) .plan-wrap-box .flow {
    height: 29.4rem;
  }
}
#plan .plan-wrap:nth-child(3) .plan-wrap-box .flow li p {
  background-color: #f7e3db;
}
#plan .plan-wrap:nth-child(3) .plan-wrap-box .flow li .bou {
  background-color: #f7e3db;
}
#plan .plan-wrap:nth-child(3) .plan-wrap-box .flow li:last-child .bou {
  display: none;
}
#plan .plan-wrap:nth-child(3) a {
  background-color: #cf7843;
}
#plan .plan-wrap:nth-child(4) {
  padding-right: 0;
}
#plan .plan-wrap:nth-child(4) .plan-wrap-box {
  border: 2px solid #48b3ab;
}
#plan .plan-wrap:nth-child(4) .plan-wrap-box h3 {
  background-color: #48b3ab;
}
#plan .plan-wrap:nth-child(4) .plan-wrap-box .options li {
  background-color: #48b3ab;
}
#plan .plan-wrap:nth-child(4) .plan-wrap-box .options li:nth-child(2), #plan .plan-wrap:nth-child(4) .plan-wrap-box .options li:nth-child(4) {
  background-color: unset;
  padding: 0;
}
#plan .plan-wrap:nth-child(4) .plan-wrap-box .options li:nth-child(2) span, #plan .plan-wrap:nth-child(4) .plan-wrap-box .options li:nth-child(4) span {
  color: #48b3ab;
  font-size: 1.6rem;
}
#plan .plan-wrap:nth-child(4) .plan-wrap-box .flow li p {
  background-color: #d6eee5;
}
#plan .plan-wrap:nth-child(4) .plan-wrap-box .flow li .bou {
  background-color: #d6eee5;
}
#plan .plan-wrap:nth-child(4) .plan-wrap-box .flow li:last-child .bou {
  display: none;
}
#plan .plan-wrap:nth-child(4) a {
  background-color: #48b3ab;
}

/* -------------------------- */
/* flow  */
/* -------------------------- */
#flow {
  padding: 3rem 1rem;
  background: url("https://support-shonan.jp/wp-content/themes/kizuna/images/top/nagare_sp.png") no-repeat center #f6fbfe;
  background-repeat: no-repeat;
  background-size: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px inset;
  -webkit-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px inset;
  -moz-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px inset;
}
@media screen and (min-width: 896px) {
  #flow {
    background: url("https://support-shonan.jp/wp-content/themes/kizuna/images/top/nagare_pc.png") no-repeat center #f6fbfe;
    padding: 8rem 0;
  }
}
#flow .flow {
  margin: 16rem 0 3rem;
}
@media screen and (min-width: 896px) {
  #flow .flow {
    margin: 5rem 0;
    max-width: 896px;
    margin: 0 auto;
  }
}
#flow .flow h2 {
  color: #0b96d7;
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #flow .flow h2 {
    text-align: left;
    padding-bottom: 3rem;
  }
}
#flow .flow p {
  padding-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
#flow .flow a {
  background-size: 2rem;
}
@media screen and (min-width: 896px) {
  #flow .flow a {
    margin: unset;
  }
}
#flow .flow a:hover {
  color: #fff;
}

/* -------------------------- */
/* voice  */
/* -------------------------- */
#voice .voice {
  padding: 6rem 0;
}
@media screen and (min-width: 896px) {
  #voice .voice {
    padding: 8rem 0;
  }
}
#voice .voice h2 {
  padding-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #voice .voice h2 {
    padding-bottom: 5rem;
  }
}
#voice .voice ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 896px) {
  #voice .voice ul {
    justify-content: center;
    margin: 0 auto;
    max-width: 896px;
  }
}
#voice .voice ul li {
  background-image: url("https://support-shonan.jp/wp-content/themes/kizuna/images/top/kansou.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 5rem 3rem 0;
  margin-bottom: 2rem;
  min-height: 29rem;
}
@media screen and (min-width: 896px) {
  #voice .voice ul li {
    height: 30.5rem;
    width: 45%;
    margin-right: 1.5rem;
    padding: 5rem;
  }
}
#voice .voice ul li:nth-child(even) {
  margin-right: 0;
}
#voice .voice ul li p {
  padding-bottom: 2rem;
}
#voice .voice ul li p span:first-child {
  color: #fff;
  margin-right: 1.5rem;
  padding: 0.5rem 1rem;
}
#voice .voice ul li h3 {
  color: #172e8b;
  padding-bottom: 2rem;
}
#voice .voice ul li:first-child p span:first-child {
  background-color: #0b96d7;
}
#voice .voice ul li:nth-child(2) p span:first-child, #voice .voice ul li:nth-child(5) p span:first-child {
  background-color: #9c81b8;
}
#voice .voice ul li:nth-child(3) p span:first-child, #voice .voice ul li:nth-child(6) p span:first-child {
  background-color: #cf7843;
}
#voice .voice ul li:nth-child(4) p span:first-child {
  background-color: #48b3ab;
}

/* -------------------------- */
/* qa  */
/* -------------------------- */
#qa {
  background-color: #f1f7fe;
}
#qa .qa {
  padding: 6rem 0;
}
@media screen and (min-width: 896px) {
  #qa .qa {
    padding: 10rem 0;
  }
}
#qa .qa h2 {
  text-align: center;
}
@media screen and (min-width: 896px) {
  #qa .qa h2 {
    padding-bottom: 5rem;
  }
}
#qa .qa ul {
  margin: 0 auto 3rem;
}
@media screen and (min-width: 896px) {
  #qa .qa ul {
    max-width: 896px;
    margin: 0 auto 5rem;
  }
}
#qa .qa ul li .qa-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 896px) {
  #qa .qa ul li .qa-box {
    align-items: center;
    justify-content: unset;
  }
}
#qa .qa ul li .qa-box .icon {
  background-color: #172e8b;
  color: #fff;
  font-size: 2rem;
  height: 4rem;
  width: 4rem;
  border-radius: 5px;
  margin-right: 1.5rem;
  padding-bottom: 3px;
}
@media screen and (min-width: 896px) {
  #qa .qa ul li .qa-box .icon {
    margin-right: 2rem;
  }
}
#qa .qa ul li .qa-box h3 {
  width: 89%;
  color: #172e8b;
}
@media screen and (min-width: 896px) {
  #qa .qa ul li .qa-box h3 {
    padding: 1rem 0;
  }
}
#qa .qa ul li .qa-box p {
  font-size: 1.6rem;
  width: 90%;
}
#qa .qa ul li .qa-box:first-child {
  padding-top: 3rem;
}
#qa .qa ul li .qa-box:last-child {
  border-bottom: 1px solid #222;
  padding: 1rem 0 3rem;
}
#qa .qa ul li .qa-box:last-child .icon {
  margin-top: 0.5rem;
}
#qa .qa ul li:last-child .qa-box:last-child {
  border-bottom: unset;
}
#qa .qa a {
  background-size: 2rem;
}

/* -------------------------- */
/* reason  */
/* -------------------------- */
#reason .reason {
  padding: 6rem 0 0;
}
@media screen and (min-width: 896px) {
  #reason .reason {
    padding: 10rem 0 0;
  }
}
#reason .reason h2 {
  padding-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #reason .reason h2 {
    padding-bottom: 5rem;
  }
}
#reason .reason ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 896px) {
  #reason .reason ul {
    justify-content: space-between;
    margin: 0 auto 5rem;
  }
}
#reason .reason ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
}
@media screen and (min-width: 896px) {
  #reason .reason ul li {
    width: 48%;
    padding-bottom: 5rem;
  }
}
#reason .reason ul li img {
  order: 2;
}
@media screen and (min-width: 896px) {
  #reason .reason ul li img {
    order: 1;
  }
}
#reason .reason ul li .reason-box {
  display: flex;
  flex-direction: column;
  order: 1;
}
@media screen and (min-width: 896px) {
  #reason .reason ul li .reason-box {
    flex-direction: row;
    order: 2;
  }
}
#reason .reason ul li .reason-box .no {
  font-size: 4rem;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #reason .reason ul li .reason-box .no {
    width: 10%;
    font-size: 4rem;
    color: #172e8b;
    position: relative;
    padding-right: 2rem;
  }
}
#reason .reason ul li .reason-box .no span {
  position: absolute;
  top: 3rem;
  right: -1rem;
  display: block;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(-45deg, #fff, #fff 49%, #172e8b 49%, #172e8b 51%, #fff 51%, #fff);
}
#reason .reason ul li .reason-box p {
  line-height: 1.8;
  font-size: 1.6rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 896px) {
  #reason .reason ul li .reason-box p {
    width: 85%;
    padding: 3rem 0 0 2.5rem;
  }
}

/* -------------------------- */
/* news  */
/* -------------------------- */
#news {
  padding: 3rem 0;
}
@media screen and (min-width: 896px) {
  #news {
    padding: 3rem 0 5rem;
  }
}
#news .contents {
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  #news .contents {
    width: 50%;
  }
}
#news .contents h2 {
  text-align: center;
  padding-bottom: 2rem;
}
#news .contents .news {
  padding: 3rem 0;
  background-color: #f6fbfe;
  margin-bottom: 3rem;
}
@media screen and (min-width: 896px) {
  #news .contents .news {
    padding: 1.5rem 3rem;
  }
}
#news .contents .news li {
  padding: 1.5rem;
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 896px) {
  #news .contents .news li {
    padding: 1.5rem 3rem;
  }
}
#news .contents .news li:last-child {
  border-bottom: unset;
}
#news .contents .news li a {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 896px) {
  #news .contents .news li a {
    flex-direction: row;
  }
}
#news .contents .news li a .date {
  background-color: #172e8b;
  padding: 0 1.5rem;
  color: #fff;
  margin-right: 3rem;
}
#news .contents .news li a .title {
  font-size: 1.6rem;
}
#news .contents .btn_m {
  background-size: 3rem;
}
#news .contents .btn_m:hover {
  color: #fff;
}

/* -------------------------- */
/* map  */
/* -------------------------- */
#map .map {
  padding: 3rem 0 0;
  margin-bottom: -0.5rem;
}
#map .map iframe {
  width: 100%;
  height: 30rem;
}
@media screen and (min-width: 896px) {
  #map .map iframe {
    height: 40rem;
  }
}/*# sourceMappingURL=top.css.map */