@charset "UTF-8";
#service .btn, #reason .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 42px;
  background: #ff0000;
  color: #ffffff;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /*
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#service .btn:hover, #reason .btn:hover {
  opacity: 0.6;
}
#service .btn a, #reason .btn a {
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-position: center right 25px;
  padding-right: 15px;
  letter-spacing: 0.3em;
}
#service .btn a:hover, #reason .btn a:hover {
  opacity: 0.6;
}

#news h2, #service h2, #reason h2 {
  font-size: 84px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
}
#news h2 small, #service h2 small, #reason h2 small {
  margin-bottom: 10px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
  #news h2, #service h2, #reason h2 {
    font-size: 53px;
  }
  #news h2 small, #service h2 small, #reason h2 small {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #news h2, #service h2, #reason h2 {
    font-size: 31px;
  }
  #news h2 small, #service h2 small, #reason h2 small {
    font-size: 19px;
  }
}

#news h2, #service h2, #reason h2 {
  margin-bottom: 70px;
  text-align: center;
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#mainimg #mainslider img {
  height: 120vh;
  height: 60vw;
  min-height: 950px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2266666667;
  text-shadow: 0.01em 0.01em 0.2em rgba(255, 255, 255, 0.25), -0.01em -0.01em 0.2em rgba(255, 255, 255, 0.25), 0.01em -0.01em 0.2em rgba(255, 255, 255, 0.25), -0.01em 0.01em 0.2em rgba(255, 255, 255, 0.25);
}
#mainimg .catch small {
  font-size: 19px;
  display: block;
  margin-top: 15px;
  text-shadow: 0em 0em 0.3em rgba(255, 255, 255, 0.4), 0.02em 0.02em 0.2em rgba(255, 255, 255, 0.3), -0.02em -0.02em 0.2em rgba(255, 255, 255, 0.3), 0.02em -0.02em 0.2em rgba(255, 255, 255, 0.3), -0.02em 0.02em 0.2em rgba(255, 255, 255, 0.3);
}
#mainimg .catch span {
  font-size: 132px;
  line-height: 0.8484848485;
  color: #fff;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-weight: 700;
  text-shadow: 0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), 0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2);
}
#mainimg .information {
  position: absolute;
  transform: translateY(-50%);
  top: calc(32% + 280px);
  right: 0;
  min-width: 750px;
}
#mainimg .information .contents {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-right: 30px;
  height: 60px;
}
#mainimg .information .block {
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5625;
  margin-right: 40px;
}
#mainimg .information a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#mainimg .information a:hover {
  opacity: 0.6;
}
#mainimg .information time {
  margin-right: 15px;
}
#mainimg .information .title {
  font-size: 23px;
  color: #fff;
  background-color: #003366;
  padding: 2px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
}
#mainimg .information .text {
  line-height: 1.25;
}
#mainimg .information .btn {
  background-color: #ff0000;
  width: 118px;
  height: 30px;
  transition: all 0.5s ease-out;
  margin-left: auto;
}
#mainimg .information .btn:hover {
  opacity: 0.6;
}
#mainimg .information .btn a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.3em;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  padding-right: 10px;
  background: none;
  padding-right: unset;
}
@media (max-width: 1199px) {
  #mainimg #mainslider img {
    height: auto;
    min-height: 650px;
  }
  #mainimg .catch {
    font-size: 45px;
    top: 37%;
  }
  #mainimg .catch span {
    font-size: 85px;
  }
  #mainimg .catch small {
    font-size: 16px;
  }
  #mainimg .information {
    top: calc(37% + 200px);
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    height: 100vw;
    height: 400px;
    min-height: unset;
  }
  #mainimg .catch {
    font-size: 27px;
    top: 43%;
  }
  #mainimg .catch span {
    font-size: 45px;
  }
  #mainimg .catch small {
    font-size: 14px;
    max-width: 240px;
    line-height: 1.5;
  }
  #mainimg .information {
    min-width: 320px;
    top: calc(43% + 160px);
    margin-left: 10px;
  }
  #mainimg .information .contents {
    padding-right: 0;
    height: 100%;
  }
  #mainimg .information .title {
    font-size: 13px;
    height: 100%;
    padding: 10px;
    display: flex;
    position: absolute;
  }
  #mainimg .information .block {
    display: block;
    padding-left: 15px;
    padding: 5px 10px;
    margin-right: unset;
    margin-right: 5px;
    padding-left: 120px;
  }
  #mainimg .information a {
    display: block;
  }
  #mainimg .information time {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    margin-right: unset;
  }
  #mainimg .information .btn {
    width: 80px;
    height: 30px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  #mainimg .information .btn a {
    font-size: 10px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  background-image: url(../images/about-bg.webp);
  background-size: cover;
  background-position: center;
  height: 1000px;
  height: 74vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
  clip-path: polygon(0 17.5vw, 100% 0, 100% 100%, 0 100%);
  margin-top: -17.5vw;
  padding-left: 100px;
  padding-bottom: 8vw;
}
#about::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/reason-bg.jpg);
  width: 100vw;
  height: 18.6vw;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  clip-path: polygon(0% 0%, 100% 10vw, 100% 100%, 0 100%);
}
#about .inner {
  padding-top: 3vw;
}
#about .contents {
  position: relative;
  z-index: 3;
}
#about h2 {
  font-size: 95px;
  line-height: 1;
  font-weight: 700;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  z-index: 3;
  position: relative;
}
#about h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 2;
  margin-top: 10px;
  z-index: 3;
  position: relative;
}
#about .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.25;
  margin-top: 10px;
  z-index: 3;
  position: relative;
}
#about .image {
  position: absolute;
  bottom: 4vw;
  z-index: 1;
  width: 40%;
}
#about .image img {
  width: 100%;
}
@media (max-width: 1199px) {
  #about {
    padding-left: 10px;
  }
  #about .inner {
    padding-top: 8vw;
  }
  #about h2 {
    font-size: 50px;
  }
  #about h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #about {
    height: 55vw;
    height: 400px;
    clip-path: unset;
    padding-bottom: 95px;
    overflow: hidden;
    z-index: 1;
    margin-top: unset;
  }
  #about .inner {
    padding-top: unset;
  }
  #about h2 {
    font-size: 26px;
  }
  #about h3 {
    font-size: 19px;
  }
  #about .text {
    font-size: 14px;
  }
  #about .text br {
    display: none;
  }
  #about .image {
    width: 35%;
  }
}
@media (max-width: 500px) {
  #about {
    height: 100%;
    padding-top: 50px;
  }
  #about .image {
    width: 60%;
  }
}

/* ----------------------------------------------
reason
------------------------------------------------- */
#reason {
  position: relative;
  z-index: 3;
  margin-top: -14vw;
  padding-top: 130px;
}
#reason .contents {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1300px;
  gap: 30px 2.6923076923%;
}
#reason .block {
  position: relative;
  width: 31.5384615385%;
  height: 500px;
  --cut: 24px;
  color: #fff;
  display: grid;
  place-items: center;
  /* 角を斜めにカット */
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
}
#reason .block a {
  text-decoration: none;
  color: #fff;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5625;
  width: 100%;
}
#reason .block:hover::before {
  background-color: rgba(255, 255, 255, 0);
}
#reason .block:hover:nth-child(2)::before {
  background-color: rgba(255, 255, 255, 0);
}
#reason .block:hover:nth-child(3)::before {
  background-color: rgba(255, 255, 255, 0);
}
#reason .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 166, 255, 0.72);
  pointer-events: none;
  transition: all 0.5s ease-out;
}
#reason .block:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 113, 184, 0.78);
  pointer-events: none;
  transition: all 0.5s ease-out;
}
#reason .block:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 51, 102, 0.86);
  pointer-events: none;
  transition: all 0.5s ease-out;
}
#reason .tex-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 23px;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
}
#reason .title {
  font-size: 25px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#reason .text {
  letter-spacing: 0.1em;
}
#reason .number {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 120px;
  color: #fff;
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
#reason .number small {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}
#reason .btn {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
#reason .image {
  height: 100%;
}
#reason .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  #reason {
    padding-top: 95px;
  }
  #reason .block {
    height: unset;
  }
  #reason .number {
    font-size: 85px;
  }
  #reason .title {
    font-size: 19px;
  }
  #reason .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #reason {
    padding-top: 70px;
  }
  #reason h2 {
    margin-bottom: 45px;
  }
  #reason .contents {
    display: block;
  }
  #reason .block {
    width: 100%;
    height: 240px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  #reason .block:nth-child(n+2) {
    margin-top: 30px;
  }
  #reason .tex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  #reason .number {
    font-size: 50px;
    margin-bottom: 15px;
  }
  #reason .number small {
    font-size: 16px;
    width: 150px;
  }
  #reason .title {
    font-size: 18px;
  }
  #reason .text {
    font-size: 14px;
  }
  #reason .btn {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service {
  position: relative;
  padding-top: 20vw;
}
#service::before {
  content: "";
  background-image: url(../images/service-bg.webp);
  width: 100%;
  height: 46vw;
  max-height: 850px;
  top: 0;
  background-size: cover;
  background-position: top;
  position: absolute;
  z-index: 0;
}
#service h2 {
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin-bottom: 5vw;
}
#service .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1400px;
  position: relative;
  z-index: 2;
}
#service .block {
  display: flex;
  justify-content: space-between;
}
#service .block:nth-child(n+2) {
  margin-top: 100px;
}
#service .block:nth-child(2n) {
  flex-direction: row-reverse;
}
#service .block:nth-child(2n) .head {
  padding: 30px 10px 25px 70px;
}
#service .block:nth-child(2n) .head::before {
  left: unset;
  right: -20%;
}
#service .block:nth-child(2n) .title2 {
  padding: 10px 10px 10px 70px;
}
#service .block:nth-child(2n) .title2::before {
  left: unset;
  right: -20%;
  --cut: 50px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut)));
}
#service .block:nth-child(2n) .image {
  --cut: 80px;
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
#service .block:nth-child(2n) .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 669/446;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .block:nth-child(2n) .text {
  padding-left: 70px;
}
#service .block:nth-child(2n) .btn {
  margin-left: 70px;
}
#service .image {
  width: 48.5%;
  height: -moz-fit-content;
  height: fit-content;
  --cut: 80px;
  clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut)));
}
#service .tex-box {
  width: 48.5%;
  padding-top: 30px;
}
#service .head {
  background-color: #003366;
  color: #ffffff;
  position: relative;
  padding: 30px 70px 25px 0;
}
#service .head::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 120%;
  left: -20%;
  top: 0;
  background-color: #003366;
  z-index: -1;
}
#service .number {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 30px;
  line-height: 1;
}
#service .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#service .title2 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  padding: 15px 70px 15px 0;
  line-height: 1.5;
}
#service .title2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 120%;
  left: -20%;
  top: 0;
  background-color: #0071b8;
  z-index: -1;
  --cut:50px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
}
#service .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.603125;
  margin-top: 15px;
  padding-right: 10px;
}
#service .btn {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  #service .block:nth-child(2n) .head {
    padding: 20px 0 15px 40px;
  }
  #service .block:nth-child(2n) .title2 {
    padding: 15px 0 15px 40px;
  }
  #service .block:nth-child(2n) .title2::before {
    --cut:30px;
  }
  #service .image {
    --cut: 50px;
  }
  #service .number {
    font-size: 20px;
  }
  #service .head {
    padding: 20px 40px 15px 0;
  }
  #service .title {
    font-size: 23px;
  }
  #service .title2 {
    font-size: 20px;
    padding: 15px 40px 15px 0;
  }
  #service .title2::before {
    --cut:30px;
  }
}
@media (max-width: 767px) {
  #service {
    padding-top: 28vw;
    padding-bottom: 50px;
  }
  #service::before {
    height: 58vw;
    background-position: center;
  }
  #service h2 {
    margin-bottom: 35px;
  }
  #service .contents {
    /* 端までビジュアルを攻めたいので左右の余白を少し緩める想定
       （contSize(true) 側で 16px などが入っているならそのままでOK） */
    max-width: none;
  }
  #service .block {
    display: block; /* 縦積み */
    /* 偶数ブロックの反転は解除（縦積みで統一） */
  }
  #service .block:nth-child(n+2) {
    margin-top: 14vw;
  }
  #service .block:nth-child(2n) {
    flex-direction: column;
  }
  #service .block:nth-child(2n) .head {
    padding: 15px 10px;
  }
  #service .block:nth-child(2n) .head::before {
    right: -10px;
    width: calc(100% + 20px);
  }
  #service .block:nth-child(2n) .title2 {
    padding: 10px 10px;
  }
  #service .block:nth-child(2n) .title2::before {
    right: -10px;
    width: calc(100% + 20px);
    --cut: 20px;
  }
  #service .block:nth-child(2n) .image {
    --cut: 35px;
    --cut:0;
  }
  #service .block:nth-child(2n) .text {
    padding-left: 0;
  }
  #service .block:nth-child(2n) .btn {
    margin-left: auto;
    width: 100%;
  }
  #service .image {
    width: 100%;
    height: auto;
    display: block;
    --cut: 35px;
    --cut:0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut)));
  }
  #service .tex-box {
    width: 100%;
    padding-top: 10px;
  }
  #service .head {
    padding: 15px 10px;
  }
  #service .head::before {
    left: -10px;
    width: calc(100% + 20px);
  }
  #service .number {
    font-size: clamp(18px, 5.2vw, 22px);
  }
  #service .title {
    font-size: clamp(19px, 4.5vw, 26px);
    line-height: 1.45;
    letter-spacing: 0.08em;
    margin-top: 2vw;
  }
  #service .title2 {
    font-size: clamp(17px, 4vw, 20px);
    padding: 10px;
    line-height: 1.5;
  }
  #service .title2::before {
    left: -10px;
    width: calc(100% + 20px);
    --cut: 20px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
  }
  #service .text {
    margin-top: 3.5vw;
    padding-right: 0;
    /* 既存の @include lh(16,25.65); を活かしつつサイズだけ微調整 */
    font-size: clamp(13px, 3.6vw, 15px);
    letter-spacing: 0.04em;
  }
  #service .btn {
    margin-top: 4.5vw;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    min-height: 48px;
    text-align: center;
    white-space: nowrap;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  padding-bottom: 70px;
  position: relative;
  padding-bottom: 80px;
  z-index: 4;
  display: block;
}
#company .bg {
  background-image: url(../images/bnr-bg.webp);
  background-size: cover;
  background-position: top;
  clip-path: polygon(0 17.5vw, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  position: absolute;
  height: 100%;
}
#company .bg::after {
  content: "";
  background-color: rgba(0, 51, 102, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#company::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #003366;
  width: 100%;
  height: 50%;
  clip-path: polygon(0% 0, 100% 24vw, 100% 100%, 0% 100%);
  z-index: -1;
  top: 6vw;
}
#company .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1260px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-top: 18vw;
}
#company a {
  transition: all 0.5s ease-out;
  color: #ffffff;
}
#company a:hover {
  opacity: 0.6;
}
#company .block {
  width: 49%;
  position: relative;
}
#company .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 581/184;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 50px;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1.4;
}
#company .title small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 24px;
  display: block;
}
@media (max-width: 1199px) {
  #company .title {
    font-size: 40px;
  }
  #company .title small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #company {
    padding-bottom: 65px;
  }
  #company .contents {
    display: block;
    padding-top: 26vw;
  }
  #company .block {
    width: 100%;
  }
  #company .block:nth-child(2) {
    margin-top: 35px;
  }
  #company .title {
    font-size: 25px;
  }
  #company .title small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  /* //画像あり
  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 .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#news article {
  display: flex;
  padding: 0 20px 10px 20px;
  border-bottom: solid 1px #f3f3f3;
  /*  カテゴリーあり
  .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 + article {
  margin-top: 45px;
}
#news article time {
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 2.1428571429;
  margin-right: 50px;
  font-weight: 700;
  color: #fabe00;
}
#news article .text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
@media (max-width: 767px) {
  #news {
    /* //画像あり
    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 article {
    display: block;
    padding: 0 10px 5px 10px;
    /* カテゴリーあり
    flex-wrap: wrap;
    .cate {
      margin-right: 0px;
    }
     */
  }
  #news article + article {
    margin-top: 30px;
  }
  #news article time {
    margin-right: 0px;
  }
  #news article .text {
    font-size: 14px;
  }
}

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

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

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

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

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