@charset "UTF-8";
#news .btn a, #recruit .btn a, #team .inner .contents .btn a, #constrution .inner .contents .btn a, #business .inner .contents .btn a, #concept .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 50px;
  border: solid 1px #ffffff;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 50px;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#news .btn a:hover, #recruit .btn a:hover, #team .inner .contents .btn a:hover, #constrution .inner .contents .btn a:hover, #business .inner .contents .btn a:hover, #concept .inner .btn a:hover {
  opacity: 0.6;
}
#news .btn a::after, #recruit .btn a::after, #team .inner .contents .btn a::after, #constrution .inner .contents .btn a::after, #business .inner .contents .btn a::after, #concept .inner .btn a::after {
  content: "";
  background-image: url(../images/arrow.png);
  width: 38px;
  height: 7px;
  position: absolute;
  right: 20px;
}
@media (max-width: 767px) {
  #news .btn a::after, #recruit .btn a::after, #team .inner .contents .btn a::after, #constrution .inner .contents .btn a::after, #business .inner .contents .btn a::after, #concept .inner .btn a::after {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 6px;
    position: absolute;
    right: 20px;
  }
}

#news h2, #team .inner .contents h2, #constrution .inner .contents h2, #business .inner .contents h2 {
  color: #ffffff;
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.11em;
  display: block;
  line-height: 1.3;
}
#news h2 small, #team .inner .contents h2 small, #constrution .inner .contents h2 small, #business .inner .contents h2 small {
  display: block;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.004em;
}
@media (max-width: 1199px) {
  #news h2, #team .inner .contents h2, #constrution .inner .contents h2, #business .inner .contents h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #news h2, #team .inner .contents h2, #constrution .inner .contents h2, #business .inner .contents h2 {
    font-size: 22px;
  }
}

#news h2, #team .inner .contents h2, #constrution .inner .contents h2, #business .inner .contents h2 {
  margin-bottom: 25px;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  z-index: 0;
}
#mainimg #mainslider::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-image: url(../images/header-bg.webp);
  height: 50%;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
}
#mainimg #mainslider img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 95px;
  position: absolute;
  display: block;
  max-width: 1475px;
  width: 100%;
  top: 37%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: end;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #ffffff;
  z-index: 5;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5);
}
#mainimg .catch small {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  display: block;
  letter-spacing: 0.045em;
}
@media (max-width: 1199px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 60px;
  }
  #mainimg .catch small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    height: 300px;
  }
  #mainimg .catch {
    font-size: 38px;
  }
  #mainimg .catch small {
    font-size: 13px;
  }
}

/* ----------------------------------------------
concept
------------------------------------------------- */
#concept {
  color: #ffffff;
  padding-top: 130px;
  padding-bottom: 30px;
  overflow: hidden;
}
#concept .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1120px;
  display: flex;
  position: relative;
}
#concept .inner::before {
  content: "";
  background: url("../images/concept-bg.webp") no-repeat;
  width: 720px;
  height: 585px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#concept .inner .image {
  width: calc((100vw - 1200px) / 2 + 470px);
  margin-right: calc(50% - 50vw);
  margin-left: -160px;
}
#concept .inner .image img {
  width: 100%;
  height: 624px;
  -o-object-fit: cover;
     object-fit: cover;
}
#concept .inner .contents {
  flex-shrink: 0;
}
#concept .inner h2 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 95px;
  letter-spacing: 0.091em;
  margin-bottom: 40px;
  line-height: 1.3;
  position: relative;
}
#concept .inner h3 {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.045em;
  line-height: 1.8333333333;
  display: block;
}
#concept .inner h3 small {
  display: block;
  font-family: "MS Gothic", "ＭＳ ゴシック";
  letter-spacing: 0.004em;
  color: #1C7A5D;
  font-size: 17px;
}
#concept .inner .text {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  margin-top: 50px;
  letter-spacing: 0.004em;
  max-width: 550px;
}
#concept .inner .btn {
  margin-top: 120px;
}
@media (max-width: 1600px) {
  #concept .inner {
    padding-bottom: 40px;
  }
  #concept .inner .contents {
    flex-shrink: 1;
  }
  #concept .inner .image {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 39vw;
  }
}
@media (max-width: 1199px) {
  #concept .inner::before {
    width: 73%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #concept .inner h2 {
    font-size: 60px;
  }
  #concept .inner .image {
    width: 40%;
  }
  #concept .inner .text {
    width: 55vw;
  }
}
@media (max-width: 767px) {
  #concept {
    padding-top: 70px;
  }
  #concept .inner {
    display: block;
    padding-bottom: 0;
  }
  #concept .inner .image {
    position: relative;
    margin-left: unset;
    z-index: 2;
    width: 100%;
    display: none;
  }
  #concept .inner h2 {
    font-size: 31px;
    margin-bottom: 25px;
  }
  #concept .inner h3 {
    font-size: 18px;
  }
  #concept .inner h3 small {
    font-size: 14px;
  }
  #concept .inner .text {
    font-size: 14px;
    margin-top: 35px;
    width: 100%;
  }
  #concept .inner .btn {
    margin-top: 70px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  color: #ffffff;
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#business .image {
  flex-shrink: 0;
  margin-top: -60px;
}
#business .image img {
  width: 100%;
}
#business .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#business .inner .image {
  width: calc((100vw - 1200px) / 2 + 580px);
  margin-left: calc(50% - 50vw);
  margin-right: -160px;
  position: relative;
  margin-bottom: 50px;
}
#business .inner .image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .inner .contents {
  background-color: #000;
  max-width: 770px;
  width: 100%;
  padding: 60px 55px 75px 35px;
  outline: solid 1px #fff;
  outline-offset: -25px;
  min-height: 480px;
  height: 100%;
  margin-left: auto;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
#business .inner .contents h2 {
  z-index: 4;
  position: relative;
}
#business .inner .contents .text {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  margin-left: 160px;
  z-index: 4;
}
#business .inner .contents .btn {
  margin-right: 10px;
  margin-top: auto;
  padding-top: 50px;
}
#business .inner .contents .btn a {
  margin-left: auto;
}
@media (max-width: 1199px) {
  #business .inner .image {
    width: 50%;
  }
  #business .inner .contents {
    width: 70%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #business {
    padding-bottom: 60px;
    padding-top: 50px;
  }
  #business .inner {
    display: block;
  }
  #business .inner .image {
    margin-bottom: 0;
    min-width: unset;
    width: 90%;
    height: unset;
    margin-top: 0;
  }
  #business .inner .image img {
    height: unset;
  }
  #business .inner .contents {
    margin-top: -40px;
    height: unset;
    padding: 60px 20px 30px 20px;
    outline-offset: -10px;
    min-height: 390px;
    width: 90%;
    margin-left: auto;
  }
  #business .inner .contents .text {
    margin-left: 0;
    width: 100%;
    font-size: 14px;
    max-width: unset;
  }
  #business .inner .contents .btn {
    padding-top: 40px;
  }
}

/* ----------------------------------------------
constrution
------------------------------------------------- */
#constrution {
  color: #ffffff;
  padding-top: 160px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#constrution .image {
  flex-shrink: 0;
  margin-top: -60px;
}
#constrution .image img {
  width: 100%;
}
#constrution .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#constrution .inner .image {
  width: calc((100vw - 1200px) / 2 + 580px);
  margin-right: calc(50% - 50vw);
  margin-left: -160px;
  position: relative;
  margin-bottom: 50px;
  order: 1;
}
#constrution .inner .image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
#constrution .inner .contents {
  background-color: #000;
  max-width: 770px;
  width: 100%;
  padding: 60px 185px 75px 65px;
  outline: solid 1px #fff;
  outline-offset: -25px;
  min-height: 480px;
  height: 480px;
  margin-left: auto;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
#constrution .inner .contents h2 {
  z-index: 4;
  position: relative;
  white-space: nowrap;
}
#constrution .inner .contents .text {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  z-index: 4;
}
#constrution .inner .contents .btn {
  margin-top: 70px;
  margin-right: 10px;
  margin-top: auto;
}
#constrution .inner .contents .btn a {
  margin-left: auto;
}
@media (max-width: 1199px) {
  #constrution .inner .image {
    width: 55%;
  }
  #constrution .inner .contents {
    width: 70%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #constrution {
    padding-bottom: 60px;
    padding-top: 0;
  }
  #constrution .inner {
    flex-direction: column-reverse;
  }
  #constrution .inner .image {
    margin-bottom: 0;
    min-width: unset;
    width: 90%;
    height: unset;
    margin-left: auto;
    margin-top: 0;
  }
  #constrution .inner .image img {
    height: unset;
  }
  #constrution .inner .contents {
    margin-top: -40px;
    height: unset;
    padding: 60px 20px 30px 20px;
    outline-offset: -10px;
    min-height: 370px;
    width: 90%;
    margin-right: auto;
  }
  #constrution .inner .contents h2 {
    white-space: unset;
  }
  #constrution .inner .contents .text {
    width: 100%;
    font-size: 14px;
    max-width: unset;
  }
  #constrution .inner .contents .btn {
    padding-top: 40px;
  }
}

/* ----------------------------------------------
team
------------------------------------------------- */
#team {
  color: #ffffff;
  padding-top: 160px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#team .image {
  flex-shrink: 0;
  margin-top: -60px;
}
#team .image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
#team .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#team .inner .image {
  width: calc((100vw - 1200px) / 2 + 580px);
  margin-left: calc(50% - 50vw);
  margin-right: -160px;
  position: relative;
  margin-bottom: 50px;
}
#team .inner .image img {
  width: 100%;
}
#team .inner .contents {
  background-color: #000;
  max-width: 770px;
  width: 100%;
  padding: 60px 55px 75px 35px;
  outline: solid 1px #fff;
  outline-offset: -25px;
  min-height: 480px;
  height: 480px;
  margin-left: auto;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
#team .inner .contents h2 {
  z-index: 4;
  position: relative;
}
#team .inner .contents .text {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  margin-left: 160px;
  z-index: 4;
}
#team .inner .contents .btn {
  margin-top: 70px;
  margin-right: 10px;
  margin-top: auto;
}
#team .inner .contents .btn a {
  margin-left: auto;
}
@media (max-width: 1199px) {
  #team .inner .image {
    width: 50%;
  }
  #team .inner .contents {
    width: 70%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #team {
    padding-bottom: 60px;
    padding-top: 0;
  }
  #team .inner {
    display: block;
  }
  #team .inner .image {
    margin-bottom: 0;
    min-width: unset;
    width: 90%;
    height: unset;
    margin-top: 0;
  }
  #team .inner .image img {
    height: unset;
  }
  #team .inner .contents {
    margin-top: -40px;
    height: unset;
    padding: 60px 20px 30px 20px;
    outline-offset: -10px;
    min-height: 370px;
    width: 90%;
    margin-left: auto;
  }
  #team .inner .contents .text {
    margin-left: 0;
    width: 100%;
    font-size: 14px;
    max-width: unset;
  }
  #team .inner .contents .btn {
    padding-top: 40px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  color: #ffffff;
  background-image: url("../images/TOP RECRUIT-BG.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 155px;
  padding-bottom: 70px;
}
#recruit::before {
  content: "";
  background-image: url(../images/recruit-bg2.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#recruit .inner {
  position: relative;
  z-index: 2;
}
#recruit h2 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 95px;
  letter-spacing: 0.091em;
  text-align: center;
  line-height: 1.3;
  transform: translate(0, -61px);
  position: relative;
}
#recruit h2 p {
  background: linear-gradient(180deg, #ffffff 50%, rgba(255, 255, 255, 0.2666666667) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
#recruit h2 small {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.004em;
  display: block;
  color: #ffffff;
}
#recruit h3 {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.004em;
  display: block;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: 40px;
}
#recruit .contents {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#recruit .contents .block {
  position: relative;
}
#recruit .contents .block a {
  transition: all 0.5s ease-out;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/recruit1.webp");
  width: 235px;
  height: 203px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
#recruit .contents .block a:hover {
  opacity: 0.6;
}
#recruit .contents .block a .title {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
#recruit .contents .block a .title small {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.004em;
  color: #1C7A5D;
}
#recruit .contents .block .title {
  text-align: center;
  line-height: 1.3125;
}
#recruit .contents .block .title small {
  display: block;
  margin-top: 5px;
}
#recruit .contents .block:nth-child(2) a {
  background-image: url("../images/recruit2.webp");
}
#recruit .contents .block:nth-child(3) a {
  background-image: url("../images/recruit3.webp");
}
#recruit .contents .block:nth-child(1), #recruit .contents .block:nth-child(3) {
  margin-top: 15.5%;
}
#recruit .contents .block:nth-child(1) {
  margin-right: -5.4%;
}
#recruit .contents .block:nth-child(1)::before {
  content: "";
  background-image: url(../images/recruit-sharp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: -82%;
  top: 58%;
}
#recruit .contents .block:nth-child(3) {
  margin-left: -5.7%;
}
#recruit .contents .block:nth-child(3)::before {
  content: "";
  background-image: url(../images/recruit-sharp.webp);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: -83%;
  top: 58%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#recruit .contents .block:nth-child(3)::after {
  content: "";
  background-image: url(../images/recruit-sharp.webp);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: -83%;
  top: -54%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#recruit .btn {
  margin-top: 70px;
}
#recruit .btn a {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  #recruit h2 {
    font-size: 60px;
    transform: translate(0, -39px);
  }
  #recruit .contents .block a {
    width: 20vw;
    height: 17.5vw;
  }
  #recruit .contents .block a .title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #recruit {
    margin-top: 40px;
  }
  #recruit h2 {
    font-size: 35px;
    transform: translate(0, -22px);
  }
  #recruit h3 {
    font-size: 14px;
    margin-top: 30px;
  }
  #recruit .contents {
    display: block;
    width: 83vw;
    margin-top: 30px;
  }
  #recruit .contents .block {
    width: 45vw;
    height: 40vw;
  }
  #recruit .contents .block::before {
    display: none;
  }
  #recruit .contents .block::after {
    display: none;
  }
  #recruit .contents .block a {
    width: 100%;
    height: 100%;
  }
  #recruit .contents .block a .title {
    font-size: 14px;
  }
  #recruit .contents .block:nth-child(1), #recruit .contents .block:nth-child(3) {
    margin-top: unset;
    margin-left: unset;
  }
  #recruit .contents .block:nth-child(2) {
    margin-left: auto;
  }
  #recruit .contents .block:nth-child(2), #recruit .contents .block:nth-child(3) {
    margin-top: -22%;
  }
  #recruit .btn {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 190px;
  /* //画像あり
  article {
    display: flex;
    padding: 0 20px 20px 20px;
    border-bottom: solid 1px #f3f3f3;
    & + article {
      margin-top: 40px;
    }
    .image {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
        border-radius: 50%;
      }
    }
    time {
      margin: 15px 30px 0 20px;
      display: block;
      flex-shrink: 0;
      font-size: 14px;
      @include lh(14, 30);
      font-weight: 700;
      color: #fabe00;
    }
    .text {
      margin-top: 15px;
      font-size: 16px;
      @include lh(16, 30);
      font-weight: 700;
      a {
        @include opacity();
        text-decoration: none;
        color: #101010;
      }
    }
  }
   */
}
#news h2 {
  text-align: center;
  /* img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  } */
  display: flex;
  flex-direction: column;
  align-items: center;
}
#news h2::before {
  content: "";
  width: 60px;
  aspect-ratio: 60/26;
  background: url(../images/news-icon.png) no-repeat center/cover;
}
#news .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1020px;
}
#news .contents {
  margin-top: 50px;
}
#news .btn {
  margin-top: 50px;
}
#news .btn a {
  margin-left: auto;
  margin-right: auto;
}
#news article {
  display: flex;
  /*  カテゴリーあり
  .cate {
     margin-right: 30px;
     flex-shrink: 0;
     width: 100px;
     height: 20px;
     background-color: #3c8bd6;
     @include flex-center();
     a {
       @include flex-center();
       width: 100%;
       height: 100%;
       text-decoration: none;
       @include opacity();
     }
   } 
   */
}
#news article a {
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  border: #ffffff solid 1px;
  padding: 12px 50px 12px 37px;
  position: relative;
}
#news article a:hover {
  opacity: 0.6;
}
#news article a::after {
  content: "";
  width: 7px;
  height: 12px;
  position: absolute;
  right: 22px;
  background-image: url("../images/news-arrow.png");
}
#news article + article {
  margin-top: 10px;
}
#news article time {
  display: block;
  flex-shrink: 0;
  line-height: 2.1428571429;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-right: 50px;
  display: flex;
  align-items: center;
}
#news article time::after {
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 30px;
  display: block;
  margin-left: 38px;
}
#news article .text {
  font-size: 16px;
  line-height: 1.875;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 767px) {
  #news {
    margin-top: 70px;
    margin-bottom: 80px;
    /* //画像あり
    article {
      flex-wrap: wrap;
       padding: 0 10px 5px 10px;
       & + article {
         margin-top: 30px;
       }
       time {
         margin-right: 0px;
       }
       .text {
         margin-top: 10px;
         width: 100%;
         font-size: 14px;
       }
     }
     */
  }
  #news .contents {
    margin-top: 40px;
  }
  #news h2 {
    /* img{
      width:43px;
    } */
  }
  #news h2::before {
    width: 43px;
  }
  #news article {
    /* カテゴリーあり
    flex-wrap: wrap;
    .cate {
      margin-right: 0px;
    }
     */
  }
  #news article a {
    display: block;
    padding: 0 35px 5px 10px;
  }
  #news article a::after {
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
  }
  #news article a + article {
    margin-top: 30px;
  }
  #news article a time {
    margin-right: 0px;
  }
  #news article a time::after {
    display: none;
  }
  #news article a .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- *//*# sourceMappingURL=index.css.map */