@charset "utf-8";

body {
    width: 100%;
    color: #303030;
    font-size: 16px;
    overflow-x: hidden;
   	color: #333333;
  	font-family: 'Noto Sans JP', sans-serif;
}
.bdR {
	border-radius:20px; 
}
img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
.carousel-indicators .active {
       opacity: .7;
}
.cursol-pointer.indicator.active>.coverPoint {
     background: #DBC5B0;
}
.carousel-indicators {
    bottom: -10px;
    /* max-width: 84px; */
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    /* left: -5px; */
}
.cursol-pointer.indicator {
        padding: 0 5px;
}
.coverPoint {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #F0F3F5;
}


.pageTop {
    z-index: 99999;
    max-width: 55px;
    width: 100%;
}
.pageTop>img {
    width: 100%;
  max-width: 55px;
}
.pdf{
    max-width: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px 8px 10px;
    position: relative;
    border: 1px solid rgb(51 51 51);
    color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pdf:hover {
    background: rgb(51 51 51);
    color: #fff;
}
.cmnMsk01 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 25%);
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

/*-- ヘッダー--------------------------------------------------------------*/
.header {
    z-index: 9999999999999999;
    background: #fff;
}
.header.clone {
    transition: all .7s;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 100%;
    max-width: 1920px;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
}

.header.clone.is-animation {
    position: fixed;
    transition: all .7s;
    background: #fff;
    box-shadow: 0px 0px 3px #dbdbdb;
    top: 0;
    opacity: 1;
    visibility: visible;
}

.header.clone .hLogo {
    position: relative;
    max-width: 80px;
    width: 100%;
}
/*-- top--------------------------------------------------------------*/
.topWr03ImgAr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.topWr03ImgAr_renew{  
  grid-template-columns: 1fr;
      gap:20px;
    }
.topWr04Ar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.topWr04link:after {
    outline: 1px solid #fff;
    outline-offset: -8px;
}
.topWr04link:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(24 120 146 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
}
.topWr04link:hover:after {
    background: rgb(24 120 146 / 20%);
    transition: .5s;
}
/*-- フッター--------------------------------------------------------------*/
.fContactAr:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(24 120 146 / 50%);
}
.topWr06:after {
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    background: rgb(255 255 255 / 80%);
}
/*-- 共通--------------------------------------------------------------*/
.topMap>div {
    width: 100%;
    height: 100%;
}

.topMap>div>iframe {
    width: 100%;
    height: 100%;
}

.italic {
  font-style: italic;
}
.fontA {
  font-family: 'Josefin Sans', sans-serif;
}
.fontB {
  font-family: "游ゴシック";
}
.mt-20 {
    margin-top: 15px!important;
}
.mt-40 {
    margin-top: 20px!important;
}
.mt-30 {
    margin-top: 15px!important;
}
.mt-50 {
    margin-top: 30px!important;
}
.mt-60 {
    margin-top: 40px!important;
}
.mt-70 {
    margin-top: 50px!important;
}
.mt-80 {
    margin-top: 60px!important;
}
.mt-110 {
    margin-top: 80px!important;
}
.color01 {
	color: #187892!important;
}
.color02 {
    color: #890202!important;
}
.bgColor01 {
	background: #fff!important;
}
.black {
	color: #333333!important;
}

.white {
	color: #fff!important;
}

.tit01 {
    font-size: 32px;
    letter-spacing: 0.15em;
    color: #362424;
    font-family: 'Josefin Sans', sans-serif;
}
.tit02 {
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #362424;
    font-weight: 500;
}
.subTit01 {
    font-size: 13px;
    color: #362424;
    letter-spacing: 0.1em;
    margin: 8px 0 0 0;
}
.txt01{
    font-size: 14px;
    color: #121212;
    letter-spacing: 0.1em;
    line-height: 1.75em;
}

/*-- ボタン--------------------------------------------------------------*/
.btn01 {
  color: #fff;
  letter-spacing: 0.15em;
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
  max-width: 296px;
  justify-content: center;
  padding: 20px 15px 19px;
  width: 100%;
  transition: all .5s;
  border: 1px solid #187892;
  background: #187892;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
 }
.btn01:hover {
    color: #362424;
    background: #fff;
    transition: all .5s;
}
.btn01:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(/system_panel/uploads/images/arrow.svg)no-repeat center;
    position: absolute;
    right: 16.5px;
    top: 50%;
    transform: translateY(-50%);
}
.btn01:hover:after {
    background: url(/system_panel/uploads/images/arrow2.svg)no-repeat center;
}
.btn02 {
  color: #362424;
  letter-spacing: 0.15em;
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
  max-width: 296px;
  justify-content: center;
  padding: 18px 15px 17px;
  width: 100%;
  transition: all .5s;
  border: 1px solid #fff;
  background: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
 }
.btn02:hover {
    color: #fff;
    background: #187892;
    transition: all .5s;
}
.btn02:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(/system_panel/uploads/images/arrow2.svg)no-repeat center;
    position: absolute;
    right: 16.5px;
    top: 50%;
    transform: translateY(-50%);
}
.contactBtn:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(/system_panel/uploads/images/arrow03.svg)no-repeat center;
    position: absolute;
    right: 16.5px;
    top: 50%;
    transform: translateY(-50%);
}
.btn02:hover:after {
    background: url(/system_panel/uploads/images/arrow.svg)no-repeat center;
}
/*============
nav
=============*/
.navIn {
    max-width: 650px;
    width: 100%;
}

.navLinkIn {
    display: flex;
    /* flex-wrap: wrap; */
    max-width: 256px;
    margin: auto;
}

.hamBx {
    max-width: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    z-index: 999999999;
    background: #187892;
    padding: 14px 10px;
}
.toggle_btn {
    position: relative;
    width: 100%;
    height: 32px;
    transition: all .5s;
    cursor: pointer;
    z-index: 999999999;
    color: #fff;
    font-weight: bold;
    max-width: 48px;
}
.toggle_btnIn {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.toggle_btnIn div {
	display: block;
	position: absolute;
	right: 0;
	height: 2px;
	background-color: #fff;
	transition: all .5s;
}

.toggle_btnIn div:nth-child(1) {
	top: 0%;
	width: 100%;
}

.toggle_btnIn div:nth-child(2) {
	top: 44%;
	max-width: 38px;
	margin: 0 0 0 auto;
	width: 100%;
}

.toggle_btnIn .hamBd:nth-child(3) {
	bottom: 0%;
	width: 100%;
	margin: 0 0 0 auto;
	max-width: 28.8px;
}

.hamBx.open .hamBd:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
	/* background: #fff; */
	top: 0;
}

.hamBx.open .hamBd:nth-child(3) {
	opacity: 0;
}

.hamBx.open div:nth-child(2) {
	-webkit-transform: translateY(10px) rotate(315deg);
	transform: translateY(10px) rotate(315deg);
	/* background: #fff; */
	top: 0;
	width:100%;
	max-width: 100%;
}

.navConte {
	display: flex;
	position: fixed;
	top: 0;
	width: 300px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
	height: 100vh;
	top: -1000px;
	width: 100%;
	padding: 0 15px;
    flex-flow: column;
    justify-content: center;
}

.open .navConte {
	top: 0;
	opacity: 1;
	z-index: 9999;
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
}
.navConte .navBx {
    /* padding: 25px 0 0 85px; */
    width: 100%;
    /* background: #DDDDDD; */
    display: flex;
    align-items: center;
    justify-content: center;
    }

.navConte .navBx .navIt {
	list-style: none;
	/* margin: 200px 0 0; */
	padding: 0;
    width: 100%;
}

.navConte .navBx .navIt .navPt {
	position: relative;
	margin: auto;
	max-width: 600px;
	width: 100%;
	/* text-align: center; */
	flex-wrap: wrap;
	/* display: flex; */
	padding: 0 15px;
}

.navConte .navBx .navIt .navPt .navPtLink {
	display: block;
	font-size: 14px;
	font-weight: 500;
	/* padding: 10px 5px; */
	text-decoration: none;
	transition-duration: 0.2s;
	/* color: #1A1311; */
	width: 100%;
	margin: 40px 0 0 0px;
	letter-spacing: 0.2em;
	}

.navConte .navBx .navIt .navPt .navPtLink:hover {
	/* color: #fff; */
	opacity: .7;
}

.navArea {
	position: absolute;
    top: -1000px;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
      z-index: 99999;
}

.navBgImg {
    width: 100%;
    height: 100%;
    background: url(/system_panel/uploads/images/hum_bg01.jpg)no-repeat center;
    background-size: cover;
    display:none;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */  
.tit01 {
    font-size: 40px;
}
.tit02 {
    font-size: 20px;
}
.txt01{
    font-size: 16px;
}
.subTit01 {
    font-size: 14px;
}
/*-- ヘッダー　--------------------------------------------------------------*/

.mt-20 {
    margin-top: 20px!important;
}
.mt-40 {
    margin-top: 40px!important;
}
.mt-30 {
    margin-top: 30px!important;
}
.mt-50 {
    margin-top: 50px!important;
}
.mt-60 {
    margin-top: 60px!important;
}
.mt-70 {
    margin-top: 70px!important;
}
.mt-80 {
    margin-top: 80px!important;
}
.mt-110 {
    margin-top: 110px!important;
}
/*-- フッター　--------------------------------------------------------------*/

/*-- top　--------------------------------------------------------------*/  
.navConte {
    flex-flow: row;
    padding: 0 60px;
}
.navConte .navBx {
    width: 50%;
    }
  .navBgImg {
    width: 50%;
    display:block;
}
.topWr03ImgAr {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 39px;
}
.topWr03ImgAr_renew{
  grid-template-columns: 1fr 1fr; 
  justify-content: center; 
  flex-wrap: wrap; 
  width: 100%;
}
.topWr04Ar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.tit02 {
    font-size: 24px;
}
/*-- ヘッダー　--------------------------------------------------------------*/
.hamBx {
    max-width: 80px;
    padding: 24px 10px 24px;
}
.navConte {
    padding: 0 80px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.topWr07Img {
    width: 60%!important;
}
 .topWr07Ar {
    padding: 127px 0 0 0!important;
}
/*☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- ヘッダー　--------------------------------------------------------------*/

/*--トップ　--------------------------------------------------------------*/

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.hNavAr {
    margin: 0 15px 0 74px!important;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1800px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



