@charset "utf-8";
/* CSS Document */

.firstview {
  width: 100%;
  height: 100vh;
  background-image: url("../images/common/main_visual.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.firstview__catchphrase {
  text-align: center;
  padding: 0 40px;
}
.firstview__catchphrase--jp {
  color: #fff;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: 8.0rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.firstview__catchphrase--en {
  color: rgba(255,255,255,0.65);
  font-family: 'EB Garamond', serif;
  font-size: 3.0rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
.firstview__catchphrase__br {
  display: none;
}
/*----------------- レスポンシブ */
@media only screen and (max-width: 999px) {
  .firstview {
    background-position: bottom 0% left 50%;
}
  .firstview__catchphrase__br {
    display: block;
}
}
@media only screen and (max-width: 767px) {
  .firstview {
    height: 96vh;
    background-position: bottom 0% left 40%; 
}
  .firstview__catchphrase {
    padding: 0 40px 100px;
}
  .firstview__catchphrase--jp {
    font-size: 4.0rem;
    letter-spacing: 0.25rem;
}
  .firstview__catchphrase--en {
    font-size: 1.4rem;
}
}

/*================== 波の動き ==================*/
.wave{
  position:relative;
  height: 60px;/* 波の高さと同値 */
  margin-top: -60px;
}
.wave canvas{
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  }

/*==================セクション：メッセージ==================*/
.section--message {
  background-image: url("../images/common/bg-1.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}
.wave__message-top {
  position: absolute;
  top: -16em;
  left: 0;
  width: 100%;
  z-index: 20;
}
.wave__message-bottom {
  position: absolute;
  display: none;
}
/*.container--message__wrapper {
  
}*/
.container--message {
  max-width: 100%;
  /*padding-bottom: 24vw;*/
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.container--message::before {
  display: block;
  content: "";
  position: absolute;
  top: -2em;
  left: 10vw;
  width: 180px;
  height: 800px;
  background-image: url("../images/message/message_decor.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
.container--message__textbox {
  margin-left: 24vw;
}
.message__main-title__en {
  width: 30em;
}
.message__sub-title {
  width: 480px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.message__sub-title img {
  width: 100%;
}
.message__description {
  width: 560px; 
  line-height: 3.5rem;
  margin-bottom: 30px;
}
.message__link-company {
  display: inline-block;
}
.message__link-company__inner {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  background: #0048A6;
  padding: 10px 30px;
  border-radius: 30px;
}
.message__link-company__inner::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/common/button--white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 12px;
  transition: all .3s;
}
.message__link-company__inner:hover::after {
  transform: translateX(6px);
}
.container--message__img--ocean {
  width: 36vw;
  max-width: 600px;
  margin-right: 4em;
  margin-left: 4em;
}
.container--message__img--team {
  width: 36vw;
  max-width: 650px;
  margin-left: 22vw;
  margin-top: 8em;
  margin-bottom: -10em;
  position: relative;
  z-index: 10;
}

/*----------------- レスポンシブ */
@media only screen and (max-width: 1599px) {
  .container--message::before {
    left: 4vw;
    width: 140px;
  }
  .container--message__textbox {
    margin-left: 16vw;
  }
  .container--message__img--ocean {
    margin-right: 2em;
    margin-left: 2em;
  }
  .container--message__img--team {
    width: 40vw;
    margin-left: 12vw;
  }
}
@media only screen and (max-width: 1339px) {
  .container--message::before {
    left: 0vw;
    width: 120px;
  }
  .container--message__textbox {
    margin-left: 14vw;
  }
  .container--message__img--ocean {
    margin-right: 2em;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 1279px) {
  .container--message {
    flex-direction: column;
  }
  .container--message__img--ocean {
    width: 42vw;
    margin: -4em 0 0 auto;
  }
}
@media only screen and (max-width: 999px) {
  .section--message {
    padding-top: 16em;
  }
  .container--message {
    width: 100%;
    margin-left: 0;
  }
  .container--message::before {
    background-image: none;
  }
  .container--message__textbox {
    margin-left: 0;
  }
  .message__main-title__en {
    width: 60em;
}
  .message__sub-title {
    width: 60%;
    min-width: 300px;
    margin-bottom: 40px;
  }
  .container--message__img--ocean {
    width: 48vw;
    margin: 8em auto 0 -4em;
  }
  .container--message__img--team {
    width: 56vw;
    margin: 6em 0 -10em auto;
  }
  .wave__message-top {
    top: -8em;
  }
  .wave__message-bottom {
    display: block;
    z-index: 5;
    bottom: 16em;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .section--message {
    padding: 12em 0 0;
  }
  .wave__message-bottom {
    bottom: 8em;
  }
  .container--message {
    padding: 0 3em;
  }
  .message__main-title__en {
    width: 100%;
}
  .message__sub-title {
    width: 90%;
    max-width: 500px;
  }
  .message__description {
    width: 100%;
    line-height: 2.6rem;
    letter-spacing: initial;
  }
  .container--message__img--ocean {
    width: 80vw;
    margin: 8em auto 0 -4em;
  }
  .container--message__img--team {
    width: 88vw;
    margin: 4em 0 -10em auto;
  }
  .wave__message-top {
    top: -6em;
  }
  .wave__message-bottom {
    bottom: 12em;
  }
}

/*==================セクション：プロジェクト紹介==================*/
.section--project {
  text-align: left;
  background-image: url("../images/common/bg-2.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 24em;
  padding-bottom: 30em;
  position: relative;
}
.wave__project-top {
  position: absolute;
  z-index: 3;
  top: -48em;
  left: 0;
  width: 100%;
}
/*.project__main-title__en {
  width: 740px;
}*/
.project__sub-title {
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: -0.07em;
}
.project__description {
  color: #fff;
  margin-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  .section--project {
    padding-top: 20em;
    padding-bottom: 16em;
  }
  .wave__project-top {
    display: none;
  }
  .project__main-title__en {
    width: 100%;
    margin: 0 auto 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .project__sub-title {
    margin-bottom: 40px;
  }
  .project__description {
    margin-bottom: 60px;
  }
}

/*-------- プロジェクト紹介スライダー --------*/
.project__article__img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.project__article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .3s;
}
.project__article__img img:hover {
  transform: scale(1.1);
}
.project__article__description {
  width: 100%;
  padding: 40px 30px 20px;
  background: #fff;
}
.project__description__title {
  color: #0048A6;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: 2.4rem;
  line-height: 3.6rem;
  height: 70px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
@media only screen and (max-width: 767px) {
  .project__article__img {
    height: 250px;
  }
  .project__article__description {
    padding: 20px 20px 30px;
  }
  .project__description__title {
    font-size: 1.8rem;
    line-height: 3.0rem;
    height: 60px;
  }
}

.project__description__arrow {
  width: 30px;
  height: 30px;
  display: block;
  content: "";
  background-image: url("../images/common/button--blue.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 0 auto;
}


/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
  margin:0 auto;
}

.slider article {
  width:100%;/*スライダー内の画像を横幅100%に*/
  max-width: 340px;;
  height:auto;
  margin: 0 auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整を上書き*/
.slider .slick-slide {
  margin:0 20px;
}

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff;/*矢印の色*/
  border-right: 2px solid #fff;/*矢印の色*/
  height: 24px;
  width: 24px;
}
.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    height: 16px;
    width: 16px;
}
}

#slider--project {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #slider--project {
    margin-bottom: 24px;
  }
}

/*==================セクション：サービス==================*/
.section--service {
  background-image: url("../images/common/bg-3.jpg");
  background-position: top left 40%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 16em;
  padding-bottom: 40em;
  position: relative;
}
.wave__service-top {
  position: absolute;
  z-index: 1;
  top: -6em;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .section--service {
    background-image: url("../images/service/service__sp-background.jpg");
    background-position: top left 10%;
    padding-top: 12em;
    padding-bottom: 24em;
  }
  .wave__service-top {
    top: 8em;
  }
}
@media only screen and (max-width: 767px) {
  .wave__service-top {
    top: 24em;
  }
}

.container--service {
  position: relative;
  z-index: 10;
}
.service__main-title__wrapper {
  position: relative;
  overflow: hidden;
}
.service__main-title__en {
  position: relative;
  z-index: 3;
  width: 30em;
  margin: 0 auto;
}
.service__main-title__en::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 700px;
  height: 125px;
  bottom: 0;
  left: -3em;
  background-image: url("../images/service/service__main-title__decor.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.service__main-title__ja {
  text-align: center;
}
.service__sub-title {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.container__sub-title--br {
  display: none;
}

@media only screen and (max-width: 999px) {
  .service__main-title__en {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .service__main-title__en::before {
    background-image: none;
  }
  .service__main-title__ja {
    text-align: left;
  }
  .service__sub-title {
    display: block;
  }
  .container__sub-title--br {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .service__sub-title {
    width: 350px;
    letter-spacing: -0.075em; 
    justify-content: flex-start;
    margin-bottom: 120px;
  }
}

.container--service__list {
  list-style: none;
  display: flex; 
  justify-content: space-between;
  gap: 40px 15px;
}
.container--service__list__item {
  width: 25%;
  max-width: 360px;
  background: #fff;
  padding: 80px 10px 20px;
}
.service-01, 
.service-02, 
.service-03, 
.service-04 {
  position: relative;
}
.service-01::before, 
.service-02::before, 
.service-03::before, 
.service-04::before {
  position: absolute;
  display: block;
  content: "";
  top: -45px;
  right: 0;
  left: 0;
  margin: 0 auto; 
  width: 83px;
  height: 90px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service-01::before {
  background-image: url("../images/service/01.png");
}
.service-02::before {
  background-image: url("../images/service/02.png");
}
.service-03::before {
  background-image: url("../images/service/03.png");
} 
.service-04::before {
  background-image: url("../images/service/04.png");
}
.service__list-item__title {
  color: #FF9A00;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: 2.8rem;
  line-height: 3.6rem;
  letter-spacing: -0.15rem;
  padding: 0 5px;
  margin-bottom: 20px;
}
.service__list-item__text {
  font-size: 1.8rem;
  line-height: 2.6rem;
  padding: 0 5px;
  margin-bottom: 20px;
}
.service__list-item__img {
  width: 100%;
  object-fit: contain;
}
.service__list-item__img img {
  width: 100%;
}

@media only screen and (max-width: 1439px) {
  .container--service__list { 
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 8em;
  }
  .container--service__list__item {
    width: 48%;
  }
}
@media only screen and (max-width: 999px) {
  .container--service__list { 
    gap: 8em 1em;
    margin: 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .container--service__list__item {
    width: 100%;
    padding: 46px 16px 10px;
  }
  .service-01::before, 
  .service-02::before, 
  .service-03::before, 
  .service-04::before {
    width: 76px;
    height: 86px;
}
  .service__list-item__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .service__list-item__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

/*==================セクション：役員紹介==================*/
.section--team {
  background-image: url("../images/our-team/member_background_wave@2x.png");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 34em;
  padding-bottom: 12em;
  margin-top: -16em;
  margin-bottom: 16em;
  position: relative;
  z-index: 10;
}
.wave__team-top {
  position: absolute;
  z-index: 20;
  top: -8em;
  left: 0;
  width: 100%;
}
.container--team__text-wrapper {
  margin: 0 120px;
}
.team__main-title__en {
  /*width: 490px;*/
  width: 30em;
}
@media only screen and (max-width: 1279px) {
  .section--team {
    padding-top: 24em;
    background-size: contain;
  }
  .container--team__text-wrapper {
    margin: 0;
  }
} 
@media only screen and (max-width: 999px) {
  .section--team {
    background-size: contain;
    padding-top: 12em;
    padding-bottom: 16em;
    margin-top: -8em;
    margin-bottom: 0;
  }
  .team__main-title__en {
    width: 100%;
    margin: 0 auto 0 0;
}
  .team__main-title__decor {
    display: none;
  }
}
@media only screen and (max-width: 767px)  {
  .wave__team-top {
    top: -3em;
  }
}

/*--------------- メンバー：モーダル表示用カードの設定 ---------------*/
.container--team__row-1, .container--team__row-2 {
  list-style: none;
  display: flex;
  justify-content: center;
  object-fit: contain;
  margin: 0 auto;
  gap: 4em;
  max-width: 1200px;
}
.team__row-1__member {
  width: 33%;
  max-width: 300px;
}
.container--team__row-2 {
  position: relative;
  padding-top: 12em;
  background-image: url("../images/our-team/our-team_decor.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top 8% right 45%;
}
.team__row-2__member {
  width: 33%;
  max-width: 300px;
  max-height: 425px;
}
.team__row-2__member img {
  height: 100%;
}
@media only screen and (max-width: 1279px) {
  .container--team__row-1, .container--team__row-2 {
    flex-wrap: wrap;
    text-align: center;
    gap: 4em;
    margin: 0;
  }
  .container--team__row-2 {
    padding-top: 4em;
    background-image: none;
  }
  .team__row-1__member, .team__row-2__member {
    width: 45%;
    max-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .container--team__row-1, .container--team__row-2 {
    flex-direction: column;
  }
  .team__row-1__member, .team__row-2__member {
    width: 100%;
    margin: 0 auto;
  }
}

/*================== メンバー：プロフィールのモーダルウィンドウ設定 ==================*/
.modal-nav__item {
  cursor: pointer;
}
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  transition: all .3s;
}
.modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 14vh 0 6vh;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  cursor: pointer;
}
.modal__cont {
  background-color: #fff;
  background-image: url("../images/our-team/modal_bg--pc.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  border: #0048A6 solid 10px;
  position: relative;
  padding-bottom: 110px;
  width: 90%;
  max-width: 1200px;
  height: 78vh;
  margin-inline: auto;
}
.modal__cont__profile {
  height: 100%;
  overflow-y: scroll;
}
.modal--close {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 1em;
  width: 90px;
  height: 40px;
  background-image: url("../images/our-team/button-close.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 20px;
}

/* 以下、プロフィールの内容 */
/* ------- 左列 ------- */
.modal__textbox {
  display: flex;
  align-items: flex-start;
  margin: 40px 24px 0 64px;
}
.modal__textbox__column1 {
  width: 300px;
  font-family: "A1明朝", "A1 Mincho", serif;
  margin-right: 100px;
}
.modal__slogan {
  padding-left: 32px;
  color: #0048A6;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.modal__slogan::before {
  content: "";
  display: block;
  width: 53px;
  height: 38px;
  background-image: url("../images/our-team/modal_quotation.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  left: 0;
}
.modal__profile-img {
  width: 300px;
  object-fit: contain;
  object-position: center;
}
.modal__sp-profile {
  display: none;
  margin-top: 20px;
}
.modal__motto,.modal__role-model {
  width: 300px;
  color: #fff;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #0048A6;
}
.modal__motto {
  padding: 8px 0; /*「」の左端を合わせるために調整*/
}
.modal__role-model {
  padding: 8px 0 8px 12px;
}
.modal__motto span,.modal__role-model span {
  font-size: 1.6rem;
  font-weight: 500;
}
.modal__motto span {
  margin-left: 12px;
}
.modal__motto {
  margin: 10px 0;
}
.modal__role-model--small {
  font-size: 1.2rem;
  margin-left: 10px;
}

/* 大矢さん個別指定 */
.slogan--ooya {
  width: 350px;
}
.motto--ooya, .role-model--ooya {
  padding: 8px 0 8px 12px;
}
/* 赤木さん個別指定 */
.slogan--akagi {
  width: 420px;
  font-size: 2.6rem;
  line-height: 3.2rem;
  padding-left: 10px;
}

/* ------- 右列 ------- */
.modal__position {
  color: #0048A6;
  font-family: 'Lora',"A1明朝", "A1 Mincho", serif;
  font-size: 2.4rem;
  margin-bottom: 16px;
  font-weight: 500;
}
.modal__name {
  color: #0048A6;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: 4.0rem;
  margin-bottom: 10px;
}
.modal__name--en {
  color: #0048A6;
  font-family: 'Lora', serif;
  font-size: 2.2rem;
  margin-bottom: 40px;
}
.modal__description {
  max-width: 700px;
  margin-bottom: 20px;
}
.modal__description p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: 'Noto Sans', 'Noto Sans JP',sans-serif;
  font-weight: 400;
}
.modal__biography {
  max-width: 700px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: 'Noto Sans', 'Noto Sans JP',sans-serif;
  font-weight: 400;
}
.modal__biography__year {
  width: 110px;
  font-weight: 600;
}

@media only screen and (max-width: 1279px) {
  .modal__textbox__column1 {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 999px) {
  .modal__textbox__column1 {
    width: 100%;
    margin-right: 0;
  }
  .modal__textbox {
    flex-direction: column;
    margin: 40px 24px 0 32px;
  }
  .modal__pc-profile {
    display: none;
  }
  .modal__sp-profile {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .modal__position {
    font-size: 2.0rem;
    margin-right: 24px;
  }
  .modal__name {
    font-size: 3.0rem;
    margin-bottom: 0;
    padding-top: 10px;;
  }
  .modal__name--en {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .modal__textbox__column2 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .modal__biography {
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .modal__cont {
    height: 76vh;
    padding-bottom: 80px;
  }
  .modal--close {
    height: 24px;
    bottom: -8px;
  }
  .modal__textbox {
    flex-direction: column;
    margin: 40px 24px 0 24px;
  }
  .modal__textbox__column2 {
    padding-bottom: 0;
  }
  .modal__slogan {
    width: 100%;
    font-size: 2.0rem;
    padding-left: 24px;
  }
  .modal__motto, .modal__role-model, .modal__profile-img {
    width: 100%;
  }
  .modal__position {
    width: 140px;
    font-size: 1.6rem;
    margin-right: 0;
  }
  .modal__name {
    font-size: 2.4rem;
  }
  .modal__name--en {
    font-size: 1.4rem;
  }
  .modal__biography td {
    display: block;
    width: 100%
  }
  .modal__biography__content {
    margin-bottom: 16px;
  }
}

/* モーダル表示 */
.modal.is-show {
  opacity: 1;
  visibility: visible;
}

/*==================セクション：ニュース==================*/
.section--news {
  background-image: url("../images/common/bg-3.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  padding-top: 20em;
  padding-bottom: 24em;
  /*margin-top: -10em;*/
}
.wave__news-top {
  position: absolute;
  z-index: 20;
  top: -12vw;
  left: 0;
  width: 100%;
}
.container--news {
  background-color: rgba(255,255,255,0.6);
  padding: 8em 6em;
}
.news__main-title__en {
  /*width: 720px;*/
  width: 500px;
}
@media only screen and (max-width: 999px) {
  .section--news {
    background-position: top left 10%;
    padding-top: 10em;
    padding-bottom: 16em;
    margin-top: 0;
  }
  .container--news {
    background: none;
    padding: 0;
  }
  .news__main-title__en {
    width: 100%;
    margin: 0 auto 0 0;
}
}
@media only screen and (max-width: 767px) {
  .wave__news-top {
    top: -18vw;
}
}

#slider--news {
  margin-bottom: 60px;
}

/*戻る、次へ矢印の位置*/
.section--news .slick-prev, 
.section--news .slick-next {
  border-top: 2px solid #0048A6;/*矢印の色*/
  border-right: 2px solid #0048A6;/*矢印の色*/
}
.news__article__img {
  width: 100%;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
}
.news__article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .3s;
}
.news__article__img img:hover {
  transform: scale(1.1);
}
.news__article__description {
  width: 100%;
  height: 140px;
  background-color: rgba(255,255,255,0.5);
  font-family: "A1明朝", "A1 Mincho", serif;
  font-size: 1.8rem;
  padding: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
.news__description__date {
  display: block;
  height: 20px;
  line-height: 2.0rem;
  margin-bottom: 10px;
}
.news__description__arrow {
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  background-image: url("../images/common/button--blue.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 0 0 auto;
}


@media only screen and (max-width: 767px) {
  .news__article__description {
    font-size: 1.4rem;
  }
}

/*==================セクション：会社概要==================*/
.section--company {
  background-image: url("../images/common/bg-1.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 24em;
  padding-bottom: 20em;
  position: relative;
}
.wave__company-top {
  position: absolute;
  z-index: 10;
  top: -26em;
  left: 0;
  width: 100%;
}
.company__main-title__wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.company__main-title__en {
  position: relative;
  z-index: 3;
  /*width: 485px;*/
  width: 30em;
  margin: 0 auto;
}
.company__main-title__ja {
  text-align: center;
}
.company__main-title__decor {
  position: absolute;
  z-index: 1;
  width: 500px;
  bottom: 60px;
  right: 24em;
}
@media only screen and (max-width: 1279px) {
  .company__main-title__decor {
    right: 0;
  }
}
@media only screen and (max-width: 999px) {
  .section--company {
    padding-top: 16em;
    padding-bottom: 12em;
  }
  .wave__company-top {
    top: -12em;
  }
  .company__main-title__en {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .company__main-title__ja {
    text-align: left;
  }
  .company__main-title__decor {
    display: none;
  }
}
.container--company__table {
  margin: 0 auto 12em;
}
.container--company__table__row {
  border-bottom: solid 0.5px #0048A6;
}
.container--company__table__row:last-child {
  border: none;
}
.container--company__table__row td {
  color: #333;
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: left;
  padding: 60px 60px 20px;
}
.container--company__table__category {
  width: 30%;
  padding-left: 8em;
}
.container--company__table__text {
  width: 70%;
  padding-left: 8em;
}
.container--company__table__text--list {
  list-style: none;
}
.section--company__contact {
  width: 100%;
}
.section--company__contact__inner {
  width: 100%;
  max-width: 1000px;
  height: 300px;
  background-image: url("../images/company/pc_contact.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}

@media only screen and (max-width: 1279px) {
  .container--company__table__row td {
    padding: 40px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container--company__table {
    width: 100%;
    margin: 0 0 10em;
  }
  .container--company__table__row td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 0 20px 10px;
  }
  .container--company__table__category {
    margin-top: 20px;
    font-weight: 600;
  }
  .section--company__contact__inner {
    background-image: url("../images/company/sp_contact.png");
  }
}
@media only screen and (max-width: 499px) {
  
}








