@charset "utf-8";

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

/* CSS Document */
.header .logo img {
  max-width: 100%;
  max-height: 76px;
}

/*html {
    scroll-padding-top: 180px;
}*/
section, .section {
  background-color: inherit;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

main {
  position: relative;
}

main .r-contact-btn {
  background-color: #074AA8;
  max-height: 286px;
  height: 100%;
  vertical-align: middle;
  padding: 1em;
  display: flex;
  align-items: center;
  position: fixed;
  top: 115px;
  right: 0;
  border: 1px solid #fff;
}

main .r-contact-btn a {
  display: block;
}

.navmenu a {
	font-weight: 500;
}

.navmenu .sp-wrap{
  display: none;
}

@media (max-width: 1199px) {
  .mobile-nav-toggle{
    margin-right: 5px;
  }
  
	.mobile-nav-active {
		overflow: auto;
	}
  
  .mobile-nav-active .mobile-nav-toggle{
    position: fixed;
    top: 15px;
    right: 15px;
  }

  .mobile-nav-active .navmenu .sp-wrap {
    display: block;
    color: #fff;
  }
  .navmenu .sp-wrap{
    width: 80%;
    margin: 12vw auto 0;
  }
  .navmenu .sp-wrap .add{
    padding: 0.8rem 0 0 5px;
  }
  .navmenu .sp-wrap a{
    color: #fff;
    padding: 0;
    margin: 0;
  }

  .mobile-nav-active .navmenu {
    /*background: rgba(30, 47, 90, 0.9);*/
    background: none;
  }

  .mobile-nav-active .navmenu ul {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    inset: auto;
    position: static;
    width: 80%;
    margin: 2rem auto 0;

  }
  .navmenu ul{
    box-shadow: none;
  }

    /*.mobile-nav-active .navmenu{
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      height: 100vh;
      padding-bottom: 1em;
    }*/

  .mobile-nav-active .navmenu ul li .en {
    color: #fff;
    font-size: 12px;
    display: block;
  }

  .mobile-nav-active .navmenu ul ul {
    display: block;

  }

  .navmenu ul li {
    width: 48%;
    margin: 0 1% 1rem;

  }
  .navmenu ul li.dropdown {
    height: auto;
  }

  .navmenu ul li a,
  .navmenu ul li.dropdown ul li a {
    color: #fff;
    font-size: 24px;
    display: block;
    padding: 0;
  }
  .navmenu ul li a:hover,
  .navmenu ul li.dropdown ul li a:hover{
    color: #FFFF00;
  }

  .navmenu ul li.dropdown ul li {
    display: flex;
    color: #fff;
    margin-left: 0px;
    text-align: left;
    width: auto;
  }
  .navmenu ul li.dropdown ul li:before {
    content: '・';
    display: inline-block;
  }
  .navmenu ul li.dropdown ul li a {
    font-size: 20px;
    font-weight: normal;
  }

  .navmenu .active {
    color: #fff;
  }

  .navmenu a i, .navmenu a:focus i {
    display: none;
  }

  .navmenu .dropdown ul {
    margin: 0;
  }
/*動き*/
#g-nav{
	position:fixed;
	z-index: -999;
	top: 0;
	left:0;
	width:100%;
	height: 100vh;/*ナビの高さ*/
	background: rgba(30, 47, 90, 0.9);
	transform: translateY(-30%);
	opacity: 0;
	visibility: hidden;
/*
	transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0s 0.5s;
*/
}
#g-nav.panelactive{
	z-index: 999;
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0s 0s;
}
#g-nav.panelclose{
	transform: translateY(-30%);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0s 0.5s;
}

#g-nav.panelactive #g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}


#g-nav.panelactive ul li a {
	font-size: 24px;
}
#g-nav.panelactive ul li.dropdown ul li a {
	font-size: 16px;
}

#g-nav ul {
	opacity: 0;
}
#g-nav.panelactive ul {
	opacity:1;
}
#g-nav.panelactive ul li,
.navmenu .sp-wrap{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
}


@media screen and (max-width: 767px) {
  .navmenu ul li a,
  .navmenu ul li.dropdown ul li a {
    font-size: 16px;
  }
  .navmenu ul li.dropdown ul li a {
    font-size: 14px;
  }
  .navmenu .sp-wrap .add{
    font-size: 0.85rem;
  }
  .mobile-nav-active .navmenu ul,
  .navmenu .sp-wrap{
    width: 90%;
  }
  
  .mobile-nav-active .mobile-nav-toggle{
    top: 10px;
  }
  
}



@media screen and (max-width: 1199px) {
  .header .logo img {
    padding: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  .header .logo h1 img {
    width: 70%;
  }
}

@media screen and (min-width: 1200px) {
  #header .recruit {
    background-color: #87ceeb;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  #header .recruit:hover {
    /*opacity: 0.6;
      transition: .2s;*/
  }

  #header .recruit a {
    color: #1e2f5a;
    font-size: 16px;
    /*font-weight: bold;*/
    display: block;
    padding: 0 20px;
  }

  .navmenu li:last-child a {
    padding-right: 15px;
  }

  ._nav ul ul {
    display: block;
  }

  ._nav ul li {
    position: relative;
  }

  ._nav ul li.has-child::before {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    position: absolute;
    right: 3px;
    top: 33px;
    color: #1e2f5a;
    font-weight: 900;
    font-size: 0.7em;
  }

  ._nav li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 4;
    /*形状を指定*/
    background: #FFF;
    /*width:160px;*/
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
    /*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);*/
    border-radius: 6px;
  }

  /*hoverしたら表示*/
  ._nav li.has-child:hover>ul,
  ._nav li.has-child ul li:hover>ul,
  ._nav li.has-child:active>ul,
  ._nav li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
  }

  #header ._nav li.has-child ul li {
    text-align: left;
  }

  #header ._nav li.has-child ul li a {
    padding: 0;
    font-weight: normal;
    color: #222;
    padding: 10px 20px;
    font-size: 15px;
  }

  #header ._nav li.has-child ul li a:hover {
    color: var(--nav-dropdown-hover-color);
  }

  .recruit.navmenu .dropdown ul {
    left: auto;
    right: 0;
  }
}

.alpha:hover, .alpha a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.fb {
  font-weight: bold;
}

.f18 {
  font-size: 1.13rem;
}

.f21 {
  font-size: 1.31rem;
}

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

.header {
  padding: 0;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

/*メインビジュアル*/
.section.main_v {
  padding: 0;
}

.main_v {
  height: 930px;
}

.main_v ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_v ul li {
  text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #87ceeb;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1e2f5a;
}
.main_v ._pc{
  display: block;
}
.main_v ._sp{
  display: none;
}

@media screen and (max-width: 1699px) {
  .main.bg {
    background: none;
  }

  .main_v {
    height: calc(100vw*0.55);
  }
}

@media screen and (max-width: 575px) {
  .main_v {
    height: calc(100vw*0.9);
  }
  .main_v ._pc{
    display: none;
  }
  .main_v ._sp{
    display: block;
  }
}

.ttl-line {
  width: 50px;
  height: 3px;
  background-color: #1e2f5a;
}

.home_recruit .ttl-line {
  width: 50px;
  height: 3px;
  background-color: #66ccff;
}

@media screen and (min-width: 1200px) {
  .ttl-line {
    width: 150px;
    height: 5px;
    background-color: #1e2f5a;
  }

  .home_recruit .ttl-line {
    width: 150px;
    height: 5px;
    background-color: #66ccff;
  }
}

/*立川工業について*/
h2.title, ._news h2 {
  padding-top: 0.5rem;
  color: #222;
  /*font-size: 2.5rem;*/
  margin-bottom: 2rem;
}

h2.title .en {
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  padding-left: 100px;
  margin-left: 1rem;
}

h2.title .en::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 1em;
  width: 100%;
  height: 1px;
  content: '';
  background: #222;
}

.home_recruit h2.title .en::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 1em;
  width: 50%;
  height: 1px;
  content: '';
  background: #fff;
}

h2.title .en span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  font-size: 1rem;
}

.home_recruit h2.title .en span {
  position: relative;
  padding: 0 1em;
  background-color: transparent;
  font-size: 1rem;
}

h2.title .en:before {
  left: 0;
}

._about .photo img {
  border-radius: 0 30px 30px 0;
}

._about .photo.round-l img {
  border-radius: 30px 0 0 30px;
}

._about .about-number img {
  border-bottom: 1px solid #222;
  padding-bottom: 0.8rem;
  width: 75px;
}

.bg-gray {
  background-color: #eee;
}

._about h3.ttl {
  font-size: 30px;
  color: #222;
}

._about h3.ttl .en {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  padding-left: 36px;
}

._btn a {
  display: inline-block;
  padding: 0.8rem 0.8rem 0.8rem 20px;
  color: #fff;
  background-color: #87ceeb;
  font-weight: bold;
  min-width: 240px;
  background: URL(../img/index/btn-arrow.png) no-repeat right 1rem center, #87ceeb;
  font-size: 20px;
  text-align: left;
}

.pb30 {
  padding-bottom: 30px;
}

._top_sv ._btn {
  margin: 0 auto;
  width: 200px;
}

._top_sv img {
  max-width: 100%;
}

.u-max-full-width {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  ._about .disc p.f18 {
    font-size: 1rem;
  }

  ._about .disc {
    padding-right: 1em;
  }

  ._about .photo {
    margin-top: 0px;
  }

  ._about .photo img {
    max-width: 100%;
  }

  ._about h2, ._news h2, h2.title {
    font-size: 1.875rem;
  }

  ._about .about-number img {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  ._about h2, ._news h2, h2.title {
    font-size: 1.5rem;
  }

  ._about h3.ttl, .footer h3.ttl {
    font-size: 1.3em;
  }

  ._about h2 span {
    font-size: 1rem;
  }

  ._about .disc {
    padding: 0;
  }

  ._about .disc .disc,
  ._about .disc-box {
    padding: 1rem;
  }

  ._about .photo.round-l img {
    border-radius: 0 30px 30px 0;
  }

  ._about .photo img {
    height: 50vw;
  }
}

@media screen and (max-width: 575px) {
  ._about h2, ._news h2, h2.title {
    font-size: 1.25rem;
  }

  ._about h3.ttl, .footer h3.ttl {
    font-size: 1.13em;
    background-size: 22px;
  }

  ._about h3.ttl .en {
    font-size: 0.85rem;
  }

  ._top_sv ._btn {
    width: 100%;
  }

  ._btn a {
    width: 100%;
    min-width: auto;
    font-size: 0.85rem;
  }

  .f21 {
    font-size: 1.13em;
  }
}

@media screen and (max-width: 480px) {
  ._about h2, ._news h2, h2.title {
    font-size: 1.13rem;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 1rem;
  }

  ._about h3.ttl, .footer h3.ttl {
    font-size: 1em;
  }

  .f21 {
    font-size: 1em;
  }
}

@media screen and (min-width: 1200px) {
  ._about h3.ttl {
    font-size: 36px;
    color: #222;
  }

  ._about .about-number img {
    border-bottom: 1px solid #222;
    padding-bottom: 0.8rem;
  }

  h2.title, ._news h2 {
    font-size: 2.5rem;
  }
}

.index-page ._about .container {
	margin-bottom: 3rem;
}

@media screen and (max-width: 992px) {
	.index-page ._about .container {
		margin-bottom: 2rem;
	}
}

._about .disc, ._about .disc-box {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.index-page ._about .row {
	margin-bottom: calc(100vw * ( 30 / 960 )) !important;
}

.index-page ._about .row .photo {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1400px) {
  ._about .about_02 .disc {
    padding-left: 310px;
  }

  ._about .disc, ._about .disc-box {
	padding-top: 0;
	padding-bottom: 0;
    height: 550px;
  }
  
	.index-page ._about .row {
		margin-bottom: 1rem !important;
	}
}

@media screen and (min-width: 1700px) {
	.index-page ._about .row {
		margin-bottom: 4rem !important;
	}
}

/*トップページ採用情報*/
.home_recruit .recruit-bg {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4em 0;
}

.home_recruit .inner {
  max-width: 800px;
  margin: 0 auto;
}

.home_recruit .disc {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3em 4em;
  border-radius: 20px;
  margin-bottom: 1em;
}

.home_recruit h3 {
  color: #1e2f5a;
  font-size: 24px;
  background: url(../img/index/recruit-ico.png) no-repeat left top;
  padding: 1rem 0 1rem 70px;
}

.home_recruit h4 {
  color: #222;
  font-size: 20px;
  line-height: 1.4;
}

body .wh {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .home_recruit .disc {
    padding: 1em 2em;
  }
}

@media screen and (max-width: 576px) {
  .home_recruit h3 {
    font-size: 18px;
    background-size: 40px;
    padding-left: 45px;
    background-position: left top 15px;
  }

  .home_recruit h4 {
    color: #222;
    font-size: 16px;
  }

  .home_recruit p {
    font-size: 0.85rem;
  }
}

@media screen and (min-width: 1200px) {
  .home_recruit .disc {
    margin-bottom: 4em;
  }
}

/*スライダー*/
.main-slide {
  width: 100%;
  height: auto;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
  max-width: 1920px !important;
  margin-left: auto;
  margin-right: auto;
}

#bxslider .slideitem {
  display: none;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

@media screen and (max-width: 575px) {
  section.main_v {
    padding: 0;
  }
}

/*お知らせ*/
._news {
  background: url(../img/index/new_bg.png) no-repeat right top;
}

._news .inner {
  padding: 2rem 1.5rem;
}

._news h2 {
  margin-bottom: 1rem;
}

._news .ttl-en {
  color: #074AA8;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
}

._news .c-black a {
  color: #222;
}

._news .bg-ya a {
  background: url(../img/index/news_arrow.png) no-repeat right center;
  padding-right: 1em;
  font-weight: bold;
}

._news ul._news-list,
#newsArea._news-list ul {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
  list-style: none;
}

._news ._news-list li,
#newsArea._news-list ul li {
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 1px dotted #ccc;
}

#newsArea._news-list ul li p,
ul._news-list li p {
  margin-bottom: 0;
  color: #1e2f5a;
}

#newsArea._news-list ul li p a,
ul._news-list li p a {
  color: #222;
}

#newsArea._news-list ul li p a:hover {
  color: #074AA8;
}

@media screen and (max-width: 575px) {
  ._news .inner {
    padding: 1rem;
  }

  ._news ul._news-list,
  #newsArea._news-list ul {
    width: 100%;
    font-size: 0.85rem;
  }

  ._news ._list {
    font-size: 0.85rem;
  }

  ._news .bg-ya a {
    background-size: 10px;
  }
}

@media screen and (min-width: 1200px) {

  ._news ul._news-list,
  #newsArea._news-list ul {
    font-size: 20px;
  }
}

/*フッター*/
.footer .inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.footer {
  font-size: 16px;
  padding-bottom: 0;
  border: none;
  background-color: #1e2f5a;
  color: #fff;
}

.footer .foot-btn {
  background-color: #fff;
  max-width: 135px;
  margin: 0 1%;
  text-align: center;
  border-radius: 8px;
  width: 100%;
}

.footer .foot-btn a {
  display: block;
  padding: 0.5em;
}

.footer .foot-btn span {
  display: block;
}

.footer .add span {
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0 3px;
}

.footer dl dt {
  float: left;
  width: 11rem;
}

.footer dl.add dt {
  float: left;
  width: 6rem;
  padding-bottom: 1rem;
  font-weight: normal;
}

.footer dl dt span {
  background-color: #074AA8;
  color: #fff;
  font-weight: normal;
}

.foot-bg {
  background-color: #CCCCCC;
  padding-bottom: 3rem;
}

.footer .copyright {
  border: none;
  margin-top: 0;
}

.footer .foot_nav {
  padding-top: 2rem;
}

.footer .foot_nav ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
}

.footer a:hover {
  color: #074AA8;
}

.footer .banner {
  margin-left: 1%;
  width: 100%;
  padding-right: 1%;
}

.footer .banner a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 1rem;
  background-color: #ffF;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .footer .inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 992px) {
  .footer .foot_nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer .foot_nav ul li {
    width: 33%;
  }

  .footer .foot-btn {
    max-width: 100%;
    width: 48%;
  }

  .footer .foot-btn a {
    font-size: 0.9em;
  }

  .footer .add {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .footer .foot_nav ul li {
    width: 50%;
  }

  .footer .foot_nav ul li a {
    font-size: 0.85rem;
  }

  .footer {
    padding: 0;
  }

  .footer .copyright {
    font-size: small;
  }

  section, .section {
    padding: 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .footer p.add, .footer dl {
    font-size: 0.85rem;
  }

  .footer img.spw70 {
    width: 70%;
  }

  .footer .add {
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .footer .btn-wrap {
    padding-left: 115px;
  }

  .footer .banner {
    margin-left: 1%;
  }

  .footer .banner a {
    width: 278px;
    display: block;
    text-align: center;
    padding: 1rem;
    background-color: #ffF;
    border-radius: 10px;
  }
}

.gmap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 30vh;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

@media screen and (min-width: 1200px) {
  .gmap {
    min-height: 300px;
    height: 100%;
  }

  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100vw;
    padding: 0 1rem;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
#page_top {
  position: fixed;
  right: 15px;
  bottom: -50px;
}

#page_top a {
  text-align: center;
  display: block;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}

#page_top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 24px;
}

#page_top a:hover {
  opacity: 0.6;
}

/*セカンドページ
--------------------------------------------*/
.breadcrumb {
  max-width: 1320px;
  width: 98%;
  margin: 1em auto 0;
  font-size: small;
}

.fv {
  background: url(../img/fv_bg.jpg) no-repeat center top;
  padding: 1em;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv .pagetitle {
  background: url(../img/fv_ico.png)no-repeat left 1rem center, rgba(106, 138, 180, 0.8);
  max-width: 400px;
  height: 120px;
  width: 100%;
  border-radius: 15px;
  padding: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv .pagetitle h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 0;
}

.fv .pagetitle h2 span {
  display: block;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: Arial;
}

@media screen and (max-width: 1200px) {
  .fv {
    height: calc(100vw*0.4);
    background-size: cover;
  }
}

@media screen and (max-width: 576px) {
  .fv {
    height: calc(100vw*0.5);
    background-size: cover;
  }

  .fv .pagetitle h2 {
    font-size: 24px;
  }

  .fv .pagetitle {
    width: 90%;
  }

  .fv .pagetitle {
    background-size: 67px;
    background-position: left 1rem top 25px;
  }
}

@media screen and (max-width: 380px) {
  .fv .pagetitle {
    background-image: none;
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .fv .pagetitle h2 {
    font-size: 40px;
  }
  .inquiry-page .fv .pagetitle h2{
    font-size: 32px;
  }

  .fv .pagetitle h2 span {
    font-size: 1rem;
  }

  .service-page .fv .pagetitle h2 {
    padding-left: 3rem;
  }
}

/*会社概要
-------------------------------------------*/
._company h2.greeting {
  text-align: center;
  color: #222;
}

._company h2.greeting .en {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

._company .title-wrap .ttl-line {
  margin: 0 auto;
  width: 60px;
}

._company .greting-wrap .photo img {
  border-radius: 20px;
}

._company .greting-wrap .bg {
  background: url(../img/company/bg.png) no-repeat center center, #f6f6f6;
  padding: 2rem;
  border-radius: 20px;
}

._company .greting-wrap .disc {
  line-height: 1.8;
  font-size: 1.13rem;
}

._company .name {
  text-align: right;
}

._company .name span {
  font-family: YuMincho, 'Yu Mincho', serif;
  font-weight: bold;
  font-size: 1.13rem;
  display: inline-block;
  padding-left: 1rem;
}

._company table.tb01, ._common table.tb01 {
  width: 95%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

._company table.tb01 th, ._common table.tb01 th {
  width: 33%;
  padding: 1rem;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  color: #1e2f5a;
  background-color: #f6f6f6;
}

._company table.tb01 td, ._common table.tb01 td {
  width: 67%;
  padding: 1rem 1rem 1rem 1.5rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

._common table.tb01.jisseki td {
  width: 33%;
  padding: 1rem 1rem 1rem 1.5rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

._company table.tb01 td a {
  color: #222;
  text-decoration: underline;
}

._company h3.subttl, ._common h3.subttl {
  color: #222;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 2px #ccc;
  position: relative;
}

._common h3.subttl {
  color: #222;
  width: 100%;
  border-bottom: solid 2px #ccc;
  position: relative;
}

._company h3.subttl::after, ._common h3.subttl::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #0e154c;
  bottom: -2px;
  width: 30%;
}

.company-page .registration {
  background-color: #f6f6f6;
}

.company-page .registration h2.title .en span {
  background-color: #f6f6f6;
}

.company-page .registration .photo img {
  box-shadow: 2px 3px 8px #ccc;
}

.company-page .gallery img {
  border-radius: 30px;
}

.company-page table.history {
  max-width: 960px;
  width: 100%;
  margin: 100px auto 0;
  position: relative;
}

.company-page table.history::before {
  content: "";
  position: absolute;
  background: url(../img/company/history-ico.png) no-repeat center top;
  width: 48px;
  height: 45px;
  top: -40px;
  left: calc(30% - 46px);
}

.company-page table.history::after {
  content: "";
  position: absolute;
  background: url(../img/company/history-ico2.png) no-repeat center top;
  width: 48px;
  height: 45px;
  bottom: -40px;
  left: calc(30% - 24px);
}

.company-page table.history th {
  color: #1e2f5a;
  padding: 1.5rem;
  text-align: center;
  width: 30%;
  border-right: 5px solid #1e2f5a;
}

.company-page table.history th.align-top {
  vertical-align: top;
}

.company-page table.history td {
  width: 70%;
  padding: 1.5em;
}

.company-page table.history td .photo img {
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .company-page .registration .photo {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 992px) {
  ._company h2.greeting {
    font-size: 1.875rem;
  }

  ._company h3.subttl, ._common h3.subttl {
    font-size: 1.5rem;
  }

  ._company .histoy table.tb01 {
    width: 100%;
  }

  ._company .greting-wrap .photo {
    text-align: center;
  }

  ._company .greting-wrap .disc {
    font-size: 1rem;
  }

  ._company .greting-wrap .photo {
    margin-bottom: 1rem;
  }

  ._company .greting-wrap .bg {
    margin-bottom: 3rem;
  }

  .company-page table.history::before,
  .company-page table.history::after {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  ._company .greting-wrap .disc {
    font-size: 0.9em;
  }

  ._company .histoy {
    padding: 1rem;
  }

  ._company table.tb01,
  ._company table.history {
    font-size: 0.85rem;
  }

  ._company table.tb01 th {
    width: 100%;
    display: block;
  }

  ._company table.tb01 td {
    width: 100%;
    display: block;
    padding: 1rem;
  }

  .company-page table.history th {
    display: block;
    width: 100%;
    border-bottom: 3px solid #1e2f5a;
    border-right: none;
    background-color: #f6f6f6;
    padding: 1rem;
  }

  .company-page table.history td {
    display: block;
    width: 100%;
    padding: 1rem;
  }

  .company-page table.history {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  ._company h3.subttl, ._common h3.subttl {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 576px) {
  ._company h2.greeting {
    font-size: 1.25rem;
  }

  ._company h2.greeting .en {
    font-size: 0.85rem;
  }

  .company-page .registration .photo {
    padding: 0 0.5rem;
  }

  .company-page .gallery img {
    border-radius: 10px;
  }

  ._company h3.subttl, ._common h3.subttl {
    font-size: 1.13rem;
  }

  .company-page table.history {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 768px) {

  .company-page table.history tr:nth-child(even) th,
  .company-page table.history tr:nth-child(even) td {
    background-color: #f6f6f6;
  }
}

@media screen and (min-width: 1200px) {
  ._company h2.greeting {
    text-align: center;
    font-size: 44px;
  }

  ._company .title-wrap .ttl-line {
    margin: 0 auto;
    width: 80px;
  }

  ._company .greting-wrap {
    margin-bottom: 100px;
  }

  ._company .name span {
    font-size: 1.5rem;
  }

  ._company table.tb01 {
    font-size: 1.13rem;
  }

  .company-page table.history th {
    font-size: 1.13em;
  }
}

/*サービス内容
-----------------------------------------*/
.service-page .gallery-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.service-page .svimage ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-page .svimage li {
  width: 31%;
  margin: 2% 0;
}

.service-page .svimage li img {
  max-width: 100%;
  border-radius: 10px;
}

.lb-data .lb-details,
.lb-dataContainer {
  background-color: #1e2f5a;
}

.lightbox .lb-image {
  border: 1px solid #ccc;
}

.lb-data .lb-close {
  margin-right: 8px;
}

@media screen and (max-width: 576px) {
  .service-page .svimage li {
    width: 48%;
    margin: 2% 0;
  }

  .service-page .gallery-wrap p {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 992px) {
  .service-page .svimage li img {
    max-width: 100%;
    border-radius: 20px;
  }
}

/*実績
------------------------------------------*/
._common table.jisseki {
  width: 95%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

._common table.jisseki th {
  padding: 1rem;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  color: #1e2f5a;
  background-color: #f6f6f6;
  white-space: nowrap;
}

._common table.jisseki td {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 576px) {
  ._common table.jisseki {
    font-size: 14px;
  }

  ._common table.jisseki th,
  ._common table.jisseki td {
    padding: 0.5rem;
  }
}

/*採用情報
---------------------------------------*/
.recruit .work-img-wrap .photo {
  width: 31%;
  margin-bottom: 1%;
}

.recruit .work-img-wrap .photo img,
.Personality .photo img {
  border-radius: 20px;
}

/*求人内容*/
.cr {
  color: #e00000;
}

.job-Posting p {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

/*社員インタビュー*/
.team .photo img {
  border-radius: 20px;
}

.team h3 {
  border-bottom: 1px dashed #1e2f5a;
  padding-bottom: 5px;
  color: #222;
  font-weight: normal;
}

.team h3 div {
  padding-right: 1rem;
}

.team h3 span {
  /*border: 1px solid #1e2f5a;*/
  background-color: #eee;
  color: #1e2f5a;
  ;
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 0.8rem;
  border-radius: 6px;
  margin-bottom: 3px;
}

.team h4 {
  font-size: 1.25rem;
  color: #1e2f5a;
  font-weight: normal;
  display: inline-block;
  position: relative;
  padding: 0 0 0 33px;
}

.team h4::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 1px;
  background-color: #1e2f5a;
  left: 0;
}

/*インタビューギャラリー*/
._interview-gallery {
  background-color: #f6f6f6;
}

._interview-gallery .photo img {
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .team h3 {
    font-size: 19px;
  }

  .team h4 {
    font-size: 1.13rem;
  }

  .team .photo {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .recruit .work-img-wrap .photo {
    width: 48%;
    margin-bottom: 0;
  }

  .recruit .work-img-wrap .photo img,
  .Personality .photo img,
  ._interview-gallery .photo img {
    border-radius: 10px;
  }

  .recruit .work-img-wrap .photo p {
    font-size: 0.85rem;
  }

  .recruit-page h2.title .en {
    display: none;
  }

  .recruit-page .f18 {
    font-size: 0.9rem;
  }

  .job-Posting table.tb01,
  .job-Posting p {
    font-size: 0.85rem;
  }

  .job-Posting table.tb01 th,
  .job-Posting table.tb01 td {
    padding: 0.8rem;
  }

  .team h4 {
    font-size: 1rem;
  }

  .team h3 {
    font-size: 18px;
  }

  .team h3 span {
    width: 6em;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .flex-rev {
    flex-direction: row-reverse;
  }

  .team.flex-rev .photo {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .team h4 {
    font-size: 1.375rem;
  }
}

/*プライバシーポリシー
------------------------------------------*/
.privacywrap h3.subttl {
  font-size: 1.25em;
  color: inherit;
}

@media screen and (min-width: 1200px) {
  .privacywrap h3+p {
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }

  .privacywrap p+ul {
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
  }

  .privacywrap p+ol {
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
  }

  .privacywrap ol {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .privacywrap h3.subttl {
    font-size: 1.13rem;
  }
}

@media screen and (max-width: 567px) {
  .privacywrap h3.subttl {
    font-size: 1rem;
  }

  .privacywrap p, .privacywrap ul,
  .privacywrap ol {
    font-size: 0.85rem;
  }

  .privacywrap ol {
    padding-bottom: 0.5rem;
  }

  .privacy-page h2.title .en {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .privacy-page .fv .pagetitle h2 {
    font-size: 36px;
  }
}

/*お問い合わせ
----------------------------------------------*/
._common ._inquiry .tb01 {
  width: 95%;
  margin-bottom: 2em;
  border: none;
}

._common ._inquiry p {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

._common ._inquiry .tb01 tr {
  border-bottom: 1px dashed #ccc;
}

._common ._inquiry .tb01 th {
  padding: 1rem;
  color: inherit;
  box-sizing: border-box;
  font-size: 1rem;
  background: none;
  border: none;
  color: #1e2f5a;
}

._common ._inquiry .tb01 td {
  padding: 1rem;
  box-sizing: border-box;
  background: none;
  border: none;
}

._common ._inquiry .hissu {
  font-weight: normal;
  color: #fff;
  background-color: red;
  font-size: 0.7em;
  padding: 3px;
  border-radius: 6px;
  display: inline-block;
  margin-left: 0.5rem;
}

input[type="text"], input[type="email"], textarea {
  padding: 0.8em;
  outline: none;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  box-sizing: border-box;
}

textarea {
  width: 95%;
}

input[type="text"]:focus, input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #3498db;
  border: 1px solid #3498db;
}

/*フォーム用ボタン
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border: 1px solid #87ceeb;
  /*枠線の幅、線種、色*/
  border-radius: 4px;
  /*角丸のサイズ*/
  padding: 5px 20px;
  /*上下、左右へのボックス内の余白*/
  background: #87ceeb;
  /*背景色*/
  color: #fff;
  /*文字色*/
  font-size: 16px;
  /*文字サイズ*/
}

/*マウスオン時*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  opacity: 0.6;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  ._common ._inquiry .tb01 {
    border: 1px solid #ccc;
  }

  ._common ._inquiry .tb01 th {
    display: block;
    width: 100%;
    background-color: #eee;
    font-size: 0.85rem;
    padding: 0.5rem;
  }

  ._common ._inquiry .tb01 td {
    display: block;
    width: 100%;
    padding: 0.5rem;
    text-align: center;
  }

  ._common ._inquiry .tb01 tr {
    border-bottom: none;
  }

  input[type="text"], input[type="email"], textarea {
    width: 95% !important;
  }

  ._common ._inquiry .tb01 textarea {
    width: 95% !important;
  }
}

@media screen and (max-width: 576px) {
  .inquiry-page h2.title .en,
  ._new-page h2.title .en{
    display: none;
  }

  ._inquiry .f18 {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 389px) {
  h2.title .en{
    display: none;
  }
}

/*お知らせ一覧
------------------------------------------*/
._new-wrap ._new_waku {
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
}

._new-wrap ._new_waku ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

._new-wrap ._new_waku ul li {
  padding: 1rem 1rem 1.5rem;
}

._new-wrap ._new_waku h4,
.newsBody h4 {
  /*float: right;*/
  font-size: 0.85rem;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: 5px;
  height: 16px;
  text-align: right;
}

._new-wrap ._new_waku p {
  clear: both;
}

._new-wrap ._new_waku h3 {
  font-size: 1.25rem;
  color: inherit;
  padding: 3px 0 3px 10px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #1e2f5a;
  border-left: 5px solid #1e2f5a;
}

#pageGuide {
  text-align: center;
}

.newsBody .jump {
  height: 1px;
  display: block;
  padding-top: 180px;
  margin-top: -180px;
}

@media screen and (max-width: 767px) {
  ._new-wrap ._new_waku h3 {
    font-size: 1rem;
    background-size: 24px;
    height: 28px;
    padding-left: 35px;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 567px) {
  ._new-wrap ._new_waku p {
    font-size: 0.85em;
  }

  ._new-wrap ._new_waku h4, .newsBody h4 {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;
  }

  .fadein.fadein-left {
    opacity: 0;
    transform: translate(-30px, 0);
    transition: all 1.5s;
  }

  .fadein.fadein-right {
    opacity: 0;
    transform: translate(30px, 0);
    transition: all 1.5s;
  }

  .fadein.fadein-up {
    opacity: 0;
    transform: translate(0, -30px);
    transition: all 1.5s;
  }

  .fadein.fadein-bottom {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1.5s;
  }

  .fadein.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

#newsArea address {
  display: none;
}

/*TELリンク*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*採用スライド*/
.vegas-content {
  padding: 0 !important;
}
