#intro {
  background: url(../images/top/bg_intro.png) center 0 no-repeat #faf6db;
  background-size: 120rem auto;
  text-align: center;
  padding-bottom: 53rem;
}
#intro .intro_ttl {
  padding-top: 20.2rem;
  color: #fff;
  font-weight: 600;
  font-size: 4.7rem;
  line-height: 1.4680851064;
  letter-spacing: 0.2em;
}
#intro .intro_ttl span {
  text-align: left;
  display: inline-block;
}

@media screen and (min-width: 1201px) {
  #intro {
    background-size: 100% auto;
    aspect-ratio: 1200/1089;
    padding-bottom: 0;
  }
  #intro .intro_ttl {
    padding-top: 17.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #intro {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: url(../images/top/bg_intro_sp.png) 0 0 no-repeat #faf6db;
    background-size: 100% auto;
    padding-bottom: 58rem;
  }
  #intro .intro_ttl {
    padding-top: 18.5rem;
    padding-left: 13.7rem;
    font-size: 5.6rem;
    line-height: 1.5178571429;
    letter-spacing: 0.18em;
  }
  #intro .intro_txt {
    font-size: 2.7rem;
    line-height: 2.1851851852;
    letter-spacing: 0.05em;
    padding-top: 27rem;
    padding-bottom: 28rem;
  }
}
.news {
  overflow: hidden;
  padding-top: 7.5rem;
}
.news .news_ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
.news .news_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5rem;
}
.news .news_head h3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.news .news_head .btn {
  margin-left: 1rem;
}
.news .news_content .swiper-slide {
  width: 27.7rem;
  margin-right: 2.8rem;
  height: auto;
}
.news .news_content .swiper-slide a {
  height: 100%;
  overflow: hidden;
  border: 1px solid #c8c8c8;
  display: block;
}
.news .news_content .swiper-slide a .thum {
  overflow: hidden;
}
.news .news_content .swiper-slide a .thum img {
  aspect-ratio: 554/336;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news_content .swiper-slide a .txt {
  padding: 1rem 2rem 3rem;
  position: relative;
}
.news .news_content .swiper-slide a .txt .cat {
  line-height: 1;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.3rem 2.4rem;
  color: #fff;
}
.news .news_content .swiper-slide a .txt .cat.cat_event {
  background: #01b1c8;
}
.news .news_content .swiper-slide a .txt .cat.cat_news {
  background: #013b8f;
}
.news .news_content .swiper-slide a .txt .news_date {
  font-size: 1.4rem;
  font-family: "Roboto";
  color: #666666;
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
}
.news .news_content .swiper-slide a .txt .news_txt {
  font-size: 1.6rem;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}
.news .news_content .swiper-slide a .txt:after {
  content: "";
  width: 1.9rem;
  height: 0.8rem;
  background: url(../images/common/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
}
.news .topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
.news .topic {
  width: 46.3rem;
}
.news .topic .news_head {
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}
.news .topic ul li {
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
}
.news .topic ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 0;
}
.news .topic ul li a .topic_date {
  color: #666666;
  font-size: 1.4rem;
  font-family: "Roboto";
  letter-spacing: 0.05em;
  line-height: 1.6428571429;
  width: 10rem;
}
.news .topic ul li a .topic_txt {
  font-size: 1.4rem;
  line-height: 1.6428571429;
  letter-spacing: 0.02em;
  width: calc(100% - 10rem);
}

@media screen and (max-width: 767px) {
  .news {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 13rem 4rem 17.5rem;
  }
  .news .news_ttl {
    font-size: 5rem;
    margin-bottom: 7rem;
  }
  .news .news_head {
    padding-bottom: 3rem;
  }
  .news .news_head h3 {
    font-size: 3.3rem;
  }
  .news .news_head .btn {
    margin-left: auto;
  }
  .news .news_content .swiper-slide {
    width: 49.6rem;
    margin-right: 5rem;
  }
  .news .news_content .swiper-slide a .thum img {
    aspect-ratio: 496/301;
  }
  .news .news_content .swiper-slide a .txt {
    padding: 2rem 3.5rem 10rem;
  }
  .news .news_content .swiper-slide a .txt .cat {
    font-size: 2.3rem;
    padding: 0.5rem 4rem;
  }
  .news .news_content .swiper-slide a .txt .news_date {
    font-size: 2.4rem;
    margin-top: 0.6rem;
    margin-bottom: 2rem;
  }
  .news .news_content .swiper-slide a .txt .news_txt {
    font-size: 3rem;
    line-height: 1.4666666667;
  }
  .news .news_content .swiper-slide a .txt:after {
    width: 3.8rem;
    height: 1.6rem;
    right: 4rem;
    bottom: 4rem;
  }
  .news .topics {
    margin-top: 10rem;
    margin-bottom: 0;
  }
  .news .topic {
    width: 100%;
  }
  .news .topic .news_head {
    margin-bottom: 0;
  }
  .news .topic ul li a {
    padding: 2.2rem 0;
  }
  .news .topic ul li a .topic_date {
    font-size: 2.1rem;
    width: 100%;
  }
  .news .topic ul li a .topic_txt {
    font-size: 2.8rem;
    line-height: 1.3571428571;
    width: 100%;
  }
  .news .topic + .topic {
    margin-top: 8rem;
  }
}
.open {
  margin-top: 5rem;
  padding-bottom: 6rem;
  color: #fff;
  position: relative;
}
.open:after {
  content: "";
  width: 100%;
  height: calc(100% - 5.3rem);
  z-index: -1;
  background: #88ccb5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.open img {
  width: 120rem;
  margin: 0 auto;
}
.open .open_inner {
  position: absolute;
  top: 9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.open .open_txt_left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: -2rem;
}
.open .open_txt_left span {
  display: block;
  line-height: 1;
  text-align: center;
}
.open .open_txt_left .open_txt_left_lbl01 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
.open .open_txt_left .open_txt_left_lbl02 {
  font-size: 4.6rem;
  font-family: var(--font-en);
  font-weight: 500;
  margin-bottom: 1rem;
}
.open .open_txt_left .open_txt_left_lbl03 {
  font-size: 3.2rem;
}
.open .open_txt_right {
  position: absolute;
  top: 0;
  right: -5rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.open .open_txt_right .open_txt_right_label {
  position: absolute;
  top: 0;
  left: -3rem;
  font-size: 1.8rem;
  font-family: var(--font-en);
  font-weight: 500;
}
.open .open_txt_right .open_circle {
  margin-left: 1rem;
  width: 14.2rem;
  height: 14.2rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.open .open_txt_right .open_circle .open_circle_txt01 {
  font-size: 1.6rem;
}
.open .open_txt_right .open_circle .open_circle_txt02 {
  font-size: 2.4rem;
}
.open .open_txt_right .open_circle .open_circle_txt02 span {
  margin-left: -0.5em;
}

@media screen and (max-width: 767px) {
  .open {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 0;
    padding-bottom: 0;
  }
  .open:after {
    display: none;
  }
  .open img {
    width: 100%;
  }
  .open .open_inner {
    position: static;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .open .open_txt_left {
    top: 10rem;
    width: 100%;
    margin-left: 0;
  }
  .open .open_txt_left .open_txt_left_lbl01 {
    font-size: 3.7rem;
    margin-bottom: 2rem;
    letter-spacing: 0;
  }
  .open .open_txt_left .open_txt_left_lbl02 {
    font-size: 7rem;
    margin-bottom: 2rem;
  }
  .open .open_txt_left .open_txt_left_lbl03 {
    font-size: 4rem;
  }
  .open .open_txt_right {
    top: 37.2rem;
    right: 2rem;
    width: 51rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .open .open_txt_right .open_txt_right_label {
    top: -2rem;
    left: 0;
    text-align: center;
    font-size: 3.1rem;
    display: block;
    width: 100%;
  }
  .open .open_txt_right .open_circle {
    margin-left: 0;
    width: 24.5rem;
    height: 24.5rem;
  }
  .open .open_txt_right .open_circle .open_circle_txt01 {
    font-size: 2.8rem;
  }
  .open .open_txt_right .open_circle .open_circle_txt02 {
    font-size: 4.2rem;
  }
}
.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project .project_item {
  width: 18.333%;
}
.project .project_item a {
  display: block;
  overflow: hidden;
  position: relative;
}
.project .project_item a.c01 .project_item_txt02 {
  background: #009a5c;
}
.project .project_item a.c02 .project_item_txt02 {
  background: #009a9e;
}
.project .project_item a.c03 .project_item_txt02 {
  background: #d04090;
}
.project .project_item a.c04 .project_item_txt02 {
  background: #71b92b;
}
.project .project_item a .project_item_txt_wrap {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  padding: 2rem;
}
.project .project_item a .project_item_txt_wrap .project_item_txt01 {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.2rem;
  font-family: var(--font-en);
}
.project .project_item a .project_item_txt_wrap .project_item_txt02 {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #fff;
  display: inline-block;
  padding: 0 0.5rem;
  margin-bottom: 0.2rem;
}
.project .project_item a .project_item_txt_wrap .project_item_txt03 {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
}
.project .project_item_last {
  width: 26.668%;
}
.project .project_item_last a {
  display: block;
  overflow: hidden;
  position: relative;
}
.project .project_item_last a .project_item_txt_wrap {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 8rem;
  left: 0;
  text-align: center;
  color: #fff;
}
.project .project_item_last a .project_item_txt_wrap .project05_item_txt01 {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.project .project_item_last a .project_item_txt_wrap .project05_item_txt01 .mugendai {
  width: 7.3rem;
  display: inline-block;
  margin-right: 1rem;
}
.project .project_item_last a .project_item_txt_wrap .project05_item_txt02 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-top: 6rem;
}
.project .project_item_last a .project_item_txt_wrap .project05_item_txt03 {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.project .project_item_last a .project_item_txt_wrap .project05_item_txt03 img {
  width: 6.3rem;
  margin: 0 auto;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .project {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .project .project_item {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .project .project_item a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    color: #fff;
  }
  .project .project_item a.c01 {
    background: #009a5c;
  }
  .project .project_item a.c02 {
    background: #009a9e;
  }
  .project .project_item a.c03 {
    background: #d04090;
  }
  .project .project_item a.c04 {
    background: #71b92b;
  }
  .project .project_item a .project_item_txt_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    text-align: center;
    padding: 3rem 0;
  }
  .project .project_item a .project_item_txt_wrap .project_item_txt01 {
    font-size: 3rem;
    margin-bottom: 0.8rem;
  }
  .project .project_item a .project_item_txt_wrap .project_item_txt02 {
    font-size: 2.6rem;
  }
  .project .project_item a .project_item_txt_wrap .project_item_txt03 {
    font-size: 3.2rem;
    line-height: 1.21875;
    letter-spacing: 0;
  }
  .project .project_item a img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .project .project_item_last {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .project .project_item_last a .project_item_txt_wrap {
    top: 9rem;
  }
  .project .project_item_last a .project_item_txt_wrap .project05_item_txt01 {
    font-size: 3.2rem;
  }
  .project .project_item_last a .project_item_txt_wrap .project05_item_txt01 .mugendai {
    width: 8.1rem;
  }
  .project .project_item_last a .project_item_txt_wrap .project05_item_txt02 {
    font-size: 3.2rem;
    margin-top: 1rem;
  }
  .project .project_item_last a .project_item_txt_wrap .project05_item_txt03 {
    font-size: 6rem;
  }
  .project .project_item_last a .project_item_txt_wrap .project05_item_txt03 img {
    margin-top: 4rem;
  }
}
.point {
  padding-top: 7.5rem;
}
.point .point_ttl {
  text-align: center;
  margin-bottom: 2.5rem;
}
.point .point_ttl span {
  display: block;
  line-height: 1;
}
.point .point_ttl .txt1 {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.point .point_ttl .txt2 {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.point .point_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.point .point_content .point_item {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.point .point_content .point_item .point_item_txt {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 2.1rem;
  color: #fff;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .point {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 11rem 4rem 0;
  }
  .point .point_ttl {
    margin-bottom: 4.5rem;
  }
  .point .point_ttl .txt1 {
    font-size: 2.7rem;
    letter-spacing: 0;
  }
  .point .point_ttl .txt2 {
    margin-top: 1rem;
    font-size: 5rem;
    letter-spacing: 0.02em;
  }
  .point .point_content .point_item {
    width: 100%;
  }
  .point .point_content .point_item .point_item_txt {
    font-size: 4.3rem;
  }
  .point .point_content .point_item + .point_item {
    margin-top: 3rem;
  }
}
.course {
  padding-top: 7.5rem;
}
.course .course_ttl {
  text-align: center;
  position: relative;
  width: 50.5rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.course .course_ttl:before, .course .course_ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
}
.course .course_ttl:before {
  width: 4.7rem;
  height: 8.1rem;
  background: url(../images/top/course_deco01.png) 0 0 no-repeat;
  background-size: 100% auto;
  left: -1rem;
}
.course .course_ttl:after {
  width: 3.2rem;
  height: 8.2rem;
  background: url(../images/top/course_deco02.png) 0 0 no-repeat;
  background-size: 100% auto;
  right: 0;
}
.course .course_ttl span {
  display: block;
  line-height: 1;
}
.course .course_ttl .txt1 {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.course .course_ttl .txt2 {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.course .course_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.course .course_content .course_item {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.course .course_content .course_item .course_item_txt_wrap {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  width: 100%;
}
.course .course_content .course_item .course_item_txt_wrap .course_item_txt01 {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.course .course_content .course_item .course_item_txt_wrap .course_item_txt02 {
  font-size: 2.9rem;
  font-weight: 500;
}
.course .course_content .course_item .course_item_txt_wrap .course_item_txt03 {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  font-family: var(--font-en);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .course {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding: 12rem 4rem 0;
  }
  .course .course_ttl {
    width: 100%;
    margin-bottom: 6rem;
  }
  .course .course_ttl:before {
    width: 7.8rem;
    height: 13.8rem;
    left: -2rem;
  }
  .course .course_ttl:after {
    width: 5.5rem;
    height: 13.8rem;
    right: -2rem;
  }
  .course .course_ttl .txt1 {
    font-size: 2.7rem;
    letter-spacing: 0;
  }
  .course .course_ttl .txt2 {
    margin-top: 1rem;
    font-size: 5rem;
    letter-spacing: 0.02em;
  }
  .course .course_content .course_item .course_item_txt_wrap .course_item_txt01 {
    font-size: 2.6rem;
  }
  .course .course_content .course_item .course_item_txt_wrap .course_item_txt02 {
    font-size: 3.8rem;
    line-height: 1.3;
  }
  .course .course_content .course_item .course_item_txt_wrap .course_item_txt03 {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.btn {
  width: 13rem;
  height: 2.2rem;
  border: 1px solid #000;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.8rem;
  border-radius: 1.1rem;
}
.btn svg {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 20rem;
    height: 4.5rem;
    font-size: 2.4rem;
    padding-left: 2.2rem;
    border-radius: 2.25rem;
  }
  .btn svg {
    right: 1.8rem;
    width: 2.2rem;
  }
}
.insta {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .insta {
    padding: 13rem 4rem 16rem;
  }
}
.link {
  background: url(../images/top/bg_link.jpg) center center no-repeat;
  background-size: cover;
  padding: 11.5rem 0 7rem;
}
.link .link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link .link_btn a {
  width: 42.3rem;
  height: 11rem;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link .link_btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link .link_btn a img {
  margin-right: 1rem;
}
.link .link_btn .link_btn01 {
  background: #00b1c6;
}
.link .link_btn .link_btn01 img {
  width: 4.1rem;
}
.link .link_btn .link_btn02 {
  background: #003b8f;
  margin-left: 2rem;
}
.link .link_btn .link_btn02 img {
  width: 2.8rem;
}
.link .link_sns {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link .link_sns li {
  list-style: none;
  margin: 0 1rem;
}
.link .link_sns li .icon_fb {
  width: 3.5rem;
}
.link .link_sns li .icon_x {
  width: 3.4rem;
}
.link .link_sns li .icon_line {
  width: 3.4rem;
}
.link .link_sns li .icon_insta {
  width: 3.4rem;
}
.link .link_sns li .icon_youtube {
  width: 4.1rem;
}

@media screen and (max-width: 767px) {
  .link {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    background: url(../images/top/bg_link_sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 15rem 0 12rem;
  }
  .link .link_btn {
    display: block;
  }
  .link .link_btn a {
    width: 47.6rem;
    height: 14rem;
    font-size: 3rem;
    margin: 0 auto;
  }
  .link .link_btn a img {
    margin-right: 1rem;
  }
  .link .link_btn .link_btn01 img {
    width: 5.1rem;
  }
  .link .link_btn .link_btn02 {
    margin-left: auto;
    margin-top: 3.5rem;
  }
  .link .link_btn .link_btn02 img {
    width: 3.2rem;
  }
  .link .link_sns {
    margin-top: 6rem;
  }
  .link .link_sns li {
    margin: 0 2rem;
  }
  .link .link_sns li .icon_fb {
    width: 5.9rem;
  }
  .link .link_sns li .icon_x {
    width: 5.7rem;
  }
  .link .link_sns li .icon_line {
    width: 5.8rem;
  }
  .link .link_sns li .icon_insta {
    width: 5.8rem;
  }
  .link .link_sns li .icon_youtube {
    width: 7rem;
  }
}