@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

*:focus {
  outline: none;
}

html { 
    font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;    
	font-size: 14px;
	color: #222;
    line-height: 1.5;
}

/*ハンバーガーメニューを表示している時はスクロールさせない*/
body.scrolloff {
    width: 100%;
    height: 100%;
    position: fixed;
}

#all_wrap {
	/*overflow: hidden;*/
}

#contents {
    width: 100vw;
    overflow-x: visible;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}

a {
    font-size: 14px;
	outline: none;
	color: #333333;
	text-decoration:none;
	opacity: 1;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
}

.pc_hide {
}

.sp_hide {
	display: none !important;
}

ul{
    list-style-type: none;
}

input, textarea{
    /*bodyと同じフォントcssを入れる*/
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

select::-ms-expand {
    display: none;
}

/*-----------------------------------------------------------*/
/*フォント*/

.ibmreg {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ibmmed {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ibmsemi {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ibmbold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kufamreg {
  font-family: "Kufam", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------------------------------------------*/
/*リンク（横幅・高さ指定無し）*/


/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	width: 100%;
    height: 60px;
	background: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

#header_wrap #header{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header_wrap #header .logo{
    position: relative;
    width: 49.86%;
    height: 34px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left: 16px;
}

#header_wrap #header .logo img{
}

/*※縦スクロール可*/
#g-nav{
    position: fixed;
    width: 100%;
    height: calc( 100vh - 60px );
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overscroll-behavior-y: none;
    background-color:#e8f0fa;
    top: 60px;
    right: -120%;
    transition: all 0.6s;
}

#g-nav .menutxt{
    font-size: 28px;
    color: #E01616;
    position: absolute;
    top: 20px;
    left: 26px;
}

#g-nav.panelactive{
    right: 0;
}

#g-nav.panelactive #g-nav-list{
}
#g-nav.panelactive #g-nav-list::-webkit-scrollbar{
  display: none;
}

.openbtn4{
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 1000;
    background-color: #fff;
}
.openbtn4::before{
    content: 'MENU';
	font-family: "Kufam", sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	color: #004097;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 12px;
}
.openbtn4 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 16px;
    width: 28px;
    height: 2px;
    border-radius: 5px;
    background: #004097;
}
.openbtn4 span:nth-of-type(1) {
  top: 10px; 
}
.openbtn4 span:nth-of-type(2) {
  top: 20px;
}
.openbtn4 span:nth-of-type(3) {
  top: 30px;
}

/*activeクラスが付与したら線が回転して×に変更*/
.openbtn4.active span:nth-of-type(1) {
    top: 12px;
    right: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 31px;
}

.openbtn4.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn4.active span:nth-of-type(3){
    top: 24px;
    right: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 31px;
}

/*ハンバーガーメニュー中身*/
#header_wrap #g-nav ul{
    width: 100%;
    margin: 80px auto 0;
	display: flex;
	flex-direction: column;
	gap: 48px 0;
	align-items: center;
}
   
#header_wrap #g-nav ul li a{
    font-size: 18px;
    color: #004097;
	text-align: center;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	height: 135px;
	background: url(../images/bg_footer.jpg) 0 0 / cover no-repeat;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	justify-content: center;
	align-items: center;
}
#footer_wrap .info{
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}
#footer_wrap .copy{
	font-size: 10px;
	color: #fff;
	text-align: center;
}

/*-----------------------------------------------------------*/

#pagetop {
	width: 50px;
	height: 50px;
    position: fixed;
    right: 3%;
    bottom: 4%;
    z-index: 10;
}

/*-----------------------------------------------------------*/
/*アニメーション*/

/*フェードアップ*/
.fadeUpTrigger, .afterloadfadeUp{
    opacity: 0;
}
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/