@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');

* {margin: 0; padding: 0; outline: 0;}

html {
  font-size: 62.5%;
}
body {
	font-family: YuGothic, "游ゴシック体", sans-serif;
	color: #000;
	font-size: 1.4rem;
	line-height:1.8;
	background:#fff;
	letter-spacing:1px;
}

a {
	color:#000;
	text-decoration:none;
    transition: 0.3s all ease;
}
a:hover {
	text-decoration:underline;
    transition: 0.3s all ease;
}

.clear {
	clear: both;
}

img {
}
a img:hover {
	opacity:0.8;
}

.bold {
	font-weight:bold;
}


/*common rule*/
.margin_b_5 {
	margin-bottom:5px;
}
.margin-b-10 {
	margin-bottom:10px;
}
.margin-b-20 {
	margin-bottom:20px;
}
.margin-b-30 {
	margin-bottom:30px;
}
.margin-b-40 {
	margin-bottom:40px;
}
.margin-b-50 {
	margin-bottom:50px;
}
.margin-b-60 {
	margin-bottom:60px;
}
.margin-b-70 {
	margin-bottom:70px;
}
.margin-b-80 {
	margin-bottom:80px;
}
.margin-b-90 {
	margin-bottom:90px;
}
.margin-b-100 {
	margin-bottom:100px;
}
h2#pagetitle {
	font-size:3rem;
	padding:0 0 20px 0;
	letter-spacing:0.1em;
    font-weight: bold;
}



/*HEADER*/
header {
  position:fixed;
  width: 100%;
  height: 70px;
  top: 0;
  z-index:2;
  background: #fff;
}
#header-inner {
  width:100%;
  margin: 0 auto;
  display: flex;
  padding: 0 2rem;
}
#header-inner h1 {
  line-height: 1;
}
#header-inner h1 img {
  height: 70px;
}


/*NAV*/
nav {
  display: flex;
  width: calc(100% - 200px);
}
.toggle{
 display: none;
}
ul#mainmenu {
  display: flex;
  margin:0 0 0 50rem;
  background-color: transparent;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
ul#mainmenu li {
  height: 70px;
  line-height: 1.6;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul#mainmenu li a {
  font-weight: bold;
  color: #000;
  transition: 0.3s all ease;
}
ul#mainmenu li a:hover {
  text-decoration: none;
  transform: scale(1.05);
  transition: 0.3s all ease;
  color: #000;
}
ul#mainmenu li span {
  color: #005aa0;
  display: block;
  font-size: 1.4rem;
  font-family: 'Barlow Condensed', sans-serif;
}
ul#mainmenu li a:hover span {
  color: #84cc4e;
  transition: 0.3s all ease;
}

/*MAINVISUAL TOP*/
.mainvisual {
  height: 80vh;
  overflow: hidden;
  display: flex;
}
.mainvisual-inner {
  width: 60%;
  height: 100%;
  background-image: url(../img/back-index-01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mainvisual-inner h2 {
  position: absolute;
  top: 15%;
  left: 5%;
  text-shadow: #003366 0 2px;
  display: flex;
  flex-direction: column;
  font-family: 'Ubuntu', sans-serif;
}

.title span {
  display: block;
  float: left;
  position: relative;
  font-weight: bold;
}
.title:nth-child(1){
  color: #fff;
  font-size: 10rem;
  line-height: 0.9;
}
.title:nth-child(2){
  color: #fff;
  font-size: 10rem;
  line-height: 0.9;
}
.title:nth-child(3) {
  color: #fff;
  letter-spacing: 0.8rem;
  margin: 2rem 0 0 0.5rem;
  font-size: 2.4rem;
}
.title:nth-child(4) {
  color: #fff;
  letter-spacing: 0.8rem;
  margin: 0 0 0 0.5rem;
  font-size: 2.4rem;
}


/*MAINVISUAL BUSINESS FLOW COMPANY*/
.mainvisual-common {
  height: 350px;
  overflow: hidden;
  display: flex;
  margin-top: 70px;
}
.mainvisual-common-inner {
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
.mainvisual-common-inner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.mainvisual-common-inner.-company img {
  object-position: top;
}
.mainvisual-common-inner h2 {
  position: absolute;
  text-shadow: #003366 0 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  top: 70px;
  left: 0;
  width: 100%;
  height: 350px;
}
.mainvisual-common-inner h2 .title {
  display: block;
}
.mainvisual-common-inner h2 .title span {
  font-weight: bold;
}
.mainvisual-common-inner h2 .title:nth-child(1){
  color: #fff;
  font-size: 3rem;
  line-height: 0.9;
  display: flex;
  justify-content: center;
}
.mainvisual-common-inner h2 .title:nth-child(2){
  margin: 2rem 0 0 0;
  font-size: 1.8rem;
  font-family: 'Barlow Condensed', sans-serif;
  display: flex;
  justify-content: center;
}



/*SWIPER*/
.swiper {
  width: 40%;
}
.swiper.-company {
  width: 90vh;
  height: 60vh;
  margin-bottom: 4rem;
  border-radius: 1rem;
}
.swiper.-company::after {
  display: none;
}
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}
.swiper-slide:nth-child(3n + 1) {
  background-color: #d6d9e9/*#de4439*/;
}
.swiper-slide:nth-child(3n + 2) {
  background-color: #d6d9e9/*#fcd500*/;
}
.swiper-slide:nth-child(3n + 3) {
  background-color: #d6d9e9/*#53c638*/;
}
.swiper::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  background: #84cc4e;
  opacity: 0.4;
  bottom: -100px;
  height: 120%;
  width: 100%;
  right: -70%;
  transform: rotate(15deg);
}
.swiper-slide img {
  height: 100%;
}
/*COMPANY SWIPER ONLY*/
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 3rem !important;
}



/*EFFECT*/
.effect-fade {
  opacity: 0;
  transform: translate(0,45px);
  transition: all 600ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}



/*MAIN*/
main {
  width: 1280px;
  margin: 0 auto;
  padding: 6rem 2rem;
  min-height: calc(100vh - 300px);
}
main.main-nomv {
  padding: 14rem 2rem 8rem;
}


/*MAIN-TOP*/
main#main-top {
  width: 1280px;
  margin: 0 auto;
  padding: 4rem 0;
}
main#main-top .top-lead {
  width: 60%;
  margin: 0 auto;
  text-align: justify;
}
main#main-top .top-lead p {
  font-size: 1.6rem;
}
main#main-top .top-img-01 {
  width: 100%;
  margin: 4rem 0 0;
  border-radius: 1rem;
}
main#main-top .img-infinity {
  display: flex;
  width: 15%;
  margin: 4rem auto;
}


/*SOLUTION*/
.solution {
  background: #f4f4f4;
  padding: 4rem 0;
}
.solution-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 8rem;
  color: #005aa0;
  text-align: center;
  margin-bottom: 2rem;
}
.solution-lead {
  font-weight: bold;
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin-bottom: 4rem;
}
.solution-img {
  width: 45%;
  margin: 0 auto;
  display: block;
  margin-bottom: 6rem;
}
.solution-chart {
  height: 50vh;
}
.solution-3 {
  position: relative;
}
.solution-chart.-first .solution-3 img,
.solution-chart.-third .solution-3 img {
  position: absolute;
  left: 0;
  width: 75%;
  height: 40vh;
  object-fit: cover;
  border-radius: 0 1rem 1rem 0;
}
.solution-chart.-second .solution-3 img {
  position: absolute;
  right: 0;
  width: 75%;
  height: 40vh;
  object-fit: cover;
  border-radius: 1rem 0 0 1rem;
}
.solution-chart.-first .solution-3 p,
.solution-chart.-third .solution-3 p {
  position: absolute;
  background: #fff;
  color: #005aa0;
  width: 400px;
  padding: 2rem;
  top: 10rem;
  left: 60%;
  border-radius: 0.8rem;
  transition: 0.3s all ease;
}
.solution-chart.-second .solution-3 p {
  position: absolute;
  background: #fff;
  color: #005aa0;
  width: 400px;
  padding: 2rem;
  top: 10rem;
  right: 60%;
  border-radius: 0.8rem;
  text-align: justify;
  transition: 0.3s all ease;
}
.solution-chart .solution-3 p:hover {
  transform: scale(1.05);
  transition: 0.3s all ease;
  background: #84cc4e;
  color: #fff;
}
.solution-chart .solution-3 p span {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.5rem;
}
.solution-chart .solution-3 p span span {
  font-size: 4rem;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
  margin-bottom: 1rem;
}


/*BUSINESS*/
.business-category {
}
.business-category h3 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 0 2.4rem;
}
.business-category h4 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 1rem;
}
.business-columns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.business-column {
  width: 48%;
}
.business-column:nth-child(2n-1) {
  margin-right: 2%;
}
.business-column-caption {
  margin: 0 0 4rem;
}
.traning-bt{
display:inline-block;
padding:10px 0;
}
.traning-bt a{
padding:10px 30px;
text-decoration:none;
border:1px solid #000;
}
.traning-bt a:hover{
background-color:#005aa0;
color:#fff;
border:1px solid #005aa0;
}

/*FLOW*/
.flow-process {
  display: flex;
  flex-wrap: wrap;
}
.flow-column {
  width: 48%;
}
.flow-column:nth-child(2n-1) {
  margin: 0 4% 0 0;
}
.flow-column h3 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 0 1rem;
}
.flow-text {
  margin: 0 0 4rem;
  text-align: justify;
}
.flow-img {
  margin:0 0 2rem 0;
  padding:0;
  width:100%;
  height: 300px;
}
.flow-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 1rem;
}


/*COMPANY*/
.company-table {
  width: 100%;
  margin-bottom: 4rem;
}
.company-table th , .company-table td {
  padding:2rem;
  margin:0 3px 3px 0;
}
.company-table th {
  width: 30%;
  white-space:nowrap;
  vertical-align:middle;
  text-align:center;
  background:#eee;
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
}
.company-table td {
  width: 70%;
  background:#f7f7f7;
  border-bottom:2px solid #fff;
}
.company-img-01 {
  width: 80%;
  margin: 0 auto 4rem;
}

.organizationchart {
  background: #eee;
  padding: 4rem;
}
.organizationchart h3 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1rem 2rem;
  margin: 0 0 4rem;
}
.organizationchart h3 span {
  color: #005aa0;
  font-size: 1.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  padding: 0 0 0 2rem;
}
.construction{
  list-style-type: none;
  margin: 0 4rem;
}
.construction li span,
.construction ul li span {
  border:1px solid #000;
  padding: 10px;
  min-width: 300px;
  text-align: center;
  display: inline-block;
  background: #fff;
}
.construction ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.construction ul {
  position: relative;
  margin-left: 150px;
}
.construction ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-left: 1px solid #000;
}
.construction ul li {
  position: relative;
  margin: 0;
  padding: 20px 40px 0;
  }
.construction ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 43px;
  left: 0;
  width: 40px;
  height: 0;
  border-top: 1px solid #000;
}
.construction li:first-child ul li {
  padding: 10px 15px;
}
.construction li:first-child ul li:first-child:before {
  border-top: none;
  top: 20px;
}
.construction ul li:last-child:before {
  top: 43px;
  bottom: 0;
  height: auto;
  background-color: #eee;
}


/*CONTACT-TABLE*/
.contact {
}
.contact .item {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0.5rem;
}
.contact .item .note {
  font-size: 1.4rem;
}
.contact-table {
  width: 100%;
  margin:2rem 0 4rem;
}
.contact-table th , .contact-table td {
  padding:10px;
  margin:0 3px 3px 0;
}
.contact-table th {
  width:30%;
  text-align:center;
  background:rgba(102, 102, 102, 0.1);
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
}
.contact-table td {
  width:70%;
  background:rgba(102, 102, 102, 0.05);
  border-bottom:2px solid #fff;
}
form.contact input[type="text"] {
  padding:1rem;
  width:100%;
  height:60px;
  margin:0 0 3rem;
  font-size:1.6rem;
  font-weight:bold;
  border:1px solid #ccc;
  box-sizing:border-box;
  -webkit-appearance:none;
}
form.contact textarea {
  width:100%;
  height:200px;
  padding:10px;
  font-size:1.6rem;
  font-weight:bold;
  border:1px solid #ccc;
  box-sizing:border-box;
  -webkit-appearance:none;
  margin: 0 0 40px;
}
form.contact input::-webkit-input-placeholder {
  color: #ccc;
}
form.contact input:-ms-input-placeholder {
  color: #ccc;
}
form.contact input::-moz-placeholder {
  color: #ccc;
}
form.contact textarea::-webkit-input-placeholder {
  color: #ccc;
}
form.contact textarea:-ms-input-placeholder {
  color: #ccc;
}
form.contact textarea::-moz-placeholder {
  color: #ccc;
}

a.backbutton {
  background:#eee;
  width:40%;
  margin:0 2% 0 8%;
  display:inline-block;
  text-align:center;
  line-height:2rem;
  padding: 20px;
  background: #000;
  color:#fff;
  font-size: 2rem;
  font-weight: bold;
}

a.backbutton:hover {
  text-decoration:none !important;
  background: #666;
}

input.sendbutton {
  background:#005aa0;
  width:40%;
  margin:0 30%;
  display:inline-block;
  text-align:center;
  color:#fff;
  line-height:2rem;
  vertical-align:top;
  outline:none;
  border:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all ease;
}

input.sendbutton-confirm {
  margin:0 8% 0 2% !important;
}
input.sendbutton:hover {
  background: #ff6633;
  transition: 0.3s all ease;
}

/*PAGETOP*/
#to-pagetop {
  position: fixed;
  bottom: -100px;
  right: 50px;
  line-height:1.0;
  z-index:10000000;
  font-size:12px;
}


/*FOOTER*/
footer {
  color:#fff;
  width:100%;
  padding:0;
  margin:0;
  background:#005aa0;
}
footer #footer-info {
  display: flex;
  flex-wrap: wrap;
}
footer #footer-info .footer-info-left {
  background: url(/img/back-index-01.jpg);
  background-position: top;
  padding: 3rem 5rem 3rem 10rem;
  width: 55%;
}
footer #footer-info .footer-info-left .footer-info-left-title {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
footer #footer-info .footer-info-left .footer-info-left-text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
footer #footer-info .footer-info-left .footer-info-left-tel {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
}
footer #footer-info .footer-info-left .footer-info-left-tel i {
  font-size: 4.2rem;
}
footer #footer-info .footer-info-right {
  background: #007ab4;
  font-weight: bold;
  padding: 5rem;
  width: 45%;
  text-align: center;
}
footer #footer-info .footer-info-right-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
footer #footer-info .footer-info-right a {
  border:2px solid #fff;
  padding: 1rem 2rem;
  color: #fff;
  display: inline-block;
}
footer #footer-info .footer-info-right a:hover {
  background: #84cc4e;
  color: #fff;
  text-decoration: none;
  border:2px solid #84cc4e;
}
footer #footer-inner {
  width: 1280px;
  margin: 0 auto;
  padding: 4rem 10rem 4rem 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
footer #footer-inner ul.footer-logo {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
footer #footer-inner .footer-logo li {
  justify-content: center;
  display: flex;
  margin-bottom: 1rem;
}
footer #footer-inner .footer-logo li img {
  height: 50px;
}
footer #footer-inner .footer-sitemap {
}
footer #footer-inner .footer-sitemap li a {
  color:#fff;
  padding: 0 0 0.5rem;
  display: block;
}
footer #footer-inner .footer-sitemap li a:hover {
  text-decoration: none;
}
footer #copyright {
  background: #fff;
  color: #000;
  height: 70px;
  text-align:center;
  font-family: 'Barlow Condensed', sans-serif;
}
footer #copyright address {
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-style: normal;
  font-size: 1.8rem;
}










@media screen and (min-width: 1281px) {
  .mainvisual-inner h2 {
    left: 10%;
  }
}



@media screen and (max-width: 1280px) {
  header #header-inner {
    padding: 0;
  }
  #header-inner h1 a {
    height: 70px;
    padding: 0 1rem;
    display: flex;
    align-items:  center;
  }
  ul#mainmenu {
    margin:0 0 0 30%;
  }
  main {
    width: 100%;
    margin: 0;
  }
  .solution {
    padding: 3rem 0;
  }
  .solution-chart.-first .solution-3 p,
  .solution-chart.-third .solution-3 p {
    left: 50%;
  }
  .solution-chart.-second .solution-3 p {
    right: 50%;
  }
  footer #footer-inner {
    width: 100%;
    padding: 4rem 8rem;
  }
  footer #footer-info .footer-info-left {
    padding: 4rem;
  }
  footer #footer-info .footer-info-left .footer-info-left-title {
    font-size: 2.2rem;
  }
}  


@media screen and (max-width: 768px) {
/*header*/
  nav{
    width: 100%;
    height: 70px;
    position: relative;
  }
  .drawer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 70px;
    padding: 0 1em;
  }
  ul#mainmenu{
    text-align:center;
    transition: all 0.3s ease;
    -webkit-transform: translateX(120%);
    display: block;
    margin: 0;
  }
  ul#mainmenu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  ul#mainmenu li {
    height: inherit;
    margin: 0;
    border-bottom: 2px solid #fff;
  }
  ul#mainmenu li:last-child {
    border-bottom: none;
  }
  ul#mainmenu li a {
    width: 100%;
    padding: 1.5rem;
    text-align:left;
    background-color:#eee;
    display: flex;
    justify-content: space-between;
  }
  ul#mainmenu li a span {
  }
  .toggle {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    right: 4vw;
    top: 1.8vh;
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 4px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .toggle span:nth-child(1) {
    top:5px;
  }
  .toggle span:nth-child(2) {
    top: 15px;
  }
  .toggle span:nth-child(3) {
    top: 25px;
  }
  .toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  /*MAIN VISUAL*/
  .mainvisual {
    display: block;
    height: 90vh;
  }
  .mainvisual-inner {
    width: 100%;
    height: 50vh;
  }
  .mainvisual-inner h2 {
    top: 15%;
    left: 5%;
  }
  .title:nth-child(1),
  .title:nth-child(2) {
    font-size: 8rem;
  }
  .title:nth-child(3),
  .title:nth-child(4){
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
  }
  .mainvisual-common {
    height: 18vh;
  }
  .mainvisual-common-inner img {
    height: 18vh;
  }


  /*SWIPER*/
  .swiper {
    width:100%;
  }
  .swiper.-company {
    width: 100%;
    height: 30vh;
    margin-bottom: 2rem;
  }
  .swiper.-company .swiper-slide img {
    object-fit: cover;
  }
  .swiper-slide img {
    width: 100%;
  }
  .swiper::after {
    bottom:0;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    top:10px;
  }


  /*MAIN*/
  main {
    padding: 4rem 2rem;
  }
  main#main-top {
    padding: 2rem;
    width: 100%;
  }
  main#main-top .top-img-01 {
    margin: 2rem 0 0;
  }
  main.main-nomv {
    padding: 10rem 2rem 4rem;
  }
  .mainvisual-common-inner h2 {
    height: 18vh;
    top: 60px;
  }
  
  
  /*SOLUTION*/
  .solution {
    padding: 2rem 0;
  }
  .solution-title {
    font-size: 6rem;
  }
  .solution-lead {
    font-size: 1.8rem;
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
  .solution-img {
    width: 80%;
    margin-bottom: 3rem;
  }
  .solution-chart.-first .solution-3 p,
  .solution-chart.-third .solution-3 p {
    left: 20%;
    width: 75%;
    top: 7rem;
  }
  .solution-chart.-second .solution-3 p {
    right: 20%;
    width: 75%;
    top: 7rem;
  }
  .solution-chart .solution-3 p span span {
    font-size: 3.4rem;
  }
  .solution-chart.-first .solution-3 img,
  .solution-chart.-third .solution-3 img {
    width: 80%;
  }
  .solution-chart.-second .solution-3 img {
    width: 80%;
  }



  /*COMPANY*/
  .company-table {
    margin-bottom: 2rem;
  }
  .company-img-01 {
    width: 100%;
    margin: 0 0 2rem;
  }


  /*FOOTER*/
  footer #footer-info {
    display: flex;
    flex-wrap: wrap;
  }
  footer #footer-info .footer-info-left {
    padding: 2rem;
    width: 100%
  }
  footer #footer-info .footer-info-left .footer-info-left-title {
    font-weight: bold;
    font-size: 2rem;
  }
  footer #footer-info .footer-info-left .footer-info-left-text {
    font-size: 1.2rem;
    text-align: justify;
    margin-bottom: 1rem;
    letter-spacing: 0;
  }
  footer #footer-info .footer-info-left .footer-info-left-tel {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3rem;
    text-align: center;
  }
  footer #footer-info .footer-info-left .footer-info-left-tel i {
    font-size: 2.6rem;
  }
  footer #footer-info .footer-info-right {
    padding: 2rem;
    width: 100%
  }
  footer #footer-info .footer-info-right-title {
    font-size: 3rem;
  }
  footer #footer-info .footer-info-right a {
  }
  footer #footer-inner {
    display: block;
    padding: 2rem 0;
    text-align: center;
  }
  footer #footer-inner .footer-logo {
    margin: 0 0 2rem;
  }
  footer #footer-inner .footer-logo li img {
    height: 30px;
  }
}


@media screen and (max-width: 480px) {
  
  /*HEADER*/
  header {
    height: 60px;
  }
  #header-inner h1 a {
    height: 60px;
    padding: 0 1rem;
    display: flex;
    align-items:  center;
  }
  #header-inner h1 a img {
    height: 40px;
  }
  .drawer {
    height: 60px;
  }
  
  /*MAIN VISUAL*/
  .mainvisual-common-inner h2 .title:nth-child(1) {
    font-size: 2rem;
  }
  .mainvisual-common-inner h2 .title:nth-child(2) {
    font-size: 1.6rem;
    margin: 1rem 0 0;
  }
  .mainvisual-common {
    height: 18vh;
    margin-top: 60px;
  }
  .title:nth-child(1), .title:nth-child(2) {
    font-size: 6rem;
  }
  
  
  /*MAIN*/
  main {
    padding: 2rem 4%;
  }
  main.main-nomv {
    padding: 8rem 4%;
  }
  h2#pagetitle {
    font-size: 2rem;
  }
  main#main-top .top-lead {
    width: 90%;
  }
  

  /*BUSINESS*/
  .business-column {
    width: 100%;
    margin: 0 !important;
  }
  .business-columns {
    margin-bottom: 0;
  }
  .business-category h3 {
    font-size: 1.8rem;
    padding: 0 0 1.6rem;
  }
  .business-category h4 {
    font-size: 1.6rem;
  }
  .business-column-caption {
    margin: 0 0 2rem;
  }
  .traning-bt{
    margin-bottom:50px;
}
  
  /*SOLUTION*/
  .solution-lead {
    font-size: 1.6rem;
  }
  .solution-chart.-first .solution-3 p,
  .solution-chart.-third .solution-3 p {
    top: 4rem;
  }
  .solution-chart.-second .solution-3 p {
    top: 4rem;
  }
  .solution-chart .solution-3 p span span {
    font-size: 3rem;
  }
  .solution-chart.-first .solution-3 img,
  .solution-chart.-third .solution-3 img {
    width: 85%;
  }
  .solution-chart.-second .solution-3 img {
    width: 85%;
  }


  /*FLOW*/
  .flow-column {
    width: 100%;
    margin: 0 !important;
  }
  .flow-column h3 {
    font-size: 1.8rem;
  }


  /*COMPANY*/
  .company-table {
    font-size: 1.2rem;
  }
  .company-table th, .company-table td {
    padding: 1rem;
  }
  .organizationchart { 
    padding: 2rem;
  }
  .organizationchart h3 {
    padding: 0;
    line-height: 1;
    margin: 0 0 2rem;
  }
  .construction {
    margin: 0;
  }
  .construction li span, .construction ul li span {
    min-width: 100px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .construction ul {
    margin-left: 50px;
  }
  .construction ul li {
    padding: 10px 20px 0;
  }
  .construction ul li:before {
    top: 27px;
    width: 20px;
  }
  .construction ul li:last-child:before {
    top: 27px;
  }
  
  
  /*CONTACT*/
  .contact {
      margin:0;
  }
  .contact .item {
    font-size: 1.6rem;
  }
  .contact .item .note {
    font-size: 1.2rem;
  }
  .contact-table {
      margin:10px 0 0;
      width:100%;
  }
  .contact-table td {
      min-width:inherit !important;
  }
  form.contact input[type="text"] {
    margin: 0 0 2rem;
  }
  form.contact textarea {
      width:100%;
  }
  form.contact input[type="text"] {
      width:100%;
  }
  .contact-table {
      width:100%;
      margin:20px 0;
  }
  input.sendbutton {
      background:#005aa0;
      width:40%;
      margin:0 30%;
      display:inline-block;
      text-align:center;
      color:#fff;
      line-height:2rem;
      vertical-align:top;
      outline:none;
      border:none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  input.sendbutton-confirm {
      margin:0 8% 0 2% !important;
  }
}