@charset "utf-8";

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:180%;
	font-size:16px;
	color: #000;
	min-width: 1200px;
	background: #fff;
font-family: kozuka-gothic-pr6n, sans-serif;/*Kozuka Gothic Pr6N R*/
font-weight: 400;
font-style: normal;
}


.pnone,.none{
	display: none;
}

/* スクロールの幅の設定 */
html::-webkit-scrollbar {
width: 15px;
height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: 0 0 4px #1A9AB6 inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
border-radius: 5px;
background:  #33B952;
}

html { scroll-behavior: smooth;}

@media (max-width: 1200px) {
   /* 横幅が1200px以下の場合に適用するスタイル */

img{
    max-width: 1200px;
}
	
}


#page_up{
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 10;
}

#page_up a:hover{
	display: inline-block;
	   animation: hurueru .2s  infinite;
}


@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}




/*********************************************************/


#pan{
    display: flex;
    width: 1100px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

#pan li a{
    text-decoration: none;
    color: #555;
}

#pan li a:hover{
    text-decoration: underline;
}

#pan li{
    color: #555;
}

ol#pan > li:before{
    content: "»";
    padding-right: 10px;
    padding-left: 10px;
}

ol#pan > li:first-child:before {
  content: none;
}

/**************************************************************************/

header{
	width: 1200px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header p#title,
header h1{
	background: url("../img/top_logo.webp") left center no-repeat;
	padding-left: 80px;
	font-family: heisei-maru-gothic-std, sans-serif;
font-weight: 400;
font-style: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}

header h1 .f18{
	font-family: heisei-maru-gothic-std, sans-serif;
font-weight: 800;
font-style: normal;
}


header #top_btn{
	width: 295px;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

header #top_btns{
	display: flex;
	justify-content: space-between;
}

nav{
	width: 1200px;
	margin: auto;
}

nav ul{
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
}

nav ul li{
	height: 30px;
	text-align: center;
	border-right: 1px solid #aaa;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
nav ul li:first-child{
	border-left: 1px solid #aaa;
}

nav ul li a{
	display: block;
	height: 30px;
	width: 100%;
font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
	color: #333;
	position: relative;
	overflow: hidden;
}

nav ul li a:hover{
	color: #1A9AB6;
}


nav ul a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1A9AB6;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}

nav ul a:hover:after {
  transform: translate(0, 0);
}
/*******************************/

.drawer-open,
.drawer-hidden{
  display: none;
}


/*******************************/



/*************************************************/

.btns{
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
		position: relative;
    overflow: hidden;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 140%; }
    100% { left: 140%; }
}

header #top_btn::after,
.btns a::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


.line_btn{
	text-align: center;
}




/*******************************************/

#footer_btns{
	display: flex;
	justify-content: center;
	height: 300px;
	align-items: center;
	margin-bottom: 2px;
}


#footer_btns a{
	display: block;
	height: 300px;
	line-height: 300px;
	width: 50%;
	position: relative;
}

#footer_btns a.obj01{
	background: url("../img/guidance01_bt.webp") right center no-repeat;
	background-size: cover;
}
#footer_btns a.obj02{
	background: url("../img/guidance02_bt.webp") right center no-repeat;
	background-size: cover;
}


#footer_btns a span{
		color: #fff;
font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 35px;
	background: url("../img/footer_icon.webp") right center no-repeat;
	padding-right: 80px;
	height: 55px;
	line-height: 55px;
	display: block;
	position: absolute;
	top: 120px;
}

#footer_btns a.obj01 span{
	right: 50%;
	margin-right: -110px;
}

#footer_btns a.obj02 span{
	right: 50%;
	margin-right: -110px;
}

footer{
	background: #1A9AB6;
	color: #fff;
	padding-top: 60px;
}

footer #footer_rap{
	width: 1160px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

footer #foote_box01{
	width: 445px;
}

footer #foote_box01 dt{
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
}

footer #foote_box01 dt a{
	font-size: 25px;
}

footer #foote_box01 dd{
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 15px;
}

footer #foote_box01 dd ul{
	padding-top: 15px;
}

footer #foote_box01 dd li{
	width: 280px;
	margin-bottom: 15px;
	background: #fff;
	color: #004C66;
	font-size: 16px;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-radius: 17px;
}

footer #footer_box02{
	display: flex;
	justify-content: space-between;
	width: 570px;
}

footer #footer_box02 a:hover{
	text-decoration: underline;
}

footer #footer_box02 li{
	margin-bottom: 5px;
}

footer #footer_box02 li li{
	list-style-type: disc;
}

footer #footer_box02 li ul{
	padding-left: 40px;
}

footer div.center{
	background: #fff;
	padding-top: 30px;
}

footer small{
	background: #fff;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	color: #333;
}
