@charset "UTF-8";
#contents section.top_contents {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2fafe));
  background: linear-gradient(to bottom, #fff, #f2fafe);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

#contents section.top_contents::before {
  width: 1600px;
  height: auto;
  position: absolute;
  content: url(../img/img01-pc.png);
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 480px) {
  #contents section.top_contents::before {
    display: none;
  }
}

#contents section.top_contents .top_contents_inner {
  background: url(../img/background-img01-pc.png) bottom right no-repeat;
  padding-bottom: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 480px) {
  #contents section.top_contents .top_contents_inner {
    background: url(../img/background-img01-sp.png) bottom right/50% no-repeat;
    padding-bottom: 30px;
    display: block;
  }
}

#contents section.top_contents .top_contents_inner .top_contents_text {
  width: 620px;
}

@media (max-width: 480px) {
  #contents section.top_contents .top_contents_inner .top_contents_text {
    width: auto;
  }
}

#contents
section.top_contents
.top_contents_inner
.top_contents_text
.top_contents_title {
  font-family: "Noto Serif JP", serif;
  color: #082a4f;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #contents
section.top_contents
.top_contents_inner
.top_contents_text
.top_contents_title {
    font-size: 2.2rem;
    width: auto;
    margin-bottom: 20px;
  }
}

#contents section.top_contents .top_contents_inner .top_contents_text p {
  line-height: 2.5;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #contents section.top_contents .top_contents_inner .top_contents_text p {
    line-height: 1.8;
    margin-bottom: 12px;
  }
}

#contents section.top_contents .top_contents_sp_img {
  width: auto;
  margin: 0 10px 20px;
}

#contents section.top_contents .top_contents_sp_img img {
  max-width: 100%;
}

#contents section.top_business {
  padding-bottom: 0;
}

@media (max-width: 480px) {
  #contents section.top_business .txt_c {
    text-align: left;
  }
}

#contents section.top_business .top_business_inner {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contents section.top_business .top_business_inner .top_business_btn {
  width: 25%;
}

@media (max-width: 480px) {
  #contents section.top_business .top_business_inner .top_business_btn {
    width: 100%;
  }
}

#contents section.top_business .top_business_inner .top_business_btn a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 480px) {
  #contents section.top_business .top_business_inner .top_business_btn a {
    font-size: 2rem;
  }
}

#contents section.top_business .top_business_inner .top_business_btn a:before,
#contents section.top_business .top_business_inner .top_business_btn a:after,
#contents
section.top_business
.top_business_inner
.top_business_btn
a
span:before,
#contents
section.top_business
.top_business_inner
.top_business_btn
a
span:after {
  position: absolute;
  content: "　";
  background: #fff;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  z-index: 1;
}

#contents section.top_business .top_business_inner .top_business_btn a:before,
#contents section.top_business .top_business_inner .top_business_btn a:after {
  width: calc(100% - 20px);
  height: 1px;
}

#contents section.top_business .top_business_inner .top_business_btn a:before {
  left: 10px;
  top: 10px;
}

#contents section.top_business .top_business_inner .top_business_btn a:after {
  right: 10px;
  bottom: 10px;
}

#contents
section.top_business
.top_business_inner
.top_business_btn
a
span:before,
#contents
section.top_business
.top_business_inner
.top_business_btn
a
span:after {
  width: 1px;
  height: calc(100% - 20px);
}

#contents
section.top_business
.top_business_inner
.top_business_btn
a
span:before {
  right: 10px;
  top: 10px;
}

#contents
section.top_business
.top_business_inner
.top_business_btn
a
span:after {
  left: 10px;
  bottom: 10px;
}

#contents
section.top_business
.top_business_inner
.top_business_btn
a:hover:before,
#contents
section.top_business
.top_business_inner
.top_business_btn
a:hover:after {
  width: 0;
}

#contents
section.top_business
.top_business_inner
.top_business_btn
a:hover
span:before,
#contents
section.top_business
.top_business_inner
.top_business_btn
a:hover
span:after {
  height: 0;
}

@media (max-width: 480px) {
  #contents
section.top_business
.top_business_inner
.top_business_btn
a:hover:before,
  #contents
section.top_business
.top_business_inner
.top_business_btn
a:hover:after {
    width: calc(100% - 20px);
    height: 1px;
  }
  #contents
section.top_business
.top_business_inner
.top_business_btn
a:hover:before {
    left: 10px;
    top: 10px;
  }
  #contents
section.top_business
.top_business_inner
.top_business_btn
a:hover:after {
    right: 10px;
    bottom: 10px;
  }
  #contents
section.top_business
.top_business_inner
.top_business_btn
a:hover
span:before,
  #contents
section.top_business
.top_business_inner
.top_business_btn
a:hover
span:after {
    width: 1px;
    height: calc(100% - 20px);
  }
  #contents
section.top_business
.top_business_inner
.top_business_btn
a:hover
span:before {
    right: 10px;
    top: 10px;
  }
  #contents
section.top_business
.top_business_inner
.top_business_btn
a:hover
span:after {
    left: 10px;
    bottom: 10px;
  }
}

#contents
section.top_business
.top_business_inner
.top_business_btn
.top_business_btn_text {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#contents
section.top_business
.top_business_inner
.top_business_btn
.top_business_btn_text::after {
  width: 25px;
  height: 25px;
  background: url(../img/arrow02.png) center/contain no-repeat;
  position: absolute;
  content: "";
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  #contents
section.top_business
.top_business_inner
.top_business_btn
.top_business_btn_text::after {
    width: 22px;
    height: 22px;
  }
}

#contents
section.top_business
.top_business_inner
.top_business_btn
.top_business_btn_img
img {
  width: 100%;
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  visibility: visible;
}

#contents .top_advantage {
  background: url(../img/background-img02-01.png) left bottom no-repeat, url(../img/background-img02-02.png) right top no-repeat;
}

@media (max-width: 480px) {
  #contents .top_advantage {
    background: url(../img/background-img02-01.png) left bottom/90% no-repeat, url(../img/background-img02-02.png) right top/90% no-repeat;
  }
}

#contents .top_advantage .txt_c {
  line-height: 2.2;
}

@media (max-width: 480px) {
  #contents .top_advantage .txt_c {
    text-align: left;
  }
}

#contents .top_advantage .top_advantage_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  #contents .top_advantage .top_advantage_inner {
    display: block;
    padding-bottom: 0;
  }
}

#contents .top_advantage .top_advantage_inner .top_advantage_set {
  text-align: center;
  width: 320px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 30px;
  margin-bottom: 40px;
  position: relative;
}

#contents
.top_advantage
.top_advantage_inner
.top_advantage_set:not(:nth-child(3n)) {
  margin-right: 30px;
}

@media (max-width: 480px) {
  #contents .top_advantage .top_advantage_inner .top_advantage_set {
    width: auto;
    padding: 20px;
    margin: 0 auto 15px;
  }
  #contents
.top_advantage
.top_advantage_inner
.top_advantage_set:not(:nth-child(3n)) {
    margin-right: auto;
  }
}

#contents .top_advantage .top_advantage_inner .top_advantage_set h2 {
  font-family: "Noto Serif JP", serif;
  color: #023d7b;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

#contents .top_advantage .top_advantage_inner .top_advantage_set h2 img {
  max-width: 100%;
  display: block;
  margin: 15px auto 5px;
}

@media (max-width: 480px) {
  #contents .top_advantage .top_advantage_inner .top_advantage_set h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contents .top_advantage .top_advantage_inner .top_advantage_set h2 img {
    width: 60px;
    display: inline-block;
    margin: 0 15px 0 0;
  }
}

#contents .top_advantage .top_advantage_inner .top_advantage_set p {
  text-align: left;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 480px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media (max-width: 480px) {
  .sp_only {
    display: block;
  }
}

.main_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

.content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.875;
  letter-spacing: 0.02em;
}

.main_slider_wrap {
  padding-bottom: 86px;
  position: relative;
}

@media (max-width: 480px) {
  .main_slider_wrap {
    padding-bottom: 0;
  }
}

.main_slider_wrap::after {
  background: url(../img/illust_001.png) no-repeat;
  background-size: contain;
  width: clamp(131px, 13.64583vw, 262px);
  height: clamp(86px, 8.95833vw, 172px);
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
}

@media (max-width: 480px) {
  .main_slider_wrap::after {
    bottom: 40.5%;
    left: unset;
    right: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    width: 20.83333vw;
    height: 12.5vw;
  }
}

.main_slider_wrap .main_slider {
  position: relative;
}

.main_slider_wrap .main_slider .sldier_wrap {
  max-width: 1220px;
  width: 100%;
  margin-left: auto;
}

@media (max-width: 1920px) {
  .main_slider_wrap .main_slider .sldier_wrap {
    max-width: 76.25%;
  }
}

@media (max-width: 480px) {
  .main_slider_wrap .main_slider .sldier_wrap {
    max-width: 95.83333vw;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .main_slider_wrap .main_slider .sldier_wrap .slide_pc {
    display: none;
  }
}

.main_slider_wrap .main_slider .sldier_wrap .slide_sp {
  display: none;
}

@media (max-width: 480px) {
  .main_slider_wrap .main_slider .sldier_wrap .slide_sp {
    display: inherit;
  }
}

.main_slider_wrap .main_slider .sldier_wrap .slick-dots {
  display: none !important;
}

.main_slider_wrap .main_slider .sldier_wrap .slick-slide {
  height: 100%;
  width: 100%;
}

.main_slider_wrap .main_slider .sldier_wrap .slick-slide img {
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .main_slider_wrap .main_slider .sldier_wrap .slick-slide img {
    border-radius: 25px;
  }
}

.main_slider_wrap .main_slider .slider_title {
  max-width: 740px;
  left: 20%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 1920px) {
  .main_slider_wrap .main_slider .slider_title {
    max-width: 38.75%;
    left: 42px;
  }
}

@media (max-width: 1200px) {
  .main_slider_wrap .main_slider .slider_title {
    max-width: 44.75%;
  }
}

@media (max-width: 480px) {
  .main_slider_wrap .main_slider .slider_title {
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    left: 2.08333vw;
    bottom: -1px;
    max-width: 60%;
    width: 100%;
    background: #fff;
    padding: 20px 20px 20px 0;
    border-top-right-radius: 20px;
  }
}

.main_slider_wrap .main_slider .slider_title img {
  width: 100%;
}

.main_slider_wrap .sp_mv_bottom {
  max-width: 95.83333vw;
  width: 100%;
  margin: 4.16667vw auto 0 auto;
}

.main_slider_wrap .sp_mv_bottom img {
  width: 100%;
}

.bg_wrap {
  position: relative;
}

.bg_wrap::after {
  background: url(../img/illust_002.png) no-repeat;
  background-size: contain;
  width: clamp(110px, 13.54319vw, 185px);
  height: clamp(100px, 12.81113vw, 175px);
  position: absolute;
  content: "";
  bottom: clamp(10px, 1.46413vw, 20px);
  right: 45px;
  z-index: 2;
}

@media (max-width: 480px) {
  .bg_wrap::after {
    display: none;
  }
}

.bg_wrap .bg_1 {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#effafc));
  background: linear-gradient(180deg, white 0%, #effafc 100%);
  -webkit-clip-path: ellipse(160% 97.5% at 50% 2.5%);
          clip-path: ellipse(160% 97.5% at 50% 2.5%);
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .bg_wrap .bg_1 {
    -webkit-clip-path: ellipse(240% 97.5% at 50% 2.5%);
            clip-path: ellipse(240% 97.5% at 50% 2.5%);
  }
}

.bg_wrap .bg_bottom {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 0;
  background: url(../img/dot_bg.svg);
  background-size: auto;
}

.sec-top-about {
  padding: clamp(40px, 4.83163vw, 66px) 0 clamp(100px, 9.73646vw, 133px);
}

.sec-top-about .top-about__set01 .wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 7.29167vw 0 0;
}

@media (max-width: 1040px) {
  .sec-top-about .top-about__set01 .wrap {
    padding: 0 2% 0 0;
  }
}

@media (max-width: 480px) {
  .sec-top-about .top-about__set01 .wrap {
    padding: 0;
  }
}

.sec-top-about .top-about__set01 .wrap .top-about-block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(45px, 4.6875vw, 90px);
          column-gap: clamp(45px, 4.6875vw, 90px);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1480px) {
  .sec-top-about .top-about__set01 .wrap .top-about-block01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .sec-top-about .top-about__set01 .wrap .top-about-block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: clamp(20px, 3.90117vw, 30px);
  }
}

.sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__l {
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
}

@media (max-width: 1040px) {
  .sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__l {
    min-width: unset;
  }
}

@media (max-width: 480px) {
  .sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__l {
    padding: 0 2% 0 0;
  }
}

.sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__l img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  max-width: none;
}

.sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r {
  max-width: 800px;
  width: 100%;
  min-width: clamp(400px, 42.53294vw, 581px);
  position: relative;
}

@media (max-width: 480px) {
  .sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r::after {
    background: url(../img/illust_002.png) no-repeat;
    background-size: contain;
    width: 20.83333vw;
    height: 18.75vw;
    position: absolute;
    content: "";
    top: -10%;
    right: 0;
    z-index: 2;
  }
}

@media (max-width: 1040px) {
  .sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r {
    min-width: unset;
  }
}

@media (max-width: 480px) {
  .sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r {
    padding: 0 2%;
  }
}

.sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r .main_title {
  font-size: clamp(2.4rem, 2.34261vw, 3.2rem);
  margin-bottom: clamp(25px, 2.56223vw, 35px);
}

@media (max-width: 480px) {
  .sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r .main_title {
    font-size: 5.41667vw;
    text-align: center;
  }
}

.sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r .main_title span {
  color: #4fbac8;
}

.sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.875;
  letter-spacing: 0;
  margin-bottom: clamp(20px, 1.83016vw, 25px);
}

@media (max-width: 480px) {
  .sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r .content {
    font-size: clamp(14px, 3.33333vw, 16px);
  }
}

.sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r .button a {
  width: 350px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 1em 4em 1em 1.5em;
  position: relative;
  background: #4fbac8;
  border-radius: 50vh;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: block;
  border: 1px solid #4fbac8;
}

@media (max-width: 480px) {
  .sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r .button a {
    margin: 0 auto;
    width: clamp(300px, 72.91667vw, 350px);
    font-size: clamp(14px, 3.33333vw, 16px);
  }
}

.sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r .button a::after {
  background: url(../img/arrow_001.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 10px;
  content: "";
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r .button a:hover {
  background: #fff;
  color: #4fbac8;
}

.sec-top-about .top-about__set01 .wrap .top-about-block01 .top-about-block01__r .button a:hover::after {
  background: url(../img/arrow_002.svg) no-repeat;
  background-size: contain;
  right: 2rem;
}

.sec-top-service {
  padding: 130px 0 120px;
}

@media (max-width: 480px) {
  .sec-top-service {
    padding: 100px 0 60px;
  }
}

.sec-top-service .wrap {
  width: calc(1100px + 4%);
  padding: 0 2%;
}

.sec-top-service .wrap .cat {
  text-align: center;
  color: #4fbac8;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.667;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}

.sec-top-service .wrap .main_title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .sec-top-service .wrap .main_title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

.sec-top-service .wrap .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .sec-top-service .wrap .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 25px;
    margin-bottom: clamp(30px, 9.375vw, 45px);
  }
}

.sec-top-service .wrap .flex_box .img_area {
  width: 530px;
}

@media (max-width: 480px) {
  .sec-top-service .wrap .flex_box .img_area {
    width: 100%;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}

.sec-top-service .wrap .flex_box .img_area img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.sec-top-service .wrap .flex_box .text_area {
  width: 530px;
}

@media (max-width: 480px) {
  .sec-top-service .wrap .flex_box .text_area {
    width: 100%;
  }
}

.sec-top-service .wrap .flex_box .text_area h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .sec-top-service .wrap .flex_box .text_area h3 {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec-top-service .wrap .flex_box .text_area h3 img {
  width: 42px;
  height: 47px;
}

.sec-top-service .wrap .flex_box .text_area h3 span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.818;
  color: #333;
}

.sec-top-service .wrap .flex_box .text_area .sub_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.056;
  margin-bottom: 18px;
}

@media (max-width: 480px) {
  .sec-top-service .wrap .flex_box .text_area .sub_title {
    text-align: center;
  }
}

.sec-top-service .wrap .flex_box .text_area .content {
  margin-bottom: 30px;
  letter-spacing: 0;
}

.sec-top-service .wrap .flex_box .text_area .button {
  margin: 0;
}

.sec-top-service .wrap .flex_box .text_area .button a {
  width: 265px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 1em 4em 1em 1.5em;
  position: relative;
  background: #4fbac8;
  border-radius: 50vh;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: block;
  border: 1px solid #4fbac8;
}

@media (max-width: 480px) {
  .sec-top-service .wrap .flex_box .text_area .button a {
    margin: 0 auto;
  }
}

.sec-top-service .wrap .flex_box .text_area .button a::after {
  background: url(../img/arrow_001.svg) no-repeat;
  position: absolute;
  background-size: contain;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 10px;
  content: "";
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.sec-top-service .wrap .flex_box .text_area .button a:hover {
  background: #fff;
  color: #4fbac8;
}

.sec-top-service .wrap .flex_box .text_area .button a:hover::after {
  background: url(../img/arrow_002.svg) no-repeat;
  right: 2rem;
  background-size: contain;
}

.sec-top-service .wrap .grid_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 21px;
          column-gap: 21px;
}

@media (max-width: 480px) {
  .sec-top-service .wrap .grid_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: clamp(30px, 9.375vw, 45px);
  }
}

.sec-top-service .wrap .grid_box .col {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
      grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.sec-top-service .wrap .grid_box .col .grid_img {
  position: relative;
  margin-bottom: 22px;
}

.sec-top-service .wrap .grid_box .col .grid_img img {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.sec-top-service .wrap .grid_box .col .grid_img .box_title {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  max-width: 85%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 4px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.818;
}

.sec-top-service .wrap .grid_box .col .content {
  margin-bottom: 30px;
}

.sec-top-service .wrap .grid_box .col .button a {
  width: 265px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 1em 4em 1em 1.5em;
  position: relative;
  background: #4fbac8;
  border-radius: 50vh;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: block;
  border: 1px solid #4fbac8;
  margin: 0 auto;
}

.sec-top-service .wrap .grid_box .col .button a::after {
  background: url(../img/arrow_001.svg) no-repeat;
  position: absolute;
  background-size: contain;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 10px;
  content: "";
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.sec-top-service .wrap .grid_box .col .button a:hover {
  background: #fff;
  color: #4fbac8;
}

.sec-top-service .wrap .grid_box .col .button a:hover::after {
  background: url(../img/arrow_002.svg) no-repeat;
  right: 2rem;
  background-size: contain;
}

.sec-top-flow_menu {
  background: #76c9d4;
  padding: 94px 0 100px;
  position: relative;
}

.sec-top-flow_menu::after {
  background: url(../img/illust_bg_002.png) no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  left: 0;
  width: clamp(360px, 36.60322vw, 500px);
  height: clamp(244px, 24.81698vw, 339px);
  position: absolute;
}

@media (max-width: 480px) {
  .sec-top-flow_menu::after {
    width: 75.83333vw;
    height: 50.83333vw;
  }
}

.sec-top-flow_menu::before {
  background: url(../img/illust_bg_002.png) no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: clamp(360px, 36.60322vw, 500px);
  height: clamp(244px, 24.81698vw, 339px);
  position: absolute;
}

@media (max-width: 480px) {
  .sec-top-flow_menu::before {
    top: unset;
    bottom: 0;
    -webkit-transform: scaleX(-1) scaleY(-1);
            transform: scaleX(-1) scaleY(-1);
    width: 75.83333vw;
    height: 50.83333vw;
  }
}

@media (max-width: 480px) {
  .sec-top-flow_menu {
    padding: 60px 0;
  }
}

.sec-top-flow_menu .wrap {
  position: relative;
  z-index: 1;
  width: calc(1100px + 4%);
  padding: 0 2%;
}

.sec-top-flow_menu .wrap .grid_box {
  /*
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 30px;
      @media (max-width: 480px) {
        grid-template-columns: 1fr;
        row-gap: 30px;
      }
      */
}

.sec-top-flow_menu .wrap .grid_box .col {
  background: #fff;
  padding: 61px 4% 50px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(90, 142, 145, 0.3);
          box-shadow: 0 4px 8px 0 rgba(90, 142, 145, 0.3);
}

.sec-top-flow_menu .wrap .grid_box .col .col_wrap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.sec-top-flow_menu .wrap .grid_box .col.left {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.sec-top-flow_menu .wrap .grid_box .col.left .title::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "flow";
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 9rem;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ebf7f9;
}

.sec-top-flow_menu .wrap .grid_box .col.left .title span {
  position: relative;
  z-index: 1;
}

.sec-top-flow_menu .wrap .grid_box .col.right {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media (max-width: 480px) {
  .sec-top-flow_menu .wrap .grid_box .col.right {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: unset;
    border-bottom-right-radius: unset;
  }
}

.sec-top-flow_menu .wrap .grid_box .col.right .title::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "price";
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 9rem;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ebf7f9;
}

.sec-top-flow_menu .wrap .grid_box .col.right .title span {
  position: relative;
  z-index: 1;
}

.sec-top-flow_menu .wrap .grid_box .col .title {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.667;
  letter-spacing: 0.1em;
}

.sec-top-flow_menu .wrap .grid_box .col .title .dot_line {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 10px;
}

.sec-top-flow_menu .wrap .grid_box .col .title .dot_line span {
  width: 8px;
  height: 3px;
  background-color: #4fbac8;
  border-radius: 2px;
  display: inline-block;
}

.sec-top-flow_menu .wrap .grid_box .col .content {
  margin-bottom: 20px;
}

.sec-top-flow_menu .wrap .grid_box .col .button {
  margin: 0;
}

.sec-top-flow_menu .wrap .grid_box .col .button a {
  width: 294px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 1em 4em 1em 1.5em;
  position: relative;
  background: #4fbac8;
  border-radius: 50vh;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: block;
  margin: 0 auto;
  border: 1px solid #4fbac8;
}

@media (max-width: 480px) {
  .sec-top-flow_menu .wrap .grid_box .col .button a {
    width: clamp(270px, 58.33333vw, 280px);
    font-size: clamp(14px, 1.1713vw, 16px);
  }
}

.sec-top-flow_menu .wrap .grid_box .col .button a::after {
  background: url(../img/arrow_001.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 10px;
  content: "";
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.sec-top-flow_menu .wrap .grid_box .col .button a:hover {
  background: #fff;
  color: #4fbac8;
}

.sec-top-flow_menu .wrap .grid_box .col .button a:hover::after {
  background: url(../img/arrow_002.svg) no-repeat;
  right: 2rem;
  background-size: contain;
}

.sec-top-news_blog {
  padding: 112px 0 150px;
  position: relative;
}

@media (max-width: 480px) {
  .sec-top-news_blog {
    padding: 80px 0 97px;
  }
}

.sec-top-news_blog::after {
  background: url(../img/illust_001.png) no-repeat;
  background-size: contain;
  width: 262px;
  height: 172px;
  content: "";
  position: absolute;
  left: 0;
  top: -91px;
}

@media (max-width: 480px) {
  .sec-top-news_blog::after {
    width: 131px;
    height: 86px;
    top: -45.5px;
  }
}

.sec-top-news_blog::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 0;
  background: url(../img/dot_bg.svg);
  background-size: auto;
  content: "";
}

@media (max-width: 480px) {
  .sec-top-news_blog::before {
    height: 54px;
  }
}

.sec-top-news_blog .wrap .cat {
  text-align: center;
  color: #4fbac8;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.667;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}

.sec-top-news_blog .wrap .main_title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .sec-top-news_blog .wrap .main_title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

.sec-top-news_blog .wrap .button {
  margin: 0;
}

.sec-top-news_blog .wrap .button a {
  width: 265px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 1em 4em 1em 1.5em;
  position: relative;
  background: #4fbac8;
  border-radius: 50vh;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: block;
  margin: 0 auto;
  border: 1px solid #4fbac8;
}

.sec-top-news_blog .wrap .button a::after {
  background: url(../img/arrow_001.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 10px;
  background-size: contain;
  content: "";
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.sec-top-news_blog .wrap .button a:hover {
  background: #fff;
  color: #4fbac8;
}

.sec-top-news_blog .wrap .button a:hover::after {
  background: url(../img/arrow_002.svg) no-repeat;
  right: 2rem;
  background-size: contain;
}

.sec-top-news_blog .wrap .news_area {
  margin-bottom: 90px;
}

.contact_effect {
  position: relative;
}

.contact_effect::after {
  background: url(../img/illust_001.png) no-repeat;
  background-size: contain;
  width: 262px;
  height: 172px;
  content: "";
  position: absolute;
  right: 0;
  top: -91px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 480px) {
  .contact_effect::after {
    width: 131px;
    height: 86px;
    top: -45.5px;
  }
}

.contact_effect .sec-top-contact {
  padding: 80px 0 90px;
  background: #effafb;
  position: relative;
}

@media (max-width: 480px) {
  .contact_effect .sec-top-contact {
    padding: 60px 0;
  }
}

.contact_effect .sec-top-contact::after {
  background: url(../img/illust_bg_003.svg) no-repeat;
  background-size: contain;
  content: "";
  bottom: 0;
  left: 0;
  width: 347px;
  height: 178px;
  position: absolute;
}

@media (max-width: 480px) {
  .contact_effect .sec-top-contact::after {
    width: 33.33333vw;
    height: 17.05417vw;
  }
}

.contact_effect .sec-top-contact::before {
  background: url(../img/illust_bg_003.svg) no-repeat;
  background-size: contain;
  content: "";
  bottom: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 347px;
  height: 178px;
  position: absolute;
}

@media (max-width: 480px) {
  .contact_effect .sec-top-contact::before {
    top: unset;
    bottom: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    width: 33.33333vw;
    height: 17.05417vw;
  }
}

.contact_effect .sec-top-contact .wrap {
  position: relative;
  z-index: 1;
  width: calc(1100px + 4%);
  padding: 0 2%;
}

.contact_effect .sec-top-contact .wrap .cat {
  text-align: center;
  color: #4fbac8;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.667;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}

.contact_effect .sec-top-contact .wrap .main_title {
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .contact_effect .sec-top-contact .wrap .main_title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.contact_effect .sec-top-contact .wrap .content {
  text-align: center;
  margin-bottom: 80px;
}

.contact_effect .sec-top-contact .wrap .grid_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media (max-width: 480px) {
  .contact_effect .sec-top-contact .wrap .grid_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 70px;
  }
}

.contact_effect .sec-top-contact .wrap .grid_box .col {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 47px 40px 45px;
  position: relative;
}

@media (max-width: 480px) {
  .contact_effect .sec-top-contact .wrap .grid_box .col {
    padding: 47px 0 45px;
  }
}

.contact_effect .sec-top-contact .wrap .grid_box .col::after {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  z-index: 1;
}

.contact_effect .sec-top-contact .wrap .grid_box .col .address_content {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 1.53734vw, 21px);
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
}

.contact_effect .sec-top-contact .wrap .grid_box .col .address {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  margin-bottom: 17px;
  font-size: clamp(32px, 2.56223vw, 35px);
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box1 {
  background: #5ab7aa;
  border-top-left-radius: 40px;
}

@media (max-width: 480px) {
  .contact_effect .sec-top-contact .wrap .grid_box .col.box1 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box1::after {
  background: url(../img/icon_001.svg) no-repeat center;
  background-color: #5ab7aa;
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box1 .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
          column-gap: 8px;
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box1 .time .time_head {
  padding: 3px 10px 4px;
  color: #5ab7aa;
  border-radius: 5px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box1 .time .time_body {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  letter-spacing: 0.02em;
  font-size: 2rem;
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box2 {
  background: #6baecc;
}

@media (max-width: 480px) {
  .contact_effect .sec-top-contact .wrap .grid_box .col.box2 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box2::after {
  background: url(../img/icon_002.svg) no-repeat center;
  background-color: #6baecc;
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box2 .time {
  padding: 3px 10px 4px;
  color: #6baecc;
  border-radius: 5px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.02em;
}

@media (max-width: 480px) {
  .contact_effect .sec-top-contact .wrap .grid_box .col.box2 .time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 3px 40px 4px;
  }
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box3 {
  background: #4fbac8;
  border-bottom-right-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .contact_effect .sec-top-contact .wrap .grid_box .col.box3 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: unset;
    row-gap: 20px;
  }
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box3::after {
  background: url(../img/icon_003.svg) no-repeat center;
  background-color: #4fbac8;
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box3 .button {
  margin: 0;
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box3 .button a {
  width: 265px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #4fbac8;
  padding: 1em 4em 1em 1.5em;
  position: relative;
  background: #fff;
  border-radius: 50vh;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: block;
  margin: 0 auto;
  border: 1px solid #4fbac8;
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box3 .button a::after {
  background: url(../img/arrow_002.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 10px;
  content: "";
  background-size: contain;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box3 .button a:hover {
  border: 1px solid #fff;
  background: #4fbac8;
  color: #fff;
}

.contact_effect .sec-top-contact .wrap .grid_box .col.box3 .button a:hover::after {
  background: url(../img/arrow_001.svg) no-repeat;
  right: 2rem;
  background-size: contain;
}

.fax {
  pointer-events: none;
}

.news_list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.news_item {
  border-bottom: 1px solid #adadad;
  padding: 16px 0;
}

.news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_item a:hover span {
  color: #4fbac8;
}

.news_date {
  font-size: 1.6rem;
  color: #333;
  font-family: "Roboto", sans-serif;
  line-height: 1.825;
  letter-spacing: 0.02em;
}

.news_title {
  font-size: 1.6rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.825;
  letter-spacing: 0.02em;
}

.blog_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media (max-width: 480px) {
  .blog_list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.blog_list a .blog_meta time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.215;
  letter-spacing: 0.02em;
  color: #333;
}

.blog_list a .blog_meta .blog_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #333;
  margin-bottom: 12px;
}

.blog_list a .blog_meta .blog_excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.825;
  letter-spacing: 0.02em;
  color: #333;
}
/*# sourceMappingURL=top.css.map */