@charset "UTF-8";
/* 全体 */
body {
  font-family: "Roboto", "NOTO Sans JP", Arial, Mailyo;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}

a {
  color: #349bf4;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* レイアウト */
.inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
}

.section__title {
  color: #DD1B57;
  font-family: "NOTO Sans JP";
  font-size: clamp(2rem, 1.824rem + 0.75vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}

/* ヘッダー */
.header__inner {
  max-width: 1425px;
  margin: 0 auto;
  padding: clamp(1.25rem, 1.074rem + 0.75vw, 1.75rem) clamp(1.313rem, 0.388rem + 3.94vw, 3.938rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.logo {
  width: clamp(6.688rem, 5.367rem + 5.63vw, 10.438rem);
}

/* グローバルナビ */
.gNavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 11px;
}
.gNavi__item {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.gNavi__item a {
  color: #333333;
  text-decoration: none;
}
.gNavi span {
  color: #DD1B57;
}

.navigation {
  display: none;
}

/* メインビジュアル */
.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 600px;
  background-image: url(images/pc_bg_mv.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mv__textBox {
  font-family: "Roboto";
  font-weight: bold;
  color: #ffffff;
}
.mv__mc {
  font-size: clamp(5rem, 3.239rem + 7.51vw, 10rem);
  line-height: 1;
  margin-bottom: 15px;
}
.mv__sc {
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

/* メインコンテンツ */
.content {
  display: grid;
  margin: clamp(2.438rem, 1.975rem + 1.97vw, 3.75rem) auto clamp(4rem, 3.252rem + 3.19vw, 6.125rem);
  row-gap: clamp(3.125rem, 2.201rem + 3.94vw, 5.75rem);
}

/* ニュース */
.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}
.news__heading {
  margin-bottom: 20px;
}
.news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news__item {
  padding-top: 15px;
  padding-bottom: clamp(0.625rem, 0.515rem + 0.47vw, 0.938rem);
  border-bottom: 1px solid #e8e8e8;
}
.news__item:first-child {
  padding-top: 0;
}
.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 15px;
  line-height: 1.8;
  border-bottom: 1px solid #ffffff;
  color: #333333;
  text-decoration: none;
}
.news__link:hover {
  color: #DD1B57;
}
.news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* サービス */
.service__heading {
  position: relative;
  margin-bottom: clamp(1.063rem, 0.336rem + 3.1vw, 3.125rem);
}
.service__heading::before {
  display: block;
  content: "SERVICE";
  position: absolute;
  top: -134%;
  right: -2%;
  z-index: -1;
  color: #F2F2F2;
  font-family: "ROBOTO";
  font-weight: bold;
  font-size: 168px;
}
.service__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(20.938rem, 20.607rem + 1.41vw, 21.875rem), 1fr));
  gap: 30px;
}
.service__itemBox {
  margin: 0 auto;
}
.service__item {
  width: clamp(20.938rem, 20.607rem + 1.41vw, 21.875rem);
  height: clamp(15.375rem, 14.935rem + 1.88vw, 16.625rem);
  background: #ffffff;
  padding: clamp(2.188rem, 1.923rem + 1.13vw, 2.938rem) clamp(2.375rem, 2.111rem + 1.13vw, 3.125rem);
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.16);
}
.service__icon {
  text-align: center;
  vertical-align: bottom;
}
.service__icon--1 {
  font-size: 48px;
  vertical-align: bottom;
  font-variation-settings: "FILL" 1;
  margin-bottom: 7px;
}
.service__icon--2 {
  font-size: 48px;
  vertical-align: bottom;
  font-variation-settings: "FILL" 1;
  margin-bottom: 12px;
}
.service__icon--3 {
  font-size: 48px;
  vertical-align: bottom;
  font-variation-settings: "FILL" 0;
  margin-bottom: 12px;
}
.service__name {
  font-family: "NOTO Sans JP";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.15;
  text-align: center;
}
.service__name--1 {
  margin-bottom: 22px;
}
.service__name--2 {
  margin-bottom: 15px;
}
.service__name--3 {
  margin-bottom: 15px;
}
.service__content {
  font-family: "NOTO Sans JP";
  font-size: 14px;
  line-height: 1.7;
}

/* 下層ページ：ページヘッダー */
.pageHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(10rem, 9.34rem + 2.82vw, 11.875rem);
  background-image: url(images/pc_header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pageHeader__titleArea {
  color: #ffffff;
}
.pageHeader__title {
  font-family: "NOTO Sans JP";
  font-size: clamp(1.75rem, 1.486rem + 1.13vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/* 下層ページ：メッセージ*/
.messege .inner {
  margin-top: 65px;
  margin-bottom: 100px;
}
.messege__text {
  max-width: 850px;
  margin: 0 auto;
}
.messege__title {
  font-size: clamp(1.5rem, 1.148rem + 1.5vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #DD1B57;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.messege__subTitle {
  font-size: clamp(0.938rem, 0.871rem + 0.28vw, 1.125rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 41px;
}
.messege__ceo {
  margin-bottom: 80px;
}
.messege__img--ceo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  margin-right: 22px;
  margin-bottom: 18px;
}
.messege__text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.messege__img--office {
  width: 100%;
}

/* 下層ページ：会社概要*/
.company .inner {
  margin-top: 50px;
  margin-bottom: 87px;
}
.company__data {
  margin-bottom: 62px;
}
.company__list {
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: 0.05em;
}
.company__item {
  padding: 42px 30px 18px;
}
.company__item:not(:last-child) {
  border-bottom: 1px #dddddd solid;
  border-collapse: collapse;
}
.company__term {
  width: 206px;
  float: left;
  font-weight: bold;
}
.company__map {
  margin-bottom: 20px;
}
.company__map iframe {
  height: 400px;
}
.company__mapLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 14px;
  list-style: 1.15;
  padding-right: 10px;
}

/* フッター */
.footer {
  color: #ffffff;
  background: #DD1B57;
}
.footer__inner {
  padding-top: 60px;
  padding-bottom: 48px;
}
.footer__nav {
  padding-bottom: 20px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.footer__item {
  font-family: "NOTO Sans JP";
  font-size: 14px;
  letter-spacing: 0.05;
}
.footer__link {
  color: #ffffff;
  text-decoration: none;
}
.footer__item:hover {
  color: #349bf4;
  text-decoration: underline;
}
.footer__copylight {
  font-family: "ROBOTO";
  font-size: 12px;
  line-height: 1.15;
  letter-spacing: 0.03;
}

@media (min-width: 769px) {
  .hamburger_menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .gNavi__list {
    display: none;
  }
  .hamburger_menu {
    width: 60px;
    height: 60px;
    background: #DD1B57;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border: none;
    cursor: pointer;
    z-index: 10;
  }
  .hamburger_menu__bar {
    display: inline-block;
    width: 50%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 11;
  }
  .hamburger_menu__bar:first-child {
    top: 20px;
  }
  .hamburger_menu__bar:nth-child(2) {
    top: 28px;
  }
  .hamburger_menu__bar:last-child {
    top: 36px;
  }
  .hamburger_menu__open .hamburger_menu__bar {
    top: 50%;
  }
  .hamburger_menu__open .hamburger_menu__bar:first-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger_menu__open .hamburger_menu__bar:last-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger_menu__open .hamburger_menu__bar:nth-child(2) {
    display: none;
  }
  .gNavi--hamburger {
    background: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 0%;
    width: 100%;
    height: 500px;
    padding-top: 150px;
    padding-bottom: 198px;
    z-index: 9;
  }
  .gNavi--hamburger .navigation_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gNavi--hamburger .gNavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    list-style: none;
  }
  .gNavi--hamburger .gNavi__item {
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    color: #FFF;
    background: #4E301B;
  }
}
@media (max-width: 768px) {
  .mv {
    height: 460px;
    background-image: url(images/sp_mv.jpg);
  }
  .news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
  }
  .news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    font-size: 15px;
    line-height: 1.8;
    border-bottom: 1px solid #ffffff;
    color: #333333;
    text-decoration: none;
  }
}