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

*{
	margin:0;
	padding:0;
}

*:focus {
  outline: none;
}

html { 
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 14px;
    font-weight: 500;
	color: #333333;
    line-height: 1.5;
}

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

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

.pc_hide {
}

.sp_hide {
	display: none !important;
}

ul{
    list-style-type: none;
}

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

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

/*-----------------------------------------------------------*/
/*タイトル*/

section h3.hd01{
    font-size: 18px;
    color: #0071B3;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 0 0 8px;
}
section h3.hd01::before{
    content: '';
    display: block;
    width: 39px;
    height: 2px;
    background-color: #EE8A1E;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

section h2.hd01{
    font-size: 22px;
    font-weight: bold;
    position: relative;
}
section h2.hd01::before{
    content: 'Aaaaaaaaaaaa';
    display: block;
    font-size: 47px;
    color: #29A5DC;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 1;
}
section h2.hd01 p{
    position: relative;
    z-index: 2;
}

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

a.btn{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

a.solid{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    justify-content: center;
}
a.solid::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
}

a.solid.blue{
    background-color: #0071B6;
    border: 1px solid #0071B6;
}
a.solid.blue::before{
    background: url("../image/common/icon_arrow_blue01@2x.png") no-repeat;
    background-size: contain;
}

a.solid.orange{
    background-color: #EE8A1E;
    border: 1px solid #EE8A1E;
}
a.solid.orange::before{
    background: url("../image/common/icon_arrow_orange02@2x.png") no-repeat;
    background-size: contain;
}

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

.headWrap {
  padding: 0 10px;
}
.headWrap:before {
  background-color: #ACD7E4;
  content: "";
  height: 1px;
  position: absolute;
  top: 113px;
  left: 0;
  width: 100%;
}
.headWrap:after {
  background-color: #ACD7E4;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/**/

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

#header_wrap #header{
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body.scrolloff #header_wrap #header::before{
    content: '';
    display: block;
    width: 100%;
    height: 76px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#header_wrap #header .logo{
    position: relative;
    width: 39.73%;
    height: 76px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
#header_wrap #header .logo img{
    width: 84.56%;
    height: auto;
}
#header_wrap #header .headLogo{
    width: 199px;
    height: 52px;
    margin-left: 15px;
    background: url("../image/common/headlogo_sp.svg") no-repeat;
    background-size: contain;
    z-index: 1000;
    transition: 0.3s;
}
body.scrolloff #header .headLogo, #header_wrap.coa #header .headLogo{
    background: url("../image/common/headlogo_spon.svg") no-repeat !important;
    background-size: contain !important;
}
#header_wrap #header .headLogo a{
    display: block;
    width: 100%;
    height: 100%;
}

#header_wrap #header .btncontact{
    padding-right: 5px;
    z-index: 1000;
}
#header_wrap #header .btncontact a{
    display: flex;
    justify-content: flex-end;
}

#header_wrap #header .btncontact img{
    width: 62%;
    height: auto;
}

/*※縦スクロール可*/
#g-nav{
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overscroll-behavior-y: none;
    background-color:#fff;
    top:0;
    right: -120%;
    transition: all 0.6s;
}

#g-nav .menutxt{
    font-size: 28px;
    color: #E01616;
    position: absolute;
    top: 20px;
    left: 26px;
    display: none;
}

#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: 76px;
    height: 76px;
    z-index: 1000;
    background-color: #ffffff;
}
.openbtn4::before {
    content: 'MENU';
    font-weight: 700;
    font-size: 10px;
    color: #29a5dc;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.openbtn4.active::before {
    content: 'CLOSE';
}

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

.openbtn4 span:nth-of-type(2) {
  top: 32px;
}

.openbtn4 span:nth-of-type(3) {
  top: 42px;
}

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

.openbtn4.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn4.active span:nth-of-type(3){
    top: 40px;
    right: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 31px;
}

/*ハンバーガーメニュー中身*/
#header_wrap #bg{
    display: none;
}

#header_wrap #g-nav ul{
    width: calc( 100% - 52px );
    margin: 80px auto 0;
}

#header_wrap #g-nav ul li{
    position: relative;
}
    
#header_wrap #g-nav ul li a{
    height: 56px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333333;
    text-indent: 20px;
    position: relative;
    border-bottom: 1px solid #999;
    background-color: #fff;
}
#header_wrap #g-nav ul li a::before{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #29a5dc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
#header_wrap #g-nav ul li a::after{
    content: '';
    display: block;
    background-image: url("../image/common/arrow_blue.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 12px;
    position: absolute;
    bottom: 18px;
    right: 18px;
}

/*その他バナー*/
#header_wrap #g-nav .hbnr_contact{
    width: calc(100% - 52px);
    margin: 30px auto 0;
}

#header_wrap #g-nav .hbnr_site{
    width: calc(100% - 52px);
    margin: 15px auto 120px;
}
#header_wrap #g-nav .hbnr_site img{
    filter: drop-shadow(2px 2px 5px #a4b2bc);
}

/*-----------------------------------------------------------*/
/*コアページ ファーストビュー*/

#header_wrap.coa{
}

section#title{
}
section#title .hd{
    min-height: 112px;
    background: url("../image/program/titilebg.jpg") no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#title .hd::before{
    content: '';
    display: block;
    background: url("../image/common/title_parts.png") no-repeat;
    background-position: right top;
    background-size: contain;
    width: 128px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}
section#title  .hd h2{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

section#title .pankuzu{
    display: none;
}

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

#footer_wrap{
    background-color: #55b6e2;
    position: relative;
}
#footer_wrap::before{
    content: '';
    background: url("../image/common/footer_bg_sp.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 194px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#footer_wrap::after{
    content: '';
    display: none;
    background: url("../image/common/footer01.png") no-repeat;
    background-size: contain;
    width: 504px;
    height: 239px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer_wrap .inner{
    width: 95%;
    padding: 0px 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#footer_wrap .inner .center{
    width: 87.08%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#footer_wrap .inner #sitemaps{
    display: none;
}

#footer_wrap .inner .center.bnr{
    margin: 30px auto 0;
}

#footer_wrap .inner .center.copy{
    margin: 35px auto 0;
    font-size: 8px;
    color: #fff;
    font-weight: bold;
}

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

#pagetop {
    position: fixed;
    right: 15px;
    bottom: 25px;
    width: 27px;
    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);
  }
}


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