/* ================================
  appealing
================================ */
#wrap {
	background: #f6f7fa;
	overflow: hidden;
}



#topWrap {
	padding-top: 80px;
	overflow: hidden;
}
#topWrap  .headBox {
	background: #edeff5;
	padding: 60px 0 60px;
}


#topWrap  .headBox .headWarp {
	max-width: 1200px;
	display: flex;
	justify-content:space-between;
	margin: auto;
	align-items: center;
}

#topWrap  .headBox .headWarp .textBox{
	/*width: 50%;*/
	padding-right: 15px;
	
}
#topWrap  .headBox .headWarp .topimg{
	display: block;
	width: 50%;
	max-width: 580px;
	height: auto;
	
}
#topWrap .headBox  .headWarp .deco {
    color: #fff;
    font-size: clamp(42px, 8vw, 120px);
    font-weight: normal;
    font-family: Century Gothic, sans-serif;
    white-space: nowrap;
    margin-bottom: -40px;
    display: block;
}
#topWrap .headBox  .headWarp h1{
	font-size: clamp(28px, 4vw, 70px);
    color: #0d276a;
    margin-bottom: 40px;
    padding: 0;
    font-weight: 600;
    position: relative;
    z-index: 2;
    line-height: 1.5;
}

#topWrap .headBox .headWarp .headBox .bread {
	font-size: clamp(14px, 2vw, 24px);
    color: #0d276a;
	display: flex;
	align-items: center;
}
#topWrap .headBox .headWarp .headBox .bread::after {
	content: "";
	height: 1px; 
	width: 40px;
	background:  #0d276a;
	margin-left: 10px;
}
@media screen and (max-width: 1280px) {
#topWrap  .headBox .headWarp {
	margin: 0 5%;
}
}


@media screen and (max-width: 767px) {

#topWrap {
	padding-top: 0px;
	overflow: hidden;
}
	
#topWrap  .headBox {
	background: #edeff5;
	padding: 80px 0 40px;
}	
	
#topWrap  .headBox .headWarp {
	display: flex;
    flex-direction: column;
	align-items: flex-start;
}
#topWrap  .headBox .headWarp .textBox{
	width: 100%;
}
#topWrap  .headBox .headWarp .topimg{
	width: 100%;
	
}
	
#topWrap .headBox  .headWarp h1{
    margin-bottom: 40px;
}	
#topWrap .headBox .headWarp .deco {
  margin-bottom: -20px;
}
}


/*共通パーツ*/
#credo {
	padding: 120px 0 ;
	background: #152d5b url(../img/img_common/texture_r3_bg.jpg) no-repeat;
    background-position: right top;
    background-size: auto;
}

#credo .headWarp h2{
	font-size: clamp(22px, 3.5vw, 40px);
	color: #fff;
	margin-bottom: 80px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#credo .headWarp .deco {
    color: #edeff5;
    font-size: clamp(46px, 8vw, 80px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
     display: block;
	text-align: center;
	opacity: 0.1;
}
#credo .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	left:0px;
	top:22px;
	margin-right: 10px;
}

#credo .inBox{
	max-width: 1000px;
	margin:auto;
}

@media screen and (max-width: 1080px) {
#credo .inBox{
	max-width: 1000px;
	margin: 0 5%;
}
}

@media screen and (max-width: 767px) {
#credo {
	padding: 40px 0 60px;
	background: #152d5b url(../img/img_common/texture_r3_bg_mb.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: right top;
}
#credo .headWarp h2 {
	font-size: clamp(22px, 3.5vw, 40px);
	margin-bottom: 40px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#credo .headWarp h2::before {
	    position:relative;
        left: 0px;
        top: 12px;
        width: 10px;
        height: 10px;
    }
#credo .headWarp .deco {
	margin-bottom: -20px;
	text-align: left;
}
}
@media screen and (max-width: 480px) {
#credo .headWarp .deco {
        font-size: 30px;
        margin-bottom: -10px;
    }
}


#credo .credoBox {
	display: flex;
	background: #ffffff14;
}
#credo .credoBox > dt {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #fff;
	width: 25%;
}
#credo .credoBox > dt span {
	display: block;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: clamp(16px, 2vw, 24px);
}
#credo .credoBox > dt span.crdeco{
	color:#ccaa82;
	font-size: clamp(13px, 2vw, 16px);
}
#credo .credoBox > dd{
	padding: 60px 60px 60px 0; 
	color: #fff;
	flex: 1;
	letter-spacing: 0.05em;
	font-size: clamp(14px, 2vw, 16px);
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#credo .credoBox > dd dl{
	margin-bottom: 20px;
}
#credo .credoBox > dd dl:last-child{
	margin-bottom: 0px;
}
#credo .credoBox > dd dl dt {
	font-size: clamp(15px, 2vw, 20px);
	font-weight: bold;
	display: flex;
	align-items: center
}
/*#credo .credoBox > dd dl dt::before{
	content: "";
	height: 2px;
	width: 10px;
	background: #607398;
	margin-right: 10px;
	
}*/
#credo .credoBox > dd dl dd{
	font-size: clamp(14px, 2vw, 16px);
}
@media screen and (max-width: 660px) {
	
#credo .credoBox {
	display: flex;
	flex-direction: column;
	padding: 20px;
}
#credo .credoBox > dt {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	width: 100%;
	margin-bottom: 15px;
}
#credo .credoBox > dt span.crdeco{
	
	display: flex;
	align-items: center;
}
	#credo .credoBox > dt span.crdeco::before{
		content: "";
		height: 1px;
		width: 15px;
		background: #607398;
		display: block;
		margin:0 5px;
	}
#credo .credoBox > dd{
	padding: 0; 
	color: #fff;
	flex: 1;
	letter-spacing: 0.05em;
	font-size:14px;
}
}



#profile {
	padding: 120px 0 ;
	
}

#profile .inBox{
	max-width: 1000px;
	margin:auto;
}


#profile table{
	width: 100%;
	margin:auto;
}
#profile table tr{
	display: flex;
	justify-content:space-between;
}
#profile table tr:first-child th{
	border-top: 1px solid #0d276a;
}
#profile table tr:first-child td{
	border-top: 1px dotted #0d276a;
}
#profile table tr th{
	width:25%;
	font-size: clamp(14px, 2vw, 18px);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 10%;
	padding: 30px 0;
	border-bottom: 1px solid #0d276a;
	color: #0d2d6b;
}

#profile table tr td{
	padding: 30px 60px;
	width:73%;
	font-size: clamp(14px, 2vw, 18px);
	border-bottom: 1px dotted #0d276a;
	color: #0d2d6b;
}
#profile table tr td ul{
	padding: 0;
}
	#profile table tr td ul li{
		display: flex;
		
	}
#profile table tr td ul li:last-child {
	margin-bottom: 0;
}
	#profile table tr td ul li span {
		display: block;
	}
	#profile table tr td ul li .position{
	 width: 140px;
	}

@media screen and (max-width: 1080px) {
#profile .inBox{
	max-width: 1000px;
	margin: 0 5%;
}
}
@media screen and (max-width: 767px) {
#profile {
	padding: 40px 0 60px;
}

#profile table tr:first-child td{
	border-top: none;
}	
#profile table tr:last-child td{
	border-bottom: 1px solid #0d276a;
}		
#profile .conBox .conInner {
 padding: 0;
}
	#profile table tr{
	flex-direction: column;
	padding-bottom: 0;
		
}
#profile table tr th{
	width:100%;
	border-top: 1px solid #0d276a;
	border-bottom: 1px dotted #0d276a;
	padding: 10px 5% ;
	justify-content: flex-start;
}
#profile table tr td {
  width:100%;
	border-bottom: none;
	padding:10px 5% ;
}

#profile table tr.buCon ul li{
  position:relative;
	padding-left: 25px;
}
#profile table tr.buCon ul li::before{
  content: '';
  position: absolute;
  background: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 8px;
}
	#profile table tr td ul li {
		margin: 0 0 5px;
	}
	#profile table tr td ul li .position{
	 width: 100px;
	}
}


#profile .headWarp h2{
	font-size: clamp(22px, 3.5vw, 40px);
	color: #013384;
	margin-bottom: 80px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#profile .headWarp .deco {
    color: #edeff5;
    font-size: clamp(46px, 8vw, 80px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
     display: block;
	text-align: center;
}
#profile .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	left:0px;
	top:22px;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {

#profile .headWarp h2 {
	font-size: clamp(22px, 3.5vw, 40px);
	color: #013384;
	margin-bottom: 40px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#profile .headWarp h2::before {
	    position:relative;
        left: 0px;
        top: 12px;
        width: 10px;
        height: 10px;
    }
#profile .headWarp .deco {
	margin-bottom: -20px;
	text-align: left;
}
}
@media screen and (max-width: 480px) {
#profile .headWarp .deco {
        font-size: 30px;
        margin-bottom: -10px;
    }
}
/*map*/

@media screen and (max-width: 767px) {
#map iframe{
	height: 300px;
}
}


/*history*/


#history {
	padding: 120px 0 ;
	background: #152d5b url(../img/img_common/texture_r3_bg.jpg) no-repeat;
    background-position: right top;
    background-size: auto;
}

#history .inBox{
	max-width: 640px;
	margin:auto;
}


#history .headWarp h2{
	font-size: clamp(22px, 3.5vw, 40px);
	color: #fff;
	margin-bottom: 80px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#history .headWarp .deco {
    color: #edeff5;
    font-size: clamp(46px, 8vw, 80px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
     display: block;
	text-align: center;
	opacity: 0.1;
}
#history .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	left:0px;
	top:22px;
	margin-right: 10px;
}
@media screen and (max-width: 780px) {
	
	#history .inBox{
	margin:0 5%;
}
}
@media screen and (max-width: 767px) {
#history {
	padding: 40px 0 60px;
	background: #152d5b url(../img/img_common/texture_r3_bg_mb.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: right top;
}
#history .headWarp h2 {
	font-size: clamp(22px, 3.5vw, 40px);
	margin-bottom: 40px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#history .headWarp h2::before {
	    position:relative;
        left: 0px;
        top: 12px;
        width: 10px;
        height: 10px;
    }
#history .headWarp .deco {
	margin-bottom: -20px;
	text-align: left;
}
}

@media screen and (max-width: 480px) {
#history .headWarp .deco {
        font-size: 30px;
        margin-bottom: -10px;
    }
}

#history .inBox > ul{
	list-style: none;
	padding: 0;
}
#history .inBox > ul li{
	padding: 0;
	position:relative;
	margin: 0;
}


.border-line {
  /*線の位置*/
  position: absolute;
  left: 7px;
  top: 12px;
  width: 1px; /*線の太さ*/
  height: 0; /*はじめは高さを0に*/
  background: #fff;
	opacity: 0.2;
}




#history dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
	margin: 0;
}
#history dl.line2{
	align-items: flex-start;
}

#history dl dt{
	color: #ccaa82;
	width: 45%;
	font-size: clamp(16px, 2.5vw, 22px);
	font-weight: bold;
	display: flex;
	align-items: center;
}

#history dl dt .unit{
	font-size: clamp(14px, 2.5vw, 18px);
	padding: 0 2px;
}
#history dl dt::before{

content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  margin-right:40px;
}

#history dl dt::after{
	content: "";
	background: #fff;
	height: 1px;
	flex: 1;
	margin:0 20px;
	opacity: 0.2;
}
#history dl dd{
	color: #fff;
	width: 55%;
	font-size: clamp(14px, 2.5vw, 16px);
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#history dl dd ul{
	padding-top: 0;
}
@media screen and (max-width: 660px) {
#history dl{
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

#history dl dt{
	width: 100%;
}

#history dl dd{
	width: 100%;
	padding-left: 30px;
	padding-top: 5px;
}
#history dl dt::before{
  margin-right:18px;
}
}



