@charset "UTF-8";
/*--  基本設定  ------------------------------------------------------------*/

html, body {
  width: 100%;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*:focus {
  outline: none;
}

body {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  /* background-color: #eee; */
  /* background-color: #eee; */
  color: #333;
  /* background-image: url(/img/bg.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: auto; */
}
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image: url(/img/bg.jpg);
  background-size:auto;
}

a {
  text-decoration: none;
  color: #fff;
}

p {
  font-size: 17px;
}

.PC_block {
  display: block;
}


main {
  width: 100%;
  min-height: calc(100vh - 120px);
  margin: 0 auto;
  display: block;
}


/*  .slide_bottom  下からスライド  */

.slide_bottom {
  transform: translatey(50px);
  opacity: 0;
  transition: all .75s ease-out;
}

.slide_bottom.started {
  transform: none;
  opacity: 1;
}

/*  fadein  */
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadein--delay {
	0% {
		opacity:0;
	}
	40% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

/*--  Mediapot    mediapot  --------------------------------------------------------*/

.MediaPOT {
  padding: 70px 0 0 0;
}

.MediaPOT h1 {
  text-align: center;
  border: none;
  padding: none;
  font-family: "Times New Roman";
  font-weight: bold;
  font-style: italic;
  font-size: 50px;
  margin-top: 50px;
	animation: fadein 1.5s both;
  /* font-weight: bold; */
  text-shadow: 0 0 10px #fff;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 350px;
}

/* .MediaPOT h2 {
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 50px;
  text-align: center;
  margin: 0.2em 0 1em 0;
  white-space: nowrap;
  text-shadow: 0 0 10px #fff;
  color: #002ee8;
}

.MediaPOT h2::before {
  content: "―";
  padding-right: 0.6em;
  text-shadow: none;
  font-size: 30px;
}

.MediaPOT h2::after {
  content: "―";
  padding-left: 0.5em;
  text-shadow: none;
  font-size: 30px;
}

.MediaPOT--service h2::after,
.MediaPOT--service h2::before {
  color: #15295d;
} */

.MediaPOT h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em 170px 1em 0;
  color: #15295d;
}

.MediaPOT p {
  margin: 1em 0;
}

.MediaPOT p.service_caption {
  padding-right: 0;
  font-weight: bold;
  color: #15295d;
}

.main_visual {
  width: 100%;
}

.MediaPOT--service {
  width: 100%;
  position: relative;
  margin: 0 0 50px 0;
	animation: fadein--delay 1.5s both;
}


.movie_spacefield {
  max-width: 854px;
  margin: 40px auto 0 auto;
  border: 1px solid #15295d;
}
.movie {
  width: 100%;
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* .video {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  min-width: 300px;
  min-height: 169px;
  border: 1px solid #006CBC;
  background: #ccc;
  outline: none;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  position: relative;
}
.movie a::before {
  content: "▶";
  display: block;
  text-align: center;
  line-height: calc(1em + 15px);
  padding: 10px 9px 10px 11px;
  width: calc(1em + 15px);
  height: calc(1em + 15px);
  border-radius: 50%;
  background-color: #222;
  color: #fff;
  opacity: 0.5;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  z-index: 2;
  transition:all 0.2s;
}
.movie a:hover::before {
  opacity: 0.8;
  background-color: #FF0000;
  transition:all 0.2s;
} */

.MediaPOT--P {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  margin: 40px 0;
  border-left: 15px solid #b3dff6;
  padding: 5px 0 5px 10px;
    font-size: 0;
}

.MediaPOT--service .service--step {
  width: 100%;
  padding: 30px 0;
}
.MediaPOT--service h3 {
  font-size: 20px;
  font-weight: bold;
}
.MediaPOT--service .step h3 {
  background: url(/img/choke.png) center bottom no-repeat;
  padding-bottom: 2px;
}
.MediaPOT--service .step_label {
  font-size: 17px;
  display: block;
  margin-bottom: 0;
}
.MediaPOT--service .step_number {
  font-size: 22px;
  /* font-weight: normal; */
}

.MediaPOT--service .service--step {
  background: #b3dff6;
  color: #15295d;
}
.MediaPOT--service .service--step .step {
  width: 33%;
  display: inline-block;
  box-sizing: border-box;
    vertical-align: top;
}

.MediaPOT--service .step:nth-of-type(2) {
  border-left: 2px dashed #15295d;
  border-right: 2px dashed #15295d;
}
.MediaPOT--service .step_img {
  height: 220px;
  position: relative;
}
.MediaPOT--service .step_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.MediaPOT--service .step p {
  display: inline-block;
  text-align: left;
  padding: 0.2em 5px 0.2em 45px;
  margin: 0;
  background-image: url("/img/aptitude_tips--bg_i.png");
  background-repeat: no-repeat;
  background-size: auto 35px;
  background-position: center left 5px;
}

.MediaPOT--service .step p.step_text--line1 {
  padding: 0.7em 5px 0.7em 45px;
}

.MediaPOT--P p {
  font-size: 17px;
  line-height: 1.7em;
}

.MediaPOT--service p {
  padding-right: 1em;
  box-sizing: border-box;
}
.MediaPOT--service .service_img {
  position: relative;
}
.MediaPOT--service .service_img--main {
  border: 1px solid #15295d;
  width: 100%;
  box-sizing: border-box;
}

.MediaPOT--service .service_img--describe {
  image-rendering: -webkit-optimize-contrast;
}

.MediaPOT--service .service_img--app {
  background-color: #222;
  border-radius: 15px;
  width: 150px;
  padding: 15px 4px;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.MediaPOT--service .service_img--app img {
  background-color: #eee;
  width: 100%;
  border: none;
  min-width: 150px;
  min-height: 266px;
}

.MediaPOT__box {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.MediaPOT--show {
	animation: MediaPOT--show 2s both;
}
@keyframes MediaPOT--show {
	0% {
		transform:translate(0,20px);
		opacity:0;
	}
	30% {
		transform:translate(0,20px);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}


.MediaPOT .next::after {
  padding: 1em 0 1em 0;
  content: "";
  display: block;
  height: 50px;
  background: url("/img/next2.png") center no-repeat;
}


.MediaPOT--philosophy {
  text-align: left;
  background-color: #fafafa;
  padding: 50px 0;
}
.MediaPOT--philosophy_img {
  width: 290px;
  height: 550px;
  display: inline-block;
    box-sizing: border-box;
  border: solid 1px;
  vertical-align: middle;
}
.MediaPOT--philosophy_p {
  display: inline-block;
  width: 670px;
  padding: 0 0 0 50px;
    box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.7em;
}


.MediaPOT--future {
  text-align: left;
  background-color: #FFFCD4;
  padding: 50px 0;
  line-height: 1.7em;
}
.MediaPOT--future .content_box {
  max-width: 800px;
}

.left--1em {
  padding-left: 1em;
}

/*CONTACT*/
.contact {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  margin: auto;
}

.contact a {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  bottom: 0;
  background: #fff;
  border-radius: 40px;
  border: solid #ffa200 3px;
  text-decoration: none;
  color: #ffa200;
  font-size: 18px;
  transition: 0.3s ease-out;
}



/*--  準備ページ  ------------------------------------------------------------*/
.coming_soon p {
  /* padding: 70px 0 50px 0; */
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}

.MediaPOT.coming_soon h3 {
  margin: 0 auto 30px auto;
  padding: 5px 10px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  background-color: #ddd;
  background-image:
 repeating-linear-gradient(-45deg,
 #FFFFCC, #FFFFCC 40px,
 transparent 0, transparent 60px);
}

nav ul li ul li,
.sp_menu ul li {
  position: relative;
}
nav a.cos::before,
.sp_menu a.cos::before {
  content: "";
  width: 100%;
  height: 1em;
  background-image:
 repeating-linear-gradient(-45deg,
 #FFFFCC, #FFFFCC 10px,
 transparent 0, transparent 20px);
 position: absolute;
 left: 0;
 top: 10px;
 opacity: 0.2;
}


/* お問い合わせへのリンク */

.contact_box {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: rgba(255,255,255,0.5);
  /* text-shadow: 0px 0px 3px #000; */
  position: relative;
  color: #555;
  padding: 50px 0;
}
.contact_box h2 {
  font-size: 24px;
}
.contact_box h3 {
  color: #aaa;
  margin-bottom: 30px;
  font-size: 18px;
}

.contact_caption {
  text-align: center;
}
.contact_box_spacefield {
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-image: url(/img/shadow.svg);
  background-repeat: no-repeat;
}

.contact_box_LINK {
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-top: 30px;
  text-align: center;
  text-shadow: none;
}

.contact_box_LINK a {
  display: inline-block;
  width: 250px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  bottom: 0;
  background: #fff;
  border-radius: 40px;
  border: solid #ffa200 3px;
  text-decoration: none;
  color: #ffa200;
  font-size: 18px;
  transition: 0.3s ease-out;
}


/*--  フッター  ------------------------------------------------------------*/

/* フッター 黒い部分 */
footer {
  width: 100%;
  background-color: #222;
  color: #fff;
  font-size: 13px;
}
footer p {
  margin: 0 0 10px 0;
}
.footer_map a {
  font-size: 15px;
  color: #fff;
  background-image: url("/img/pin.png");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: top left;
  padding: 2px 0 0 25px;
}
.footer_Inc p {
  margin: 0 0 -5px 0;
}
.Inc2 {
  font-size: 18px;
}
.footer_2 p.location {
  font-weight: bold;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}
.footer_link {
  display: inline-block;
}
.footer_link li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}
.footer_b {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #fff;
}
.footer_link a {
  color: #fff;
  text-decoration: none;
}
.clear {
  clear: both;
}
.clear hr {
  display: none;
}
.link_banner{
  height: 60px;
  width: auto;
}

/*  子ページメニュー(事業内容/企業情報)  */
.submenu {
  width: 100%;
  text-align: center;
  background: #dddddd;
  font-size: 0;
}
.submenu li {
  box-sizing: border-box;
  border-bottom: solid 1px #eee;
  text-align: center;
  display: inline-block;
}
.submenu li.this_page {
  background: #ccc;
}
.submenu li a {
  padding: 5px 0;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.submenu li p {
  color: #555555;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  /*****************************************************************************
		PC表示
*****************************************************************************/
  .SP_only {
    display: none;
  }
  .PC_only {
    display: block;
  }
  .content_box {
    width: 1000px;
    margin: 0 auto;
  }


  .contact_box_LINK a:hover {
    background: #ffa200;
    color: #fff;
    border: solid #fff 3px;
    transition: 0.3s ease-in-out;
  }

/*----------------------------------------------------------------------------
  ヘッダー
----------------------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#TML_logo {
  text-align: left;
  width: 400px;
}
#TML_logo img {
  margin-top: 8px;
  height: 45px;
}
#ICPS_logo {
  text-align: right;
  width: 150px;
}
#ICPS_logo img {
  height: 25px;
}
.nav_p {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
#nav li img {
  margin: 10px 5px 0 0;
  width: 20px;
  height: 20px;
  fill: red;
}
#nav {
  overflow: hidden;
  display: flex;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #9fb7d4;
  justify-content: center;
  align-items: center;
  background-color: rgba(70, 70, 70, 0.5);
  transition: all 0.5s;
  cursor: default;
}
#nav:hover {
  background-color: rgba(70, 70, 70, 1.0);
}
#nav li {
  list-style: none;
}
#nav li a,
#nav li span {
  display: block;
  width: 150px;
  height: 60px;
  margin: 0;
  padding: 10px 0 0 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
#nav li a:hover {
  color: #99dbc9;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: color 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function:ease-in-out;
  transition-timing-function:ease-in-out;
}
#nav li a p,
#nav li span p {
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: top left;
  padding: 0 0 0 25px;
}
#nav li:nth-of-type(1) p {
  padding: 0;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20.3px;
}
#nav li:nth-of-type(1) ul li a{
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
}
#nav li:nth-of-type(1) ul li span {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  color: #888;
}
#nav li:nth-of-type(2) a p {
  background-image: url("/img/about.svg");
}
#nav li:nth-of-type(3) a p {
  background-image: url("/img/company.svg");
}
#nav li:nth-of-type(4) a p {
  background-image: url("/img/job.svg");
}
#nav li:nth-of-type(5) a p {
  background-image: url("/img/mail.svg");
}

#nav li ul {
  height: auto;
  width: 150px;
  display: none;
  position: absolute;
}
#nav li ul li {
  border-top: solid 1px #ccc;
}
#nav li ul li a {
  font-size: 13px;
  line-height: 14px;
  height: 32px;
  background: rgba(85, 85, 85, 1.0);
}
#nav li ul li span {
  /* font-size: 13px; */
  line-height: 14px;
  height: 32px;
  background: rgba(85, 85, 85, 1.0);
}
#nav li ul li a:hover {
  color: #99dbc9;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function:ease-in-out;
  transition-timing-function:ease-in-out;
}
.navlist {
  display: block;
  width: 150px;
  height: 60px;
  margin: 0;
  padding: 10px 0 0 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.navlist p {
  margin-top: 10px;
}
.sp_menu{
  display: none;
}


/*----------------------------------------------------------------------------
  フッター
----------------------------------------------------------------------------*/


/* フッター 黒い部分 */
footer {
  padding: 50px 0 10px 0;
  text-align: left;
}
.footer_spacefield {
  width: 1000px;
  margin: 0 auto 15px auto;
  overflow: hidden;
}
.footer_Inc {
  width: 360px;
  float: left;
}
.Inc {
  font-size: 27px;
  font-weight: bold;
}
.footer_linklist {
  width: 1000px;
  margin: 0;
}
.footer_linklist img {
  max-height: 100px;
  margin-right: 10px;
}
.footer_2 {
  width: 280px;
  float: left;
  padding-left: 40px;
}
.footer_2 p{
  font-size: 14px;
}
.footer_2 p.location {
  font-size: 14px;
  width: 280px;
}
.footer_link li:before {
  position: absolute;
  content: "│";
  margin: 0 0 0 -15px;
}
.footer_link li:last-child:after {
  position: absolute;
  content: "│";
  margin: 0 0 0 2px;
}
.Copy {
  float: right;
}


/*  子ページメニュー(事業内容/企業情報)  */
.submenu li {
  width: 250px;
  transition: .2s ease-out ;
}
.submenu li {
  box-sizing: border-box;
  border-left: solid 1px #eee;
  text-align: center;
  display: inline-block;
  transition: .2s ease-out ;
}
.submenu li:last-child {
  border-right: solid 1px #eee;
}
.submenu li:hover {
  background: #ccc;
  transition: .2s ease-out ;
}

}

@media screen and (max-width: 999px) {
  /****************************************************************************
    スマホ表示
  *****************************************************************************/
  body {
   -webkit-text-size-adjust: none;/*-iOSの画面回転時の文字サイズ変更禁止-*/
  }

  .SP_only {
    display: block;
  }
  .PC_only {
    display: none;
  }
  .SP_inline-block {
    display: inline-block;
  }
  p {
    font-size: 14px;
  }
  a {
   -webkit-tap-highlight-color:rgba(0,0,0,0);
  }

  .content_box {
    padding: 0 5px;
  }

  header {
    position: fixed;
    top: 0;
    z-index: 999;
  }

  .MediaPOT h1 {
    max-width: 250px;
    padding: 30px 0 20px 0;
  }

  /* .MediaPOT h2 {
    font-size: 35px;
  }
  .MediaPOT h2::before,
  .MediaPOT h2::after {
    font-size: 25px;
  } */
  
  .MediaPOT h2 {
    font-size: 16px;
    padding: 1em 100px 1em 0;
    min-height: 2.5em;
  }
  
  .MediaPOT--service {
    margin: 0 0 50px 0;
  }
  .MediaPOT--P p {
    width: 100%;
    font-size: 15px;
    padding: 0;
  }
  
  
  .movie {
    width: 100%;
    padding-right: 0;
    position: relative;
    bottom: 0;
  }
  .movie a:hover::before {
    background-color: rgb(138, 130, 130);
    opacity: 0.5;
    transition:all 0.2s;
  }
  
  .MediaPOT--P {
    padding: 1em 3%;
    border-left: 6px solid #b3dff6;
  }
  .MediaPOT--service .MediaPOT--P {
    width: 100%;
    margin-left: 0;
    padding: 1em 1%;
    margin-top: 10px;
  }
  
  .MediaPOT--service .service_img--app {
    border-radius: 10px;
    width: 90px;
    padding: 10px 2px;
    right: 5px;
    bottom: auto;
    top: 5px;
}
  .MediaPOT--service .service_img--app img {
    min-width: 90px;
    min-height: 160px;
  }
  
  .MediaPOT--service .service--step {
    padding: 0;
  }
  .MediaPOT--service .service--step .step {
    width: 100%;
    display: block;
    padding: 20px 0;
  }
  .MediaPOT--service .step:nth-of-type(2) {
    border-top: 2px dashed #15295d;
    border-bottom: 2px dashed #15295d;
    border-left: none;
    border-right: none;
  }

/*--  準備ページ  ------------------------------------------------------------*/

.MediaPOT .coming_soon--box h3 {
  font-size: 40px;
}
.roadmap h2 {
  font-size: 18px;
}
.progress-label {
  font-size: 14px;
}
.roadmap {
  margin: 30px 0 50px 0;
}

.progress::after {
 height: 20px;
 width: 20px;
 top: -1.5em;
 right: -0.8em;
}

/*----------------------------------------------------------------------------
  ヘッダー
----------------------------------------------------------------------------*/
#nav{
  display: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.TML_logo {
  position: fixed;
  left: 51%;
  transform: translateX(-51%);
  -webkit-transform: translateX(-51%);
  margin: 0;
  z-index: 103;
}
.TML_logo img {
  margin-top: 15px;
  height: 20px;
  min-width: 65px;
}
.toggle {
  position: fixed; /* bodyに対しての絶対位置指定 */
  display: block;
  width: 100%;
  height: 50px;
  z-index: 102;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color .35s ease-in-out;
  transition: background-color .35s ease-in-out;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.toggle span {
  display: block;
  position: absolute; /* .toggleに対して */
  width: 30px;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  right: 7px;
  margin-top: 8px;
  margin-right: 12px;
}
.toggle .text{
  margin-right: 11px;
}
.toggle span:nth-child(1) {
  border-bottom: solid 3px  #667ed6;
  top: 0;
}
.toggle span:nth-child(2) {
  border-bottom: solid 3px  #00a779;
  top: 10px;
}
.toggle span:nth-child(3) {
  border-bottom: solid 3px  #66ae66;
  top: 20px;
}
.toggle span:nth-child(4) {
  border: none;
  top: 25px;
  font-size: 11px;
  color: #eee;
  font-weight: bold;
  padding-right: 2px;
}
.toggle.active {
  display: block;
  width: 100%;
  height: 50px;
  z-index: 103;
  background-color: rgba(0, 0, 0, 0.0);
}
.toggle.active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle.active span:nth-child(4) {
  color: #1d1d1d;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  }

.sp_nav {
  position: fixed;
   top: 0;
   left: 0;
  width: 100%;
  /* height: 100vh; */
  padding-top: 50px;
  background-color: #eee;
  color: #000;
  font-size: 16px;
  text-align: left;
  visibility: hidden;
  filter:alpha(opacity=0);
  opacity: 0;
  transition: all 0.5s;
  z-index: 100;
}
.sp_nav p {
  font-size: 16px;
}
.sp_nav a {
  color: #eee;
  text-decoration: none;
}
.sp_nav.active {
  filter:alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
/* 
.nav_ul {
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
  max-height: calc(100vh - 50px);
} */

/* .nav_ul li:last-child::after {
  content: "";
  display: block;
  height: 70px;
  width: 100;
}
.nav_ul li ul li:last-child:after{
  display: none;
} */
.sp_nav-check {
  display: none;
}
.sp_nav-label,.sp_nav-link {
  background: #464646;
  color: #eee;
  display: block;
  padding: 10px;
  position: relative;
  height: 45px;
  box-sizing: border-box;
	cursor: pointer;
  transition: all .5s ease-out;
  border-top: 1px solid #ccc;
}
.sp_nav-label:after {
  background: #999;
  height: 44px;
  box-sizing: border-box;
  content: '＋';
  font-size: 16px;
  display: block;
  font-family: "Font Awesome 5 Free";
  /* height: 44px; */
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}
.sp_nav-content {
  display: block;
  padding: 0 10px;
  background: #ccc;
  overflow: hidden;
	display: none;
}
.sp_nav-content a {
  display: block;
  color: #222;
  width: 100%;
}
.sp_nav-content span {
  color: #aaa;
}
.sp_nav-content li {
  padding: 5px 0 5px 1em;
  border-bottom: 1px #888 solid;
}
.sp_nav-content li:last-child {
  border-bottom: none;
}
.sp_nav-label.open:after{
  content: '－';
}
.sp_nav-check:checked + .sp_nav-label + .sp_nav-content{
  height: auto;
  max-height: 100vh;
  opacity: 1;
  padding: 0 10px;
  transition: 1.0s ease-out;
}

.nav_ul .nav_accordion .sp_nav-content .nav_box {
	height: auto;
  max-height: 100vh;
}


/* 各ページのタイトル表示 */
.page_title_iMG {
  display: none;
}
.page_title_text {
  margin: 50px 0 20px 0;
  width: 100%;
  height: 110px;
  display: inline-block;
  vertical-align: top;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
  text-shadow: 1px 1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, -1px -1px 3px #fff;
  text-align: left;
}
.page_title h1 {
  font-size: 40px;
  margin: 30px 0 0 10px;
}
.page_title2 .page_title_text {
  height: auto;
}
.page_title2 h1 {
  margin: 10px 0 0 10px;
}
.page_title_text.long h1 {
  font-size: 35px;
}
.page_title p {
  font-size: 18px;
  margin: 0 0 0 10px;
  padding: 0 0 0 8px;
}


/*----------------------------------------------------------------------------
  フッター
----------------------------------------------------------------------------*/
/* お問い合わせへのリンク */
.contact_box {
  background-position: bottom right;
}
.contact_box_spacefield {
  width: 100%;
  height: 300px;
  padding: 30px 0;
  background-size: 180px;
  background-position: bottom -10px left;
  z-index: 2;
}
.contact_caption {
  margin: 0;
  padding: 10px;
  line-height: 20px;
}
.contact_caption h2 {
  font-size: 22px;
}
.contact_caption h2:after {
  content: "―";
  display: block;
  font-weight: normal;
  font-size: 14px;
  padding: 4px 0 0 0;
}
.contact_box_spacefield p {
  display: inline-block;
  text-align: left;
  margin: 15px auto;
  padding: 0 20px;
  color: #fff;
}

.contact_box_LINK {
  bottom: 90px;
}
.contact_box_LINK a {
  font-size: 16px;
}

/* フッター 黒い部分 */
footer {
  font-size: 14px;
  padding: 30px 0 10px 0;
  text-align: center;
}
.footer_spacefield {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.footer_Inc {
  text-align: center;
}
.Inc {
  font-size: 24px;
  font-weight: bold;
}
.footer_linklist {
  text-align: center;
  }
.footer_linklist img {
  max-height: 50px;
  max-width: 40%;
  margin: 0 20px 0 0;
}
.footer_2 {
  margin: 20px 0;
  text-align: center;
}
.footer_2 p.location {
  font-size: 20px;
  padding-top:10px;
}

.footer_link {
  text-align: center;
}
.footer_link li {
  text-align: left;
  padding: 0 5px;
}	
.footer_link li:after {
  position: absolute;
  content: "│";
}
.footer_link li:last-child:after {
  content: "";
}
.footer_link a {
  display: inline-block;
}
.Copy {
  text-align: center;
  display: block;
}

/*  子ページメニュー(事業内容/企業情報)  */
.submenu li {
  width: 50%;
}
.submenu li:nth-child(odd) {
  border-right: solid 1px #eee;
}
.submenu--3 li:first-child {
  width: 100%;
}
.submenu--3 li:nth-child(odd) {
  border-right: none;
}
.submenu--3 li:nth-child(2) {
  border-right: solid 1px #eee;
}

}


/* MediaPOTログイン用 */
.cta_btn06 {
  width: 100%;
  max-width: 200px; /* ボタン幅 */
  font-weight: 700; /* 文字の太さ */
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  margin-bottom: 40px;
  text-align: center;
  color: #fff; /* 文字色 */
  background-color: #002ee8; /* 背景色 */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: skew(-15deg);
}
.cta_btn06::after {
    content: '▶';
    margin-left: 1em;
}