/* =================================== */
/*	基本データ
/* =================================== */

.w100 {
  font-weight: 100;
}
.w200 {
  font-weight: 200;
}
.w300 {
  font-weight: 300;
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w700 {
  font-weight: 700;
}
.w900 {
  font-weight: 900;
}

.mt-6 {
  margin-top: 5rem !important;
}

.wrapper {
  max-width: 1940px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 0px; /*←footerの高さ*/
  box-sizing: border-box; /*←全て含めてmin-height:100vhに*/
}
.top_slide {
  padding-bottom: 0px; /*←footerの高さ*/
}
.pc {
  display: inline-block;
}

.phone {
  display: none;
}

@media screen and (max-width: 750px) {
  .top_slide {
    padding-bottom: 0px !important; /*←footerの高さ*/
  }
  .pc {
    display: none;
  }
  .phone {
    display: inline-block;
  }
}

header {
  width: 100%;
  height: 51px;
  line-height: 50px;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  max-width: 1940px;
}

header p {
  display: inline-block;
}

footer {
  /*background-color: #ff0000;*/
  width: 100%;
  min-height: 190px;
  padding: 176px 0 15px;
  z-index: 100;
  font-size: 120%;
  position: relative;
  bottom: 0;
}

#footer_area {
  width: 960px;
  margin: 0 auto;
  font-size: 0px;
  vertical-align: top;
  /*background-color: #ffff00;*/
}

#footer_logo {
  width: 208px;
  display: inline-block;
  vertical-align: top;
  /*background-color: #00ff00;*/
}
#footer_menu {
  width: 670px; /* 960px-208px-80px */
  font-size: 16px;
  margin-left: 80px;
  margin-bottom: 60px;
  display: inline-block;
  text-align: left;
  padding-top: 5px;
  /*background-color: #00ffff;*/
}

footer p {
  margin: 0 auto;
  font-size: 12px;
  text-align: right;
}

footer ul {
  /*font-size: 90%;*/
  margin: 0;
  text-align: right;
}

@media screen and (max-width: 750px) {
  footer ul {
    text-align: left;
  }
}

footer ul li {
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 12px;
}

footer ul li:nth-child(n + 5) {
  margin-bottom: 20px;
}

footer ul li:nth-child(n + 6) {
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.phone_title {
  display: none;
}

/***追従するトップへ戻るボタン***/
#page-top {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 50px;
  bottom: 30px;
  font-size: 2rem;
  line-height: 55px;
  /*background: unset;
    color: #ffffff;
	padding: 30px;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);*/
  background-color: unset;
  opacity: 0.8;
  transition: 0.3s;
  z-index: 200;
}
#page-top:hover {
  opacity: 1;
}
/***トップへ戻るボタンここまで***/

@media screen and (max-width: 750px) {
  .wrapper {
    padding-bottom: 0px;
  }

  header {
    height: 65px;
    padding-left: 15px;
    line-height: 65px;
    font-size: 150%;
  }

  footer {
    padding: 15px 20px;
    font-size: 100%;
    bottom: -10px;
  }

  footer ul li {
    width: 100%;
    margin-right: 0px;
  }

  #footer_area {
    width: 100%;
  }
  #footer_logo {
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }
  #footer_menu {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  #page-top {
    right: 10px;
    bottom: 90px;
  }

  .phone_title {
    display: block;
    margin-bottom: 80px;
    /*background-color: #00ff00;*/
    text-align: left;
    position: absolute;
    top: 0;
  }
}

#contents {
  margin: 0 auto;
  padding-top: 45px;
  position: relative;
}

.copy_l {
  font-size: 153%;
  font-weight: bold;
  color: #211816;
  margin-bottom: 125px;
}

.serviceproposal_title {
  font-size: 120%;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: #10223e;
}

.h2-extend {
  font-size: 110%;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 75px;
  color: #10223e;
  font-weight: 700;
}

.x-mark {
  width: 75px;
  height: 75px;
  margin: 20px 0;
}

.color_kon {
  color: #004c88;
}
.color_murasaki {
  color: #582b7d;
}
.color_orange {
  color: #da8b31;
}

.mb-150 {
  margin-bottom: 150px;
}

/*-- 見出し（アンダーバー） --*/

h1.under_boder {
  font-size: 140%;
  position: relative;
  display: inline-block;
  margin-bottom: 90px;
  color: #10223e;
  font-weight: 700;
}
h1.under_boder:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #cccccc;
  border-radius: 2px;
}

/*-- 見出し（両線） --*/
h1.line {
  position: relative;
  font-size: 140%;
  padding: 0 0px;
  text-align: center;
}

h1.line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  width: 20%;
  height: 2px;
  content: '';
  background: #10223e;
}

h1.line span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}

h2.subTitle,
h2.subTitle_recruit {
  color: #073254;
  font-size: 110%;
  padding: 5px 0px;
  margin-bottom: 45px;
}

#group h2.subTitle {
  color: #fff;
  font-size: 110%;
  padding: 5px 0px;
  margin-bottom: 45px;
}

h2.subTitle {
  background-color: #073254;
}

h3.small_title {
  font-size: 110%;
  margin-bottom: 45px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  h1.line:before {
    width: 60%;
  }
}

/*-- 矢印 --*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

/* =================================== */
/* Top
/* =================================== */
#top {
  /* background: url('../img/img_top_long_2023_12.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top 0px;*/
  /* min-height: 2325px; */
  position: relative;
  z-index: 0;
  /*background-color: #ff0000;*/
}

#ccp {
  background: url('../img/ccp_mainvisual.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top 0px;
  height: 517px; /*100vh;*/
  position: relative;
  z-index: 0;
}

#top_area {
  /*background-color: #ff0000;*/
  margin: 0 auto;
  width: 960px;
  min-height: 700px;
  position: relative;
  top: -166px;
  left: -35px;
}

#img_tomorrow {
  position: absolute;
  bottom: 175px;
  left: 90px;
}

.tommorow_img_pc {
  visibility: visible;
}

.tommorow_img_sp {
  visibility: hidden;
}

.ccp_main_copy_pc {
  position: absolute;
  margin-left: -314px;
  margin-top: 180px;
}
.ccp_main_copy_sp {
  display: none;
}

@media screen and (max-width: 750px) {
  #top {
    position: relative;
    background: none;
    /*background-color: #ff0000;*/
    /*min-height: 1000px;*/
  }

  #ccp {
    background: url('../img/ccp_mainvisual_sp.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 0px;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 0;
  }

  .ccp_main_copy_pc {
    display: none;
  }
  .ccp_main_copy_sp {
    display: block;
    position: absolute;
    margin-left: unset;
    margin-top: 230px;
  }

  #top_area {
    margin: 0 auto;
    width: 100%;
    min-height: 225px;
    margin-bottom: 0px;
    background: url('../img/img_top_phone_2023_12.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top 10px;
    padding-bottom: calc(
      100% * 1000 / 568
    ); /*calc(100*ImageHeight/ImageWidth)%*/
    top: 0px;
    left: 0px;
  }
  #img_tomorrow {
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    bottom: 131px;
  }

  .tommorow_img_pc {
    visibility: hidden;
  }

  .tommorow_img_sp {
    visibility: visible;
  }
}

/* =================================== */
/* NEWS
/* =================================== */

#news {
  position: relative;
  margin-top: 132px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
  width: 960px;
  background: unset;
}

#news p.title {
  font-size: 1.2em;
  margin-bottom: 30px;
  font-weight: 700;
}

table#news_list {
  width: 960px;
  margin-bottom: 30px;
  /*background-color: #1A00FF;*/
}

table#news_list td {
  text-align: left;
  border-bottom: 1px #dddddd solid;
  padding: 12px 0px;
}

table#news_list td > * {
  vertical-align: middle;
  display: inline-block;
}

/*
ul#news_list {
	width: 800px;
	margin-bottom: 30px;
}
ul#news_list li {
	text-align: left;
	position: relative;
	border-bottom: 1px #dddddd solid;
	padding: 12px 0px;
}*/

a.news_link {
}
a.news_link:hover {
  color: #ff0000;
  text-decoration: none;
}

.day {
  display: inline-block;
  margin-right: 32px;
}

.category {
  display: inline-block;
  padding: 0px 5px;
  margin-right: 32px;
  text-align: center;
  color: #eeeeee;
  font-size: 80%;
  min-width: 78px;
  border-radius: 5px;
}

.hr_solid {
  border-top: 1px solid black;
}

/*-- 事業 --*/
.business {
  background-color: #005fae;
}
/*-- 事業 --*/
.media {
  background-color: #c71585;
}

/*-- コンテンツ --*/
.content {
  background-color: #dfa13f;
}

.text {
  /*background-color: #005fae;*/
  display: inline-block;
  width: 500px;
}

.link::before {
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  #news {
    position: relative;
    margin: 0 0 160px 0;
    padding: 0 20px;
    width: 100%;
    top: 0;
    left: 0%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    z-index: 100;
    background: #fff;
  }

  table#news_list {
    width: 100%;
    margin-bottom: 30px;
  }

  #news ul#news_list {
    width: 100%;
    margin-bottom: 30px;
    /*background-color: #1A00FF;*/
  }

  .category {
    margin-bottom: 8px;
  }

  .text {
    /*background-color: #005fae;*/
    display: inline-block;
    width: 100%;
  }
}

/* =================================== */
/* ページ全体を上にあげる
/* =================================== */
#slide_box {
  position: relative;
  /*background-color: #ff0000;*/
  margin-top: 0px;
}
@media screen and (max-width: 750px) {
  #slide_box {
    margin-top: 650px;
  }
}

/* =================================== */
/* TOPICS
/* =================================== */

#top_topics {
  position: relative;
  margin-top: 520px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
  width: 960px;
}

#top_topics p.title {
  font-size: 1.2em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

#top_topics .card-columns {
  columns: 4;
}

#top_topics h5,
#top_topics .card-date {
  font-size: 80%;
}

#top_topics .card-title-extend {
  text-align: left;
  height: 60px;
}

#top_topics p {
  text-align: right;
}

.card-extend {
  border: 0;
}

@media screen and (max-width: 750px) {
  #top_topics {
    position: relative;
    margin: 0 0 160px 0;
    padding: 0 20px;
    width: 100%;
    top: 0;
    left: 0%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    z-index: 100;
  }
  #top_topics .card-columns {
    columns: 1;
  }
}
/* =================================== */
/* Growing banner
/* =================================== */

#top_growing_banner {
  margin-top: 150px;
}

#top_growing_banner img {
  width: 75%;
}

.top_growing_banner_btn {
  padding: 1.5rem 5.7rem !important;
}
@media screen and (max-width: 750px) {
  #top_growing_banner img {
    width: 100%;
  }
}

/* =================================== */
/* Message
/* =================================== */
#message {
  position: relative;
  top: 460px;
  left: 50%;
  width: 960px;
  min-height: 555px;
  color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 800px;
  /*background-color: #00FF00;*/
}

#message_bg {
  background-color: #10223e;
  transform: skew(0deg, 10deg);
  margin-left: calc(50% - 50vw);
  height: 1000px;
  margin-top: -222px;
}

.top_ban_about {
  display: block;
  width: 500px;
  position: relative;
  top: 80px;
  left: 46px;
  transform: skew(0deg, -10deg);
}

.message_box {
  /*background-color: #0000FF;*/
  transform: skew(0deg, -10deg);
}

.message_box p.title,
.message_box p.mainMessage,
.message_box p.subMessage {
  text-align: left;
  margin-bottom: 50px;
}
.message_box p.director {
  text-align: center;
}

p.director_phone {
  display: none;
}
.message_box p.title {
  font-size: 130%;
}
.message_box p.mainMessage {
  font-size: 220%;
  font-weight: bold;
}

.message_box p.subMessage {
  font-size: 105%;
  line-height: 2.2em;
}

.mainMessage_phone,
.subMessage_phone {
  display: none;
}

.name {
  font-size: 150%;
  line-height: 1.5em;
}

#img_inose {
  position: absolute;
  right: 0;
  top: 0;
  transform: skew(0deg, -10deg);
}

@media screen and (max-width: 750px) {
  #message_bg {
    background-image: unset;
    margin-top: 0;
  }

  .top_ban_about {
    display: block;
    width: 100%;
    position: relative;
    top: 10px;
    margin: 0 auto;
    left: unset;
  }

  #message {
    margin: 100px 0;
    padding: 20px 20px 0;
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 1600px;
    color: #ffffff;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    background: none;
    background-color: #10223e;
    z-index: 100;
  }
  #message::after,
  #message::before {
    content: '';
    left: 0px;
    height: 100px;
    width: 100%;
    background-color: #10223e;
    transform: skew(0deg, 5deg);
    position: absolute;
    z-index: -50;
  }
  #message::after {
    top: -65px;
  }
  #message::before {
    bottom: -65px;
  }
  .message_box {
    width: 100%;
    /*background-color: #0000FF;*/
  }
  .mainMessage,
  .subMessage {
    display: none;
  }
  .mainMessage_phone {
    display: block;
    text-align: left;
    margin-bottom: 50px;
    font-size: 150%;
    font-weight: bold;
  }
  .subMessage_phone {
    display: block;
    text-align: left;
    margin-bottom: 50px;
    font-size: 100%;
    line-height: 2em;
  }

  p.director {
    display: none;
  }
  .director_phone {
    transform: skew(0deg, -10deg);
  }

  p.director_phone {
    width: 100%;
    display: inline-block;
    text-align: right;
  }
  #img_inose {
    position: relative;
  }
}

/* =================================== */
/* About
/* =================================== */
#about {
  width: 800px;
  margin: 0 auto 72px;
  text-align: center;
  margin-top: 114px;
}

.about_text {
  margin: 0 auto;
  font-size: 110%;
  line-height: 2.5em;
  margin-bottom: 80px;
}

.about_text_phone {
  display: none;
}

ul.aboutList {
  text-align: center;
  margin-bottom: 120px;
  /*background-color: #ff00FF;*/
  background: url(../img/about_bg.png) no-repeat center center;
  background-size: 75%;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  height: 550px;
}

ul.aboutList li:first-child {
  display: block;
  text-align: center;
  min-width: 180px;
  margin-bottom: 50px;
  /*background-color: #ff00FF;*/
}

ul.aboutList li {
  display: inline-block;
  text-align: center;
  min-width: 180px;
  margin-bottom: 24px;
  margin: 0 80px;
}

.business_name {
  min-width: 180px;
  height: 60px;
  font-weight: bold;
}

.business_name > p {
  line-height: 1.3em;
  text-align: center; /* 横方向に中央寄せ */
  /*background-color: #FFFF00;*/
}

.about_title02 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
}

.about_text02 {
  font-size: 14px;
}

.about_name {
  font-weight: bold;
}

.group_list img {
  width: 60%;
}
#btn_magazine {
  margin: 72px 0;
}

@media screen and (max-width: 750px) {
  #about {
    width: 100%;
    padding: 80px 15px 0;
  }

  .about_text {
    display: none;
  }

  .about_text_phone {
    display: block;
    margin: 0 auto;
    font-size: 110%;
    line-height: 2.5em;
    text-align: left;
    margin-bottom: 80px;
    padding: 0 20px;
    /*font-weight: bold;*/
  }
  ul.aboutList {
    background: url(../img/about_bg.png) no-repeat center center / 193%;
  }

  ul.aboutList li {
    display: inline-block;
    width: 160px;
    margin-bottom: 24px;
    margin: 0 0px;
  }

  ul.aboutList li:first-child {
    margin-bottom: 80px;
    display: block;
    width: 100%;
    /*background-color: #ff00FF;*/
  }

  ul.aboutList li:first-child img {
    width: 45%;
  }

  ul.aboutList li img {
    width: 60%;
  }

  .business_name {
    min-width: 160px;
  }

  #btn_magazine {
    padding: 0 20px;
  }
}
/* =================================== */
/* Company
/* =================================== */
#company {
  background-color: #10223e;
  position: relative;
  color: #ffffff;
  margin: 0 auto;
  padding: 100px 0 80px 0;
}

#company h1.under_boder {
  font-size: 140%;
  position: relative;
  display: inline-block;
  margin-bottom: 90px;
  color: #fff;
  font-weight: 700;
}

#company p {
  font-size: 18px;
  font-weight: 700;
}

.group_list {
  max-width: 800px;
}

.group_list span {
  font-size: 25px;
  font-weight: 700;
}
#company img {
  width: 30%;
  margin-bottom: 20px;
}

#company .col-md-4:first-child {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#company .col-md-4:nth-child(4) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#company .col-md-4 {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 750px) {
  #company .col-md-4:first-child {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
  }

  #company .col-md-4:nth-child(odd) {
    border-left: 0px solid #fff;
    border-right: 1px solid #fff;
  }
  #company .col-md-4:nth-child(4) {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
  }

  #company .col-md-4 {
    border-right: 0px solid #fff;
  }
}

.company_text {
  position: relative;
  text-align: left;
  margin: 0 auto 40px;
  max-width: 960px;
}

.company_text table {
  table-layout: fixed;
  width: 100%;
}

.company_text table tr:nth-child(1) {
  border-top: 1px #dddddd solid;
}

.company_text table tr {
  border-bottom: 1px #dddddd solid;
  vertical-align: top;
  text-align: left;
}
.company_text table th {
  font-weight: normal;
  padding: 10px 0;
  width: 35%;
}
.company_text table td {
  width: 65%;
  padding: 10px 0;
}

@media screen and (max-width: 750px) {
  .company_text {
    padding: 0 20px;
  }
  #company img {
    width: 50%;
    margin-bottom: 20px;
  }
}

/* =================================== */
/* Access
/* =================================== */
#access {
  max-width: 960px;
  margin: 0 auto 40px;
  padding-top: 75px;
  position: relative;
  /*background-color: #0005FF;*/
}

p.acTitle {
  text-align: left;
  font-size: 130%;
}

.btn_print {
  text-align: right;
}

.btn_print table {
  display: inline-block;
}

.address table {
  table-layout: fixed;
  width: 100%;
}

.address table tr {
  vertical-align: top;
  text-align: left;
}
.address table th {
  padding: 0px 0;
  width: 100px;
}
.address table td {
  /*width: 85%;*/
  padding: 0px 0;
}

/* Google Map 設定 */
#map {
  width: 100%;
  height: 550px;
  margin: 0 0 15px 0;
  display: inline-block;
  background-color: grey;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 750px) {
  #access {
    text-align: left;
    max-width: 100%;
    padding: 75px 15px 0px 15px;
  }
  .access_txt {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .access_btn {
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
    text-align: center;
  }
  .address table {
    margin-top: 20px;
  }
  .address table tr td {
    padding-bottom: 15px;
  }
}

/* =================================== */
/* Group
/* =================================== */
#group {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0 120px 0;
}

.group_menu {
  margin-bottom: 70px;
}

.group_menu ul li {
  display: inline-block;
  width: 300px;
}

#group .circle_arrow {
  padding: 0px 0 0 24px;
  font-size: 18px;
}

.circle_arrow::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #10223e;
}
.circle_arrow::after {
  top: -2px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.groupList {
  text-align: left;
  /*background-color: #00ff00;*/
  font-size: 0;
}

.proGroup {
  /*background-color: #ff0000;*/
  text-align: left;
  display: inline-block;
  /*font-size: 0;*/
  margin-bottom: 40px;
}

.groupTitle {
  font-size: 18px;
  color: #10223e;
  font-weight: 700;
}

.proGroup ul {
  font-size: 0px;
}

.proGroup ul li {
  width: 310px;
  height: 170px;
  font-size: 14px;
  padding: 20px 10px 20px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: 1px #808080 solid;
  margin: 0 15px 15px 0;
  /*background-color: #FF00FF;*/
}
.proGroup ul li:nth-child(3n + 3) {
  margin: 0 0 15px 0;
}
.proGroup ul li.last {
  margin: 0 0 15px 0;
}

.proGroup ul li.inose::before {
  content: 'ワンロジスティクス関連会社';
  background-color: #808080;
  width: 310px;
  height: 1.8em;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.groupData {
  height: 150px;
  line-height: 150px;
}

.icon {
  display: inline-block;
  width: 81px;
  text-align: center;
  vertical-align: top;
  /*background-color: #0ff000;*/
}
.icon img {
  margin-bottom: 40px;
}

.groupText {
  display: inline-block;
  position: relative;
  max-width: 190px;
  height: 150px;
  vertical-align: top;
  line-height: 1.4em;
  margin-left: 10px;
  /*background-color: #0ff000;*/
}

.groupName {
  /*height: 3.0em;*/
  padding-bottom: 8px;
  font-size: 120%;
  font-weight: bold;
}
.groupExplanation {
  font-size: 90%;
  /*font-weight: bold;*/
  height: 80px;
  line-height: 1.4em;
}
.groupLink {
  position: absolute;
  bottom: 15px;
  /*background-color: #808080;*/
}
.groupLink a.arrow {
  font-size: 14px;
}

.groupLink a::before {
  content: '';
  left: 6px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #10223e;
}
.groupLink::after {
  content: '';
  /*background-color: #808080;*/
  background-image: url('../img/group/window.png');
  background-size: 13px 13px;
  background-repeat: no-repeat;
  width: 15px;
  height: 1.8em;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 3px;
  right: -20px;
}


.groupTitle--extend{
  width: 310px;
  color:#FFF;
  background-color:#073254 ;
  padding: 5px 0px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .proGroup ul li:nth-child(3n + 3) {
    margin: 0 15px 15px 0;
  }
  .proGroup ul li.last {
    margin: 0 15px 15px 0;
  }
}

@media screen and (max-width: 750px) {
  .group_menu ul li {
    display: inline-block;
    width: 100%;
    font-size: 120%;
    margin-bottom: 12px;
  }
  .proGroup {
    width: 100%;
    padding: 0 20px;
  }

  .proGroup ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .proGroup ul li.inose::before {
    width: 100%;
  }
  .groupData {
    display: flex;
  }
  .groupText {
    max-width: 100%;
    flex: 1;
    /*background-color: #ff00ff;*/
  }
  .groupTitle--extend{
  width: 100%;
}
}

/* =================================== */
/* Recruit
/* =================================== */
#recruit {
  background-image: url('../img/top/saiyo_newbanner.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  margin: 0 auto;
  padding: 0;
}

#recruit_txt {
  max-width: 500px;
  min-height: 400px;
  background-color: #b9d0d8;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0;
  color: #003257;
}

#recruit_txt p {
  color: #003257;
  font-size: 240%;
  font-weight: bold;
  line-height: 1.5em;
  margin: 80px 0;
}
.phone_recruit {
  display: none;
}

@media screen and (max-width: 750px) {
  #recruit {
    /*background-image: url("../img/recruit/bgRecruit_phone.jpg");
		background-size: contain;
		background-position: bottom;
		background-repeat: no-repeat;*/
    background-image: none;
    background-color: #b9d0d8;
    /*min-height: 750px;*/
    padding: 10px;
  }
  #recruit_txt {
    min-height: 300px;
    padding: 30px 20px;
  }

  #recruit_txt p {
    color: #ffffff;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 80px 0;
  }
  .pc_recruit {
    display: none;
  }
  .phone_recruit {
    display: block;
  }
}
/*--▼ フェードイン処理 ----------------------------*/
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein:nth-of-type(3n-1) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.fadein:nth-of-type(3n) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

@media screen and (max-width: 750px) {
  .fadein:nth-of-type(3n-1) {
    -moz-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
  }
  .fadein:nth-of-type(3n) {
    -moz-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
  }
}

/* growingバナー */
.banner_growing {
  display: block;
  position: relative;
  max-width: 800px;
}

@media screen and (max-width: 750px) {
  .banner_growing {
    max-width: 100%;
  }
}

/* 企業倫理など */
.ol_number {
  counter-reset: count 0;
  text-align: left;
  margin-bottom: 1em;
}

.ol_number li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}
.ol_number li:before {
  content: counter(count) '. ';
  counter-increment: count 1;
}

#content_ccp {
  max-width: 960px;
  margin: 50px auto 100px;
  position: relative;
  padding: 15px 20px 0;
}

#content_ccp .copy_l {
  font-size: 153%;
  font-weight: bold;
  color: #211816;
  margin-bottom: 50px;
}

#content_ccp p {
  line-height: 2;
}

.ccp_vimeo01 {
  padding: 56.25% 0 0 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transform: translateY(0px);
  margin-top: 50px;
}

.ccp_block {
  margin: 100px 0;
  position: relative;
}

.ccp_block p {
  font-size: 14px;
}

.ccp_block_title {
  font-size: 20px;
}
.ccp_block_read {
  width: 278px;
}

.ccp_block01 {
  background: url(../img/ccp_block_bg01.jpg) center center no-repeat;
  background-size: cover;
  height: 331px;
  position: relative;
  margin: 50px 0 45px;
}

.ccp_block01 .ccp_block_title {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  width: 206px;
  position: absolute;
  top: 70px;
  right: 232px;
}

.ccp_block01 .ccp_block_read {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  position: absolute;
  top: 118px;
  right: 118px;
  font-weight: bold;
}

.ccp_block01 .ccp_block_title {
  background-color: #0055a6;
  color: #fff;
}

.ccp_block01 .ccp_block_read {
  background-color: #fff;
  color: #0055a6;
}

.ccp_block01 p {
  width: 220px;
  text-align: left;
  position: absolute;
  top: 164px;
  right: 84px;
}

.ccp_block02 {
  background: url(../img/ccp_block_bg02.jpg) center center / contain no-repeat;
  height: 331px;
  position: relative;
  margin: 0 0 45px;
}

.ccp_block02 .ccp_block_title {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  width: 206px;
  position: absolute;
  top: 70px;
  left: 184px;
}

.ccp_block02 .ccp_block_read {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  position: absolute;
  top: 118px;
  left: 80px;
  font-weight: bold;
}

.ccp_block02 .ccp_block_title {
  background-color: #dd7f00;
  color: #fff;
}

.ccp_block02 .ccp_block_read {
  background-color: #fff;
  color: #dd7f00;
}

.ccp_block02 p {
  width: 220px;
  text-align: left;
  position: absolute;
  top: 164px;
  left: 60px;
}

.ccp_block03 {
  background: url(../img/ccp_block_bg03.jpg) center center / contain no-repeat;
  height: 331px;
  position: relative;
}

.ccp_block03 .ccp_block_title {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  width: 206px;
  position: absolute;
  top: 70px;
  right: 232px;
}

.ccp_block03 .ccp_block_read {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  position: absolute;
  top: 118px;
  right: 118px;
  font-weight: bold;
}

.ccp_block03 .ccp_block_title {
  background-color: #007b3a;
  color: #fff;
}

.ccp_block03 .ccp_block_read {
  background-color: #fff;
  color: #007b3a;
}

.ccp_block03 p {
  width: 224px;
  text-align: left;
  position: absolute;
  top: 164px;
  right: 100px;
}

@media screen and (max-width: 750px) {
  .ccp_block_title {
    font-size: 16px;
  }

  .ccp_block_read {
    font-size: 14px;
    width: 240px;
  }

  .ccp_block p {
    font-size: 12px;
  }

  .ccp_block01 {
    background: url(../img/ccp_block_bg_sp01.jpg) center center no-repeat;
    margin: 50px 0 45px;
  }

  .ccp_block01,
  .ccp_block02,
  .ccp_block03 {
    background-size: cover;
    height: 277px;
  }

  .ccp_block01 .ccp_block_title,
  .ccp_block02 .ccp_block_title,
  .ccp_block03 .ccp_block_title {
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    width: 150px;
    position: absolute;
    top: -15px;
    left: 0px;
  }

  .ccp_block01 .ccp_block_read,
  .ccp_block02 .ccp_block_read,
  .ccp_block03 .ccp_block_read {
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0px;
    font-weight: bold;
  }

  .ccp_block01 .ccp_block_title {
    background-color: #0055a6;
    color: #fff;
  }

  .ccp_block01 .ccp_block_read {
    background-color: #fff;
    color: #0055a6;
  }

  .ccp_block01 p,
  .ccp_block02 p,
  .ccp_block03 p {
    width: 220px;
    text-align: left;
    position: absolute;
    top: 178px;
    left: calc(50% - 110px);
  }

  .ccp_block02 {
    background: url(../img/ccp_block_bg_sp02.jpg) center center no-repeat;
    margin: 0 0 45px;
  }

  .ccp_block03 {
    background: url(../img/ccp_block_bg_sp03.jpg) center center no-repeat;
  }
}

@media screen and (max-width: 576px) {
  .ccp_block01,
  .ccp_block02,
  .ccp_block03 {
    background-size: contain;
  }
  .ccp_block03 p {
    top: 166px;
  }
}

.roadmap {
  margin-top: 154px;
  text-align: left;
}

.features {
  margin-top: 154px;
  text-align: left;
}

.centerinfo {
  margin-top: 154px;
  text-align: left;
}

.roadmap_title {
  margin-bottom: 45px;
}

.features_title {
  font-size: 18px;
  color: #10223e;
  font-weight: 700;
  margin: 5px 0;
}

.center_title {
  font-size: 21px;
  color: #10223e;
  font-weight: 700;
  margin: 5px 0;
}

.center_badge_kadou {
  background-color: #002c63;
  color: #ffe900;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 20px;
  margin: 5px 0 8px;
  display: inline-block;
}

.center_badge_kensetsu {
  background-color: #4a2200;
  color: #ffe900;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 20px;
  margin: 5px 0 8px;
  display: inline-block;
}

.center_badge_sentei {
  background-color: #002c63;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 20px;
  margin: 5px 0 8px;
  display: inline-block;
}

.center_badge_sekkei {
  background-color: #008339;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 20px;
  margin: 5px 0 8px;
  display: inline-block;
}

.js-modal-btn-vimeo {
  cursor: pointer;
  width: 90%;
}

.js-modal-btn-vimeo:hover {
  opacity: 0.7;
}

.roadmap_img {
  position: relative;
  margin-top: -300px;
  z-index: -1;
}

.text-left-center {
  text-align: left;
}

#top_slide {
  width: 100%;
}
.splide {
  min-height: 870px;
}

#content .splide {
  min-height: unset;
}

.splide__list {
}

.top_slide01 {
  background: url(../img/slide/slide01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top 0px;
  position: relative;
  z-index: 0;
  width: 1940px;
  min-height: 870px;
}
.top_slide02 {
  background: url(../img/slide/slide02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top 0px;
  position: relative;
  z-index: 0;
  width: 1940px;
  min-height: 870px;
}

.top_slide03 {
  background: url(../img/slide/slide03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top 0px;
  position: relative;
  z-index: 0;
  width: 1940px;
  min-height: 870px;
}

.top_slide04 {
  background: url(../img/slide/slide11.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top 0px;
  position: relative;
  z-index: 0;
  width: 1940px;
  min-height: 870px;
}

.slide_mask {
  position: absolute;
  top: 320px;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  width: 1940px;
  min-width: 1940px;
  z-index: 10;
}
.slide_inner {
  position: absolute;
  top: calc(100% * 0.25);
  left: calc(50% - 460px);
  width: 477px;
}

.top_slide02 .slide_inner {
  position: absolute;
  top: calc(100% * 0.19);
  left: calc(50% - 480px);
  width: 477px;
}

.top_slide03 .slide_inner {
  position: absolute;
  top: calc(100% * 0.3);
  left: calc(50% - 550px);
  width: 477px;
}

.top_slide04 .slide_inner {
  position: absolute;
  top: calc(100% * 0.18);
  left: calc(50% - 550px);
  width: 477px;
}

.slide_inner_btn {
  position: absolute;
  top: 212px;
  left: 34px;
  width: 351px;
}

#top_slide .splide__pagination {
  bottom: 20% !important;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

#top_slide .splide__pagination__page.is-active {
  background: #003257 !important;
  transform: scale(1.2);
  z-index: 1;
  border: #fff solid 1px;
}

#top_slide .splide__pagination__page {
  background-color: #fff;
  border: #000 solid 1px;
  height: 13px;
  width: 13px;
}

#top_slide .splide__arrow {
  display: none;
}

.slide_inner_img_pc {
  display: block;
}

.slide_inner_img_sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .splide {
    width: 100%;
    height: 520px;
    min-height: 520px;
  }

  #content .splide {
    width: 100%;
    height: auto;
    min-height: unset;
  }

  .top_slide01 {
    background: url(../img/slide/slide01_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top 0px;
    position: relative;
    z-index: 0;
    width: 100%;
  }

  .top_slide02 {
    background: url(../img/slide/slide02_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top 0px;
    position: relative;
    z-index: 0;
    width: 100%;
  }

  .top_slide03 {
    background: url(../img/slide/slide03_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top 0px;
    position: relative;
    z-index: 0;
    width: 100%;
  }

  .top_slide04 {
    background: url(../img/slide/slide11_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top 0px;
    position: relative;
    z-index: 0;
    width: 100%;
  }

  .slide_mask {
    position: absolute;
    top: 28px;
    left: 0;
    pointer-events: none;
    width: 100%;
    min-width: unset;
  }
  .slide_inner {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
  }

  .top_slide02 .slide_inner {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
  }

  .top_slide03 .slide_inner {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
  }

  .top_slide04 .slide_inner {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
  }

  .slide_inner .tommorow_img_sp {
    width: 60%;
    position: relative;
    left: -60px;
    top:-70px;
  }

  .slide_inner_btn {
    position: relative;
    top: 20px;
    left: 0;
    margin: 0 auto;
    width: 198px;
  }

  .slide_inner_img_pc {
    display: none;
  }

  .slide_inner_img_sp {
    display: block;
  }

  #top_slide .splide__pagination {
    bottom: 8% !important;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
  }

  #content_ccp {
    padding: 15px 20px 0px;
    margin: 110px auto 100px;
  }

  .text-left-center {
    text-align: center;
    display: block;
  }

  .roadmap_title {
    height: 30px;
  }
  .roadmap_img {
    position: relative;
    margin-top: -95px;
    z-index: -1;
  }
  .js-modal-btn-vimeo {
    width: 100%;
    margin: 10px 0;
  }
}

.policy_padding {
  padding-bottom: 330px;
}

.newsLinkMark {
  position: relative;
  background-color: #808080;
  width: 500px;
}

.newsLinkMark::after {
  content: '';
  background-image: url('../newsList/img/window.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 1.8em;
  text-align: center;
  color: #ffffff;
  position: absolute;
  margin-top: 3px;
  right: -24px;
  /*background-color: #ff0000;*/
}

#top_topics .card-body {
  padding: 0.8rem 0;
}

