@charset "utf-8";
/* CSS Document */

@media print{
   /*印刷用CSSで適用させる定義を記述*/
    .to_top{
        display: none;
    }
}

html {    
    overflow-x: hidden;
    overflow-y: scroll;
    /*font-size: 62.5%;*/
    font-size:92.5%;    
}

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

@media screen and (max-width: 1700px) {
  html {
      font-size:90%;
	}
}

@media screen and (max-width: 1400px) {
    html {
      font-size:87.5%;
	}
}

@media screen and (max-width: 1300px) {
    html {
	   font-size:85%;
	}
}

@media screen and (max-width: 1200px) {
  html {
      font-size:72.5%;
	}    
}

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

body {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 1.08rem;
    /*font-size: 1.6rem;*/
    -webkit-text-size-adjust: none;
	color: #000;
    overflow: hidden;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}

#all_wrap {
}

::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

*{
	margin: 0;
	padding: 0;
}

*:focus {
  outline: none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}

.pc_hide {
	display: none !important;
}

.sp_hide {
}

a {
	font-size: 1.08rem;
	outline: none;
	color: #333333;
	text-decoration:none;
	transition: 0.3s;
	opacity: 1;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
}

a:hover {
	opacity: 0.6;
}

/*電話番号のリンク（.tellink）はPCではOFF*/
a.tellink{
    pointer-events: none;
    color: #fff;
}

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

ul{
    list-style-type: none;
}

input, textarea, select{
    /*bodyと同じフォントcssを入れる*/
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 1.08rem;/*100%;*/
    -webkit-text-size-adjust: none;
	color: #000;
    font-weight: 500;
    font-style: normal;
    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;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: 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: 1.69rem 0.74rem;/*25,11*/
    width: 1.69rem;
    height: 0.74rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.35rem;/*20*/
    transition: all .2s;
}

/*オレンジ*/
a.arrow.orange::before{
    background-image: url("../image/common/arrow_orange.png");
}
a.arrow.orange:hover{
    border: 1px solid #E8601C;
    background-color: #E8601C;
}

/*青*/
/*オレンジ*/
a.arrow.blue::before{
    background-image: url("../image/common/arrow_blue.png");
}
a.arrow.blue:hover{
    border: 1px solid #155193;
    background-color: #155193;
}

/*hover*/
a.arrow:hover{
    opacity: 1.0;
    color: #fff;
}
a.arrow:hover::before{
    background-image: url("../image/common/arrow_white.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_white.png");
    background-repeat: no-repeat;
    background-size: 1.69rem 0.74rem;/*25,11*/
    width: 1.69rem;
    height: 0.74rem;
    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_tab.png");
    background-repeat: no-repeat;
    background-size: 1.96rem 1.69rem;/*29,25*/
    width: 1.96rem;
    height: 1.69rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.69rem;/*25*/
}

/*青*/
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%;
    position: relative;
    z-index: 10;
}

#header_wrap #header{
    max-width: 92.16rem;/*1364*/
    width: 100%;
    margin: 1.69rem auto;/*25*/
    display: flex;
    justify-content: space-between;
    /*align-items: baseline;*/
	align-items: flex-end;
}

#header .logo{
    width: 27.57rem;/*408*/
}

#header #g-nav{
    width: 58.24rem;/*862*/
}
#header #g-nav ul{
    display: flex;
	align-items: center;
}

/*区切り線*/
#header #g-nav ul li{
    width: calc( 100% / 6 );
    position: relative;
}
#header #g-nav ul li::before{
    content: '';
    display: block;
    width: 1px;
    height: 2.91rem;/*43*/
    background-color: #C7C7C7;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
#header #g-nav ul li:last-child::before{
    content: '';
    display: none;
}

/*ホバー時下線*/
#g-nav ul li a{
    display: block;  
    position: relative;
    color: #054C70;
    font-size: 1.01rem;/*15*/
    letter-spacing: 0.05em;
    text-align: center;
}

#g-nav ul li.current a,
#g-nav ul li a:hover{
    color: #054C70;
    opacity: 1.0;
}

#g-nav ul li a::after {
    content: '';
    position: absolute;
    bottom: -0.34rem;/*5*/
    left: 10%;
    width: 80%;
    height: 2px;
    background: #054C70;
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

#g-nav ul li.current a::after,
#g-nav ul li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

/*インフォメーション*/
#header_wrap #g-nav .infotxt{
    display: none;
}

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

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

#coapage #firstview .inner{
    width: 100rem;
    height: 12.16rem;/*180*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#coapage #firstview h1{
    color: #fff;
    font-size: 2.43rem;/*36*/
    letter-spacing: 0.2em;
}

#coapage #firstview .breadcrumb{
    position: absolute;
    left: -13.85rem;/*205*/
    bottom: 1.01rem;/*15*/
}
#coapage #firstview .breadcrumb, #coapage #firstview .breadcrumb a{
    color: #fff;
    font-size: 1.01rem;/*15*/
}
#coapage #firstview .breadcrumb ul{
    display: flex;
    gap: 0 1.62rem;/*24*/
}
#coapage #firstview .breadcrumb ul li{
    position: relative;
}
#coapage #firstview .breadcrumb ul li:not(:last-child)::after{
    content: "";
    display: block;
    background-image: url("../image/common/icon_breadcrumb.png");
    background-repeat: no-repeat;
    background-size: 0.61rem;/*9*/
    width: 0.61rem;/*9*/
    height: 0.61rem;/*9*/
    position: absolute;
    right: -1.08rem;/*16*/
    top: 0.54rem;/*8*/
}

/*アンカーリンク*/
#coapage #anchorlinks{
    max-width: 67.57rem;/*1000*/
    width: 100%;
    margin: 3.38rem auto 0;/*50*/
}

#coapage #anchorlinks ul{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    gap: 1.08rem;/*16*/
}
#coapage #anchorlinks ul li{
    width: calc( 100% / 4 - 0.85rem );
}

#coapage #anchorlinks ul li a{
    height: 3.51rem;/*52*/
    padding: 0 2.70rem 0 1.08rem;/*16,40*/
    display: flex;
    align-items: center;
    border: 1px solid #C4C4C4;
    font-size: 1.01rem;/*15*/
    letter-spacing: 0.1em;
    position: relative;
}
#coapage #anchorlinks ul li a::after{
    content: '';
    display: block;
    background-image: url("../image/common/icon_anchor.png");
    background-repeat: no-repeat;
    background-size: 15px 12px;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.42rem;/*21*/
}

/*inner*/
#coapage section .inner{
    max-width: 67.57rem;/*1000*/
    width: 100%;
    margin: 0 auto;
}

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

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

#footer_wrap{
    width: 100%;
    background-color: #155193;
}
#footer_wrap .inner{
    max-width: 74.32rem;/*1100*/
    width: 100%;
    margin: 0 auto;
    padding: 2.30rem 0 3.24rem;/*34,48*/
}
#footer_wrap .inner, #footer_wrap .inner a{
    color: #fff;
}

/*インフォメーション*/
#footer_wrap .column_top{
    position: relative;
}
#footer_wrap .column_top::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

#footer_wrap .column_top dl{
    width: calc( 100% - 7.44rem );
    margin: 0 auto 2.03rem;/*30*/
    display: flex;
    justify-content: space-between;
    align-items: end;
}
#footer_wrap .column_top dl dt{
    width: 27.57rem;/*408*/
}
#footer_wrap .column_top dl dd{
    width: 36.15rem;/*535*/
    letter-spacing: 0.1em;
}

/*サイトマップ*/
#footer_wrap .column_bottom{
    max-width: 46.62rem;/*690*/
    width: 100%;
    margin: 1.35rem auto 0;/*20*/
    position: relative;
}
#footer_wrap .column_bottom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 3.38rem;/*50*/
}
/* 最後のコンテンツを左寄せにする指定 */
#footer_wrap .column_bottom ul::after {
    content: '';
    display: block;
    width: calc( 100% / 3 - 3.38rem );
    height: 0;
}
#footer_wrap .column_bottom ul li{
    width: calc( 100% / 3 - 3.38rem );
    margin: 0.81rem 0 0;/*12*/
}
/*2列目にあるliだけ少し横幅を長めに*/
#footer_wrap .column_bottom ul li:nth-child(3n+2){
    width: 13.18rem;
}
#footer_wrap .column_bottom ul li a{
	display: block;
    position: relative;
    padding-left: 1.55rem;/*23*/
}
#footer_wrap .column_bottom ul li a::before{
    content: '';
    display: inline-block;
    background-image: url("../image/common/icon_sitemap.png");
    background-repeat: no-repeat;
    background-size: 0.81rem 0.95rem;/*12,14*/
    width: 0.81rem;
    height: 0.95rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

/*コピーライト*/
#footer_wrap .copy{
    margin: 4.73rem auto 0;/*70*/
    font-size: 0.88rem;/*13*/
    letter-spacing: 0.2em;
    text-align: center;
}

/*-----------------------------------------------------------*/
/*to top*/

#pagetop {
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 10;
}

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

/*【hover時に左から右にスワイプ】*/
.sweep-to-right{
    overflow: hidden;
    position: relative;
}
.sweep-to-right::after{
    content: "";
    z-index: -2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: .5s;
}
.sweep-to-right::before{
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #EDF8FC;
    transition: .5s;
}
.sweep-to-right:hover::before{
    left: 0;
}


/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*ipad*/
@media screen and (max-width: 1200px) {
}

/*ipad横向き時*/
@media screen and (max-width: 1200px) and (orientation: landscape) {
    
}

/*ipad縦向き時*/
@media screen and (max-width: 1200px) and (orientation: portrait) {    
    
}


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

