@charset "UTF-8";
/* color */
/* commonスタイル */
html[lang=ja] {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html,
body {
  -webkit-text-size-adjust: 100%;
}

.oswald {
  -webkit-text-size-adjust: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body {
  font-size: 1.4rem;
  margin: 0;
} /*font-size : 14px と同等*/
.wrap {
  overflow: hidden;
  position: relative;
  margin-top: -2rem;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

ul {
  padding: 0;
}

img {
  width: 100%;
}

figure {
  margin: 0;
}

.pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
}

.contents {
  padding: 0 1.5rem;
}
@media screen and (min-width: 767px) {
  .contents {
    max-width: 1024px;
    margin: 0 auto;
  }
}

h2 {
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  h2 {
    font-size: 3rem;
  }
}

.red {
  color: #fe0000;
}

.title {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: baseline;
}
.title span {
  display: block;
  color: #777;
  padding-left: 2rem;
}
.title .red_bar {
  width: 6rem;
  height: 2.5rem;
  background-color: #fe0000;
  padding-left: unset;
}
@media screen and (min-width: 435px) {
  .title .red_bar {
    width: 7rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 767px) {
  .title .red_bar {
    width: 13rem;
    height: 5rem;
  }
}
.title h2 {
  padding-left: 1rem;
  color: #fff;
  font-size: 3rem;
}
@media screen and (min-width: 435px) {
  .title h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 767px) {
  .title h2 {
    padding-left: 2rem;
    font-size: 5rem;
  }
}

.bg5 {
  position: absolute;
  overflow: hidden;
  background-image: url("images/news_bg4_r_sp.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  height: 154rem;
  width: 100%;
  z-index: -1;
  top: 77.5vw;
}
@media screen and (min-width: 435px) {
  .bg5 {
    top: 50vw;
  }
}
@media screen and (min-width: 620px) {
  .bg5 {
    top: 45vw;
  }
}
@media screen and (min-width: 767px) {
  .bg5 {
    background-image: unset;
  }
}
@media screen and (min-width: 1000px) {
  .bg5 {
    z-index: 0;
    background-image: url("images/news_bg1_b_pc.png");
    top: min(35vw, 700px);
  }
}
@media screen and (min-width: 1280px) {
  .bg5 {
    top: min(25.5vw, 500px);
  }
}

.bg6 {
  position: absolute;
  overflow: hidden;
  background-image: url("images/news_bg5_b_sp.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  height: 154rem;
  width: 100%;
  z-index: -1;
  top: 3vw;
}
@media screen and (min-width: 435px) {
  .bg6 {
    z-index: 0;
    top: -5vw;
  }
}
@media screen and (min-width: 620px) {
  .bg6 {
    z-index: 0;
    top: 5vw;
  }
}
@media screen and (min-width: 767px) {
  .bg6 {
    top: min(25vw, 500rem);
  }
}
@media screen and (min-width: 1000px) {
  .bg6 {
    z-index: 10;
    background-image: url("images/news_bg2_b_pc.png");
    top: min(25vw, 500px);
  }
}
@media screen and (min-width: 1280px) {
  .bg6 {
    top: min(12.5vw, 250px);
  }
}

.bg7 {
  position: absolute;
  overflow: hidden;
  background-image: url("images/pro_bg6_r_sp.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  height: 180vw;
  width: 100%;
  z-index: 35;
  top: 60vw;
  right: 0;
}
@media screen and (min-width: 435px) {
  .bg7 {
    top: 35vw;
  }
}
@media screen and (min-width: 620px) {
  .bg7 {
    top: 25vw;
  }
}
@media screen and (min-width: 767px) {
  .bg7 {
    top: -30vw;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .bg7 {
    background-image: url("images/pro_bg1_b_pc.png");
    top: 57.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .bg7 {
    top: 52.5vw;
  }
}
@media screen and (min-width: 1640px) {
  .bg7 {
    top: 51vw;
  }
}

.bg8 {
  position: absolute;
  overflow: hidden;
  background-image: url("images/rec_bg7_b_sp.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  top: -75vw;
  width: 100%;
  z-index: -1;
  right: 0;
  height: 170vw;
}
@media screen and (min-width: 620px) {
  .bg8 {
    top: -70vw;
  }
}
@media screen and (min-width: 767px) {
  .bg8 {
    left: 0;
    top: min(50vw, 1000px);
  }
}
@media screen and (min-width: 1000px) {
  .bg8 {
    z-index: 35;
    height: 100vw;
    background-image: url("images/pro_bg2_r_pc.png");
    top: min(55vw, 1100px);
  }
}
@media screen and (min-width: 1000px) {
  .bg8 {
    top: 57.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .bg8 {
    top: 52.5vw;
  }
}
@media screen and (min-width: 1640px) {
  .bg8 {
    top: 50vw;
  }
}

.bg9 {
  position: absolute;
  overflow: hidden;
  background-image: url("images/end_bg8_b_sp.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  height: 87rem;
  width: 100%;
  z-index: -1;
  top: 110vw;
}
@media screen and (min-width: 435px) {
  .bg9 {
    height: 100vw;
    top: 85vw;
  }
}
@media screen and (min-width: 620px) {
  .bg9 {
    top: 60vw;
  }
}
@media screen and (min-width: 767px) {
  .bg9 {
    z-index: 0;
    top: 40vw;
  }
}
@media screen and (min-width: 1000px) {
  .bg9 {
    height: 100%;
    background-image: url("images/rec_bg8_b_pc.png");
    z-index: 35;
    top: 20vw;
  }
}
@media screen and (min-width: 1280px) {
  .bg9 {
    top: 20vw;
  }
}
@media screen and (min-width: 1640px) {
  .bg9 {
    top: 25vw;
  }
}

/** header nav */
.none {
  display: none !important;
}

.header {
  position: relative;
  width: 100%;
}

/** ナビ　PC */
.header_page_pc {
  background-color: #d2d2d2;
  display: none;
}
@media screen and (min-width: 1000px) {
  .header_page_pc {
    display: flex;
  }
}
.header_page_pc a:hover {
  opacity: 70% !important;
}
.header_page_pc .logo2 {
  display: block;
  margin: 4.8rem 0 2rem 5.5rem;
}
@media screen and (min-width: 767px) {
  .header_page_pc .logo2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 2rem 2rem;
  }
}
@media screen and (min-width: 1110px) {
  .header_page_pc .logo2 {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3.3rem 0 3.3rem 3.5rem;
  }
}
.header_page_pc .logo2:hover {
  opacity: 70% !important;
}
.header_page_pc .logo2 img {
  height: auto;
  width: 4rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 767px) {
  .header_page_pc .logo2 img {
    padding-bottom: unset;
    padding-right: 1rem;
    width: min(4rem, 10vw);
    min-width: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .header_page_pc .logo2 img {
    width: 4.3rem;
  }
}
.header_page_pc .logo2 img:nth-child(2) {
  height: 2rem;
  width: 24rem;
}
@media screen and (min-width: 767px) {
  .header_page_pc .logo2 img:nth-child(2) {
    height: auto;
    width: min(24rem, 16vw);
    min-width: 15rem;
  }
}
@media screen and (min-width: 1280px) {
  .header_page_pc .logo2 img:nth-child(2) {
    width: 24rem;
  }
}
.header_page_pc .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header_page_pc .nav a:hover {
  opacity: 70% !important;
}
.header_page_pc .nav_inner {
  display: flex;
  margin: 2rem 15rem 0 0;
}
@media screen and (min-width: 1110px) {
  .header_page_pc .nav_inner {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    margin: 3.3rem 21rem 0 0;
  }
}
.header_page_pc .nav_inner li {
  padding-right: 3rem;
}
@media screen and (min-width: 767px) {
  .header_page_pc .nav_inner li {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1110px) {
  .header_page_pc .nav_inner li {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    padding-right: 4rem;
  }
}
@media screen and (min-width: 767px) {
  .header_page_pc .nav_inner li:last-child {
    padding-right: 0rem;
  }
}
@media screen and (min-width: 1110px) {
  .header_page_pc .nav_inner li:last-child {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    padding-right: 1.5rem;
  }
}
.header_page_pc .nav_inner li a {
  font-size: 1.4rem;
  font-weight: bold;
}
.header_page_pc .nav_inner li a span {
  display: block;
  color: #000;
}
.header_page_pc .nav_inner li a span:nth-child(2) {
  color: #fe0000;
  font-weight: normal;
}
.header_page_pc .nav_inner li a .lab {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
.header_page_pc .contact_nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 150px;
  height: 62px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 100%);
  z-index: 999999999;
}
@media screen and (min-width: 767px) {
  .header_page_pc .contact_nav {
    height: 8rem;
  }
}
@media screen and (min-width: 1110px) {
  .header_page_pc .contact_nav {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    width: 213px;
    height: 110px;
  }
}
.header_page_pc .contact_nav_wrap {
  padding: 1.5rem 0 0 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .header_page_pc .contact_nav_wrap {
    padding: 2.5rem 0 0 3rem;
  }
}
.header_page_pc .contact_nav_wrap img {
  width: 2.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1110px) {
  .header_page_pc .contact_nav_wrap img {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    width: 3rem;
  }
}
.header_page_pc .contact_nav_wrap .contact_nav_txt {
  color: #fff;
  display: none;
}
@media screen and (min-width: 767px) {
  .header_page_pc .contact_nav_wrap .contact_nav_txt {
    display: none;
  }
}
@media screen and (min-width: 1110px) {
  .header_page_pc .contact_nav_wrap .contact_nav_txt {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    display: block;
  }
}
.header_page_pc .contact_nav:after {
  background: #fe0000;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.header_page_pc .contact_nav:hover {
  color: #fff;
}
.header_page_pc .contact_nav:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.6s, transform 0.4s ease-in-out;
}
.header_page_pc .contact_nav:not(:hover)::after {
  opacity: 0;
  transform: translateY(-50%) scale(0.05);
  transition: opacity 0.6s, transform 0.4s ease-in-out;
}

/** ナビ　SP */
.header_page_sp {
  background-color: #d2d2d2;
}
.header_page_sp a:hover {
  opacity: 70% !important;
}
.header_page_sp .logo2 {
  display: flex;
  align-items: center;
  padding: 1rem 0 1rem 1rem;
}
@media screen and (min-width: 1000px) {
  .header_page_sp .logo2 {
    display: none;
  }
}
.header_page_sp .logo2 img {
  width: 2.6rem;
  padding-right: 1rem;
}
.header_page_sp .logo2 img:nth-child(2) {
  width: 14rem;
}
.header_page_sp .nav {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header_page_sp .nav .nav_inner {
  background-color: #000;
  position: absolute;
  right: 0;
  left: 0;
  top: -4.8rem;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: ease 0.4s;
}
.header_page_sp .nav .nav_inner.active {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition: ease-in 1s;
}
.header_page_sp .nav .nav_inner li {
  border-bottom: 1px dashed #ddd;
  width: 80%;
  margin: 0 auto;
}
.header_page_sp .nav .nav_inner li a {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin: 1rem 0;
}
.header_page_sp .nav .nav_inner li:last-child {
  border-bottom: unset;
}
.header_page_sp .hamburger {
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 48px;
  background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 99999;
}
.header_page_sp .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: ease 0.4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}
.header_page_sp .hamburger span:nth-child(1) {
  top: 0;
}
.header_page_sp .hamburger span:nth-child(2) {
  margin: 7px 0px;
}
.header_page_sp .hamburger span:nth-child(3) {
  top: 0;
}
.header_page_sp .hamburger.active {
  top: 2rem;
}
.header_page_sp .hamburger.active span {
  background-color: #fff;
}
.header_page_sp .hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.header_page_sp .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header_page_sp .hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.sub_header {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 13rem;
  background-color: #2e2b2b;
  clip-path: polygon(0 0, 100% 0%, 100% 63%, 0% 100%);
}
@media screen and (min-width: 767px) {
  .sub_header {
    height: 30rem;
    clip-path: polygon(0 0, 100% 0%, 100% 63%, 0% 100%);
  }
}
.sub_header .title {
  padding: 3rem 0 7rem;
}
@media screen and (min-width: 767px) {
  .sub_header .title {
    padding: unset;
  }
}
.sub_header .title h2 {
  font-size: 3rem;
  margin: 0;
  line-height: 3rem;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .sub_header .title h2 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.sub_header .title .red_bar {
  width: 3.2rem;
}
@media screen and (min-width: 767px) {
  .sub_header .title .red_bar {
    width: 13rem;
  }
}
.sub_header .title span {
  padding: 0 0.5rem 0 1.5rem;
}

/** footer */
.footer {
  position: relative;
  z-index: 50;
  width: 100%;
  background-color: #ccc;
  padding: 3rem 0 1rem;
}
@media screen and (min-width: 767px) {
  .footer {
    padding: 7.5rem 0 7rem;
  }
}
@media screen and (min-width: 1110px) {
  .footer {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    padding: 12.5rem 0 7rem;
  }
}
.footer a {
  color: #000;
}
.footer a:hover {
  opacity: 70%;
}
.footer_wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1110px) {
  .footer_wrap {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
  }
}
.footer .logo,
.footer .logo3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
}
@media screen and (min-width: 767px) {
  .footer .logo,
  .footer .logo3 {
    padding-bottom: unset;
  }
}
@media screen and (min-width: 1110px) {
  .footer .logo,
  .footer .logo3 {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
  }
}
.footer .logo img,
.footer .logo3 img {
  width: 3rem;
  padding-right: 1rem;
}
@media screen and (min-width: 767px) {
  .footer .logo img,
  .footer .logo3 img {
    width: 4.5rem;
    padding-right: 2rem;
  }
}
.footer .logo img:nth-child(2),
.footer .logo3 img:nth-child(2) {
  width: 20rem;
  height: 2rem;
}
@media screen and (min-width: 767px) {
  .footer .logo img:nth-child(2),
  .footer .logo3 img:nth-child(2) {
    width: 30rem;
    height: 2.5rem;
  }
}
.footer nav {
  width: 30rem;
  margin: 3rem auto 0;
  padding-left: 3.5rem;
}
@media screen and (min-width: 1000px) {
  .footer nav {
    width: 39rem;
    margin: 4rem auto 0;
  }
}
@media screen and (min-width: 1110px) {
  .footer nav {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    margin: unset;
    width: 100%;
    padding-left: unset;
    padding-top: 7rem;
    display: flex;
    justify-content: center;
  }
}
.footer nav .nav {
  padding-right: 0;
  margin: 0;
}
@media screen and (min-width: 1110px) {
  .footer nav .nav {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    display: flex;
    justify-content: center;
  }
}
.footer nav .nav li {
  padding-bottom: 1rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 767px) {
  .footer nav .nav li {
    font-size: 1.4rem;
    padding-right: 7rem;
  }
}
.footer nav .nav li:nth-child(6) {
  padding-right: 0;
}
.footer nav .nav li a {
  display: flex;
  align-items: center;
}
.footer nav .nav li a span {
  font-size: 1.4rem;
  line-height: 3.6rem;
}
@media screen and (min-width: 767px) {
  .footer nav .nav li a span {
    font-size: 1.6rem;
    line-height: 4.4rem;
  }
}
.footer nav .nav li a span:nth-child(1) {
  margin: 0 0.5rem 0 0;
  font-size: 1.8rem;
  color: #777;
}
@media screen and (min-width: 767px) {
  .footer nav .nav li a span:nth-child(1) {
    color: #000;
  }
}
.footer .copy {
  font-size: 1.2rem;
  padding: 5rem 0;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 767px) {
  .footer .copy {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1110px) {
  .footer .copy {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    padding: 10rem 0 1rem;
  }
}

/**パンくず***/
.breadcrumb {
  display: none;
}
@media screen and (min-width: 767px) {
  .breadcrumb {
    color: #aaa;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 3rem 0 5rem 17rem;
    background-color: #2e2b2b;
  }
}
.breadcrumb a:hover {
  opacity: 0.7;
}
.breadcrumb_link {
  color: #aaa;
  display: flex;
  text-decoration: underline;
}
.breadcrumb span {
  display: block;
  padding-right: 1rem;
}

/**固定ページ共通**/
.pages {
  position: relative;
  z-index: 5;
  padding-bottom: 5rem;
}
@media screen and (min-width: 767px) {
  .pages {
    padding-bottom: 10rem;
  }
}
.pages article header h1 {
  display: none;
}
.pages article .entry-content {
  padding: 0 2rem;
}
@media screen and (min-width: 767px) {
  .pages article .entry-content {
    padding: unset;
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 1110px) {
  .pages article .entry-content {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    width: 110rem;
  }
}
.pages article .entry-content h3 {
  margin: 0;
  line-height: 2.4rem;
  padding-top: 4rem;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .pages article .entry-content h3 {
    font-size: 1.6rem;
    line-height: 3.2rem;
    padding-top: 4.5rem;
  }
}
.pages article .entry-content h3:first-child {
  padding-top: 4rem;
}
@media screen and (min-width: 767px) {
  .pages article .entry-content h3:first-child {
    padding-top: 2rem;
  }
}
.pages article .entry-content p {
  margin: 0;
  line-height: 2.4rem;
}
@media screen and (min-width: 767px) {
  .pages article .entry-content p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.pages article .entry-content p:first-child {
  padding-top: 3rem;
}
@media screen and (min-width: 767px) {
  .pages article .entry-content p:first-child {
    padding-top: 2rem;
  }
}
.pages article .entry-content p:last-child {
  padding-top: 3rem;
}
@media screen and (min-width: 767px) {
  .pages article .entry-content p:last-child {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}
.pages article .entry-content p a {
  color: #000;
}
.pages article .entry-content ul,
.pages article .entry-content ol {
  padding: 0 0 0 2rem;
  margin: 0;
}
.pages article .entry-content ul li,
.pages article .entry-content ol li {
  line-height: 2.4rem;
}
@media screen and (min-width: 767px) {
  .pages article .entry-content ul li,
  .pages article .entry-content ol li {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.pages article .entry-content ul li {
  list-style: disc;
}
.pages article .entry-content ul li ol li,
.pages article .entry-content ul li ul li {
  list-style: lower-latin;
}
.pages article .entry-content ul li ol li ol li,
.pages article .entry-content ul li ol li ul li,
.pages article .entry-content ul li ul li ol li,
.pages article .entry-content ul li ul li ul li {
  list-style: lower-roman;
}
.pages article .entry-content ol li {
  list-style: decimal;
}
.pages article .entry-content ol li ol li,
.pages article .entry-content ol li ul li {
  list-style: lower-latin;
}
.pages article .entry-content ol li ol li ol li,
.pages article .entry-content ol li ol li ul li,
.pages article .entry-content ol li ul li ol li,
.pages article .entry-content ol li ul li ul li {
  list-style: lower-roman;
}

.recruit_pages {
  position: relative;
  z-index: 5;
  padding-bottom: 5rem;
}
@media screen and (min-width: 767px) {
  .recruit_pages {
    padding-bottom: 10rem;
  }
}
.recruit_pages article {
  margin-top: -10rem;
}
@media screen and (min-width: 767px) {
  .recruit_pages article {
    margin-top: -24rem;
  }
}
.recruit_pages article header h1 {
  visibility: hidden;
}
.recruit_pages article .entry-content {
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .recruit_pages article .entry-content {
    width: 80%;
    padding: 10rem 0;
  }
}
@media screen and (min-width: 1110px) {
  .recruit_pages article .entry-content {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    width: 110rem;
  }
}
@media screen and (min-width: 767px) {
  .recruit_pages article .entry-content .content-section:nth-child(even) {
    background-color: #f9f9f9;
  }
}
@media screen and (min-width: 767px) {
  .recruit_pages article .entry-content .recruit_link {
    padding-top: 10rem;
  }
}
.recruit_pages article .entry-content .recruit_link .btn_link {
  margin: 0 auto;
  position: relative;
  display: block;
  border: #fff 1px solid;
  background-color: #000;
  width: 21rem;
  height: 5rem;
  line-height: 5rem;
  color: white;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 1110px) {
  .recruit_pages article .entry-content .recruit_link .btn_link {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    pointer-events: auto;
    cursor: pointer;
    text-align: center;
    font-size: 1.6rem;
    width: 27rem;
    height: 7rem;
    line-height: 7rem;
  }
}
.recruit_pages article .entry-content .recruit_link .btn_link:after {
  background: #fe0000;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.recruit_pages article .entry-content .recruit_link .btn_link:hover {
  color: #fff;
}
.recruit_pages article .entry-content .recruit_link .btn_link:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.6s, transform 0.4s ease-in-out;
}
.recruit_pages article .entry-content .recruit_link .btn_link:not(:hover)::after {
  opacity: 0;
  transform: translateY(-50%) scale(0.05);
  transition: opacity 0.6s, transform 0.4s ease-in-out;
}
.recruit_pages article .entry-content .recruit_link .ya {
  position: absolute;
  top: 1.9rem;
  right: 0.9rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 1110px) {
  .recruit_pages article .entry-content .recruit_link .ya {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    top: unset;
    right: 2rem;
  }
}
.recruit_pages article h2 {
  font-size: 1.8rem;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  height: 5rem;
  background-color: #000;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .recruit_pages article h2 {
    font-size: 2.4rem;
    line-height: 7rem;
    height: 7rem;
    margin: 0 0 5rem 0;
  }
}
.recruit_pages article p,
.recruit_pages article li {
  line-height: 2.4rem;
  margin: unset;
}
@media screen and (min-width: 767px) {
  .recruit_pages article p,
  .recruit_pages article li {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.recruit_pages article p {
  padding-bottom: 3rem;
}
.recruit_pages article p:last-child {
  padding-bottom: 0;
}
.recruit_pages article .wp-block-table {
  padding: 0 3rem 3rem 0;
}
@media screen and (min-width: 767px) {
  .recruit_pages article .wp-block-table {
    padding: 0 7rem 5rem 0;
  }
}
.recruit_pages article .wp-block-table table tr th {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 1px solid #eeeeee;
  padding: 1rem 1.5rem;
  display: block;
}
@media screen and (min-width: 767px) {
  .recruit_pages article .wp-block-table table tr th {
    display: table-cell;
    padding: 1rem 0;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.recruit_pages article .wp-block-table table tr td {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #eeeeee;
  line-height: 2.4rem;
  padding: 1rem 1.5rem;
  display: block;
}
@media screen and (min-width: 767px) {
  .recruit_pages article .wp-block-table table tr td {
    display: table-cell;
    padding: 1rem 0;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 767px) {
  .recruit_pages article .wp-block-table table tr td:first-child {
    width: 30%;
  }
}
.recruit_pages article .wp-block-table table tr:last-child th,
.recruit_pages article .wp-block-table table tr:last-child td {
  border-bottom: none;
}
.recruit_pages article ol {
  counter-reset: my-counter;
  list-style: none;
  padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .recruit_pages article ol {
    padding-bottom: 3rem;
  }
}
.recruit_pages article ol li {
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
  line-height: 2.6rem;
}
.recruit_pages article ol li ol {
  margin-top: 1rem;
}
.recruit_pages article ol li ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: #ff0000 1px solid;
  background-color: #fff;
  color: #ff0000;
  display: block;
  float: left;
  line-height: 2.2rem;
  margin-left: -3rem;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.recruit_pages article ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ff0000;
  color: #fff;
  display: block;
  float: left;
  line-height: 2.2rem;
  margin-left: -3rem;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.recruit_pages article ul {
  padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .recruit_pages article ul {
    padding-bottom: 3rem;
  }
}
.recruit_pages article ul li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  line-height: 2.6rem;
}
.recruit_pages article ul li ul {
  margin-top: 1rem;
}
.recruit_pages article ul li ul li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 4px;
  height: 4px;
  border: 2px solid #ff0000;
  border-radius: 50%;
  background-color: white;
}
.recruit_pages article ul li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff0000;
}
.recruit_pages article dl {
  border-top: 1px #999 solid;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 3rem;
}
@media screen and (min-width: 767px) {
  .recruit_pages article dl {
    padding-bottom: 5rem;
  }
}
.recruit_pages article dl dt {
  border-bottom: 1px #999 solid;
  width: 30%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #ff0000;
  padding: 1.5rem 0;
}
.recruit_pages article dl dd {
  border-bottom: 1px #999 solid;
  width: 70%;
  margin-left: 0;
  padding: 1.5rem 0;
  line-height: 2.6rem;
}

/* フェードイン(初期値) */
.js_fadeLeft_bg3 {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-8rem); /* Leftからに５0pxの位置から */
  transition: opacity 0.2s, transform 0.2s; /* 透過率と縦方向の移動を0.２秒 */
}

/* フェードイン(スクロールした後) */
.js_fadeLeft_bg3.inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
}

.js_fadeLeft_bg4 {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-8rem); /* Leftからに５0pxの位置から */
  transition: opacity 0.2s, transform 0.2s; /* 透過率と縦方向の移動を0.２秒 */
}

/* フェードイン(スクロールした後) */
.js_fadeLeft_bg4.inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
  transition-delay: 0.2s; /* フェード開始を0.5秒遅らせる */
}

.js_fadeLeft_mvimg {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-8rem); /* Leftからに５0pxの位置から */
  transition: opacity 0.2s, transform 0.2s; /* 透過率と縦方向の移動を0.２秒 */
}

/* フェードイン(スクロールした後) */
.js_fadeLeft_mvimg.inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
  transition-delay: 0.4s; /* フェード開始を0.5秒遅らせる */
}

.js_fadeLeft_contact {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-8rem); /* Leftからに５0pxの位置から */
  transition: opacity 0.2s, transform 0.2s; /* 透過率と縦方向の移動を0.２秒 */
}

/* フェードイン(スクロールした後) */
.js_fadeLeft_contact.inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
  transition-delay: 0.6s; /* フェード開始を0.5秒遅らせる */
}

.js_fadeLeft_txt {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-8rem); /* Leftからに５0pxの位置から */
  transition: opacity 0.2s, transform 0.2s; /* 透過率と縦方向の移動を0.２秒 */
}

/* フェードイン(スクロールした後) */
.js_fadeLeft_txt.inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
}

.js_fadeLeft_line {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-8rem); /* Leftからに５0pxの位置から */
  transition: opacity 0.2s, transform 0.2s; /* 透過率と縦方向の移動を0.２秒 */
}

/* フェードイン(スクロールした後) */
.js_fadeLeft_line.inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
}

.js_fadeLeft_delay4 {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-8rem); /* Leftからに５0pxの位置から */
  transition: opacity 0.2s, transform 0.2s; /* 透過率と縦方向の移動を0.２秒 */
}

/* フェードイン(スクロールした後) */
.js_fadeLeft_delay4.inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
  transition-delay: 0.4s; /* フェード開始を0.5秒遅らせる */
}

.js_fadeLeft_delay8 {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-8rem); /* Leftからに５0pxの位置から */
  transition: opacity 0.2s, transform 0.2s; /* 透過率と縦方向の移動を0.２秒 */
}

/* フェードイン(スクロールした後) */
.js_fadeLeft_delay8.inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
  transition-delay: 0.8s; /* フェード開始を0.5秒遅らせる */
}

.js_fadeLeft_delay_recruit {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-8rem); /* Leftからに５0pxの位置から */
  transition: opacity 0.2s, transform 0.2s; /* 透過率と縦方向の移動を0.２秒 */
}

/* フェードイン(スクロールした後) */
.js_fadeLeft_delay_recruit.inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
  transition-delay: 1.8s; /* フェード開始を0.5秒遅らせる */
}

/* company */
.company a {
  color: #000;
}
.company a:hover {
  opacity: 70%;
}
.company .mv {
  position: relative;
  z-index: 100;
  padding: 0 2rem;
}
@media screen and (min-width: 767px) {
  .company .mv {
    padding: unset;
    margin: 0 auto 3rem;
    background-color: #fff;
    width: 80%;
  }
}
.company .mv_img {
  margin: -4rem auto 3rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .company .mv_img {
    padding-bottom: 8rem;
    margin: -8rem auto 0;
  }
}
@media screen and (min-width: 767px) {
  .company .mv img {
    object-fit: cover;
    height: 52rem;
  }
}
.company .mv ul {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .company .mv ul {
    padding-bottom: 9rem;
    display: flex;
    justify-content: space-between;
  }
}
.company .mv ul li {
  background-color: #000;
  height: 7rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
  .company .mv ul li {
    margin-bottom: unset;
    width: 48%;
  }
}
.company .mv ul li a {
  position: relative;
  line-height: 7rem;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .company .mv ul li a {
    font-size: 2rem;
  }
}
.company .mv ul li a span {
  display: block;
}
.company .mv ul li a .ya {
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
}
.company .subtitle {
  position: relative;
}
@media screen and (min-width: 767px) {
  .company .subtitle {
    display: flex;
    align-items: flex-end;
  }
}
.company .subtitle .oswald {
  font-size: 4rem;
}
@media screen and (min-width: 767px) {
  .company .subtitle .oswald {
    line-height: 6rem;
    font-size: 6rem;
  }
}
.company .subtitle .oswald .inset {
  z-index: -1;
  position: absolute;
  background-color: #fe0000;
  clip-path: inset(5% 20% 15% 10%);
  display: block;
  top: 1rem;
  left: -0.4rem;
  width: 4rem;
  height: 4.5rem;
}
@media screen and (min-width: 767px) {
  .company .subtitle .oswald .inset {
    top: 0.4rem;
    left: -0.8rem;
    width: 6.5rem;
    height: 6.5rem;
  }
}
.company .subtitle .oswald span {
  color: #fff;
}
.company .subtitle h2 {
  color: #777;
  font-size: 1.4rem;
  margin: -0.5rem 0 3rem -0.3rem;
}
@media screen and (min-width: 767px) {
  .company .subtitle h2 {
    margin: unset;
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
.company .message {
  background-color: #f9f9f9;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 767px) {
  .company .message {
    padding: 9rem 0;
  }
}
.company .message_wrap {
  padding: 3rem 2rem 7rem;
}
@media screen and (min-width: 767px) {
  .company .message_wrap {
    margin: 0 auto;
    padding: unset;
    width: 80%;
  }
}
.company .message_box {
  width: unset;
}
@media screen and (min-width: 767px) {
  .company .message_box {
    width: 86%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.company .message_box figure {
  padding-bottom: 3rem;
}
@media screen and (min-width: 767px) {
  .company .message_box figure {
    padding-top: 11rem;
    padding-bottom: 3rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1110px) {
  .company .message_box figure {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    padding-right: 7rem;
    padding-bottom: unset;
    width: 39.0625vw;
  }
}
@media screen and (min-width: 767px) {
  .company .message_box_txt {
    padding-top: 10rem;
    width: 54.6875vw;
  }
}
.company .message_box_txt p {
  margin: 0;
  line-height: 2.4rem;
}
@media screen and (min-width: 767px) {
  .company .message_box_txt p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.company .message_box_txt .txt {
  padding-bottom: 3rem;
}
.company .message_box_txt .name {
  text-align: right;
}
.company .outline {
  position: relative;
  padding: 6rem 0;
}
@media screen and (min-width: 767px) {
  .company .outline {
    padding: 9rem 0;
  }
}
.company .outline .oswald .inset {
  top: 1.1rem;
  left: -0.4rem;
  width: 3.4rem;
}
@media screen and (min-width: 767px) {
  .company .outline .oswald .inset {
    top: 0.3rem;
    left: -0.6rem;
    width: 5.5rem;
  }
}
.company .outline_wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .company .outline_wrap {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .company .outline_list {
    width: 80%;
    margin: 9rem auto;
  }
}
.company .outline_list ul {
  border-top: 1px solid #eee;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.company .outline_list ul:nth-child(8), .company .outline_list ul:nth-child(9), .company .outline_list ul:nth-child(10), .company .outline_list ul:nth-child(11), .company .outline_list ul:nth-child(12) {
  align-items: flex-start;
}
.company .outline_list ul li {
  padding: 1.5rem 1.5rem 1.5rem 0;
  width: 30%;
  line-height: 2.6rem;
}
@media screen and (min-width: 767px) {
  .company .outline_list ul li {
    padding: 1rem 0;
    line-height: 3rem;
  }
}
.company .outline_list ul li:nth-child(2) {
  width: 70%;
  padding: 1.5rem 0;
}
.company .outline_list ul:nth-child(5) {
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .company .outline_list ul:nth-child(5) li {
    padding: 1.2rem 0 0 0;
  }
}
.company .sales {
  background-color: #f9f9f9;
  position: relative;
  padding: 6rem 0;
}
@media screen and (min-width: 767px) {
  .company .sales {
    padding: 9rem 0;
  }
}
.company .sales .subtitle .oswald {
  line-height: 5rem;
}
@media screen and (min-width: 767px) {
  .company .sales .subtitle .oswald {
    line-height: 4rem;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1110px) {
  .company .sales .subtitle .oswald {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    line-height: 5rem;
    font-size: 5rem;
  }
}
.company .sales .subtitle .oswald .inset {
  position: absolute;
  top: 0.6rem;
  left: -0.3rem;
  width: 3rem;
}
@media screen and (min-width: 767px) {
  .company .sales .subtitle .oswald .inset {
    top: -0.1rem;
    left: -0.3rem;
    width: 3rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1110px) {
  .company .sales .subtitle .oswald .inset {
    /* PC1,023px以上の範囲に収めるデザインはこの中に記述 */
    top: -0.2rem;
    left: -0.4rem;
    width: 4rem;
    height: 6.5rem;
  }
}
.company .sales .subtitle .oswald span {
  position: relative;
  z-index: 2;
}
.company .sales .subtitle h2 {
  margin: 1rem 0 3rem -0.3rem;
}
@media screen and (min-width: 767px) {
  .company .sales .subtitle h2 {
    margin: unset;
  }
}
.company .sales_wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .company .sales_wrap {
    width: 80%;
    margin: 0 auto;
  }
}
.company .sales_list {
  margin: 2rem auto 0;
}
@media screen and (min-width: 767px) {
  .company .sales_list {
    width: 90%;
    margin: 9rem auto 0;
  }
}
.company .sales_list ul {
  border-bottom: 1px solid #eee;
  display: flex;
  margin: 0;
  padding: 0 0 4rem 0;
}
@media screen and (min-width: 767px) {
  .company .sales_list ul {
    padding: 0 0 4rem 0;
  }
}
.company .sales_list ul li {
  width: 25%;
  padding-top: 4rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 767px) {
  .company .sales_list ul li {
    padding-top: 4rem;
    line-height: 3rem;
    width: 30%;
  }
}
.company .sales_list ul li img {
  width: 1.6rem;
  padding: 0.5rem 1rem 0 0;
  height: 2rem;
}
.company .sales_list ul li:nth-child(2) {
  width: 70%;
}
@media screen and (min-width: 767px) {
  .company .sales_list ul li:nth-child(2) {
    width: 70%;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 767px) {
  .company .sales_list ul li:nth-child(2) .map {
    display: flex;
    align-items: center;
  }
}
.company .sales_list ul li:nth-child(2) .map .add {
  margin: 0;
}
@media screen and (min-width: 767px) {
  .company .sales_list ul li:nth-child(2) .map .add {
    margin: 0 3rem 0 0;
  }
}
.company .sales_list ul li:nth-child(2) .google_map_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #777;
  color: #fff;
  line-height: 1.6rem;
  border-radius: 3rem;
  margin-top: 1rem;
  width: 20rem;
  font-size: 1.3rem;
  overflow: hidden;
  z-index: 100;
}
@media screen and (min-width: 767px) {
  .company .sales_list ul li:nth-child(2) .google_map_link {
    pointer-events: auto;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.company .sales_list ul li:nth-child(2) .google_map_link:after {
  background-color: #222;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.company .sales_list ul li:nth-child(2) .google_map_link:hover {
  color: #ccc;
  opacity: 1;
}
.company .sales_list ul li:nth-child(2) .google_map_link:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.6s, transform 0.4s ease-in-out;
}
.company .sales_list ul li:nth-child(2) .google_map_link:not(:hover)::after {
  opacity: 0;
  transform: translateY(-50%) scale(0.05);
  transition: opacity 0.6s, transform 0.4s ease-in-out;
}
.company .sales_list ul li:nth-child(2) .google_map_link img {
  padding: 0 0.5rem 0 1rem;
}
.company .sales_list ul li:nth-child(2) .google_map_link p {
  margin: 0.5rem 1.5rem 0.7rem 0;
}
@media screen and (min-width: 767px) {
  .company .sales_list ul li:nth-child(2) .google_map_link p {
    margin: 1.1rem 1.5rem 1.3rem 0;
  }
}
.company .sales_list ul li:nth-child(2) .icons {
  display: flex;
  align-items: center;
}
.company .sales_list ul li:nth-child(2) .icons a {
  display: flex;
}
.company .sales_list ul li:nth-child(2) .icons span {
  font-weight: normal;
}
.company .sales_list:last-child ul {
  border-bottom: none;
}
.company .sales_list .info {
  margin-top: 5rem;
  padding: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .company .sales_list .info {
    padding: 2rem 0;
    margin-top: 7rem;
    display: flex;
    font-size: 1.6rem;
  }
}
.company .sales_list .info p {
  margin: 0 auto;
  line-height: 2.6rem;
}
@media screen and (min-width: 767px) {
  .company .sales_list .info p {
    line-height: 3.2rem;
  }
}/*# sourceMappingURL=company.css.map */