/*======================================================
   初期化
======================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
li {
	list-style: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	color: #333;
	text-decoration: none;
}


/*======================================================================================================================================
基本レイアウト
======================================================================================================================================*/

body {
  font: 14px/1.5 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
  color: #333;
}

.onlyPC {
  display: none;
}

.wrapper {
  padding: 50px 20px;
}
/*ボタンのデザイン３パターン*/
.btn {
  width: 20em;
  line-height: 3;
  margin: 0 auto;
  text-align: center;
}

.btn a {
  display:block
}

.btn a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translateY(-1px);
  margin-left: 5px;
  transition: all .3s;
}

.btn a:hover::after {
  margin-left: 15px;
}

.btn01 a {
  color: #fff;
  border: solid 1px #fff;
}

.btn02 a {
  color: #1e52ad;
  border: solid 1px #1e52ad;
}
.btn02 a::after {
  border-top: solid 1px #1e52ad;
  border-right: solid 1px #1e52ad;
}
.btn02 a:hover {
  background-color: #1e52ad;
  color: #fff;
}
.btn02 a:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.btn03 a {
  color: #fff;
  border: solid 1px #f0b039;
  background-color: #f0b039;
}
.btn03 a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/social_mail_w.png) center center/cover no-repeat;
  transform: translate(-5px, 5px);
}
.btn03 a:hover {
  background-color: #fff;
  color: #f0b039;
}
.btn03 a:hover::before {
  background: url(../images/social_mail.png) center center/cover no-repeat;
}
.btn03 a:hover::after {
  border-top: solid 1px #f0b039;
  border-right: solid 1px #f0b039;
}

/*======================================================================================================================================
mainvisual
======================================================================================================================================*/
div#mainvisual {
  background: linear-gradient(rgba(30,82,173,0.65), rgba(30,82,173,0.65)), url(images/zigyou_oroshiuri.jpg) center center/cover no-repeat;
  color:#fff;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
}
.mainvisual_sub {
  margin-top: 80px;
}
.w_slider {
  margin-top: 80px;
  width: 100%;
}

.w_slider li {
 
  height: auto;
  margin: 0 auto;
}
.w_slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#logo1 {
  margin-right: 43px;
  margin-left: 20px;
}
#logo1 img {
  width: 40px;
}
#logo img {
  width: 200px;
}
#logo2 img {
  width: 250px;
}
#logo2 span {
  color: #fff;
  font-size: 1.9em;
  font-weight: bold;
}
header {
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-sizing: rgb(255, 255, 255)er-box;
}
header .wrapper {
  padding: 20px 20px;
  position: ralative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header h1 {
  font-size: 0.5em;
  font-weight: normal;
}
.header_top {
  width: 756px;
  display: flex;
  justify-content: space-between;
}

/*--ハンバーガーメニュー--*/
#navToggle {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 28px;
  height: 28px;
  border: solid 1px #213a70;
  text-align: center;
  cursor: pointer;
  z-index: 6;
}
#navToggle.active {
 position: fixed;
}
#navToggle span {
  display: block;
  position: absolute;
  width: 20px;
  border-bottom: solid 2px #213a70;
  left: 4px;
}
#navToggle span:nth-child(1) {
  top: 6px;
}
#navToggle span:nth-child(2) {
  top: 13px;
}
#navToggle span:nth-child(3) {
  top: 20px;
}
#navToggle.active span:nth-child(1) {
  top: 13px;
  transform: rotate(-45deg)
}
#navToggle.active span:nth-child(2), 
#navToggle.active span:nth-child(3) {
  top: 13px;
  transform: rotate(45deg)
}
/*------*/
#globalNavi {
  display: block;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right,rgba(30,82,173,0.8), #11ccc3);
  /*background: rgba(30,82,173,0.8);*/
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 100px 30px 30px;
  text-align: center;
  line-height: 2;
  z-index: 5;
  font-size: 1.5em;
  transform: translateY(-100%);
  transition: all 0.6s;
}
#globalNavi.active {
  transform: translateY(0%);
}
#globalNavi a {
  color: #fff;
  display: inline-block;
}
#globalNavi ul:first-child a {
  position: relative;
}
#globalNavi ul:first-child a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.5s;
}

#globalNavi ul:last-child {
  display: flex;
  justify-content: center;
}
#globalNavi ul:last-child li {
  float: left;
  width: 30px;
}

@media (orientation: landscape) {
  #globalNavi ul:last-child li {
    /*margin: 20px 0px !important;
    font-size: 0.8em !important;*/
  }
  #globalNavi {
  padding: 15px 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  #globalNavi ul:last-child {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  #globalNavi ul:last-child li {
    width: 230px;
    margin: 30px 0px;
    padding-left: 10px;
    border-bottom: dotted 1px rgb(211, 211, 211);
    font-size: 1.1em;
    text-align: left;
  }
  #globalNavi ul:first-child a {
    display: block;
    height: 100%;
    width: 100%
  }
  #globalNavi ul:first-child a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: none;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all 0.5s;
  }
  .arrow{
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }
  .arrow::before,
  .arrow::after{
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #globalNavi ul:last-child li a::after {
    width: 12px;
    height: 12px;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 200px;
  }
  /*#globalNavi ul:last-child a:hover::after, #globalNavi ul:last-child a:hover::before {
    width: 0%;
  }*/
}

/*
.btn02 a::after {
  border-top: solid 1px #1e52ad;
  border-right: solid 1px #1e52ad;
}
.btn a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translateY(-1px);
  margin-left: 5px;
  transition: all .3s;
}
*/
}

/*--------*/
div#mv_ttl {
  text-align: center;
  margin: 0px 30px;
}

div#mv_ttl p.description1 {
  margin: 0 0 20px;
  font-size: 2em;
  font-weight: bold;
}
div#mv_ttl p.description2 {
  font-size: 1.6em;
}
p#scroll {
  text-align: center;
  padding: 0 0 20px;
}
p#scroll::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  margin: -5px auto 0;
}


/*======================================================================================================================================
main
======================================================================================================================================*/
section h2 {
  font-size: 2em;
  color: #1e52ad;
  text-align: center;
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
/*section h2::before,
section h2::after {
  content: "";
  width: 3px;
  height: 40px;
  background: #1e52ad;
}
section h2::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
section h2::after {
  transform: rotate(35deg);
  margin-left: 30px;
}
*/
span.ex {
  display: block;
  font-size: 0.6em;
}

/*======================================================================================================================================
company
======================================================================================================================================*/
#top_company a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}
#top_company .wrapper {
  padding: 50px 50px 20px 50px;
}
#top_company a:last-child {
  margin: 0;
}
#top_company a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.5s;
}
#top_company a:nth-child(1)::before {
  background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.6)),
  url(images/Top_visual_car.jpg) center/cover no-repeat;
}
#top_company a:nth-child(2)::before {
  background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.6)),
  url(images/company_strong.jpg) center/cover no-repeat;
}
#top_company a:hover::before {
  transform: scale(1.3);
}
#top_company a dl {
  display: flex;
  flex-direction: column;
  padding: 50px;
}
#top_company a dl dt {
  margin-bottom: 10px;
}
#top_company a dl dt span {
  font-size: 1.5em;
  display: block;
}
#top_company a dl dd.img {
  order: -1;
  margin-bottom: 20px;
}
#company_flow {
  padding-top: 80px;
  margin-top: -80px;
}
#company_strong {
  padding-top: 80px;
  margin-top: -80px;
}
.company_strong_inbox h3 {
  font-size: 1.6em;
}
.company_strong_inbox span {
  font-size: 1.4em;
  font-weight: bold;
}
#access_company {
  padding-top: 80px;
  margin-top: -80px;
}

/*======================================================================================================================================
solution
======================================================================================================================================*/
/*---ポップアップ
input {
  display: none;
}

/* ポップアップwindow部分 
#overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
/* オーバーレイの背景部分 
#bg_gray {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}
/* ウィンドウ部分 
#window {
  width: 80%;
  height: 90%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}
/* 閉じるボタン 
#btn_cloth {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#CE5D8B;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth:hover {
  opacity: 0.7;
}
#btn_cloth span,
#btn_cloth span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
#btn_cloth span {
  transform: rotate(45deg);
}
#btn_cloth span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}


/* クリックで表示 
#popup:checked ~ #overlay {
  visibility: visible;
}
#popup:checked ~ #overlay #window {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
@keyframes fadein {
  100% {
      opacity: 1;
  }
}


/* コンテンツ部分のスタイル 


#txt_label {
  text-decoration: underline;
  cursor: pointer;
}
#txt_label:hover {
  opacity: 0.7;
}

#msg {
  text-align: center;
  height: 90%;
}
#msg a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right,rgba(30,82,173,0.8), #11ccc3);
  border-radius: 20px;
  padding: 0.5em 1.5em;
  text-decoration: none;
}
#msg h2 {
  font-size: 2.1em;
  text-align: center
}
#msg p {
  margin: 20px 0 20px;
  text-align: center;
  max-width: 100%;
  height: 90%;
}
#msg img {
  max-width: 100%;
  max-height: 100%;
}
#msg a:hover {
  opacity: 0.7;
}-----*/

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(53, 53, 53, 0.6);
  transition: all 1s ease-in-out;
}
/*#overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}*/
.modal-container {
  text-align: center;
  height: 90%;
}
#modalThree .modal-container,#modalFour .modal-container,#modalFive .modal-container,#modalSix .modal-container,#modalNine .modal-container,#modalTen .modal-container {
  height: 94%;
}
.modal-container h2 {
  font-size: 1.7em;
  text-align: center
}
.modal-container img {
  max-width: 100%;
  max-height: 100%;
}
.modal-container p {
    margin: 20px 0 20px;
    text-align: center;
    max-width: 100%;
    height: 90%;
}
#modalThree .modal-container p,#modalFour .modal-container p,#modalFive .modal-container p,#modalSix .modal-container p,#modalNine .modal-container p,#modalTen .modal-container p {
  height: 81%;
}

.modal-container a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right,rgba(30,82,173,0.8), #11ccc3);
  border-radius: 20px;
  padding: 0.5em 1.5em;
  text-decoration: none;
}
.modal-container a:hover{
  opacity: 0.7;
}
/*#msg {
  text-align: center;
  height: 90%;
}
#msg a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right,rgba(30,82,173,0.8), #11ccc3);
  border-radius: 20px;
  padding: 0.5em 1.5em;
  text-decoration: none;
}
#msg h2 {
  font-size: 2.1em;
  text-align: center
}
#msg p {
  margin: 20px 0 20px;
  text-align: center;
  max-width: 100%;
  height: 90%;
}
#msg img {
  max-width: 100%;
  max-height: 100%;
}
#msg a:hover {
  opacity: 0.7;
}-----*/

.modal-content {
    background: #FFF;
    padding: 20px;
    width: 80%;
    height: 71%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 90;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
}
#modalThree .modal-content,#modalFour .modal-content,#modalFive .modal-content,#modalSix .modal-content,#modalNine .modal-content,#modalTen .modal-content {
  max-width: 1000px;
  width: 82%;
  height: 55%;
}
/*
#window {
  width: 80%;
  height: 90%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
  z-index: 90;
  opacity: 0;
}*/


.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#CE5D8B;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
.modal-close:hover {
  opacity: 0.7;
}
.modal-close span,
.modal-close span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}
.modal-close span {
  transform: rotate(45deg);
}
.modal-close span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  color: #FFF;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.modal-toggle {
  cursor: pointer;
}
.modal-toggle:hover {
  opacity: 0.7;
}
/*-----------------------------------------*/
#top_solution .wrapper {
  margin-bottom: 20px;
}

#top_solution h2 {
  margin-bottom: 10px;
}
#top_solution h3 {
  text-align: center;
  margin-bottom: 30px;
}
#top_solution h3 span {
  display: inline-block;
  padding: 10px;
  font-size: 1.3em;
  color: #1e52ad;
  display: inline-block;
  border: #000 solid 1px;
  background-color: #ffffff;
}
#top_solution dl dd img {
  border-radius: 50%;
  object-position: 0 100%;
  width: 230px;
  height: 230px;
  object-fit: cover;
}
#top_solution dl dd:hover {
  opacity: 0.7;
}
#top_solution dl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 0 20px;
}
#top_solution dl:last-child {
  margin: 0;
}
#top_solution dl dt a {
  font-size: 1.5em;
  color: #1e52ad;
  display: inline-block;
}
#top_solution dl dt a {
  margin: 0 auto;
}

/*
#top_solution dl dd {
  width: 50%;
}
*/
#solution_keikou {
  padding-top: 80px;
  margin-top: -80px;
}
#solution_kouban {
  padding-top: 80px;
  margin-top: -80px;
}
/*======================================================================================================================================
Top_Team
======================================================================================================================================*/
#top_team .wrapper {
  background: linear-gradient(to right,rgba(30,82,173,0.3), rgba(17,204,195,0.3)),
  url(images/zigyou_syoukai.jpg) center/cover no-repeat;
  color: #fff;
  padding: 35px 10px;
  margin-bottom: 20px;
  margin-top: 60px;
}
#top_team h2 {
  color: #fff;
  margin-bottom: 20px;
}
.top_team_image dl {
  color:#fff;
  margin-bottom: 20px;
  text-align: center;
}
.top_team_image dl dt {
  font-size: 1.5em;
}
.top_team_image dl dd {
  font-size: 1.1em;
}
.top_team_image .btn {
  color:#fff;
}


/*======================================================================================================================================
2column Team&Join
======================================================================================================================================*/
#top_2column .wrapper {
  padding: 20px;
}
#top_2column .fimg {
  margin-bottom: 30px;
}
#top_2column .fimg img {
  width: 100%;
}
#top_2column p {
  margin-bottom: 20px;
}

/*======================================================================================================================================
news
======================================================================================================================================*/
#top_news {
  /* background-color: #efeeef; */
  background-image: url(images/pro_back.jpg);
}
/* .bg_pattern { */
  /* position: fixed;
  top: 0;
  left: 0; */
  /* width: 100vw;
  height: 100vh; */
  /* background-color: #ffe9a7;
  opacity: 0.4;
  z-index: -1;
}
.ZigZag_3D {
  background: linear-gradient(135deg, #ffc10755 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #ffc107 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #ffc10755 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #ffc107 25%, #ffe9a7 25%) 0px 0/ 40px 40px;
} */
#top_news .wrapper {
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: column;
}
#top_news dl {
  margin: 0 0 20px;
}
#top_news dl dt {
  color: #fff;
  width: 6em;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 10px 0;
}
dt.news {
  background-color: #f0b039;
}
dt.event {
  background-color: #f05339;
}
#top_news dl dd {
  padding: 0 0 10px;
  border-bottom: 1px dotted #000;
  margin: 0 0 10px;
}
#top_news dl dd span {
  color: #1e52ad;
  font-weight: bold;
  margin: 0 1em 0 0;
}
/* #top_news p { 
  margin: 20px 0 0 0;
} */
iframe {
  margin: 0 0 30px 0;
}

/*======================================================================================================================================
contact
======================================================================================================================================*/
/* address {
  font-style: normal;
  margin: 0 0 20px;
} */

#contact .btn {
  width: 24em;
}

#contact p {
  margin-bottom: 20px;
  text-align: center;
}
.contact_main .company_introduce p {
  font-size: 1.2em;
}

/*======================================================================================================================================
footer
======================================================================================================================================*/
footer {
  background-color: #1e52ad;
  color: #fff;
}
footer .wrapper {
  padding: 0;
}
footer a {
  display: block;
  color: #fff;
}
#f_menu {
  text-align: center;
  line-height: 2.5em;
}
#pagetop {
  cursor: pointer;
}
#f_menu ul {
  border-top: dotted 1px #fff;
  overflow: hidden;
}
#f_menu ul li {
  width: 50%;
  float: left;
  border-bottom: dotted 1px #fff;
  box-sizing: border-box;
}
#f_menu ul li:nth-child(odd) {
  border-right: dotted 1px #fff;
}
#f_bottom {
  overflow: hidden;
  padding: 20px;
  margin: 0 auto;
}
#f_bottom .f_logo {
  float: left;
}
#f_bottom .copyright {
  float: right;
  line-height: 30px;
  margin: 0 auto;
}

/*======================================================================================================================================
スクリーンサイズ 768px 以上
======================================================================================================================================*/
@media screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
  .onlyPC {
    display: block;
  }
  .btn02 {
    width: 15em;
  }
  .btn03 {
    width: 25em;
  }
  /*----header-----*/

  header .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
  }
  .header_top {
    padding: 10px 10px;
    width: 960px;
    margin: 0 auto;
  }
  #logo1 {
    float: right;
    margin-right: 0px;
    margin-left: 0px;
  }
  #logo1 img {
    width: 70px;
  }
  #logo2 {
  }
  #logo2 img {
    width: 350px;
    padding-top: 6px;
  }
  #globalNavi {
    display: flex;
    width: 100%;
    height: auto;
    background: none;
    position: static;
    padding: 0px 0;
    line-height: 60px;
    font-size: 1.3em;
    transform: translateY(0%);
    float: right;
    background: linear-gradient(to right,#213a70, #11ccc3);
    /*background-color: #213a70;*/
    display: block;
  }
  #globalNavi ul:last-child {
    overflow: hidden;
    width: 960px;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  #globalNavi ul li {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    margin: 0 0 0 10px;
    font-weight: bold;
  }
  #globalNavi ul:last-child li {
    width: auto;
  }
  #globalNavi ul:last-child li:first-child {
    margin: 0 0 0 10px;
  }
  #globalNavi ul li a {
    color: #fff;
    display: inline-block;
    padding: 0 40px;
  }

  #globalNavi ul li a {
    position: relative;
  }
  #globalNavi ul li a::before {
    background: #fff;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .5s;
  }
  #globalNavi ul li a:hover::before {
    transform-origin: center top;
    transform: scale(1, 1);
  }
  .w_slider {
    margin-top: 150px;
  }

  /*----Team----*/
  #top_team .wrapper {
    background: linear-gradient(to right,rgba(30,82,173,0.3), rgba(17,204,195,0.3)),
    url(images/zigyou_syoukai.jpg) center/cover no-repeat;
    color: #fff;
    padding: 40px 4px;
    margin-bottom: 50px;
    margin-top: 100px;
  }
  #top_team h2 {
    color: #fff;
    margin-bottom: 20px;
  }
  .top_team_image dl {
    color:#fff;
    margin-bottom: 40px;
    text-align: center;
  }
  .top_team_image dl dt {
    font-size: 1.7em;
  }
  .top_team_image dl dd {
    font-size: 1.3em;
  }
  .top_team_image .btn {
    color:#fff;
  }
  #access_company {
    padding-top: 160px;
    margin-top: -160px;
  }

  /*----Company----*/
  #top_company .wrapper {
    padding: 50px 50px;
  }
  #top_company a dl {
    margin: 50px;
  }
  #top_company a dl {
    padding: 40px;
  }
  .two-column {
    display: flex;
    justify-content: space-between;
  }
  #top_company a {
    margin: 0;
    width: 49%;
  }

  .mainvisual_sub {
    width: 100%;
    margin: 0 auto;
    margin-top: 150px;
  }
  .mainvisual_sub img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
  }
    

  /*----Solution----*/
  #top_solution .wrapper {
    margin-bottom: 50px;
  }
  #top_solution a {
    margin: 0;
  }
  #top_solution dl {
    flex-direction: column-reverse;
    text-align: center;
  }
  #top_solution dl dd img {
    width: 300px;
    height: 300px;
  }
  #top_solution dl dt {
    width: auto;
    padding: 20px 0 0;
  }
  #top_solution dl dd {
    width: auto;
    margin: 0 40px;
  }
  #top_product dl dd img {
    width: 70%;
  }
  .modal-content {
    width: 50%;
    height: 90%;
  }
  .modal-container p {
    height: 90%;
  }
  #modalThree .modal-container,#modalFour .modal-container,#modalFive .modal-container,#modalSix .modal-container,#modalNine .modal-container,#modalTen .modal-container {
    height: 100%;
  }
  .modal-container h2 {
    font-size: 2.1em;
    text-align: center
  }
  #modalThree .modal-content,#modalFour .modal-content,#modalFive .modal-content,#modalSix .modal-content,#modalNine .modal-content,#modalTen .modal-content {
    max-width: 1000px;
    width: 100%;
    height: 84%;
  }
  #solution_keikou {
    padding-top: 160px;
    margin-top: -160px;
  }
  #solution_kouban {
    padding-top: 160px;
    margin-top: -160px;
  }


  /*----top_2column----*/
  #top_2column .flex {
    display: flex;
    align-items: center;
    padding: 0;
  }
  #top_2column .fr {
    flex-direction: row;
  }
  #top_2column .fl {
    flex-direction: row-reverse;
  }
  #top_2column .flex div {
    width: 50%;
  }
  #top_2column .fimg {
    margin: 0;
  }
  #top_2column .ftext {
    box-sizing: border-box;
    padding: 10px 20px 0 20px;
  }
  #top_2column h2 {
    margin: 0 0 20px;
  }
  .team_flex dl dt {
    margin-bottom: 0px;
  }

  /*----top_news----*/
  #top_news dl {
    overflow: hidden;
  }
  #top_news dl dt {
    float: left;
    clear: left;
  }
  #top_news dl dd {
    padding-left: 8em;
  }

  /*----contact----*/
  #contact {
    text-align: center;
  }

  /*----footer----*/
  footer .wrapper {
    padding: 20px;
    overflow: hidden;
    font-size: 1.1em;
  }
  footer a {
    display: inline;
  }
  #f_menu ul {
    border: none;
  }
  #f_menu ul li,
  #f_menu ul li:nth-child(odd) {
    border: none;
  }
  #f_menu ul li {
    width: auto;
    margin: 0 0 0 20px;
  }
  #f_menu {
    float: right;
    margin-right: 40px;
  }
  #f_bottom {
    /* float: left; */
    padding: 0;
    margin: 0 auto;
  }
  #f_bottom .f_logo {
    float: none;
  }
  #f_bottom .f_logo img {
    width: 70px;
  }
  #f_bottom .copyright {
    float: none;
    line-height: 1.5;
    margin: 0 auto;
  }

   /*----pagetop----*/
  #pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background: rgba(30,82,173,0.85);
  }
  #pagetop::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%) rotate(-45deg);
  }
  #pagetop span {
    display: none;
  }
}

/*======================================================================================================================================
スクリーンサイズ 960px 以上
======================================================================================================================================*/
@media screen and (min-width: 960px) {
  header.wrapper {
    box-sizing: border-box;
    padding: 50px 0;

  }
  main .wrapper {
    width: 960px;
    margin: 0 auto;
  }
  footer .wrapper {
    padding: 10px 0;
  }
  footer .wrapper {
    width: 960px;
    margin: 0 auto;
  }
  div#mainvisual {
    height: 100vh;
    min-height: 600px;
    max-height: 700px;
    position: relative;
    justify-content: center;
  }
  .w_slider li {
    width: 100%;

    margin: 0 auto;
  }
  .w_slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  div#mv_ttl h2 {
    margin: 0 0 20px;
    font-size: 2.5em;
  }
  div#mv_ttl p.description {
    margin: 0 0 50px;
  }
  p#scroll {
    position: absolute;
    bottom: 0;
    width: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* left: 50%; */
    /* transform: translateX(-50%); */
  }
  /*----solution----*/
  #top_solution .two-column {
    justify-content: space-between;
  }

  /*----footer----*/
  #f_menu {
    margin-right: 0;
  }
}

/*======================================================================================================================================
companyページ
======================================================================================================================================*/
#company_main .maintittle {
  background-color: #213a70;
  padding: 30px 0;
  margin-bottom: 30px;
}
#company_main .maintittle p {
  color: #fff;
  font-size: 3.0em;
  text-align: center;
}
.company_introduce {
  margin: 0 20px;
}
.bigtittle {
  width: 190px;
  font-size: 1.7em;
  color: #000000;
  border-bottom: solid 3px;
  border-image: linear-gradient(to right,rgba(30,82,173,0.8), #11ccc3) 1;
  margin-bottom: 30px;
}

.company_introduce .company_strong .bigtittle {
  width: 290px;
}
.company_introduce p, .company_introduce dd {
  font-size: 1.5em;
  margin-bottom: 40px;
}
.company_introduce dd {
  font-size: 1.0em;
}
#company_flow dd {
  font-size: 1.5em;
}
.minitittle {
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
  background: rgba(30,82,173);
  padding: 15px 0;
  margin-bottom: 50px;
  text-align: center;
}
.join_tittle .minitittle {
  font-size: 1.2em;
}
.company_introduce .company_strong dt img {
  margin-bottom: 20px;
}
.company_introduce .company_strong dt img {
  width: 100%;
}
.company_introduce p img {
  width: 100%;
}


/*======================================================================================================================================
スクリーンサイズ 768px 以上
======================================================================================================================================*/
@media screen and (min-width: 768px) {
    #company_main .maintittle {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  #company_main .maintittle p {
    font-size: 4.0em;
    text-align: center;
  }
  .company_introduce {
    margin: 0 60px;
  }
.bigtittle {
    width: 220px;
    font-size: 2.0em;
    margin-bottom: 60px;
  }
  .company_introduce .company_strong .bigtittle {
    width: 330px;
  }
  
  .company_introduce p {
    margin-bottom: 80px;
  }
  .company_introduce dd {
    font-size: 1.3em;
  }
 
.minitittle {
    font-size: 1.6em;
    margin-bottom: 80px;
  }
.join_tittle .minitittle {
    font-size: 1.6em;
    margin-bottom: 80px;
  }
  .company_introduce p img {
    width: 100%;
  }
  .company_introduce .company_strong_inbox {
    margin-bottom: 100px;
  }
  .company_flow .company_strong_inbox {
    margin-bottom: 20px;
  }
  .company_introduce .company_strong dl {
    display: flex;
  }
  .company_introduce .company_strong dl dd {
    flex: 1;
    padding: 0 0 0 20px;
  }
  .company_introduce .company_strong dl dt {
    flex: 1;
  }
  #company_flow {
    padding-top: 160px;
    margin-top: -160px;
  }
  #company_strong {
    padding-top: 160px;
    margin-top: -160px;
  }
}
/*======================================================================================================================================
スクリーンサイズ 960px 以上
======================================================================================================================================*/
@media screen and (min-width: 960px) {
  .company_introduce {
    margin: 0 120px;
  }
  .company_introduce dd {
    font-size: 1.8em;
  }
  #company_flow dd {
    font-size: 1.5em;
  }
 .minitittle {
    font-size: 2.0em;
  }
  .join_tittle .minitittle {
    font-size: 2.0em;
    margin-bottom: 80px;
  }
}

/*======================================================================================================================================
solutionページ
======================================================================================================================================*/
.solution_grid {
  list-style: none;
  display: grid;
  grid-template-columns: auto;
  gap: 20px 20px;
  margin-bottom: 70px;
}
.solution_grid li {
  width: 200px;
  height: 200px;
}
.solution_grid li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*.solution_grid li img {
  transform: rotate(-90deg);
}*/


/*======================================================================================================================================
スクリーンサイズ 460px 以上
======================================================================================================================================*/
@media screen and (min-width: 460px) {
  .solution_grid {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px 20px;
    justify-content: start;
  }  
}
/*======================================================================================================================================
スクリーンサイズ 690px 以上
======================================================================================================================================*/
@media screen and (min-width: 690px) {
  .solution_grid {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px 20px;
    justify-content: start;
  }  
}
/*======================================================================================================================================
スクリーンサイズ 930px 以上
======================================================================================================================================*/
@media screen and (min-width: 930px) {
  .solution_grid {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px 20px;
    justify-content: start;
  }  
}

/*======================================================================================================================================
スクリーンサイズ 1210px 以上
======================================================================================================================================*/
  @media screen and (min-width: 1210px) {
    .solution_grid {
      list-style: none;
      display: grid;
      grid-template-columns: auto auto auto auto auto;
      gap: 20px 20px;
      justify-content: start;
    }  
    .company_introduce dd {
      font-size: 2.1em;
    }
}
/*======================================================================================================================================
スクリーンサイズ 1410px 以上
======================================================================================================================================*/
  @media screen and (min-width: 1410px) {
    .solution_grid {
      list-style: none;
      display: grid;
      grid-template-columns: auto auto auto auto auto auto;
      gap: 20px 20px;
      justify-content: start;
    }  
}
/*======================================================================================================================================
スクリーンサイズ 1610px 以上
======================================================================================================================================*/
  @media screen and (min-width: 1610px) {
    .solution_grid {
      list-style: none;
      display: grid;
      grid-template-columns: auto auto auto auto auto auto;
      gap: 20px 20px;
      justify-content: start;
    }  
}
/*======================================================================================================================================
スクリーンサイズ 1810px 以上
======================================================================================================================================*/
  @media screen and (min-width: 1810px) {
    .solution_grid {
      list-style: none;
      display: grid;
      grid-template-columns: auto auto auto auto auto auto auto;
      gap: 20px 20px;
      justify-content: start;
    }  
}

/*======================================================================================================================================
teamページ
======================================================================================================================================*/
.team_table table {
  font-size: 0.6em;
}
.team_table table th {
  vertical-align: middle;
}
.team_table table td {
  text-align: left;
  vertical-align: middle;
  padding: 10px 0px 10px 20px;
}
.team_table table img {
  width: 350px;
  margin-top:10px;
}
.company_introduce .contact_address p {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  
   /*table {
    border: solid 1px #748ca5;
  }*/
   th, td {
    display: block;
   }
   th {
    text-align: left;
    padding: 7px 0 0px 20px;
    font-size: 1.8em;
   }
}
.team_flex dl dt img {
  width: 100%;
}
.team_flex dl {
  display: flex;
}
.team_flex dl dd {
  flex: 1;
  padding: 0 0 0 20px;
}
.team_flex dl dt {
  flex: 1;
  margin-bottom: 20px;
}

table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 100px;
 }
/*table tr:nth-child(odd){
  background-color: #ecfcff;
 }*/
tr {
  border-bottom: dotted 1px #748ca5;
 }
td {
  padding: 30px 0px;
  font-size: 1.5em;
 }
td:first-child {
  background: #e3faf8;
  font-weight: bold;
 }

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 100px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.gmap_iframe {
  aspect-ratio: 16 / 9;
  max-width: 1000px;
  width: 100%;
  height: auto;
}*/
/*======================================================================================================================================
スクリーンサイズ 768px 以上
======================================================================================================================================*/
@media screen and (min-width: 768px) {
  .team_table table {
    font-size: 0.9em;
  }
  table {
  }
  th {
    /*border: solid 1px #748ca5;*/
    padding: 30px 0;
    font-size: 1.5em;
   }
   td {
    font-size: 1.5em;
    /*border: solid 1px #748ca5;*/
   }
  }
/*======================================================================================================================================
joinページ
======================================================================================================================================*/
.join_tittle .minitittle {
  
}
.contact_address {
  text-align: center;
  margin-bottom: 100px;
}
.contact_address p {
  color: #213a70;
  font-size: 2.0em;
}
.contact_address dl dt {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact_address dl {
  margin-bottom: 50px;
}
/*.contact_address dl dd:first-of-type {
  border: solid #aaa 1px;
  display: inline-block;
  padding: 10px 20px;
  width:auto;
  font-size: 1.5em;
  margin-bottom: 20px;
}*/
.contact_address dl dd {
  font-size: 1.7em;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 4px;
}
.contact_address dl dd i {
  font-size: 1.5em;
  padding: 0 10px;
  vertical-align: middle;
}
/*.contact_address dl dd:nth-of-type(2) i {
  font-size: 1.5em;
  padding: 0 20px;
  vertical-align: middle;
}*/
/*======================================================================================================================================
スクリーンサイズ 768px 以上
======================================================================================================================================*/
@media screen and (min-width: 768px) {
  
.
_address {
  font-size: 1.4em;
}
.contact_address dl dd {
  letter-spacing: 8px;
}
.contact_address dl dd i {
  padding: 0 20px;
}
.map {
  width: 100%;
  position: relative;
  padding-top: 37.25%;
  margin-bottom: 100px;
}
}
/*======================================================================================================================================
contactページ
======================================================================================================================================*/
.contact_address dl:first-of-type{
  margin-bottom: 100px;
}
