@charset "utf-8";
/* -------------------------
common
------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@media screen and (min-width: 481px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 480px){   
  .pc { display:none; }
  .sp { display:block; }
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "黎ミンY20 M";
	font-size: 1em;
	color: #000;
	line-height: 1.6;
	background: #fffaf0 ;
}
img {
	border: none;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #000;
}
a:focus {
	outline: none;
}
a:focus img {
	outline: none;
}
ul, ol {
	list-style: none;
}
hr {
	width: 100%;
	height: 0;
	border: none;
	border-bottom: 1px solid #ccc;
}
.cb {
	box-sizing: content-box;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
}
#pageTop a img {
	opacity: 0.3;
}
#pageTop a:hover img {
	opacity: 0.5;
}




/* -------------------------
header
------------------------- */

.globalMenuSp{

 display:none;

}


header {
	width: 100%;
	height: 180px;
	margin: auto;
Padding-bottom:50px;
background: url(../img/pctopnoren.jpg)no-repeat;
z-index: 9998;
  position: fixed;	
background-size: 1000px 180px;
background-position: center;
}



h1 .logosmp {
	width: 450px;
	height: auto;
	margin: auto;
margin-top: 40px;

}

	


footer {
	width: 100%;
	min-width: 1200px;
	background: #002d6b;
	padding-top: 24px;
	padding-bottom: 24px;
}
footer p {
	font-size: 10px;
	color: #fff;
	line-height: 1;
	text-align: center;
}



/* -------------------------
contents
------------------------- */
#contentsWp {
	width: 1200px;
	margin: 0 auto;
}
.topmenu{
background: #fffaf0 ;
padding-top: 15px;
margin-top: 15px;
}
.topmenu p {

display: inline-block;
Padding-right:15px;
Padding-left:15px;
font-size: 15px;
color: #002d6b;
Margin:auto;
Padding-bottom:15px;


}
.topmenu p a{

display: inline-block;
Padding-right:15px;
Padding-left:15px;
font-size: 15px;
color: #002d6b;
Margin:auto;
Padding-bottom:15px;


}

.topmenu a:hover {
  text-decoration: underline;
  transition-duration: 0.3s;
}


/* -----スライド ------*/


.swiper-container {
width: 1000px;
margin-top: 200px;
      }
.swiper-button-next {
    display: none;
}
.swiper-button-prev{
    display: none;
}

.swiper-slide {
padding-top: 30px;
/* 画像位置の調整用 */
text-align: center;
color: #fff;
Margin:auto;
      }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px!important;
    left: 0;
    width: 100%;
}

/* -----トップニュースバナー------*/


.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:10px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	
}
.newsdate {
Text-align: center;
Color: #000000;
Font-size: 14px;
font-family: sans-serif;
font-weight: bold;
}

.news{
Text-align: center;
Color: #000;
Font-size: 15px;
font-family: serif;
}


.topban{
Width:1000px;
Margin:auto;
}

.top-banner a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

h2{
 Color:#002b60;
Font-size:22px;

  margin:0 auto;
Text-align:center;
font-family: serif;
  }

.spec{
Padding-top:10px;
Padding-bottom:10px;
Text-align:center;
Color:#000;
Font-size:15px;
font-family: serif;
}

.topimg{
Width:1000px;
Padding:10px;

}
.head-border {
    display: flex;
    align-items: center;
Width:980px;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #002b60;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

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


.ftbanner{
	display: flex;
	flex-wrap:wrap;
}
.ftbanner li {
	width: calc(100%/3);/*←画像を横に4つ並べる場合*/
	padding:10px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.ftbanner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	
}

.ftban{
Width:200px;
Margin:auto;
}

.ftbanner a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.newsbtn{
    width:200px;
    height:50px;
    line-height:50px;
    margin-top:15px;
    margin:0 auto;
}
.newsbtn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#002B60;
    text-align:center;
    border:2px solid #002B60;
    color:#FFFCF0;
    font-size:17px;
    border-radius:19px;
    -webkit-border-radius:19px;
    -moz-border-radius:19px;
    transition: all 0.5s ease;
}
.newsbtn a:hover{
    background:#FFFCF0;
    color:#002B60;
    margin-left:0px;
    margin-top:0px;
    border:1px solid #002B60;
    box-shadow:none;
}

.specimg{
padding-top:50px;
}

.specsp{
display:none;
}

.companyinfo{
  font-size: 10px;
  color: #002d6b;
  line-height: 1.4;
  text-align: center;
}

/* ---dropdown menu---*/

.nav-menu-list {
	display: flex;
	list-style-type: none;
	flex-wrap: wrap;
	align-items: center;
	gap: 25px 50px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #333;
	justify-content: flex-end;
}

.nest-box {
  position: relative;
  padding-right: 20px;
  background-color: #082a55;
  color: #fffaf0;
  padding-left: 10px;

	summary:hover {
		cursor: pointer;
		text-decoration: underline;
	}
}

.nest-box-list {
	position: absolute;
  top: 120%;
  display: flex;
  list-style-type: none;
  padding: 20px;
  gap: 20px 20px;
  background-color: #0c1c5bcc;
  color: #FFF;
  border-radius: 10px;
  z-index: 9999;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  width: max-content;
  }

.all-inherit-link {
	color: inherit;
	text-decoration: none;

	&:active {
		color: inherit;
		text-decoration: underline;
	}

	&:visited {
		color: inherit;
	}

	&:hover {
		text-decoration: underline;
	}	
	
}

	

.introduction {
    display: grid;
    gap: 8px;
    width: 800px;
    margin: 0 auto;
    background-color: #1d264a;
padding: 10px;
}
    
.div1 {
padding-left: 50px;
padding-top: 20px;
}


.div2 {
    grid-column: span 3 / span 3;
    color: white;
    font-size: 30px;
    padding-top: 20px;
}

.div3 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-row-start: 2;
padding-bottom: 20px;
  padding-left: 15px;
  padding-top: 10px;
}

.div4 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
    color: white;
    font-size: 13px;
    padding: 5px;
}
.hanmiintro {
position: relative;
width:1200px;
}
.hanmitext {
position: absolute;
  color: #000;
  font-size: 0.8rem;
  align: left;
  top: 27%;
  left: 57%;
  padding: 0.3rem 0.5rem;
  margin: 0;
  text-align:left;
}

.zangitext {
position: absolute;
  color: #000;
  font-size: 0.8rem;
  top: 72%;
  left: 11%;
  padding: 0.3rem 0.5rem;
  margin: 0;
  text-align:right;
}
.toppic {
width:800px;
height:auto;
margin: 0 auto;
}

.anim-box {
width:800px;
height:auto;
margin: 0 auto;
}

.anim-box img {
width:800px;
height:auto;
margin: 0 auto;
}

.mapbox {
width:800px;
}
.maptext {
  padding-top: 70px;
  font-size: 70px;
  color: #9e2c2c;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 50px;
  text-align: left;
}


/* 全体 */
.scrollAnim.ready {
  opacity: 0;
  transition: all .8s ease-in;
}
.scrollAnim.ready.active {
  opacity: 1;
}

/* スケール（Scale） */
.scrollScale.ready {
  transform: scale(0.8);
}
.scrollScale.ready.active {
  transform: scale(1);
}

/* スライド（Slide） */
.scrollSlide.ready {
  transform: translateX(80px);
}
.scrollSlide.ready.active {
  transform: translateX(0);
}

/* スライド（Slide2） */
.scrollSlide2.ready {
  transform: translateX(-80px);
}
.scrollSlide2.ready.active {
  transform: translateX(0);
}
.top-banner {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
}

.top-banner li {
  width: calc(100%/2);
  padding: 10px;
  box-sizing: border-box;
}

.top-banner li img {
  max-width: 100%;
  height: auto;
}

.menuname {
  Text-align: center;
  Color: #000000;
  Font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  padding-top: 5px;
}



.fade-in-text {
position: relative;
  padding-top: 50px;
  font-size: 80px;
  opacity: 0;
  transform: translateY(100%);
  animation: fadeInFromBottom 1s forwards;
  color: #9e2c2c;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 73px;
}

@keyframes fadeInFromBottom {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateY(0); /* アニメーション終了時の位置 */
  }
}

    .fade-in-pic {
    position: relative;
    padding-top: 20px;
    opacity: 0;
    transform: translateY(100%);
    animation: fadeInFromBottom 1s forwards;
}

.address {
  Color: #000000;
  Font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  padding-top: 5px;
  text-align: left;
}
     