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


/* BASE
----------------------------------------- */
html {
	/*font-size: 62.5%;*/
    font-size: 10px;
    /*16÷1000×100*/
    /*font-size: 0.714285714285714vw;*/
}

.drawer-nav {
    width: 22rem;
}
.drawer--right .drawer-nav {
    right: -22rem;
}
.drawer-hamburger {
    width: 8rem;
    height: 10rem;
    padding: 0;
    padding: 0 2rem 0;
    box-sizing: border-box;
}

.drawer-hamburger-icon {
    margin-top: 0;
}

a {
    transition: all .6s;
}

a:hover {
    opacity: .6;
}

/* 画像、テキスト振り分け
----------------------------------------- */
.pcShow{
}
.spShow{
	display: none !important;
}
@media screen and (max-width: 768px) {
    .pcShow{
        display: none !important;
    }
    .spShow{
        display: block !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
html {
    font-size: 0.78125vw;
}
}

@media screen and (max-width: 768px) {
html {
    /*font-size: 62.5%;*/
    font-size: 2.33vw;
    /*font-size: 1.208vw;*/
}
    
.drawer--right.drawer-open .drawer-hamburger {
    right: 22rem !important;
}
.drawer-hamburger {
    width: 6rem;
    height: 8rem;
    padding: 0 1.5rem 0;
} 
.drawer-nav {
    width: 22rem !important;
}
}

body {
	/*font-feature-settings: "palt";*/
    -webkit-font-smoothing: antialiased;
	color: #000000;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ ProN', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: calc(28/16);
    font-weight: 500;
	font-style: normal;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
    /*position: relative;*/
    width: 100%;
    text-align: left;
 	letter-spacing: 0;
	word-wrap : break-word;
	overflow-wrap : break-word;
	
	/*background-color: #ffffff;*/
}

   
#contents {
    margin-top: 0;
}
#top #contents,
#test-top #contents {
    margin-top: 0;
}

#contents {
    width: 100%;
    overflow: hidden;
    padding-top: 10rem;
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
#contents {
    padding-top: 8rem;
}
#contents {
    margin-top: 0;
}
}


/* ローディング
----------------------------------------- */
body #fade {
width: 100%;
height: 100vh;
display: block;
background: #ffffff;
position: fixed;
top: 0px;
left: 0px;
z-index: 1000;
}

body#top #fade,
body#test-top #fade {
background-color: #ffffff;
animation: loading_fade 3s 1 linear forwards alternate;
}
@keyframes loading_fade {
  80% {
      background-color: #ffffff;
  }
  100% {
      background-color: #003a98;
  }
}


.loading {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.loading .intro_logo {
  animation: loading_logo 3s 1 ease-in-out forwards alternate;
}
@keyframes loading_logo {
  70% {
      transform: scale(100%);
  }
  75% {
      transform: scale(96%);
      opacity: 1;
  }
  80% {
      opacity: 1;
  }
  100% {
      transform: scale(1000%);
      opacity: 0;
  }
}


@media screen and (max-width: 768px) {
	
.loading.top div.txt {
	width: 31rem;
    font-size: 1.6rem;
}
	
.loading.top div.logo {
	width: 16.2rem;
	margin: auto;
    margin-top: 4rem;
}
	
body #fade {
z-index: 1000;
}
}



/* common
----------------------------------------- */
.sec_ttl_wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.sec_ttl_wrap .sec_ttl {
    font-size: 3.4rem;
    letter-spacing: 0.05em;
    color: #004897;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 2.5rem;
}
.sec_ttl_wrap .sec_ttl.bg_mark::before {
    content: '';
    display: block;
    width: 11.9rem;
    height: 13.3rem;
    background: url("../img/new/ttl_bg.svg") no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.sec_ttl_wrap .lead {
    font-size: 1.7rem;
    letter-spacing: 0.085em;
    line-height: calc(30/17);
    font-weight: 400;
    text-align: center;
}


@media screen and (max-width: 768px) {
.sec_ttl_wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.sec_ttl_wrap .sec_ttl {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
}
.sec_ttl_wrap .sec_ttl.bg_mark::before {
    content: '';
    display: block;
    width: 11.9rem;
    height: 13.3rem;
    background: url("../img/new/ttl_bg.svg") no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.sec_ttl_wrap .lead {
    font-size: 1.6rem;
    text-align: left;
} 
}



/* header
----------------------------------------- */
header {
    width: auto;
	position: relative;
}

#g_navi_wrap {
    width: 100%;
	height: 10rem;
    position: fixed;
	top: 0;
	left: 0;
    z-index: 11;
	transform: translateY(0);
    background-color: #003a98;
	-webkit-transition: all .6s;
	transition: all .6s;
}
#g_navi_wrap.is_show {
    background-color: rgba(255,255,255,0.95);
    /*animation : g_navi 0.6s;*/
}
@keyframes g_navi {
0% { transform: translateY(-100%)}
100% { transform: translateY(0)}
}

#g_navi_wrap .inner {
    width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}

#g_navi_wrap .logo {
    width: 16.3rem;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    margin-left: 4rem;
	 -webkit-transition: all .6s;
    transition: all .6s;
}


#g_navi_wrap .navigation_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
    transition: all .6s;
}

#g_navi_wrap .navigation {
    height: 100%;
    display: flex;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 2rem 2rem;
    margin-right: 2rem;
}
#g_navi_wrap .navigation > li {
    height: 100%;
	line-height: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#g_navi_wrap .navigation > li a {
	display: flex;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
	line-height: 1;
    color: #FFFFFF;
	position: relative;
    transition: all .6s;
}
#g_navi_wrap .navigation > li.pd a {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#g_navi_wrap .navigation > li.pd {
	/*position: relative;*/
}
#g_navi_wrap .navigation > li.pd .pd_btn {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#g_navi_wrap .navigation > li.pd .pd_btn > span {
	font-size: 1.4rem;
    letter-spacing: 0;
	line-height: 1;
    font-weight: 700;
    color: #000000;
    transition: all .6s;
    position: relative;
}
/*#g_navi_wrap .navigation > li.pd .pd_btn > span::after {
	content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: all .6s;
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 2;
    opacity: 0;
}
#g_navi_wrap .navigation > li.pd .pd_btn > span:hover {
	opacity: .6;
}
#g_navi_wrap .navigation > li.pd:hover .pd_btn > span::after {
	opacity: 1;
}
#g_navi_wrap .navigation > li.current .pd_btn > span::after {
    opacity: 1;
}

#g_navi_wrap .navigation > li.pd .pd_btn::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.6rem solid transparent;
    border-left: 0.6rem solid transparent;
    border-bottom: 0.6rem solid #000000;
    border-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .6s;
    opacity: 0;
}
#g_navi_wrap .navigation > li.pd:hover .pd_btn::after,
#g_navi_wrap .navigation > li.pd.open .pd_btn::after {
    opacity: 1;
}*/
#g_navi_wrap .navigation > li.pd .sub {
    width: 100vw;
    height: calc(6.4rem + 1px);
	position: absolute;
    top: calc(100% - 1px);
    left: 0;
    /*transform: translateX(-50%);*/
    z-index: 2;
    background-color: rgba(255,255,255,1.00);
    display: none;
}
#g_navi_wrap .navigation > li.pd.open .sub {
    display: block;
}
#g_navi_wrap .navigation > li.pd.open2 .sub {
    z-index: 3;
}
#g_navi_wrap .navigation > li.pd .sub .layout {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#g_navi_wrap .navigation > li.pd .sub .sub_ttl {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #004898;
    padding: 0 2rem;
    border-right: 1px solid #004898;
    margin-right: 2rem;
}
#g_navi_wrap .navigation > li.pd .sub .child_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 1rem 2rem;
}
#g_navi_wrap .navigation > li.pd .sub .child_list > li {
}
#g_navi_wrap .navigation > li.pd .sub a {
    white-space: nowrap;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #004898;
    padding: 0;
}
#g_navi_wrap .navigation > li.pd .sub a:hover {
    opacity: .6;
}
#g_navi_wrap .navigation > li.pd .sub .child_list > li.current2 a {
    font-weight: 700;
}


#g_navi_wrap .contact_tel {
    height: 100%;
}
#g_navi_wrap .contact_tel a {
    height: 100%;
    width: 25.6rem;
    background-color: #69aa2d;
    display: flex;flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
#g_navi_wrap .contact_tel a .sub {
    font-size: 1.0rem;
    letter-spacing: 0.08em;
	line-height: 1;
    font-weight: 400;
}
#g_navi_wrap .contact_tel a .no {
    font-size: 2.9rem;
    letter-spacing: 0.02em;
	line-height: 1;
    font-weight: 400;
    margin-top: 0.2em;
}



@media screen and (max-width: 768px) {
header {
    width: auto;
	position: relative;
}

#g_navi_wrap {
    height: 8rem;
}
#g_navi_wrap.is_show {
    background-color: rgba(255,255,255,0.95);
    /*animation : g_navi 0.6s;*/
}

#g_navi_wrap .inner {
    width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}

#g_navi_wrap .logo {
    width: 12rem;
    margin-left: 2rem;
    transition: all .6s;
}

#g_navi_wrap .navigation_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
    transition: all .6s;
}

#g_navi_wrap .navigation {
    display: none;
}
    
    
#globalNav .navigation > li {
    height: 100%;
	line-height: 1;
    display: flex;
    flex-flow: column;
    grid-gap: 1rem 0;
}
#globalNav .navigation > li a {
	display: flex;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
	line-height: 1.3;
    color: #FFFFFF;
	position: relative;
    transition: all .6s;
}
    
#globalNav .navigation > li .sub {
    padding-left: 1em;
}
#globalNav .navigation > li .child_list {
    display: flex;
    flex-flow: column;
    grid-gap: 1rem 2rem;
}
#globalNav .navigation > li .child_list > li {
    padding: 0;
}
#globalNav .navigation > li .child_list > li a {
    font-size: 1.2rem;
}


#g_navi_wrap .contact_tel {
    height: 100%;
    margin-right: 6rem;
}
#g_navi_wrap .contact_tel a {
    width: 18rem;
}
#g_navi_wrap .contact_tel a .sub {
    font-size: 1.0rem;
    letter-spacing: 0.08em;
	line-height: 1;
    font-weight: 400;
}
#g_navi_wrap .contact_tel a .no {
    font-size: 2.0rem;
    margin-top: 0.2em;
}

}



/* footer
----------------------------------------- */
footer {
    width: 100%;
	background-color: #004898;
}
footer .inner {
    width: 100%;
    max-width: 104rem;
    margin: auto;
    padding: 5rem 0 2rem;
}

footer .layout {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 3.5rem;
    grid-gap: 4rem 8rem;
}
footer .layout .con .navi_list {
    display: flex;
    flex-flow: column;
    grid-gap: 1rem 0;
}
footer .layout .con .navi_list a {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    transition: all .6s;
}
footer .layout .con .sub_navi_list {
    margin-left: 3rem;
}
footer .layout .con .sub_navi_list a {
    font-size: 1.2rem;
}

footer .layout .con .navi_list li.zensoren img {
    width: 10.6rem;
    height: auto;
}

footer .copyright {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 4rem;
    padding-bottom: 2rem;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    color: #a1a1a0;
}

@media only screen and (max-width: 768px) {
footer .inner {
    width: 100%;
    max-width: 38rem;
    margin: auto;
    padding: 5rem 0 2rem;
}

footer .layout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 0;
    grid-gap: 4rem 0;
}
footer .layout .con {
    width: calc(50% - 1rem);
    display: flex;
    flex-flow: column;
    grid-gap: 1rem 0;
}
footer .layout .con .navi_list {
    display: flex;
    flex-flow: column;
    grid-gap: 0.5rem 0;
}
footer .layout .con .navi_list a {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}
footer .layout .con .sub_navi_list {
    margin-left: 3rem;
}
footer .layout .con .sub_navi_list a {
    font-size: 1.1rem;
}

footer .layout .con .navi_list li.zensoren img {
    width: 10.6rem;
    height: auto;
}

footer .copyright {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 2rem;
    padding-bottom: 2rem;
    font-size: 1.0rem;
    letter-spacing: 0.02em;
    color: #a1a1a0;
}
}