@charset "UTF-8";
html, body {
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', Meiryo, メイリオ,  sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  color: #333;
  position: relative;
}
body {
	font-size: 1.6rem;
  letter-spacing: 1.04;
}
a,
a:link,
a:visited{
	color: #284de9;
	transition: .3s;
}
a:hover{
	color: #192864;
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
	color: #333;
}
}

.fa-phone-flip, .fa-envelope {
  padding: 0 5px 0 0;
}
.footer-menu ul li:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  padding: 0 5px 0 0;
}
.navbar-toggler-icon {
  color: green;
}
p {
  line-height: 2.2;
	margin: 1em;
}
h1, h2, h3, .pc-logo{
font-family: 'Noto Sans JP', sans-serif;
}
body:not(#home) h2 {
  margin: 2em 0;
}
h2 span {
  color: #b0b0b0;
  font-family: "din-regular", sans-serif;
  font-size: 1.6rem;
  display: block;
  margin: 0.3em;
}
h3 {
  text-align: center;
  margin: 1em auto;
}
h4 {
  margin: 2em 1em 1em;
	font-weight: bold;
	font-size: 2rem;
}
body:not(#home) h2 {
	background-color: #e7fcff;
	padding: 0.5em;
	border-bottom: #46a1dc solid 2px;
	font-size: 2.8rem;
}
body:not(#home) .bk-blue h2 {
	background-color: #fff;
	padding: 0.5em;
	border-bottom: #46a1dc solid 2px;
	font-size: 2.8rem;
}
body:not(#home) h2 span{
	color: #46a1dc;
	margin-top: 5px;
	
}
body:not(#home) h3{
	position: relative;
	overflow: hidden;
	padding: 0.3em 0;
	margin: 1em 0;
	text-align: left;
	font-size: 2.6rem;
}
body:not(#home) h3::before,
body:not(#home) h3::after{
	content: "";
	position: absolute;
	bottom: 0;
}
body:not(#home) h3:before{
	border-bottom: 4px solid #46a1dc;
	width: 100%;
}
body:not(#home) h3:after{
	border-bottom: 4px solid #c0c0c0;
	width: 100%;
}


.catchCopy {
  font-size: 1rem;
  line-height: 2.2;
	font-weight: 600;
}
.catchCopy span{
  font-size: 3rem;
	line-height: 1.5;
}
sup {
  font-size: 1rem;
  top: -1em;
}
p span {
  color: #287cca;
}
.indent {
  list-style: none;
  margin: 1em;
  padding: 0px;
}
.indent li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.inline {
  list-style: none;
  margin: 1em;
  padding: 0px;
}
.inline li {
  display: inline-block;
  margin-right: 1em;
  border-radius: 1em;
  padding: 0.25em 1em;
}
.inline li:last-of-type {
  margin-right: 0px;
}

.inline-block{
	list-style: none;
}
.inline-block li{
	margin: 0.5em 1em;
	display: inline-block;
}
.welcome {
  margin-top: 0px;
}
.welcome li {
  background-color: #c59001;
  color: #fff;
}
.req {
  background-color: #d82e3b;
  color: #fff;
  padding: 5px;
  margin-right: 1em;
  font-size: 0.8rem;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #46a1dc;
}
.navbar-toggler i {
  color: #fff;
}
/* Header(sp)
----------------------------*/
header.fixed-top {
  background: rgba(255, 255, 255, 0.9);
}
.fa-bars:before {
  content: "\f0c9";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
}
h1.sp-logo, div.sp-logo {
  display: flex;
  flex-wrap: wrap;
  font-size: 3rem;
  color: #000;
	margin: 1rem auto;
}
h1.sp-logo img, div.sp-logo img {
  margin-right: 0.5rem;
}
h1.sp-logo a, div.sp-logo a {
  display: flex;
  flex-wrap: no-wrap;
  color: #000;
}
h1.sp-logo span, div.sp-logo span {
  font-size: 1.6rem;
	display: block;
}
h1.pc-logo img, div.pc-logo img {
  height: auto;
  margin-right: 0.5em;
}
h1.pc-logo, div.pc-logo {
  display: none;
}
.pc-submenu {
  display: none;
}
button.navbar-toggler {
  border: solid 1px #46a1dc;
  color: #fff;
  padding: 15px;
  font-size: 2rem;
  width: 100%;
}
.fa-bars {
  padding-right: 1em;
}
i.fa-solid.fa-align-justify {
  font-size: 1.5rem;
  color: #333;
  font-weight: 900;
}
li.nav-item.sp-menu {
  display: block;
}
a.nav-link {
  color: #333;
  font-size: 1.7rem;
  padding: 15px;
  margin: 0;
  text-align: left;
  transition: 0.5s;
}
a.nav-link:hover {
  color: #46a1dc;
  background: #e7fcff;
}
a.nav-link.contact-tel-sp {
  text-align: center;
  background: #e7fcff;
  color: #46a1dc;
  display: block;
  font-weight: bold;
  margin: 10px 0;
  border: solid 1px #46a1dc;
}
a.nav-link.contact-tel-sp:hover, a.nav-link.contact-mail-sp:hover {
  opacity: 0.5;
}
a.nav-link.contact-mail-sp {
  text-align: center;
  background: #46a1dc;
  color: #fff;
  display: block;
  font-weight: bold;
}
.dropdown-menu {
  border-radius: 0px;
  padding: 0px;
}
.dropdown-menu .dropdown-item {
  border-bottom: dashed 0.5px #ccc;
  padding: 1em 1.8em;
}
.dropdown-menu .dropdown-item:last-of-type {
  border-bottom: none;
}
.sp-submenu li {
  display: inline-block;
  width: 100%;
}
.sp-submenu li a {
  display: block;
  width: 100%;
}
.sp-submenu li a.btn {
  margin: 10px auto;
}
.service-menu-contents a {
  background: -moz-linear-gradient(left, #8cce68, #65bb37);
  background: -webkit-linear-gradient(left, #8cce68, #65bb37);
  background: linear-gradient(to right, #8cce68, #65bb37);
  display: block;
  padding: 13px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.service-menu-contents a:hover {
  opacity: 0.5;
  color: #fff;
}
.service-menu-contents a::after {
  content: "\f054";
  font-family: "Font Awesome 5 pro";
  font-style: normal;
  font-weight: 900;
  position: relative;
  top: 50%;
  right: -20vw;
}
/* mainvisual
----------------------------*/
.main {
  width: 100%;
  position: relative;
}
.main-img-01 {
  position: relative;
}
.main-img-01>img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  position: relative;
  height: 430px;
}
.main-img-02>img {
	width: 80%;
}
.main-img-02>img {
	left: 30px;
}
p.main-txt01 {
  text-align: right;
  margin: 0;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  color: #46a1dc;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 3;
  position: relative;
  top: -193px;
}
p.main-txt02-1, p.main-txt02-2 {

margin: 0 0 0 auto;
        text-align: right;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        color: #333;
        /* background: rgba(255, 255, 255, 0.9); */
        text-shadow: 1px 1px 0 #f3f3f3, -1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3, 1px -1px 0 #f3f3f3, 0px 1px 0 #f3f3f3, 0 -1px 0 #f3f3f3, -1px 0 0 #f3f3f3, 1px 0 0 #f3f3f3;
        padding: 20px 15px;
        font-size: 4rem;
        font-weight: bold;
        letter-spacing: 1px;
        z-index: 2;	
	
	
}
p.main-txt02-1 {
  width: fit-content;
  position: absolute;
  bottom: 3rem;

}
p.main-txt02-2 {
  width: fit-content;
  position: absolute;
  top: 24rem;

}
/* 共通
-------------------------------*/
.top-title {
  position: relative;
  top: 2rem;
}
.top-title p{
	text-align: center;
	color: #46a1dc;
}
/* 新着情報
-------------------------------*/
section {
  padding: 3rem 0;
}
p.important {
  padding: 10px 20px;
  background: #e43d3d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 25px;
  margin: 0;
  text-align: center;
}
.emergency-news {
  display: block;
  margin: 0 0 30px 0;
}
p.news-report {
  font-size: 16px;
  padding: 20px;
  border: solid 1px #e43d3d;
}
p.important-news {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  padding: 20px;
  border: solid 1px #e43d3d;
  flex-grow: 1;
  margin: 0;
  letter-spacing: 1px;
}
.top-btn {
  background: rgba(74, 164, 151, 1);
  padding: 15px 20px;
  display: block;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  position: relative;
  margin: 20px auto;
}
.top-btn a::after {
  content: "\f054";
  font-family: "Font Awesome 5 pro";
  font-style: normal;
  font-weight: 900;
  position: relative;
  top: 50%;
  right: -16%;
}
.top-btn a:link,
.top-btn a:visited{
  opacity: 1;
  color: #fff;
	display: block;
	transition: 0.5;
}
.top-btn a:hover,
.top-btn a:focus{
  opacity: 0.5;
  color: #fff;

}
.sec-btn {
  background: -moz-linear-gradient(left, #8cce68, #46a1dc);
  background: -webkit-linear-gradient(left, #8cce68, #46a1dc);
  background: linear-gradient(to right, #8cce68, #46a1dc);
  padding: 15px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  position: relative;
  margin: 20px 0 0 auto;
}
.sec-btn::after {
  content: "\f107";
  font-family: "Font Awesome 5 pro";
  font-style: normal;
  font-weight: 900;
  position: relative;
  top: 50%;
  right: -16%;
}
.sec-btn:hover {
  opacity: 0.5;
  color: #fff;
}
.rec-btn {
  background: -moz-linear-gradient(left, #8cce68, #46a1dc);
  background: -webkit-linear-gradient(left, #8cce68, #46a1dc);
  background: linear-gradient(to right, #8cce68, #46a1dc);
  padding: 15px 3em;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  margin: 20px auto;
}
.rec-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  font-style: normal;
  font-weight: 900;
  position: relative;
  top: 50%;
  right: -1em;
}
.rec-btn:hover {
  opacity: 0.5;
  color: #fff;
}
.btn {
  background: -moz-linear-gradient(left, #8cce68, #46a1dc);
  background: -webkit-linear-gradient(left, #8cce68, #46a1dc);
  background: linear-gradient(to right, #8cce68, #46a1dc);
  padding: 15px 20px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  margin: 20px auto;
}
.btn:hover {
  opacity: 0.5;
  color: #fff;
}
.wbtn {
  border: solid 1px #8cce68;
  padding: 15px 20px;
  color: #8cce68;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  margin: 20px auto;
  background-color: #fff;
}
.wbtn:hover {
  color: #aaa;
  border: solid 1px #aaa;
}
form .inline li {
  width: 30%;
}
form .inline li .btn, form .inline li .wbtn {
  width: 100%;
}
dt {
  float: none;
  padding: 14px 0;
}
.news .rec {
  color: #fff;
  background-color: #46a1dc;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #46a1dc;
  padding: 3px 35px;
  margin: 0 20px;
}
.news .info {
  color: #46a1dc;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #46a1dc;
  padding: 3px 35px;
  margin: 0 20px;
	background-color: #fff;
}
span.important-date {
  border: none;
  color: #e43d3d;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  margin: 0 10px 0 0;
  display: block;
}
.news dd {
  padding: 15px 0;
  border-bottom: 2px dotted #aeaeae;
  margin: 0;
}
.news dd a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.news dd a:hover {
  color: #46a1dc;
  text-decoration: none;
}
/* わたしたちについて
-------------------------------*/
section.about.bk-blue {
  padding: 3rem 0;
}
.bk-blue {
  background: #e7fcff;
}
.about-background {
  background: #fff;
  padding: 30px;
  width: 100%;
}
.about-contents {
  margin: 0;
  width: 100%;
}
.about-image {
  margin: 0 0 50px 0;
  text-align: center;
  width: 100%;
}
.about-image img {
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 22%);
}
p.about-txt {
  margin: 40px 0 0 0;
  line-height: 2.2;
}

.about-contents .top-btn a {
  position: static;
  top: 0;
  margin: 0;
}
.service-images {
  z-index: 1;
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
/* 実績紹介
-------------------------------*/
section.works.bk-blue {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.works .top-title {
  text-align: center;
  margin: 0 0 50px 0;
}
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10rem;
}

.l-section .l-inner {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
[class*=swiper]:focus {
  outline: none;
}
.slide-media, .thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img, .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
	color: #82ae46;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
}
.swiper-button-next::after {
  margin-right: 0.4rem;
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.card04 {
  overflow: hidden;
}
.card04 .swiper {
  overflow: visible;
}
.card04 .swiper-button-prev, .card04 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}


.card04 .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
.card04 .swiper-button-next {
  left: calc(100% - 1.6rem);
}
.card04 .swiper-a:not(.swiper-initialized) {
  padding: 0;
}
.card04 .swiper-a:not(.swiper-initialized) .swiper-button-prev, .card04 .swiper-a:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.card04 .swiper-a:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.card04 .swiper-b:not(.swiper-initialized) {
  padding: 0;
}
.card04 .swiper-b:not(.swiper-initialized) .swiper-button-prev, .card04 .swiper-b:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.card04 .swiper-b:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.card04 .slide {
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.card04 .slide-media {
  padding-top: 62.5%;
}
.card04 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
.card04 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.card04 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	padding: 1em;
	margin: 0;
	background-color: #46a1dc;
	color: #fff;
}
.card04 .slide-title div{
	color: #f7ea00;
	font-weight: normal;
	font-size: 1.4rem;
	
}
.card04 p{
	border: solid 1px #46a1dc;
	padding: 1em;
	color: #333;
	line-height: 2.2;
	margin: 0px;
}


@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .card04 .swiper {
    padding: 0 3.2rem;
  }
  .card04 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
  .card04 .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}
@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
  .card04 .swiper-b:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .card04 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card04 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card04 .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
  }
  .card04 .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .card04 .swiper-b:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
/* 採用情報
-------------------------------*/
section.recruit {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  padding: 3rem 0 8rem 0;
}
.recruit-txt {
  line-height: 2.2;
  margin: 40px 0 30px 0;
}
.recruit-txt span {
  font-size: 20px;
  font-weight: bold;
}
.recruit-image {
  display: flex;
  width: 45%;
  margin: 50px 0 0 0;
  text-align: center;
}
img.recruit-image01, img.recruit-image02 {
  box-shadow: 10px 10px #46a1dc;
}
img.recruit-image01 {
  margin-right: 30px;
}
img.recruit-image02 {
  position: relative;
  top: 60px;
}
.recruit .top-btn a {
  margin: 0;
  top: 0;
}
/* お問い合わせ
-------------------------------*/
.contact {
  margin-top: 100px;
  background-color: #989b99;
}
.contact .top-title {
  text-align: center;
  margin: 0 0 50px 0;
  color: #fff;
}
.contact .top-title div {
  color: #fff100;
}
.contact-tel-link a{
  text-align: center;
  color: #46a1dc;
  font-weight: bold;
  background: #fff;
  padding: 12px;
  margin: 0 0 20px 0;
  transition: 0.5s;
	display: flex !important;
	justify-content: center;
	font-size: 3.5rem;
align-items: center;
	border: solid 1px #fff;
}
.contact-tel-link a span{
	font-weight: normal;
	font-size: 1.8rem;
}
.contact-tel-link p{
	line-height: 2.5rem;
	margin: 0px;
}
.contact-mail-link i{
	padding-right: 0.5em;
}
.contact-mail-link{
  text-align: center;
  color: #46a1dc;
  font-weight: bold;
  background: rgba(255,255,255,1);
  padding: 25px;
  margin: 0 0 20px 0;
  transition: 0.5s;
	display: flex !important;
	justify-content: center;
	font-size: 2.8rem;
align-items: center;
	border: solid 1px #fff;
}
.contact-mail-link:hover{
	  background: rgba(255,255,255,.8);
	border: solid 1px #fff;
  color: #46a1dc;
	text-decoration: none;
}



/* footer
-------------------------------*/


footer {
  padding: 1.5rem 0;
/*  background: rgba(245,245,245,.9);*/
  border-top: solid 1px #dee1e3;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #e2e2e2 0.5px, transparent 0.5px);
  background-position: 0 0;
  background-size: 7px 7px;
}
footer p {
  margin: 0;
  text-align: center;
}
footer .inline li{
	margin-right: 0;
}
span.pc-space {
  display: block;
  margin: 0;
}
footer a {
  color: #333;
}
.footer-logo {
  display: block;
  margin: 0 0 15px 0;
  text-align: center;
  align-items: center;
}

.footer-logo .corp {
  font-size: 3rem;
  font-weight: bold;
  margin: 0.5rem 0;
	display: block;
}
.footer-contents {
  display: flex;
  background: #46a1dc;
  padding: 15px;
  color: #fff;
  margin: 0;
}
.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.footer-menu a:hover {
  text-decoration: underline;
  color: #fff;
}
  .footer-menu ul {
    display: flex;
  }
  .footer-menu ul li {
	  margin-right: 1em;
  }
p.copyright {
  margin: 0;
  font-size: 14px;
  text-align: center;
}
/* 下層ページ（共通）
-------------------------------*/
.breadcrumbs {
  display: none;
}
/*.jumbotron h1 {
  font-size: 3rem;
	font-weight: normal;
  font-weight: 900;
  position: relative;
  top: 9rem;
  color: #ffffff;
  margin: 0;
	font-family: "Noto Serif JP",serif;
}*/
/* 新着情報
-------------------------------*/
.jumbotron {
  height: 250px;
}
dt {
  font-weight: 700;
  padding: 1.1rem 0;
  float: none;
}
/* 会社概要
-------------------------------*/
.mainimg {

  background-size: cover;
  position: relative;
}

#company .mainimg{
  background: url(../company/images/bk_image.jpg) no-repeat right bottom;	
}
#location .mainimg{
  background: url(../location/images/bk_image.jpg) no-repeat right bottom;	
}
#manufacturer .mainimg{
  background: url(../manufacturer/images/bk-image.jpg) no-repeat left center;	
}
#link .mainimg{
  background: url(../link/images/bk_image.jpg) no-repeat right center;	
}
#privacy .mainimg{
  background: url(../privacy/images/bk_image.jpg) no-repeat center center;	
}

.gmap {
  margin: 30px 0 0 0;
}
/* 下層共通
---------------------------------------*/
.jumbotron {
  height: 290px;
  background-position: 20% 25%;
}
.jumbotron h1 {
  position: absolute;
  /*	  background-color: rgba(255,255,255,.7);*/
  bottom: 0px;
  color: #000;
  padding: 0.5em;
	margin-top: 0.6em;
  margin-bottom: 1em;
text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	font-size: 3.3rem;
	text-align: center;
}
.lower h2 {
  font-size: 3rem;
  margin: 0 0 50px 0;
}
.basicTable th, .basicTable td {
  display: block;
  width: 100%;
}
.basicTable th {
  background-color: rgba(240, 240, 240, .8);
}
.basicTable td {
  background-color: rgba(255, 255, 255, 1);
}
#inqTable td {
  position: relative;
}
  .contact .inq-title {
    text-align: center;
	  font-size: 2rem;
	  font-weight: bold;
	  color: #fff;
  }
	.contact .inq-title div{
		color: #fff100;
	}	



@media (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
  .main-img-01>img {
    height: 600px;
  }
  .service-menu-contents a::after {
    right: -221px;
  }
  .recruit-image {
    width: 35vw;
  }
  img.recruit-image01 {
    margin-right: 26px;
  }
  .jumbotron {
    margin-bottom: 0px;
  }
  .jumbotron h1 {
    font-size: 4rem;
	  text-align: center;
  }
  .breadcrumbs {
    display: block;
    padding: 5px 0;

    align-items: center;
    background-color: #e5e5e5;
    margin-bottom: 1em;
  }
  .breadcrumbs li {
    line-height: 1em;
  }
  .breadcrumbs i {
    padding-right: 0px;
  }
  ul.list-unstyled {
    display: flex;
    margin: 0;
  }
  ul.list-unstyled li {
    margin: 0 0.5rem 0 0;
  }
  ul.list-unstyled li a {
    color: #46a1dc;
    text-decoration: none;
  }
  ul.list-unstyled li a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 992px) {
  /* Header(pc)
----------------------------*/
  header.fixed-top {
/*    background: rgba(255, 255, 255, 0.9);*/
      box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	  background-color: #fff;
  }
  h1.sp-logo, div.sp-logo {
    display: none;
  }
  h1.pc-logo, div.pc-logo, h1.pc-logo a, div.pc-logo a {
    display: flex;
    color: #000;
	  align-items: center;
	  margin: 0 !important;
  }
  h1.pc-logo span, div.pc-logo span {
    font-size: 1.6rem;
	  display: block;
  }

.pc-logo img {
    height: auto;
    margin-right: 0.5em;
  }
  .sec-btn {
    min-width: 250px;
  }
  .collapse:not(.show) {
    display: block;
  }
  .header-menu {
    display: flex;
    padding: 10px;
  }
  .header-menu ul {
    display: flex;
    align-items: center;
  }
  li.nav-item.sp-menu {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }
  nav.navbar.navbar-expand-lg {
    margin: 0;
  }
  .pc-submenu {
    display: block;
    margin: 0 0 0 auto;
  }
  .pc-submenu > ul {
    margin-right: 20px;
  }
  li.menu-tel a {
    font-size: 2.8rem;
    font-weight: bold;
    color: #46a1dc;
    letter-spacing: normal;
  }

  li.menu-mail a {
    background: #46a1dc;
    padding: 10px 15px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
    transition: 0.5s;
  }
  li.menu-mail a:hover {
    background: #a9de8d;
  }
  li.menu-mail .fa-envelope {
    padding-right: 10px;
    font-weight: 900;
  }
  a.nav-link {
    color: #000;
    font-weight: normal;
	  font-weight: 600;

    margin: 2rem 1.6rem;
    transition: 0.1s;
  }
  a.nav-link :nth-child(6) {
    margin: 0 0 0 15px;
  }
  a.nav-link:hover {
    color: #46a1dc;
    background: none;
  }
  /* mainvisual
----------------------------*/
  p.main-txt01 {
    text-align: right;
    margin: 0;
    font-size: 36.5px;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 3;
    top: -211px;
  }
  p.main-txt02-1, p.main-txt02-2 {
    margin: 0 0 0 auto;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #333;
/*    background: rgba(255, 255, 255, 0.9);*/
text-shadow: 1px 1px 0 #f3f3f3, -1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3, 1px -1px 0 #f3f3f3, 0px 1px 0 #f3f3f3, 0 -1px 0 #f3f3f3, -1px 0 0 #f3f3f3, 1px 0 0 #f3f3f3;
    padding: 20px 15px;
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 2;
  }
/*  p.main-txt02-1 {
    bottom: 9rem;
  }*/
  /* 共通
---------------------------------------*/
  section {
    padding: 40px 0;
  }

.under section:first-of-type{
	padding-top: 0;
	}
  /* 新着情報
-------------------------------*/
  .news dt {
    padding: 2rem 0;
    float: left;
  }
  span.important-date {
    font-size: 16px;
    margin: 0 10px 0 0;
    display: initial;
  }
  .emergency-news {
    display: flex;
    margin: 0 0 30px 0;
  }
  p.important {
    padding: 20px 9px 20px 37px;
  }
  .top-btn {
    padding: 15px 20px;
    margin: 50px auto;
    top: 0;
  }
  .top-btn::after {
    right: -41px;
  }
  .news dd {
    padding: 2rem 0;
    border-bottom: 2px dotted #aeaeae;
    margin: 0;
  }
  /* わたしたちについて
-------------------------------*/
  section.about.bk-blue {
    padding: 70px 0;
  }
  /* 業務内容
-------------------------------*/
  .service-contents-1 {
    display: flex;
    margin: 0px auto 25px !important;
  }
  .service .top-title h2 {
    text-align: center;
  }
  h3.service-h3 {
    font-size: 24px;
    text-align: center;
    color: #46a1dc;
    padding: 20px;
    margin: 0;
  }
  .service-menu-contents {
    background: #fff;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 22%);
    width: 85%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    top: -3rem;
  }
  .service-menu-contents p {
    margin: 0;
    padding: 0 25px 25px 25px;
    min-height: 9em;
  }
  .service .top-title p {
    text-align: center;
  }
  .service-images {
    z-index: 1;
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }
  .service-menu-contents a::after {
    right: -131px;
  }

	

  /* お問い合わせ
-------------------------------*/

	
  a.contact-mail-link:before {
    font-size: 30px;
  }
  .contact-tel-link a {
    padding: 17px;
    margin: 0;
  }
  .contact-tel-link a span {
    color: #333;
    font-size: 18px;
    letter-spacing: 0px;
  }
  .contact-tel-link p:before {
    font-size: 33px;
  }
  /* footer
-------------------------------*/
  footer {
    padding: 30px 0;
  }
  footer p {
    text-align: left;
	  padding: 0px;
	  margin: 0px;
  }
	  footer .inline {
	  margin: 0px;
  }
	  footer .inline li {
	  padding: 0px;
		  margin-right: 1em;
  }
	  footer .inline li a {
		  color: #333;
  }	
	
	
  span.pc-space {
    display: initial;
    margin: 0 0 0 10px;
  }
  .footer-logo {
    margin: 0;
  }
  .footer-logo img {
    margin: 0;
    max-width: 400px;
  }
  .footer-logo h2 {
    font-size: 20px;
  }
  .footer-sns-logo {
    text-align: right;
    margin: 0;
  }

  p.copyright {
    text-align: right;
  }

	.footer-menu li:nth-child(2) {
    margin: 0 0 0 20px;
  }

	
	
	.basicTable th, .basicTable td {
    padding: 1em;
    border-bottom: solid 1px #e5e5e5;
    display: table-cell;
    width: auto;
  }
	.basicTable th{
		white-space: nowrap;
	}
  .basicTable tr:first-of-type th, .basicTable tr:first-of-type td {
    border-top: solid 1px #e5e5e5;
  }
  .basicTable dl dt::before {
    content: '';
    display: block;
    clear: both;
  }
  .basicTable dl dt, .basicTable dl dd {
    margin: 0px;
    padding: 0px;
  }
  .basicTable dl:first-of-type {
    margin-top: 0;
  }
  .basicTable dl:last-of-type {
    margin-bottom: 0;
  }
  .basicTable dl dd {
    margin-left: 2em;
  }
}
@media (min-width: 1200px) {
  /* わたしたちについて
-------------------------------*/
  section.about.bk-blue {
    padding: 150px 0 100px 0;
  }
  section.services {
    padding: 80px 0;
  }
	.bk-blue {
    background: #e7fcff;
  }
  .about-background {
    background: rgba(255,255,255,.8);
    padding: 60px 50px;
    width: 80%;
    margin: 0 0 0 auto;
    position: relative;
  }
  .about-contents {
    margin-right: 0;
    margin-left: auto;
    width: 60%;
  }
  .about-image img {
    position: absolute;
    left: -20rem;
    top: -2rem;
    max-width: 60%;
  }
  p.about-txt {
    margin: 40px 0 0 0;
    line-height: 2.2;
  }

  /* 業務内容
-------------------------------*/
  .service-menu-contents a::after {
    right: -165px;
  }
  /* 実績紹介
-------------------------------*/
  .works .container {
    max-width: 100% !important;
  }
  /* お問い合わせ
-------------------------------*/
}
@media (min-width: 1240px) {
  .header-width {
    width: 100%;
    margin: auto;
  }
  /* mainvisual
----------------------------*/
  .main {
    padding: 90px 0 0;
  }
  .main-img-01>img {
    width: 80vw;
    object-position: bottom;
    height: 650px;
    left: 92%;
    transform: translateX(-100%);
  }
  .main-img-02 {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 5%;
    z-index: 3;
    width: 70%;
  }
  .main-img-02 img {
/*    width: 500px;*/
    height: 300px;
    object-fit: cover;
	  border: solid 1px rgb(255,255,255,.5);
/*	box-shadow: 2px 3px rgb(255,255,255,.8);*/
/*	   box-shadow: 0 1px 6px 0 rgb(255,255,255,.8);*/
/*    box-shadow: 0 5px 30px 0 rgba(255, 255, 255, 0.8);*/
	}

  p.main-txt02-1, p.main-txt02-2 {
    margin: 0 0 0 auto;
    padding: 20px 15px 5px;
    font-size: 7rem;
	  font-weight: bold;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	}
  p.main-txt02-1 {
    position: absolute;
    bottom: 13rem;
    left: 210px;
    height: fit-content;
  }
  p.main-txt02-2 {
    position: absolute;
    top: 14rem;
    left: 280px;
    height: fit-content;
  }
  /* わたしたちについて
-------------------------------*/
  section.about.bk-green{
    padding: 100px 0;
  }
	  section.services{
    padding: 100px 0;
  }	
	section.banaCon{
    padding: 70px 0;
  }	
 section.about {	
	background: url("../images/about_bg.jpg") no-repeat right bottom #e7fcff;
	}
	.bk-blue {
    background: #e7fcff;
    padding-bottom: 80px;
  }
  .about-background {
    background: rgba(255,255,255,.8);
    padding: 60px 50px;
    width: 80%;
    margin: 0 0 0 auto;
    position: relative;
  }
  .about-contents {
    margin-right: 0;
    margin-left: auto;
    width: 60%;
  }
  .about-image img {
    left: -20rem;
    top: -15rem;
  }
  p.about-txt {
    margin: 40px 0 0 0;
    line-height: 2.2;
  }
  p.about-txt span {
    font-size: 2.2rem;
  }
  /* 業務内容
-------------------------------*/
  .service-menu-contents a::after {
    right: -20px;
  }
}
.submenu {
  background-color: #f8f9fa;
  margin-top: -2px;
  padding: 1em;
}
.submenu a {
  border-bottom: 1px #ccc solid;
  padding-bottom: 0.5em;
}
input[type="text"], textarea {
  width: 90%;
}
textarea {
  height: 10em;
}
input#age {
  width: 4em;
}
input#zip {
  width: 8em;
}
.tab_container {
  background-color: #fff;
  border: 1px solid #ececec;
  margin: 0 auto;
}
.tab_container dt {
  margin-left: 1em;
}
.tab_container dl dd {
  margin-left: 1em;
}
.tab_item {
  width: calc(100%/3);
  padding: 15px 0;
  border-bottom: 3px solid #46a1dc;
  background-color: #ececec;
  text-align: center;
  color: #333;
  display: block;
  float: left;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content, #tab3:checked ~ #tab3_content, #tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #46a1dc;
  color: #fff;
  font-weight: 600;
}
.tab_container td dt {
  font-weight: normal;
}
@media (max-width: 767px) {
  form .inline li {
    display: block;
    width: 100%;
  }
  .basicTable th, .basicTable td {
    display: block;
    width: 100%;
  }
  .basicTable th {
    white-space: nowrap;
  }
  .tab_container {
    border: none;
  }
  .tab_item {
    float: none;
    width: 100%;
    border-bottom: none;
    border-radius: 10px;
    margin-bottom: 1em;
  }
.footer-menu ul {
  text-align: left;
}
	.footer-menu ul  li{
		padding: 0.25em;
}
footer a {
  color: #333;
  display: block;
}
	#privacy .container .indent li a{
		word-break: break-all;
	}


}
#google_map {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#google_map iframe, #google_map object, #google_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #ebf7ff;
	left: 19%;
	margin-left: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 17em;
	padding-right: 7em;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 1em;
	color: #333;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 1em;


}


/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 16em;
	background: #f8f8f8;
	padding: 0.5rem;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	color: #000;
}



.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #f8f8f8;
	border-width: 10px;
	top: 10px;
}



/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 20px;
	height: 20px;
	speak: none;
	text-transform: none;
	font-size: 1.4em;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #f7feff;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #46a1dc;
	text-align: center;
	left: 20%;
	top: 0.5em;
	margin: 0 0 0 -25px;
}

.cbp_tmicon-licence:before {
  font-family: "Font Awesome 6 Pro";
	content: "\f5f3";
	color: #000;
}

.cbp_tmicon-screen:before {
  font-family: "Font Awesome 6 Pro";
	color: #000;
	content: "\f5f3";
}

.cbp_tmicon-transfer:before {
  font-family: "Font Awesome 6 Pro";
	content: "\f4df";
	color: #000;
}

.cbp_tmicon-corp:before {
  font-family: "Font Awesome 6 Pro";
	content: "\f1ad";
	color: #000;
}


@media screen and (max-width: 1201px) {
	.cbp_tmtimeline:before,
	.cbp_tmtimeline > li .cbp_tmicon{
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
		display: inline-block;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #f8f8f8;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #f8f8f8;
	}

/*	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	*/
}


@media (max-width: 767px) {
	.catchCopy span {
    font-size: 3.2rem;
}
	.contact-tel-link a,
	a.contact-mail-link{
		display: block !important;
		font-size: 2.4rem;
	}
.contact-tel-link i,
.contact-mail-link i {
	display: block;
	margin-bottom: 0.5em;
	padding-right: 0px !important;
	font-size: 5rem;
		
}
	  .footer-menu ul {
    display: inherit;
  }
	section{
		margin: 0;
	}
body:not(#home) h2:first-of-type{
		margin-top: 0;
	}
	.locationBox{
		width: auto;
	}
	
}
@media (max-width: 1013px) {
	a.nav-link{
		margin: 2rem 1rem;
	}
}