@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: 'Noto Sans JP', sans-serif !important;
	font-size: 14px;
    font-weight: 500;
	color: #333333;
    line-height: 1.5;
}

/*ハンバーガーメニューを表示している時はスクロールさせない*/
body.scrolloff {
    height: 100%;
    overflow: hidden;
}

#all_wrap {
}

#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;
}

/*電話番号のリンク（.tellink）はPCではOFF*/
a.tellink{
}

/*リンクらしく見せる（下線・色変更あり）*/
a.linkdeco{
    color: red;
    text-decoration: underline;
}

.pc_hide {
}

.sp_hide {
	display: none !important;
}

ul{
    list-style-type: none;
}

input, textarea, select{
    /*bodyと同じフォントcssを入れる*/
    font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 14px;
    font-weight: 500;
	color: #333333;
    line-height: 1.5;
}
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;
}

/*-----------------------------------------------------------*/
/*フォント*/

.notosanr{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.notosanm{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.notosanb{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.notoserr{
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}
.notoserm{
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}
.notoserb{
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.josefinm{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}

/*-----------------------------------------------------------*/
/*リンク（横幅・高さ指定無し）*/

/*【背景：白，枠：灰色，アイコン：矢印※アニメーション無】*/
a.arrow{
    display: flex;
    align-items: center;
    border: 1px solid #AEAEAE;
    box-sizing: border-box;
    background-color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    color: #000;
    position: relative;
}
a.arrow::before{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: 20px 8px;
    width: 20px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 19px;
}

/*オレンジ*/
a.arrow.orange::before{
    background-image: url("../image/common/arrow_orangesp.png");
}

/*青*/
/*オレンジ*/
a.arrow.blue::before{
    background-image: url("../image/common/arrow_bluesp.png");
}

/*【背景：指定，枠無し，アイコン：矢印※アニメーション】*/
a.move{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 0.05em;
    background-color: #fff;
    position: relative;
}
a.move:hover{
    /*opacity: 1.0;*/
}
a.move::before{
    content: '';
    display: block;
    background-image: url("../image/common/arrow_whitesp.png");
    background-repeat: no-repeat;
    background-size: 20px 8px;
    width: 20px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.69rem;/*25*/
    transition: all .3s;
}
/*hoverした際の移動*/
a.move:hover::before{
    right: 1.35rem;/*20*/
}

a.move.blue{
    background-color: #155193;
}
a.move.green{
    background-color: #088478;
}

/*【背景：指定，枠無し，アイコン：別タブ※アニメーション無】*/
a.tab{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 0.05em;
    background-color: #fff;
    position: relative;
}
a.tab::before{
    content: '';
    display: block;
    background-image: url("../image/common/icon_tabsp@2x.png");
    background-repeat: no-repeat;
    background-size: 23px 20px;
    width: 23px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

/*青*/
a.tab.blue{
    background-color: #155193;
}

/*【背景：指定，枠無し，アイコン：ダウンロード※アニメーション無】*/
a.download{
    display: flex;
    align-items: center;
    color: #fff;
    text-indent: 2.03rem;/*30*/
    letter-spacing: 0.05em;
    background-color: #fff;
    position: relative;
}
a.download::before{
    content: '';
    display: block;
    background-image: url("../image/common/icon_dl.png");
    background-repeat: no-repeat;
    background-size: 1.69rem 2.03rem;/*25,30*/
    width: 1.69rem;
    height: 2.03rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.49rem;/*22*/
}

/*青*/
a.download.blue{
    background-color: #155193;
}


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

#header_wrap{
	width: 100%;
    height: 74px;
	background: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

#header_wrap #header{
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header_wrap #header .logo{
    position: relative;
    width: 70.28%;/*506*/
    height: 76px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: 16px;
}
#header_wrap #header .logo img{
    width: 100%;
    height: auto;
}

#g-nav{
    position: fixed;
    /*z-index: 999;*/
    width: 100%;
    height: 100vh;
    background-color:#fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overscroll-behavior-y: none;
    top:0;
    right: -120%;
    transition: all 0.6s;
}

#g-nav .menutxt{
    width: 70.28%;/*506*/
    display: block;
    position: absolute;
    top: 17px;
    left: 16px;
}

#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: 56px;
    height: 59px;
    z-index: 1000;
    background-color: #155193;
    margin: 5px 9px 0 0;
    box-shadow: 0px 0px 8px 0px rgba(94,137,153,0.55);
    border-radius: 0px;
}
.openbtn4::after{
    content: 'MENU';
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 10px;
}
.openbtn4.active::after{
    content: 'CLOSE';
}

.openbtn4 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 12px;
    width: 31px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
}
.openbtn4 span:nth-of-type(1) {
    top: 12px; 
}
.openbtn4 span:nth-of-type(2) {
    top: 22px;
}
.openbtn4 span:nth-of-type(3) {
    top: 33px;
}

/*activeクラスが付与したら線が回転して×に変更*/
.openbtn4.active span:nth-of-type(1) {
    top: 12px; 
    right: 12px;
    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: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 31px;
}

/*ハンバーガーメニュー中身*/
#header_wrap #g-nav ul{
    width: 100%;
    margin: 76px auto 0;
}

#header_wrap #g-nav ul li{
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #AEAEAE;
    box-sizing: border-box;
}
#header_wrap #g-nav ul li::after{
    content: '';
    display: block;
    background-image: url("../image/common/icon_hmenu@2x.png");
    background-repeat: no-repeat;
    background-size: 18px 8px;
    width: 18px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 47px;
}
    
#header_wrap #g-nav ul li a{
    height: 61px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    color: #333333;
}

/*インフォメーション*/
#header_wrap #g-nav .infotxt{
    width: 100%;
    margin: 40px auto 120px;
    line-height: 150%;
    text-align: center;
}

/*-----------------------------------------------------------*/
/*コアページ*/

/*ファーストビュー*/
#coapage #firstview{
    width: 100%;
    margin: 0 auto 0;
    background-color: #155193;
}

#coapage #firstview .inner{
    width: 100%;
    height: 103px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#coapage #firstview h1{
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.2em;
}

#coapage #firstview .breadcrumb{
    display: none;
}

/*アンカーリンク*/
#coapage #anchorlinks{
    width: 93.06%;/*670*/
    margin: 17px auto 0;
}

#coapage #anchorlinks ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 0;
}
#coapage #anchorlinks ul li{
    width: calc( 100% / 2 - 7px );
}

#coapage #anchorlinks ul li a{
    height: 50px;
    padding: 0 32px 0 11px;
    display: flex;
    align-items: center;
    border: 1px solid #C4C4C4;
    font-size: 13px;
    letter-spacing: 0.1em;
    position: relative;
}
#coapage #anchorlinks ul li a::after{
    content: '';
    display: block;
    background-image: url("../image/common/icon_anchorsp.png");
    background-repeat: no-repeat;
    background-size: 10px 8px;
    width: 10px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

/*inner*/
#coapage section .inner{
    width: 83.33%;/*600*/
    margin: 0 auto;
}

/*見出しh2*/
#coapage section .inner h2{
    width: 100%;
    margin: 0 auto 29px;
    position: relative;
    font-size: 17px;
    letter-spacing: 0.125em;
    text-align: center;
    padding-bottom: 16px;
}
#coapage section .inner h2::after{
    content: '';
    display: block;
    width: 7.77rem;/*115*/
    height: 2px;
    background-color: #155193;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
    width: 100%;
    background-color: #155193;
}
#footer_wrap .inner{
    width: 100%;
    margin: 0 auto;
    padding: 33px 0;
}
#footer_wrap .inner, #footer_wrap .inner a{
    color: #fff;
}

/*インフォメーション*/
#footer_wrap .column_top{
    position: relative;
}

#footer_wrap .column_top dl{
    margin: 0 auto 2.03rem;/*30*/
}
#footer_wrap .column_top dl dt{
    width: 70.28%;/*506*/
    margin: 0 auto;
}
#footer_wrap .column_top dl dd{
    margin: 35px auto 0;
    text-align: center;
    line-height: 180%;
    letter-spacing: 0.1em;
}

/*サイトマップ*/
#footer_wrap .column_bottom{
    display: none;
}

/*コピーライト*/
#footer_wrap .copy{
    margin: 45px auto 0;
    font-size: 10px;
    line-height: 180%;
    letter-spacing: 0.2em;
    text-align: center;
}

/*-----------------------------------------------------------*/

#pagetop {
    position: fixed;
    width: 80px;
    right: 0;
    bottom: 40px;
    z-index: 10;
}

/*-----------------------------------------------------------*/
/*アニメーション*/




/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/