@charset "UTF-8";
/* 
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif", serif;
font-family: "Zen Kaku Gothic New", sans-serif;
*/
body {
  font-size: 4vw;
  font-family: "游ゴシック", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  color: #222222;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/*--------------------cmn--------------------*/
.cmn_ttl {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 300;
  color: #8c8c8c;
  text-align: center;
  font-family: "Noto Serif", serif;
  padding-bottom: 0.6714285714em;
  position: relative;
  z-index: 1;
  margin-bottom: 8vw;
}
.cmn_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 0.4285714286em;
  height: 0.0142857143em;
  background: #8c8c8c;
  transform: translate(-50%, 0%);
}

.cmn_dl {
  width: 100%;
}
.cmn_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.cmn_dl_box dt {
  width: 100%;
  padding: 4vw 4vw 1.3333333333vw;
  text-align: center;
  font-weight: 700;
}
.cmn_dl_box dd {
  text-align: center;
  width: 100%;
  padding: 0 4vw 4vw;
  border-bottom: 0.2666666667vw solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cmn_dl_box dd span {
  width: 70%;
  display: block;
  margin-top: -0.8vw;
}
.cmn_dl_box dd span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn_dl_box:first-child dt {
  padding-top: 0;
}
.cmn_dl_box:first-child dd {
  padding-top: 0;
}

.cmn_btn {
  width: 100%;
  padding: 4vw 5.3333333333vw;
  background: #e5e4dc;
  position: relative;
  z-index: 1;
}
.cmn_btn:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.cmn_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 5.3333333333vw;
  width: 10.9333333333vw;
  height: 6.1333333333vw;
  transform: translate(0%, -50%);
  background: url(/img/common/arrowb.png) no-repeat center center/contain;
}
.cmn_btn p {
  font-size: 4vw;
  line-height: enm(24, 17);
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #222222;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  padding: 4vw;
  position: absolute;
  z-index: 10;
}
.header_logo {
  width: 40%;
}
.header_logo a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_right {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.header_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.header_nav_item {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}
.header_nav_item a {
  color: #fff;
}
.header_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.header_tel p {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
}
.header_sns {
  margin-top: 4px;
}

/*--------------------header--------------------*/
/*--------------------footer--------------------*/
.footer {
  width: 100%;
  padding: 16vw 4vw 4vw;
  background: #262626;
}
.footer_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer_logo {
  width: 50%;
  margin: 0 auto 8vw;
}
.footer_address {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4vw;
  text-align: center;
}
.footer_dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667vw;
  width: 100%;
  margin-bottom: 8vw;
}
.footer_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}
.footer_dl_box dt {
  padding-right: 2.6666666667vw;
  border-right: 0.2666666667vw solid #fff;
  margin-right: 2.6666666667vw;
}
.footer_right {
  width: 90%;
}
.footer_link {
  width: 100%;
  border: 0.2666666667vw solid #fff;
  padding: 4vw;
  position: relative;
  z-index: 1;
  margin-bottom: 8vw;
}
.footer_link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 2.6666666667vw;
  width: 10.9333333333vw;
  height: 6.1333333333vw;
  transform: translate(0%, -50%);
  background: url(/img/common/arrow.png) no-repeat center center/contain;
}
.footer_link p {
  font-size: 3.8666666667vw;
  line-height: 1.4117647059em;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4%;
  width: 100%;
  margin-bottom: 8vw;
}
.footer_nav_list {
  width: 48%;
}
.footer_nav_list:first-child .footer_nav_item:nth-child(2) {
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
}
.footer_nav_list:first-child .footer_nav_item:nth-child(3) {
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
  font-weight: 400;
}
.footer_nav_item {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 6.6666666667vw;
}
.footer_nav_item a {
  color: #fff;
}

.copy_right {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #808080;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.copy_right a {
  color: #808080;
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.mv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 133.3333333333vw;
}
.mv_catch {
  width: 45%;
  position: absolute;
  z-index: -1;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv_wrap {
  width: 90%;
  position: absolute;
  z-index: -1;
  bottom: 4vw;
  left: 50%;
  transform: translate(-50%, 0%);
}
.mv_btn {
  width: 100%;
  padding: 1.6vw 5.3333333333vw;
  border: 0.2666666667vw solid #fff;
  position: relative;
  z-index: 1;
}
.mv_btn:not(:last-child) {
  margin-bottom: 4vw;
}
.mv_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 5.3333333333vw;
  width: 10.9333333333vw;
  height: 6.1333333333vw;
  transform: translate(0%, -50%);
  background: url(/img/common/arrow.png) no-repeat center center/contain;
}
.mv_btn p {
  font-size: 4vw;
  line-height: enm(24, 17);
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff;
}

/*--------------------swiper--------------------*/
.swiper {
  position: absolute;
  z-index: -5;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------swiper--------------------*/
/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sv {
  width: 100%;
  height: 106.6666666667vw;
  position: relative;
  z-index: 1;
}
.sv_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sv_catch {
  width: 100%;
  text-align: center;
  font-size: 7.7333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  position: absolute;
  z-index: -2;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sv_wrap {
  width: 90%;
  position: absolute;
  z-index: -1;
  bottom: 4vw;
  left: 50%;
  transform: translate(-50%, 0%);
}
.sv_btn {
  width: 100%;
  padding: 1.6vw 5.3333333333vw;
  border: 0.2666666667vw solid #fff;
  position: relative;
  z-index: 1;
}
.sv_btn:not(:last-child) {
  margin-bottom: 4vw;
}
.sv_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 5.3333333333vw;
  width: 10.9333333333vw;
  height: 6.1333333333vw;
  transform: translate(0%, -50%);
  background: url(/img/common/arrow.png) no-repeat center center/contain;
}
.sv_btn p {
  font-size: 4vw;
  line-height: enm(24, 17);
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff;
}

/*--------------------sv--------------------*/
/*--------------------company--------------------*/
.company {
  width: 100%;
  padding-bottom: 0;
}
.company .cmn_dl {
  margin-bottom: 13.3333333333vw;
}

.company2 {
  width: 100%;
  padding-bottom: 0;
}
.company2 .cmn_dl {
  margin-bottom: 13.3333333333vw;
}
.company2_ttl {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 500;
  position: relative;
  color: #222222;
  z-index: 1;
  margin-bottom: 8vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.company2_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 0.9375em;
  height: 0.03125em;
  background: #8c8c8c;
  transform: translate(-50%, 0%);
}

.googlemap {
  width: 100%;
  height: 80vw;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

/*--------------------company--------------------*/
/*--------------------gai--------------------*/
.service {
  width: 100%;
}
.service_flex {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8vw;
}
.service_img {
  width: 100%;
  height: 65.3333333333vw;
}
.service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_box {
  width: 100%;
}
.service_ttl {
  margin-bottom: 8vw;
  text-align: left;
}
.service_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 0%;
  width: 0.4285714286em;
  height: 0.0142857143em;
  background: #8c8c8c;
  transform: translate(0%, 0%);
}
.service_txt {
  font-size: 4vw;
  line-height: 2.2352941176em;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.area {
  width: 100%;
  background: url(/img/gai/bgarea.png) no-repeat center center/cover;
}
.area_flex {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8vw;
  margin: 0 auto;
}
.area_img {
  width: 100%;
  height: 92.5333333333vw;
}
.area_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area_box {
  width: 100%;
}
.area_ttl {
  text-align: left;
  margin-bottom: 8vw;
}
.area_ttl::before {
  left: 0;
  transform: translate(0%, 0%);
}
.area_txt {
  font-size: 4vw;
  line-height: 2.125em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.add {
  width: 100%;
}
.add_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
}
.add_flex:not(:last-child) {
  margin-bottom: 13.3333333333vw;
  flex-direction: row-reverse;
}
.add_img {
  width: 100%;
  height: 60.48vw;
  margin-top: 8vw;
  z-index: 2;
}
.add_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.add_box {
  width: 100%;
  background: #f0f0f0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5.3333333333vw 4vw;
}
.add_box_ttl {
  font-size: 5.8666666667vw;
  line-height: 1.5333333333em;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-bottom: 1.4em;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
.add_box_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 0.0333333333em;
  height: 0.6666666667em;
  background: #a6a6a6;
  transform: translate(-50%, 0%);
}
.add_txt {
  font-size: 4vw;
  line-height: 2.125em;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.flow {
  width: 100%;
  background: #f0f0f0;
}
.flow_item {
  background: #fff;
  width: 100%;
  padding: 5.3333333333vw 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4vw;
}
.flow_item:not(:last-child) {
  margin-bottom: 8vw;
}
.flow_img {
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  margin: 0 auto;
}
.flow_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow_box {
  width: 100%;
}
.flow_box_ttl {
  font-size: 5.8666666667vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 2.1333333333vw;
}
.flow_box_ttl_mini {
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #8c8c8c;
  font-family: "Noto Serif", serif;
  margin-right: 2.6666666667vw;
}
.flow_box_ttl_big {
  font-size: 9.0666666667vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #8c8c8c;
  font-family: "Noto Serif", serif;
  margin-right: 4vw;
}
.flow_txt {
  font-size: 4vw;
  line-height: 2.2352941176em;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.info {
  width: 100%;
}
.info_box {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.info_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: calc(100% - 5.3333333333vw);
  height: calc(100% - 5.3333333333vw);
  transform: translate(-50%, -50%);
  border: 0.2666666667vw solid #fff;
}
.info_ttl {
  font-size: 9.3333333333vw;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 300;
  color: #fff;
  font-family: "Noto Serif", serif;
}
.info_txt {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  margin-top: 2.6666666667vw;
}
.info_btn {
  position: absolute;
  z-index: -1;
  bottom: 5.3333333333vw;
  right: 5.3333333333vw;
  transform: translate(0%, 0%);
}
.info_btn p {
  display: inline-block;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 3.75em;
}
.info_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 2.5625em;
  height: 1.4375em;
  transform: translate(0%, -50%);
  background: url(/img/common/arrow.png) no-repeat center center/contain;
}

#infogai .info_box {
  padding: 24vw 8vw;
  background: url(/img/gai/bgabout.png) no-repeat center center/cover;
}

#infokan .info_box {
  padding: 27.3333333333vw 8vw;
  background: url(/img/gai/bgabout.png) no-repeat center center/cover;
}

/*--------------------gai--------------------*/
/*--------------------kan--------------------*/
.kan_page .add {
  background: #f0f0f0;
}
.kan_page .add_box {
  background: #fff;
}

/*--------------------kan--------------------*/
/*--------------------about--------------------*/
.gre {
  width: 100%;
  position: relative;
  z-index: 1;
}
.gre_inner {
  position: relative;
  z-index: 1;
}
.gre_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20vw;
  right: -5%;
  width: 24%;
  height: 18.6666666667vw;
  transform: translate(0%, 0%);
  background: url(/img/about/img03.png) no-repeat center center/contain;
}
.gre::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 12vw;
  left: 0%;
  width: 22%;
  height: 25.0666666667vw;
  transform: translate(0%, 0%);
  background: url(/img/about/img01.png) no-repeat center center/contain;
}
.gre::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2.6666666667vw;
  right: 0%;
  width: 27%;
  height: 28.5333333333vw;
  transform: translate(0%, 0%);
  background: url(/img/about/img02.png) no-repeat center center/contain;
}
.gre_txt p {
  font-size: 4vw;
  line-height: 2.1176470588em;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.gre_txt p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}

.servicea {
  width: 100%;
  background: #f0f0f0;
}
.servicea_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw;
  flex-direction: row-reverse;
}
.servicea_flex:not(:last-child) {
  margin-bottom: 16vw;
}
.servicea_box {
  width: 100%;
}
.servicea_box_ttl {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 300;
  margin-bottom: 2.6666666667vw;
  color: #8c8c8c;
  font-family: "Noto Serif", serif;
}
.servicea_box_sub {
  font-size: 4.2666666667vw;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-bottom: 1.2em;
  margin-bottom: 6.6666666667vw;
}
.servicea_box_sub::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 0%;
  width: 1.2em;
  height: 0.04em;
  transform: translate(0%, 0%);
  background: #a6a6a6;
}
.servicea_img {
  width: 100%;
  height: 66.6666666667vw;
}
.servicea_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.servicea_txt {
  font-size: 4vw;
  line-height: 2.125em;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 5.3333333333vw;
}

/*--------------------about--------------------*/
/*--------------------top--------------------*/
.top_about {
  width: 100%;
}
.top_about_ttl {
  font-size: 6.4vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  text-align: center;
  padding-bottom: 0.9375em;
  color: #222222;
  z-index: 1;
  margin-bottom: 8vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.top_about_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 0.9375em;
  height: 0.03125em;
  background: #8c8c8c;
  transform: translate(-50%, 0%);
}
.top_about_txt {
  font-size: 4vw;
  line-height: 2.2352941176em;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 8vw;
}
.top_about_btn {
  margin: 0 auto;
}

.sep {
  width: 100%;
  height: 80vw;
}
.sep img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_page .top_service {
  padding-bottom: 0;
}
.top_page .servicea_flex:first-child {
  flex-direction: row;
}
.top_page .servicea_flex:not(:last-child) {
  margin-bottom: 16vw;
}
.top_page .servicea_box {
  width: 100%;
}
.top_page .servicea_img {
  width: 100%;
  height: 59.2vw;
}
.top_page .servicea_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#infotop {
  position: relative;
  z-index: 1;
}
#infotop::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 42.6666666667vw;
  transform: translate(-50%, 0%);
  background: #f0f0f0;
}
#infotop .info_box {
  padding: 27.3333333333vw 8vw;
  background: url(/img/top/img03.png) no-repeat center center/cover;
}

.top_con {
  width: 100%;
  background: url(/img/top/bgcon.png) no-repeat center center/cover;
}
.top_con_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8vw;
}
.top_con_ttl {
  padding-bottom: 0.4285714286em;
  margin-bottom: 8vw;
}
.top_con_txt {
  text-align: center;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 8vw;
}
.top_con_tel p {
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #222222;
}
.top_con_tel p span {
  display: block;
  width: 100%;
  margin-top: -0.8vw;
}
.top_con_btn {
  width: 81%;
  border: 0.2666666667vw solid #222222;
  padding: 5.3333333333vw;
}
.top_con_btn p {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #222222;
  padding-left: 2em;
}
.top_con_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.4117647059em;
  height: 0.9411764706em;
  transform: translate(0%, -50%);
  background: url(/img/common/mailb.png) no-repeat center center/contain;
}
.top_con_btn p::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 2.4117647059em;
  height: 1.3529411765em;
  transform: translate(0%, -50%);
  background: url(/img/common/arrowb.png) no-repeat center center/contain;
}
.top_con_sns {
  width: 8.8vw;
  height: 8.8vw;
}
.top_con_sns img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_news_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 13.3333333333vw;
  margin-bottom: 13.3333333333vw;
}
.top_news_ttl {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.top_news_ttl::before {
  display: none;
}
.top_news_post {
  width: 100%;
}
.top_news_btn {
  text-align: right;
}
.top_news_btn p {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #222222;
  padding-right: 3.75em;
}
.top_news_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 2.5625em;
  height: 1.4375em;
  transform: translate(0%, -50%);
  background: url(/img/common/arrowb.png) no-repeat center center/contain;
}

/*--------------------top--------------------*//*# sourceMappingURL=style_sp.css.map */