@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");

p,li,dd,dt,th,td,a{
	font-size: 14px;
}
.bg-blue {
  background-color: #005293;
}
.border-solid-blue{
	border: 2px solid #005293;
}
.bg-light-blue {
  background-color: #EAF1F6;
}
.bg-green {
  background-color: #5FB47E;
}
.bg-light-green {
  background-color: #D9EFE1;
}
.bg-light-gray {
  background-color: #F5F5F5;
}
.bg-orange {
  background-color: #FD572F;
}
.bg-black {
  background-color: #010333;
}
.text-blue {
  color: #005293;
}
.text-green {
  color: #5FB47E;
}
.pt-60,#home-business  {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
/* ======= 共通部分 ======= */
/* 全体 */
body {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: 0.03em;
}
body.page-template-page #page-header{
	background: #fff;
	
}
body.page-template-page #page-header .nav-item a,
body.single-post #page-header .nav-item a{
	color: #005293;
	
}
body.page-template-page #page-header .nav-item a.btn,
body.single-post #page-header .nav-item a.btn{
	color: #fff;
	
}
body.page-template-page #page-header .nav-item::after,
body.single-post #page-header .nav-item::after{
	color: #005293;
	
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #010333;
  text-decoration: none;
  opacity: 0.7;
}
h1, h2, h3, h4, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
ul, ol {
  line-height: 30px;
}
iframe {
  border: 0;
}
p {
  margin: 0;
}
.small {
  font-size: 14px;
}
.sp-img {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sp-img {
    width: 100%;
  }
}
/* 見出し */
.head-ttl-1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  position: relative;
	color: #005293;
}
@media (min-width: 768px) {
  .head-ttl-1 {
    font-size: 20px;
	line-height: 25px;  
  }
}
.head-ttl-1 span {
  font-size: 14px;
  display: block;
}
.head-ttl-2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .head-ttl-2 {
    font-size: 25px;
  }
}
.head-ttl-3 {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .head-ttl-3 {
    font-size: 20px;
  }
}
.head-ttl-4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  border-bottom: #000 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sub-ttl-1 {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
	color: #005293;
}


/* ボタン */
.btn {
  display: block;
  font-weight: 600;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  letter-spacing: 0;
  line-height: 30px;
  border-radius: 0;
  font-size:14px;	
	
}
.btn.btn-arrow-ctr{
	border: 2px solid #005293;
	color: #005293;
}
.btn:hover {
  opacity: 0.8;
}
.btn-arrow-ctr::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .btn-arrow-ctr::after {
    right: 1em;
  }
}
.btn.bg-green, .btn.bg-orange, .btn.bg-blue, .btn.bg-black {
  color: #fff;
}
.btn.bg-green:hover, .btn.bg-orange:hover, .btn.bg-blue:hover, .btn.bg-black:hover {
  color: #fff;
}
/* #page-header */
@media (min-width: 1200px) {
  #page-header .container-fluid {
    padding-right: 0;
  }
}
#page-header h1 {
  line-height: 30px;
}
.header-logo img {
  width: 200px;
  height: 34px;
}
@media (min-width: 768px) {
  .header-logo img {
    width: 324px;
    height: 56px;
  }
}
#page-header{
	transition: all .2s;
}
#page-header.bg-white{
	transition: all .2s;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,.1);
}

#page-header img.default_block{
	display: block;
}
#page-header.bg-white .nav-item a{
	color: #005293;
}
#page-header img.white_block{
	display: none;
}
#page-header.bg-white img.white_block{
	display: block;
}
#page-header.bg-white img.default_block{
	display: none;
}
#page-header.bg-white .nav-item a.btn{
	color: #fff;
}#page-header.bg-white .nav-item::after{
	color: #005293;
}
.nav-item {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}
.nav-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding: 0.5em 0;
  display: block;
}
.nav-item a.btn {
  color: #fff;
  background-color: #005293;
  border-radius: 0;
}
.nav-item a.btn:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  .nav-item a.btn {
    padding-right: 2.5em;
  }
}
.sub {
  padding-left: 1em;
  padding-right: 1em;
  background-color: #EAF1F6;
  margin-bottom:20px;

}
.sub-item a {
  color: #4d4d4d;
  border-bottom:solid 1px #005293;		
}
.sub-item2 a {
  color: #4d4d4d;
}
	
@media (min-width: 1200px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
  }
  .nav-item {
    text-align: left;
    position: relative;
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-item a {
    height: 60px;
    display: block;
    font-size: 11px;
    padding: 1.3em 1em;
  }
  .nav-item::after {
    content: '|';
    padding-left: 1em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	  color:#fff;
  }
  .nav-item:nth-last-child(2)::after, .nav-item:last-child::after {
    content: none;
  }
  .sub-btn {
    position: relative;
  }
  .sub {
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    padding-left: 0;
    padding-right: 0;
  }
  .sub-btn:hover .sub {
    opacity: 1;
    visibility: visible;
  }
  .sub-item,.sub-item2 {
    width: 270px;
    height: 60px;
  }
  .sub-item a,.sub-item2 a {
    background-color: #fff;
    border-top: #efefef 1px solid;
  }
  .sub-item a:hover,.sub-item2 a:hover {
    opacity: 1;
    background-color: #EAF1F6;
  }
}
@media (min-width: 1200px) {
  .nav-item a {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .nav-item a {
    font-size: 14px;
  }
}
.navbar-toggler {
  font-size: inherit;
  border: none;
  padding: 0;
}
.navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 15px;
  background-image: url("../image/close.svg");
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("../image/open.svg");
}
/* #fixed-footer */
#fixed-footer {
  text-align: center;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.4);
}
#fixed-footer a {
  color: #fff;
  font-weight: 600;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #005293;
}
@media (min-width: 768px) {
  #fixed-footer a {
    font-size: 20px;
  }
}
/* #page-footer */
#page-footer {
  color: #fff;
  line-height: 30px;
  background-color: #005293;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  #page-footer {
    padding-bottom: 40px;
  }
}
#page-footer a {
  color: #fff;
}
#page-footer .btn {
  color: #005293;
  border-radius: 0;
}
#page-footer .fa-brands {
  font-size: 45px;
}
#page-footer .f_nav_wrap{
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
	justify-content: space-between;
}

#page-footer.f_nav_wrap .f_nav_column_wrap{
	width: 30%;
}
#page-footer .f_nav_list .f_nav_listitem{
	padding-left: 1.5em;
	position: relative;
}

#page-footer .f_nav_list .f_nav_listitem::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("../image/f_nav_arrow.svg");
	width: 1em;
	height: 1em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#page-footer .f_nav_list .f_nav_list_haschild .child{
	padding-left: calc(1.5em + 6px);
	position: relative;
}

#page-footer .f_nav_list .f_nav_list_haschild .child::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	background: url("../image/f_nav_child_arrow.svg");
	width:6px;
	height: 9px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* 下層ページタイトル */
.page-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .page-ttl {
    padding: 60px 0;
  }
}
.page-ttl {
  background: url("../image/page_ttl_bg.jpg") no-repeat center/cover;
}
.page .sub-ttl-1,.page .head-ttl-2{
	color: #fff;
}
#page-menu ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#page-menu ul li{
	width: calc(100%/3);
	padding: 0 15px;
	
}
.p2-se2-box {
  text-align: center;
}
@media (min-width: 768px) {
  .p2-se2-box {
    display: flex;
    align-items: center;
  }
}
.p2-se2-head {
  text-align: center;
}
@media (min-width: 768px) {
  .p2-se2-head {
    text-align: left;
  }
}
.p2-se2-text {
  color: #005293;
  font-size: 18px;
  font-weight: 600;
}
.p4-se2-head {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p4-se2-head {
    font-size: 22px;
  }
}
.p3-se3-text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .p3-se3-text {
    font-size: 20px;
  }
}
.p3-se3-head {
  color: #005293;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .p3-se3-head {
    font-size: 20px;
  }
}
.product3 #section3 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
section {
  padding-top: 60px;
}
/* トップページ */
#mv{
position: relative;
}
#mv_messege{
position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 999;
	white-space: nowrap;
}
#mv_messege p{
margin-bottom: 0;
	display: inline-block;
    margin: 0;
color: #fff;
	font-weight: bold;
	font-size: 80px;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	line-height: 80px!important;
}
.cursor {
    display: inline-block;
    background-color: #fff; /* お好みの色に変更 */
    width: 2px;
    height:65px;
    animation: blink 1s infinite;
	margin-left: -2px;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
.slider {
  width: 100%;
}
.slick-next {
  right: 10px !important;
}
.slick-prev {
  left: 10px !important;
}
.slick-arrow {
  z-index: 2 !important;
}
.slick-dots {
  width: 100%;
  bottom: -50px;
}
.hello {
  text-align: center;
}
.hello p{
  margin-bottom: 2rem;
	line-height: 30px;
}

.hello p:last-child{
	margin-bottom: 3rem;
}
.hello-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
	color: #005293;
}
@media (min-width: 768px) {
  .hello-text {
    font-size: 30px;
	  line-height:40px;
  }
}
#home-news .bg-white, .single-post .bg-white, .news .bg-white, .contact .bg-white {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #home-news .bg-white, .single-post .bg-white, .news .bg-white, .contact .bg-white {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.news-time {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.news-title {
  color: #005293;
  font-size: 18px;
  font-weight: 600;
  border-bottom: #707070 1px solid;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .news-title {
    font-size: 20px;
  }
}
.news-content p {
  margin-bottom: 1rem;
}
.info-box {
  margin: 0.5em 0 0;
  padding-bottom: 0.5em;
  border-bottom: #dbdbdb 1px solid;
}
.info-box:last-child {
  border-bottom: none;
}
.info-head {
	font-size: 	14px;
  font-weight: 600;
  color: #005293;
}
.info-detail{
	font-size: 	14px;
}
.info-head2, .info-detail2 {
  font-weight: bold;
}
.info-head2 .row, .info-detail2 .row {
  margin-right: 0;
  margin-left: 0;
}
.info-head2 {
  color: #fff;
  background-color: #005293;
  padding: 8px 0;
  margin-bottom: 8px;
}
.info-detail2 {
  font-size: 14px;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .info-detail2 {
    font-size: 14px;
  }
}
.info-detail2 .row {
  padding-bottom: 8px;
}
.info-detail2 .col-5, .info-detail2 .col-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.info-detail2 .col-2 {
  text-align: end;
}
.bb {
  border-bottom: #707070 1px solid;
}
.info-box3, .info-box4 {
  border: #005293 1px solid;
  background-color: #fff;
}
.info-box3 ul li, .info-box4 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.info-box3 ol li, .info-box4 ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.info-box3 ol li::marker, .info-box4 ol li::marker {
  color: #005293;
  font-weight: 600;
}
.info-box3 {
  padding: 15px;
}
@media (min-width: 768px) {
  .info-box3 {
    padding: 1em;
  }
}
.info-box4 {
  padding: 15px;
}
@media (min-width: 768px) {
  .info-box4 {
    padding: 40px;
  }
}
.info-head3, .info-head4 {
  color: #005293;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
}
.info-head3 {
  font-size: 18px;
}
.info-head4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .info-head4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .home-csr-box {
    width: 50%;
  }
}
.object-fit-wrap {
  width: 100%;
  height: 100%;
}
.object-fit-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-business{
	padding: 60px 0;
}
.home-business_wrap{
	display: flex;
	padding: 0;
	margin: 0;
}
.home-business_wrap > div{
	width: 50%;
}

.home-business_wrap div.left ul {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	padding: 0;
	margin: 0;
	list-style: none;
}

.home-business_wrap div.left ul li{
	width: calc(100% / 3);
}

.home-business_wrap div.right .right_wrap{
	background: #EAF1F6;
	padding:0 2rem;
	align-content: center;
	height: 100%;
}

.home-business_wrap div.right .right_wrap .sub-ttl-1{
	margin-bottom: 35px;
}
.home-business_wrap div.right .right_wrap p{
	margin-bottom: 40px;
}
.home-product-head {
  color: #005293;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.home-product_wrap{
	padding: 1rem;
	position: relative;
}
.home-product_link{
	position: absolute;
	bottom:0;
	right: 0;
	width: 30px;
	height: 30px;
	background: #005293;
	color: #fff;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	z-index: 10;
}

#home-company{
	padding: 60px 0;
}
.home-company_wrap{
	display: flex;
	padding: 0;
	margin: 0;
}
.home-company_wrap > div{
	width: 50%;
}

.home-company_wrap div.left .left_wrap{
	background: #EAF1F6;
	padding: 0 2rem;
	align-content: center;
	height: 100%;
}

.home-company_wrap div.left .left_wrap .sub-ttl-1{
	margin-bottom: 2.34375vw;
}
.home-company_wrap div.left .left_wrap p{
	margin-bottom: 2.734375vw;
}
#home-csr{
	padding: 60px 0 80px;
}
.page-bnr-box {
  position: relative;
  display: block;
  border: #707070 1px solid;
}
.page-bnr-sub {
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
}
@media (min-width: 992px) {
  .page-bnr-sub {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.page-bnr-head {
  color: #005293;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .page-bnr-head {
    font-size: 30px;
  }
}
/* 会社概要 */
#page-link .btn {
  border-radius: 0;
  padding: 5px;
}
#company-profile .bg-white, #company-history .bg-white, #main-customer .bg-white, #main-supplier .bg-white {
  padding: 15px;
}
@media (min-width: 768px) {
  #company-profile .bg-white, #company-history .bg-white, #main-customer .bg-white, #main-supplier .bg-white {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  #company-profile .bg-white, #company-history .bg-white, #main-customer .bg-white, #main-supplier .bg-white {
    padding: 60px;
  }
}
#company-profile .bg-white a {
  color: #005293;
}
#company-profile .bg-white a:hover {
  color: #005293;
}
.timeline-item {
  display: -webkit-flex;
  line-height: 30px;
  width: auto;
}
.timeline-item .day, .timeline-item .detail {
  padding-bottom: 1em;
}
.timeline-item .day {
  color: #005293;
  font-weight: 600;
  width: 30%;
  padding-right: 10px;
  position: relative;
  border-right: #005293 2px solid;
  white-space: nowrap;
}
.timeline-item .day::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: -8px;
  top: 0;
  background-color: #005293;
  border-radius: 7px;
}
@media (min-width: 768px) {
  .timeline-item .day {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .timeline-item .day {
    width: 20%;
  }
}
.timeline-item .detail {
  width: 70%;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .timeline-item .detail {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .timeline-item .detail {
    width: 80%;
  }
}
#main-customer .bg-white, #main-supplier .bg-white {
  border: #707070 1px solid;
}
@media (min-width: 768px) {
  #main-customer .bg-white ul, #main-supplier .bg-white ul {
    width: 50%;
  }
}
.facility-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.gallery-item {
  width: calc((100% - 30px)/2);
  height: 100px;
  margin: 5px;
}
@media (min-width: 768px) {
  .gallery-item {
    width: calc((100% - 90px)/3);
    height: 120px;
    margin: 15px;
  }
}
@media (min-width: 992px) {
  .gallery-item {
    height: 225px;
  }
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
}
form label {
  font-weight: bold;
}
form .form-box {
  margin-bottom: 30px;
}
form .required, form .any {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 5px;
  margin-left: 0.5em;
}
form .required {
  background-color: #FD572F;
}
form .any {
  background-color: #A6A6A6;
}
form textarea {
  height: 180px;
}
form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mwform-tel-field input[type="text"] {
  width: 5em !important;
}
.mwform-radio-field label {
  margin-right: 1em;
}
.mw_wp_form_confirm .required, .mw_wp_form_confirm .any {
  display: none;
}
form .btn {
  padding-left: 2em;
  padding-right: 2em;
}
.mw_wp_form_confirm .contact-message {
  display: none;
}
/* ======= ページネーション  ======= */
.pagenation {
  margin: 1em 0;
}
.pagenation a {
  color: #005293;
}
.pagenation ul {
  margin: 0;
  padding: 0
}
.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}
.pagenation li:first-child {
  margin-left: 0;
}
.pagenation li.active {
  background-color: #005293;
  color: #FFFFFF;
  padding: 0 10px;
}
.pagenation li a {
  color: #005293;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}
.pagenation li a:hover {
  color: #005293;
  opacity: 0.8;
}
#solar h3 {
  color: #5FB47E;
  font-weight: bold;
}
#solar .text {
  font-size: 17px;
  font-weight: bold;
  padding: 0 0 20px 15px;
  line-height: 30px;
}
/*=================事業紹介ページ  ===================*/
#business_menu{
	padding: 80px 0;
}
#business_menu .business_menu_item{
	position: relative;
	color: inherit;
	display: block;
}
#business_menu .business_menu_item p{
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: bold;
	padding: .5em 0;
	position: absolute;
	left:0;
	right: 0;
	bottom:0;
	background: #005293;
}

#business_menu .business_menu_item p span{
	display: block;
	position: relative;
}

#business_menu .business_menu_item p span::after{
	content: "";
	width: .75em;
	height: .75em;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	right: 20px;
	top:calc(50% - .375em);
	transform:rotate(-45deg);
}
#business_cont1,#business_cont3{
	background: #EAF1F6;
	padding: 40px 0;
}

#business_cont2{
	padding: 40px 0;
}
.business_cont h3{
	text-align: center;
	padding: .5em 0;
	color: #005293;
	font-weight: bold;
	border-top: 2px solid #005293;
	border-bottom: 2px solid #005293;
	margin-bottom: 1rem;
	font-size: 18px;
}
#page_product1_section2 .head-ttl-1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    position: relative;
    color: #005293;
    margin-bottom: 1em;
}
@media (min-width: 768px) {
#business_cont1,#business_cont3{
   padding: 60px 0;
  }
#business_cont2{
	padding: 60px 0;
}	
.business_cont h3{
	font-size: 18px;
	}
}
#page_product1_section2 ul{
	padding: 0;
	margin: 0;
	list-style: none;
	
}
#page_product1_section2 ul li{
	padding-left: 34px;
	position: relative;
	font-size: 14px;
	color: #005293;
	font-weight: bold;
}
#page_product1_section2 ul li:not(:last-child){
	margin-bottom: 1rem;
}

#page_product1_section2 ul li::before{
	position: absolute;
	left: 0;
	top: 0;
	background: url("../image/product1-no1.svg");
	width: 24px;
	aspect-ratio:1/1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
}

#page_product1_section2 ul li:nth-child(2)::before{
	background: url("../image/product1-no2.svg");
}
#page_product1_section2 ul li:nth-child(3)::before{
	background: url("../image/product1-no3.svg");
}
#page_product1_section4 .head-ttl-1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    position: relative;
    color: #005293;
    margin-bottom: 3em;
}
#page_product1_section4 h3{
    color: #005293;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1.5em;
	
}
@media (max-width: 768px) {
	#page-menu ul li{
		width: 100%;
	}
.pb-60 {
    padding-bottom: 30px;
}
.pt-60 {
    padding-top: 30px;
}
.pt-40 {
  padding-top: 20px;
}
.pb-40 {
  padding-bottom: 20px;
}	
	section {
    padding-top: 30px;
}
	#page_product1_section4 .head-ttl-1{
		margin-bottom: 1em;
	}
	#page_product1_section4 h3{
		margin-bottom: .5em;
		line-height:22px;
	}
}

#page_product1_section4,#page_product2_section1,#page_product2_section2,#page_product2_section3{
	padding: 60px 0;
	
}
#page_product2_section1 h2{
	background: #005293;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1rem;
	padding: .5em 1em;
}
.switch_wrap {
            position: relative;
            display: inline-block;
            max-width: 100%;
        }

        .switch_wrap img {
            width: 100%;
            height: auto;
            display: block;
            transition: opacity 0.3s ease;
			border:2px solid #005293;
        }

        .switch_wrap img.hidden {
            display: none;
        }

        .switch {
            position: absolute;
            bottom: 10px;
            right: 10px;
            display: flex;
            background: rgba(0, 0, 0, 0.8);
            border-radius: 25px;
            padding: 4px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }

        .switch-btn {
            padding: 8px 16px;
            border: none;
            background: transparent;
            color: white;
            cursor: pointer;
            border-radius: 20px;
            font-size: 12px;
            font-weight: bold;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .switch-btn.active {
            background: white;
            color: #333;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        }

        .switch-btn:hover:not(.active) {
            background: rgba(255, 255, 255, 0.1);
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .switch {
                bottom: 5px;
                right: 5px;
            }
            
            .switch-btn {
                padding: 6px 12px;
                font-size: 11px;
            }
        }
#page_product2_section2 h2,#page_product2_section3 h2{
	text-align: center;
	color: #005293;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3rem;
}
#page_product2_section3 .bg-light-blue{
	padding: 1.25em;
}
#page_product2_section3 .bg-light-blue h2{
	text-align: center;
	color: #005293;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}

#page_product2_section3 .bg-white{
	padding: 2em;
}
#page_product2_section3 .bg-white h3{
	padding-left: 1.5em;
}
#page_product2_section3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
	
}

#page_product2_section3 ul:not(:last-child){
	margin-bottom: 2rem;
} 
#page_product2_section3 ul li {
    font-size: 14px;
}
#page_product2_section3 ul li:not(:last-child){
	margin-bottom: .75rem;
	
}
#page_product2_section3 .bg-white ul li h3 {
    padding-left: 34px;
    position: relative;
    font-size: 14px;
    color: #005293;
	line-height: 30px;
    font-weight: bold;
}
#page_product2_section3 ul li h3::before {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/product1-no1.svg);
    width: 24px;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}
#page_product2_section3 ul:nth-child(2) li h3::before {
    background: url(../image/product1-no2.svg);
}
#page_product2_section3 ul:nth-child(3) li h3::before {
    background: url(../image/product1-no3.svg);
}

@media (max-width: 768px) {
	#page_product2_section1, #page_product2_section2, #page_product2_section3{
		padding: 40px 0;
	}
}

#page_product4_section1,#page_product4_section2,#page_product4_section3{
	padding: 60px 0;
	
}

#page_product4_section2 h2,#page_product4_section3 h2{
	text-align: center;
	color: #005293;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3rem;
}

#page_product4_section2 p:not(:last-child){
	margin-bottom: 1.5em;
}
#page_product4_section3 h3{
	background: #005293;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .5rem;
	padding: .5em 1em;
}
#page_product4_section3 .page_product4_sec3_wrap:not(:last-child){
	margin-bottom: 1.25em;
}

@media (max-width: 768px) {
	
#page_product4_section1,#page_product4_section2,#page_product4_section3{
	padding: 40px 0;
	
}
#page_product4_section3 .page_product4_sec3_wrap{
	margin-bottom: 1.25em;
}
}

#page_product5_section1,#page_product5_section2{
	padding: 60px 0;
	
}#page_product5_section3{
	padding: 60px 0 0;
	
}#page_product5_section3 .bg-light-blue{
	padding: 60px 0;
}

#page_product5_section2 h2,#page_product5_section3 h2{
	text-align: center;
	color: #005293;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3rem;
}

#page_product5_section2 p.figure{
	font-weight: bold;
	color: #005293;
	padding-left: 1.5em;
}

#page_product5_section2 .p5_sec2_textwrap:not(:last-child){
	margin-bottom: 1.5em;
}
#page_product5_section2 .p5_sec2_textwrap table{
	color: #005293;
	font-weight: bold;
	padding-top:0px;
	margin-top:0px;
}

#page_product5_section2 .p5_sec2_textwrap table th,
#page_product5_section2 .p5_sec2_textwrap table td {
  padding: 4px 8px;  /* ← セル内余白を小さく */
  line-height: 1.5;  /* ← 行間を詰める */
}

#page_product5_section2 .p5_sec2_bg_blue{
	background: #005293;
	padding: 1.5em ;
}

#page_product5_section2 .p5_sec2_bg_blue h3{
	text-align: center;
	margin-bottom: 1rem;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

#page_product5_section2 .p5_sec2_bg_blue .bg-white{
	padding: 1.5em;
}

#page_product5_section2 .p5_sec2_bg_blue .bg-white li{
	font-weight: bold;
	color: #005293;
	font-size: 	16px;
	
}
#page_product5_section3 h3{
	background: #005293;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .5rem;
	padding: .5em 1em;
}

#page_product5_section3 .delivery_case h3{
	background: inherit;
	color: #005293;
	text-align: center;

}
#page_product5_section3 .page_product5_sec3_wrap:not(:last-child){
	margin-bottom: 1.25em;
}

@media (max-width: 768px) {
	
#page_product5_section1,#page_product5_section2{
	padding: 40px 0;
	
}
	#page_product5_section3{
	padding: 40px 0 0;
}
	#page_product5_section3 .bg-light-blue{
	padding: 40px 0;
}
#page_product5_section3 .page_product5_sec3_wrap{
	margin-bottom: 1.25em;
}
}

#page_product3_section1,#page_product3_section2,#page_product3_section3{
	padding: 60px 0;
	
}

#page_product3_section2 h2,#page_product3_section3 h2{
	text-align: center;
	color: #005293;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3rem;
}
#page_product3_section2 .bg-white h2{
	margin-bottom: 1rem;
	color: #fff;
	font-size: 14px;
	background: #005293;
	padding: .5em 0;
}
#page_product3_section2 .bg-white ul{
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}
#page_product3_section2 .bg-white ul li{
	padding: 0 15px;
}

#page_product3_section2 .bg-white ul li:nth-dhild(1){
	width: 26.09375vw;
}
#page_product3_section2 .bg-white ul li:nth-dhild(2),#page_product3_section2 .bg-white ul li:nth-dhild(3){
	width: 19.0625vw;
}

#page_product3_section2 .bg-white ul li h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .25em;
}
#page_product3_section3 .bg-light-blue {
    padding: 1.25em;
}
#page_product3_section3 .bg-light-blue h2 {
    text-align: center;
    color: #005293;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
}
#page_product3_section3 .bg-white {
    padding: 2em;
}
#page_product3_section3 ul:not(:last-child) {
    margin-bottom: 2rem;
}

#page_product3_section3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#page_product3_section3 ul li {
    font-size: 14px;
}
#page_product3_section3 ul li:not(:last-child) {
    margin-bottom: .75rem;
}
#page_product3_section3 .bg-white ul li h3 {
    padding-left: 34px;
    position: relative;
    font-size: 14px;
    color: #005293;
    line-height: 30px;
    font-weight: bold;
}
#page_product3_section3 ul li h3::before {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/product1-no1.svg);
    width: 24px;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}
#page_product3_section3 ul:nth-child(2) li h3::before{
	background: url(../image/product1-no2.svg);
}
#page_product3_section3 ul:nth-child(3) li h3::before{
	background: url(../image/product1-no3.svg);
}

@media (max-width: 768px) {
	#navbarSupportedContent{
		transition: all .2s;
		opacity: .5;
	}
	#navbarSupportedContent.collapse.show {
		background: #fff;
		transition: all 0s;
		opacity: 1;
		
	}
	#navbarSupportedContent.collapse.show .nav-item a{
		color: #005293;
	}
	.nav-item {
    line-height: 20px;
	}
	#mv_messege p{
		font-size: 30px;
	}
	.cursor {
    height: 35px;
	}
#page_product3_section1, #page_product3_section2, #page_product3_section3 {
    padding: 40px 0;
}
	#page_product3_section2 h2, #page_product3_section3 h2 {
    margin-bottom: 1.5rem;
}
	#page_product3_section2 .bg-white ul{
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	#page_product3_section2 .bg-white ul li{
		padding: 0;
	}
	#page_product3_section2 .bg-white ul li:not(:last-child){
		margin-bottom: 1em;
	}
	#page_product3_section3 .bg-white {
    padding: 1em;
}
}
#page-top-btn{
	position: fixed;
	width: 65px;
	height: 65px;
	bottom:3rem;
	right: 3rem;
	cursor: pointer;
}

@media (max-width: 768px) {
	.home-business_wrap div.right .right_wrap{
		padding: 1.5em 1rem;
	}.home-company_wrap div.left .left_wrap{
		padding: 1.5em 1rem;
	}.home-company_wrap div.right{
		
		order: 1;
	}.home-company_wrap div.left{
		order: 2;
	}
	.home-company_wrap,.home-business_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.home-company_wrap > div,.home-business_wrap > div{
	width:100%;
}
	#page-top-btn{
    bottom: 4rem;
    right: .25rem;
	}
}

#home-csr h3{
	text-align:center;
	color:#fff;
	background:#005293;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	padding:5px 0;
	
}

#home-csr .top_rec_wrap{
	border: 2px solid #005293;
	height: 100%;
	position: relative;
}
#home-csr .home-rec_link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #005293;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    z-index: 10;
}