/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　service
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.service_wrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 150px;
}

.service_title {
  text-align: left;
  font-size: 52px;
  font-family: "EB Garamond", serif;
  color: #2C2C2C;
    letter-spacing: 5px;
  margin: 0 auto 40px 10%;
  padding: 0;
  font-weight: 300;
}

.service_title_small {
  text-align: left;
  font-size: 20px;
  color: #2C2C2C;
  letter-spacing: 0.2rem;
  margin: 0 auto 40px 10%;
  width: 100%;
      padding-left: 0;
}

.col-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.col-2_items {
}

.service-col-2 {
}

.service-col-2_items_2 {
  width: 80%;
  margin: 0 0 0 auto;
}


.service_about {
  /* margin-left: 64px; */
  width: 80%;
    margin: 0 0 0 auto;
}

.h2_title {
  font-size: 32px;
  border-bottom: solid 1px #3A4C5C;
  padding: 20px 0 10px;
  margin: 60px 0 32px;
  display: inline-block;
  font-weight: normal;
}

.service_about_txt {
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック体", YuGothic,"Gothic Medium BBB", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.service-col-2 .mask-slidein {
  display: block;
}


/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){


}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {

  
  .service_wrapper {
      margin-top: 160px;
  }

  .service_title {
      font-size: 42px;
      margin: 0 auto 16px 10%;
  }

  .service_title_small {
      font-size: 16px;
  }

  .service_about {
      margin-left: 32px;
      margin-right: 32px;
  }
  .service-col-2_items_2 {
  width: 90%;

}

  .h2_title {
    font-size: 20px;
    margin: 40px 0;
  }

  .service_about_txt {
    font-size: 15px;
  }

}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　support_style
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#support_style {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  display: block;
  text-align: left;
  background-color: #F2F2F2;
}

#support_style img {
  display: block;
  padding: 4px 0;
}

.support_style_wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.support_style_box {
  padding: 60px 0;
  justify-content: flex-start;
}

.col-2_items_support_style{
  padding-left: 100px;
}

.support_style_title_e {
  color: #999999;
  font-size: 14px;
  letter-spacing: 2px;
}

.support_style_title {
  font-size: 32px;
  padding: 40px 0 60px;
}

.support_style_txt {
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック体", YuGothic,"Gothic Medium BBB", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.service_contents {
  background-color: #fff;
  margin: 0 auto 80px 10%;
  padding: 60px 0 40px 80px;
}

.service_contents:last-of-type {
  margin: 0 auto 0 10%;
}

.service_no {
  font-size: 24px;
  color: #999999;
}

.service_title_s {
  position: relative;
  font-size: 30px;
  padding: 40px 0 40px;
  margin-bottom: 80px;
}

.service_title_s:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #A25E4B;
}

.service_txt p{
  font-family: "Yu Gothic", "游ゴシック体", YuGothic,"Gothic Medium BBB", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-bottom: 40px;
    letter-spacing: 0.05rem;
}

ul {
  padding: 0;
}

.service_txt_ul {
  background-color: #3A4C5C;
  padding: 4px 8px;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック体", YuGothic,"Gothic Medium BBB", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.service_txt_li {
  font-family: "Yu Gothic", "游ゴシック体", YuGothic,"Gothic Medium BBB", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: 0.1rem;
  padding: 8px 0 0;
}

.service_txt_li:first-of-type  {
  margin-top: 10px; /* 一番上だけ余白追加 */
}

.example_box {
  padding: 40px 60px;
  border: solid 1px #646464;
  margin-top: 40px;
}

.example_box p {
  font-family: "Yu Gothic", "游ゴシック体", YuGothic,"Gothic Medium BBB", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: 1px;
}

.span_3A4C5C {
  color: #3A4C5C;
  font-weight: bold;
}

.span_A25E4B {
  color: #A25E4B;
}

.example_box p {
  color: #333333;
  letter-spacing: 1px;
}

.sp_img {
  display: none!important;
}

#support_style .mask-slidein {
  display: block;
}

@media screen and (max-width: 1200px){
.col-2_items_support_style{
  padding-left: 50px;
}
}


/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  .support_style_box {
    padding: 60px 0 60px 30px;
  }

.col-2_items_support_style {
  padding: 40px;
}

.support_style_title {
  padding: 20px 0 40px;
}

.sp_img {
  display: block!important;
  width: 70%;
  margin: 0 0 40px 0;
}

.col-2_items_pc_img {
  display: none!important;
  }

.service_title_s {
    padding: 20px 0 20px;
    margin-bottom: 60px;
  }

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  .support_style_box {
      padding: 30px 0 30px 0px;
  }
  .col-2_items_support_style {
      padding: 30px;
  }

  .support_style_title_e {
    font-size: 12px;
  }

  .support_style_title {
    padding: 0 0 0 0;
    font-size: 24px;
  }

  .support_style_txt {
    font-size: 15px;
  }

  .sp_img {
      margin: 0 0 20px 0;
  }

  .service_contents {
      /* margin: 0 auto 80px 5%;
      padding: 30px 20px; */
        margin: 0px auto 80px 3%;
        padding: 30px 15px;
    }

  .service_contents:last-of-type {
    margin: 0 auto 0 5%;
}
  .service_no {
    font-size: 20px;
  }

  .service_title_s {
    padding: 16px 0 12px;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .service_txt p{
        font-size: 15px;
        /*font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, sans-serif; */

  }

  .service_txt_li {
    font-size: 14.5px;
}

  .example_box {
    padding: 20px 0px 20px 16px;
  }

  .example_box p {
        font-size: 12px;
  }

}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　footer_contact
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#footer_contact {
  background: linear-gradient(180deg, #F2F2F2 0%, #F2F2F2 50%, #FAFAFA 50%, #FAFAFA 100%);
}

.footer_contact_wrapper {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 80%;
  display: block;
  text-align: left;
}

.footer_button a {
  display: block;
  margin: 0 auto;
  padding: 80px;
  /* max-width: 320px; */
  width: 70%;
  color: #fff;
  background-color: #3A4C5C;
  text-decoration: none;
  transition: 0.8s;
}

.footer_button a:hover {
  text-decoration: none;
  background-color: #556878;
  /* color: #3A4C5C; */
  transition: 0.8s;
}

.footer_button a:hover .footer_medium,
.footer_button a:hover .footer_small,
.footer_button a:hover .footer_txt {
  /* color: #3A4C5C; */
  transition: 0.8s;
}

.footer_button_flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.footer_button_flex_items {
  padding: 24px;
}

.footer_medium {
  color: #fff;
  font-size: 30px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2rem;
  font-weight: 300;
  transition: 0.8s;
}

.footer_small {
  color: #fff;
  font-size: 16px;
  transition: 0.8s;
}

.footer_button a:hover.footer_medium, .footer_button a:hover.footer_small {
  /* color: #3A4C5C; */
  transition: 0.8s;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 1px;
  margin-top: 16.3px;
  border-radius: 9999px;
  background-color: #a25e4b;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 24px;
  height: 1px;
  border-radius: 9999px;
  background-color: #a25e4b;
  transform: rotate(30deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.footer_txt {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック体", YuGothic,"Gothic Medium BBB", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 15px;
  padding-left: 40px;
  line-height: 2;
  transition: 0.8s;
}







/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  .footer_button a {
    padding: 24px;
    width: 90%;
  }

  .footer_txt {
    padding-left: 0px;
  }

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width:900px) {
  .footer_contact_wrapper {
    padding-top: 40px;
    padding-bottom: 0;
    width: 90%;
  }

  .footer_button a {
    width: 86%;
  }

  .footer_button_flex {
    flex-direction: column;
    text-align: center;
  }

  .footer_button_flex_items {
    padding: 12px;
  }

  .footer_txt {
    font-size: 14px;
  }

}
