@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap');

body {
    margin: 0 auto;
    color: #1E1E1E;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	line-height:28px;
	text-align: justify;
}

a{
	color: #006483;
}
a:hover{
	color: #006483;
	transition: all 0.2s ease-in-out;
}

img{
	width: 100%;
}

/*TOP*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.92);
}

.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}

.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: #1E1E1E;
  transition: all 0.4s;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}

.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  opacity: 0;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 20px;
}

.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 100%;
}

.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(255,255,255,0.9);
}

.p-nav__list {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

.p-nav__item {
  position: relative;
  border-bottom: 2px solid transparent;
}

.p-nav__link {
  color: black;
  display: block;
  padding: 45px 25px 25px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height:17px;
}

.p-nav__item:hover{
	border-bottom: 2px solid #006483;
	transition: all 0.3s ease;
}
.p-nav__item a{
	text-decoration:none;
}
.p-nav__link span{
  font-size: 10px;
}

.p-header__title img {
    width: 310px;
}

.mainImg {
    background: url("../img/top1.jpg") no-repeat center top;
    background-size: contain;
    width: 100%;
    aspect-ratio: 1920 / 930;
    margin-top: 90px;
}

.top1{
	text-align: center;
	padding: 90px 0;
}

.top1 span{
    font-weight: 600;
	font-size: 38px;
	letter-spacing: .05em;
	margin-bottom:20px;
	line-height:50px;
}

.top2{
	padding:90px 0;
	background-color: #DBE4E6;
	font-size: 14px;
	line-height: 25px;
}

h3 {
    font-weight: 600;
    font-size: 29px;
    position: relative;
    padding-bottom: 18px;
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}

h3 span {
    font-size: 19px;
    display: inline-block;
}

h3:before {
	position: absolute;
	bottom: -7px;
	left: calc(50% - 30px);
	width: 90px;
	height: 3px;
	content: '';
	background: #006483;
    transform: translateX(-20%);
}

.top3 {
  padding: 90px 0;
  background: url("../img/top4.webp") no-repeat center / cover;
  position: relative;
  height: 800px;
}

.top3Sec {
  text-align: center;
  position: relative;
}

.top3Sec p {
  margin-top:130px;
  position: relative;
  z-index: 2;
}

.top3Sec::before {
  content: "";
  position: absolute;
  background: url("../img/top8.webp") no-repeat center center / contain;
  width: 420px;
  height: 420px;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.top3::after {
  content: "";
  position: absolute;
  background: url("../img/top5.webp") no-repeat center center / contain;
  width: 1200px;
  height: 650px;
  bottom: 0;
  right: 0;
}

h2{
	font-weight: 600;
	font-size: 95px;
	line-height:46px;
	margin-bottom: 40px;
	margin-left: 200px;
}

h2 span{
	font-weight: 400;
	font-size: 23px;
}
.h2right{
    text-align: right;
	margin-right: 200px;
}
.button {
	display: inline-block; 
    justify-content: center;
	text-align: center;
	width: 250px;
	padding: 20px;
    margin: 20px auto 0;
    background-color: #006483;
	color: #FFFFFF;
    font-size: 1em;
    position: relative;
    z-index: 10;
}
.button img {
    width: 20px;
	margin-left:15px;
	padding-bottom: 7px;
}
.button:hover{
	filter: brightness(120%);
	color: #FFFFFF;
	text-decoration: none;
}
.top4{
  padding: 90px 0;
}

.top4 img{
	margin-bottom: 30px;
	border:1px solid transparent;
}

.top4 img:hover{
	border:solid 1px #006483;
	transition: all 0.3s ease;
}
.top5{
	background-color: #DBE4E6;
	margin-bottom: 40px;
}
.top5Sec{
	margin-left: 200px;
}
.top5Img1 {
  background: url("../img/top6.webp") no-repeat center center;
}
.top5Img2 {
  background: url("../img/top7.webp") no-repeat center center;
}
.top5 .container-fluid .row .col-12.col-lg-6{
	padding: 90px 0;
}
footer{
	text-align: center;
}
footer img{
	margin-top: 60px;
	width: 350px;
}
footer span{
	display: block;
	text-align: right;
	font-size: 12px;
}
.footerSec1{
    text-align: left;
	margin: 40px auto;
	width: 540px;
	text-indent: -6em;
	padding-left: 6em;
}
table{
	width: 100%;
	text-align: center;
	margin-top:-10px;
}

.tableWide{
   width: 1em;
   white-space: nowrap;
}
.tablesolid{
   border-bottom: 1px solid #9B9B9B;
}
.tablepadding{
	padding-left: 6em;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
th {
	background: #DBE4E6;
}
.footerSec2{
	width: 100%;
	padding: 12px 0 1px;
	background-color: #1E1E1E;
	text-align: center;
}
.footerSec2 p{
	color: #fff;
}

/*about us*/
.minheader{
	margin-top:90px;
	padding: 90px 0 60px;
	background: url("../img/header.webp") no-repeat center / cover;
	position: relative;
}
.minheader h2{
	color: #fff;
}
.abus1{
	padding: 90px 0;
}
.abus2{
  margin-bottom: 50px;
}
.abus2 .row {
  align-items: center;
}
.abusRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #DBE4E6;
  padding: 40px 40px 25px 40px;
  margin-left:-50px;
  z-index: 2;
}
.abusleft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #DBE4E6;
  padding: 40px 40px 25px 40px;
  margin-right:-50px;
  z-index: 2;
}
h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.pointImage {
  position: absolute;
  width: 140px;
  height: 90px;
  top: -75px;
  background-size: contain;
  background-repeat: no-repeat;
}

.pointImage.pt1 {
  background-image: url("../img/abus_font1.webp");
  right: -52px;
}
.pointImage.pt2 {
  background-image: url("../img/abus_font2.webp");
  left: -52px;
}
.pointImage.pt3 {
  background-image: url("../img/abus_font3.webp");
  right: -52px;
}
.pointImage.pt4 {
  background-image: url("../img/abus_font4.webp");
  left: -52px;
}
.pointImage.pt5 {
  background-image: url("../img/abus_font5.webp");
  right: -52px;
}
.pointImage.pt6 {
  background-image: url("../img/abus_font6.webp");
  left: -52px;
}
.pointImage.pt7 {
  background-image: url("../img/abus_font7.webp");
  right: -52px;
}

.abus3{
	padding-top: 90px;
}
.abus3Sec {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  margin-bottom: 80px;
}

.abus3Sec:hover {
  transform: scale(1.05);
}
.mbSec{
	width: 85%;
	background-color: #DBE4E6;
	padding: 20px 25px;
	text-align: center;
	margin: -20px auto;
	display: inline-block;
}
hr{
	margin-top:0.5rem;
	margin-bottom: 0.5rem;
}
.mbft1{
	color:#006483;
	
}
.mbft2{
	font-size: 14px;
	display: block;
	margin-bottom: -23px;
}
.mbft3{
	font-size: 26px;
	font-weight: 600;
}
.mbft4{
	font-size: 14px;
}
.mbft5{
	font-size: 25px;
	font-weight: 600;
	color: #006483;
	display: block;
	margin-bottom: -10px;
}


/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modalDesign {
  background-color: #DBE4E6;
  padding: 40px;
  transform: scale(0.8);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  width: 70%;
  overflow-y: auto;
  max-height: 85vh;
  font-size: 14px;
  line-height:24px;
}

.modal.show {
  opacity: 1;
}

.modal.show .modalDesign {
  transform: scale(1);
  opacity: 1;
}

.abus4Sec {
  text-align: center;
}
.abus4Sec img{
	margin-bottom: 20px;
}
.abus4Sec p{
	margin-top: 20px;
}
.modal ul {
    list-style-position: inside;
}
.modal ul li ,.hs2 ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.close{
  cursor: pointer;
}
/* モーダルここまで */
.abus3 .row{
	justify-content: center;
}


/*Access*/
.ac1,.hs1{
	padding: 90px 0;
}
.ac1 p{
    padding-left: 1em;
    text-indent: -1em;
}
.ac1Col{
	color:#006483;
	margin-top: 20px;
	display: block;
	margin: 40px 0 -25px;
}
.ac1 iframe{
  width: 100%;
  height: 580px;
  border: 0;
	
}
.ac1 img{
	width: 80%;
	display: block;
	margin: 50px auto 0;
}



/*history*/
.hs1 .row{
	margin-right:-7px;
	margin-left: -7px;
}
.hs1 ul {
  padding: 0;
}
.hs1 li {
  list-style-type: none;
}
.hs1 dd {
  margin-left: 0;
}
.hs1 p{
	padding-right: 20px;
}
.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
  margin-left: 25%;
  margin-bottom: 80px;
}
.flow > li dl:last-of-type {
  margin-bottom: 0;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #006483;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 40px;
  font-weight: 600;
  color: #006483;
  margin-bottom: 30px;
  letter-spacing: .05em;
}
.flow > li dl dt span{
  font-size: 25px;
  margin-left: 20px;
}
.hs2{
	background-color: #DBE4E6;
	padding: 30px;
	margin: 40px 25px 0 5px;
}
.hs2 li{
	
  font-size: 14px;
  line-height:24px;
}
.hs3{
	margin: auto 0;
}
.mbft1aki{
	display: block;
	margin-bottom: -20px;
	
}
.hsImg{
	margin-top: 15px;
}
.mdSec{
	margin-bottom: 70px;
}
.center {
  display: flex;
  flex-direction: column;
}

.acwrap{
	border: 1px solid #006483;
	padding: 30px;
	margin: 0 auto;
}





/*pcのみ*/
@media screen and (min-width: 768px) {
	.sponly {
		display: none;
	}
	.brsp {
		display: none;
	}
	  .p-header__hamburger {
    display: none;
  }
	
  .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
  }
	
  .p-header__nav {
    position: static;
    opacity: 1;
    height: inherit;
    width: initial;
  }
	
  .p-nav__list {
    padding-right: 0;
    padding-left: 0;
    display: flex;
  }
	
  .topmap{
	width: 100%;
	text-align:center;
  }
  .topmap img{
	max-width: 70%;
	margin-top:-80px;
  }

}








/*sp以下*/
@media screen and (max-width: 767px) {
	body {
	font-size: 14px;
	line-height:25px;
}
	
	.pconly {	
		display: none;
	}
	.brsp {
		display: inline-block;
	}
	.p-header__title img {
		width: 200px;
	}
	
	.p-header__inner {
		height: 70px;
	}
	
	.mainImg{
		background: url("../img/top1_sp.jpg") no-repeat center top;
		background-size: contain;
		width: 100%;
		aspect-ratio: 720 / 920;
		margin-top: 70px;
	}
	.top1,.top2,.top3,.top4,.abus1{
		padding: 60px 0;
	}
	.top5 .container-fluid .row .col-12.col-lg-6{
		padding: 50px 0;
	}

	.topmap img { 
		display: block;
		margin: 0 auto;
		max-width: 85%;
		margin-top: -40px;
	}
	
	.p-nav__item:hover{
		border-bottom: none;
	}
	
	.top1 span{
		font-size: 30px;
		line-height:42px;
	}
	
	.h2right{
		text-align:  initial;
		margin-right:0;
	}
	h3{
		margin-bottom: 40px;
		font-size: 25px;
		padding-bottom:10px;
	}
	h2{
		font-size: 47px;
		line-height:33px;	
		margin-left: 20px;
		margin-bottom: 20px;
	}

	h2 span{
		font-size: 16px;
	}
	h4{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.top2 img{
		width: 60%;
		transform: translateX(32%);
		margin-bottom: 20px;
	}
	.top3Sec:before {
		width: 270px;
		height: 270px;
		top: 59%;
		left: 50%;
	}

    .top3:after {
        width: 340px;
        height: 215px;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
	
	.top3Sec p {
        margin: 70px 0 0px;
    }
	
	.top3 {
        background: url("../img/top4_sp.webp") no-repeat center / cover;
        height: 640px;
    }
	.top4 .container{
		padding:0 30px;
	}
	.top4 .col-6{
		padding:0 5px;
	}
	.top4 img{
		margin-bottom: 10px;
	}
	.top5Sec{
		position: relative;
    	margin: 0 20px;
    }
  .top5Img1,.top5Img2 {
		background-size: cover;
  } 
  .top5Sec .button {
		left: 50%;
		transform: translateX(-50%);
  }
  footer img{
		margin-top: 40px;
		width: 75%;
  }
  .footerSec1{
		width: 90%;
		text-indent: 0em;
		padding-left: 0em;
  }
  .tablepadding{
		padding-left: 0em;
  }

  .minheader{
		margin-top:70px;
		padding: 45px 0 25px;
		background: url("../img/header_sp.webp") no-repeat center / cover;
		position: relative;
  }
  .abus2 .row {
		flex-direction: column;
  }
  .abusRight,.abusleft {
		order: 2;
		margin: -20px auto 0;
		padding: 20px 20px 5px 20px;
  }
  .abus2 .row img {
		order: 1;
  }
  .modalDesign {
		padding: 30px 0;
		width: 85%;
		max-height: 90vh;
  }
  .mbft5{
		margin-top:30px;
	}
  .abus3{
		margin-bottom: 40px;
	}
  .abus3Sec {
		margin-bottom: 50px;
	}
  .ac1 iframe{
		height: 350px;
	}
  .flow::before {
		content: "";
		width: 15px;
		height: 100%;
		background: #eee;
		margin-left: -8px;
		display: block;
		position: absolute;
		top: 0;
		left: 30px;
	}
  .flow > li dl {
		padding-left: 40px;
		margin-left: 30px;
		margin-bottom: 55px;
	}
  .hs1 p{
		padding-right: 0px;
	}
  .hs2{
		padding: 15px 5px;
		margin: 40px 0 0 0;
	}
  .hsImg{
		width: 100%;
		margin: 5px 0;
	}
  .mbft1aki{
		margin-top: 20px;
	}
.flow > li dl dt {
  font-size: 32px;
  margin-bottom: 20px;
}
.flow > li dl dt span{
  font-size: 18px;
  margin-left: 0px;
}
	.mdSec{
		margin-bottom: 40px;
	}
	.acwrap{
	padding:20px;
}

}




