@charset "utf-8";

.rpimg {

}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.navy {
	color: #001541;
}
.blue {
    color: #253976;
}
.orange {
	color: #f39800;
}
.white {
    color: #fff;
}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col {
	color:inherit !important;
}
a {
	color:#253976;
	text-decoration:none;
}
a:visited {
	color:#253976;
	text-decoration:none;
}
a:hover {
	color:#66749f;
	text-decoration:none;
}
a:active {
	color:#253976;
	text-decoration:none;
}

.btn a {
	transition:opacity 0.3s;
}
.btn a:hover {
	opacity: 0.7;
}

a[href*="tel:"] {
    color: inherit;
}

@media (min-width: 561px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2 !important;
}
.lh_0 {
	line-height:0;
}
html {
	height:100%;
    font-size: 1em;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#111;
	background-color:#fff;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1em;
    z-index: 0;
}
@media screen and (max-width: 560px) {
    body {
        font-size: 0.92em;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.84em;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}

#wrapper {
    /*overflow: hidden;*/
    flex: 1 1 auto;
    min-height: 1px;/*IE11 img resizing bug*/
}
.ovf {
    overflow: hidden;
}

.mgend {
	margin-bottom:8em;
}
.mgl {
	margin-bottom:6em;
}
.mgm {
	margin-bottom:4em;
}
.mgms {
	margin-bottom:3em;
}
.mgs {
	margin-bottom:2em;
}
.mgsm {
	margin-bottom:1.5em;
}
.mgss {
	margin-bottom:1em;
}
.mgsss {
	margin-bottom:0.5em;
}

@media screen and (min-width: 561px) {
    .sp {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}
@media screen and (max-width: 560px) {
	.pc {
		display:none !important;
	}
    .spcenter {
        text-align:center !important;
    }
    .spleft {
        text-align:left !important;
    }
    .mgend {
    margin-bottom:5em;
}
}

#toggle {
	display:block;
	position:fixed;
	width:50px;
	height:50px;
	top:25px;
	right:30px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
    transition: opacity 0.3s;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
#toggle:hover {
	opacity:0.7;
}
#navi {
    display: none;
    justify-content: center;
    align-items:flex-start;
	position:fixed;
	text-align:center;
	z-index:2000;
	width:100%;
    height: 100vh;
	top:0;
	left:0;
    background-color: rgba(37,57,118,0.95);
    opacity: 0;
    overflow-y: auto;
}
#navi .navibox {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1000px;
    box-sizing: border-box;
    padding: 8em 0;
}
#navi ul {
    flex-shrink: 0;
    width: 400px;
	border-top:1px solid rgba(255,255,255,0.4);
}
#navi li {
	width:100%;
    box-sizing: border-box;
    border-bottom:1px solid rgba(255,255,255,0.4);
}

#navi li a {
	display:block;
	text-decoration:none;
    text-align: left;
	color:#fff;
	padding-left: 2.5em;
	line-height:4em;
    background-image: url("../img/arr_mw.svg");
    background-repeat: no-repeat;
    background-position: left 1em center;
    background-size: 1em auto;
	transition: all 0.3s;
}
#navi ul:first-child li:nth-child(4) a {
    pointer-events: none;
    background-image:none;
    padding-left: 1em;
}
#navi li a:hover {
	background-color: rgba(255,255,255,0.2);
}


.navi_contact {
    flex-shrink: 0;
    width: 100%;
    text-align: center;
    margin-top: 5em;
}
.navi_contact p {
    width: 400px;
    margin: auto;
}
.navi_contact p a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f39800;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    border-radius: 0.5em;
    transition: all 0.3s;
    background-image: url("../img/arr_white.svg");
    background-repeat: no-repeat;
    background-position: right 1.2em center;
    background-size: 12px auto;
}
.navi_contact p a img {
    height: 1em;
    margin-right: 0.5em;
}
.navi_contact p a:hover {
    opacity: 0.7;
}

#header {
	position:relative;
	width:100%;
    min-width: 1100px;
    height: 100px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1000;
}
#header h1 {
    position: absolute;
    left: 30px;
    top: 20px;
    text-align: left;
    font-weight: normal;
    line-height: 40px;
    font-size: 0.76em;
    line-height: 1.3;
}
#header h2 {
    position: absolute;
    left: 30px;
    bottom: 20px;
}
#header h2 img {
    height: 32px;
}

#gnavi {
	position:absolute;
    bottom: 0;
    right: 110px;
    height: 100%;
}
#gnavi ul {
    position:relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
#gnavi ul li {
	position:relative;
    box-sizing: border-box;
}
#gnavi ul li::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 20px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#gnavi ul li:last-child::before {
    display: none;
}
#gnavi ul li a {
	color:#111;
	line-height:40px;
    height:40px;
	display:inline-block;
	padding:0 15px;
    box-sizing: border-box;
	transition:all 0.3s;
}
#gnavi ul li a:hover {
    background-color: #e9ebf1;
}
#gnavi ul li:last-child a {
    background-color: #f39800;
    color: #fff;
}
#gnavi ul li:last-child a:hover {
    opacity: 0.7;
}
.head_right{width: 500px;position:absolute;right:158px;bottom: 32px;}
.head_right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
	background-color: #ffffff;
}

.head_right li {
  float: left;
	border-left: solid 1px #000000;
}


.head_right li a, .dropbtn {
  display: inline-block;
  color: #000000;
  text-align: center;
  padding: 7px 20px;
  text-decoration: none;
}

.head_right li a:hover, .dropdown:hover .dropbtn {
  background-color: #e9ebf1;
}

.head_right li.dropdown {
  display: inline-block;
}

.head_right .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.head_right .dropdown-content a {
  color: black;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
	
}

.head_right .dropdown-content a:hover {background-color: #f1f1f1;}

.head_right .dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 560px) {
    #gnavi,.navi_contact ,.head_right{
        display: none;
    }
}

.container {
    position: relative;
    box-sizing: border-box;
    width: 960px;
    padding: 4em 0;
	margin:0 auto;
	text-align:left;
}
.container_f {
    position: relative;
    box-sizing: border-box;
    width: 1100px;
	margin:0 auto;
	text-align:left;
}

.contact {
    position: relative;
    background-color: #f39800;
    color: #fff;
    border-radius: 1em;
    width: 600px;
    box-sizing: border-box;
    padding: 1.5em;
    margin: 0 auto;
    text-align: center;
    background-image: url("../img/arr_white.svg");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: auto 10px;
}
.contact p {
    margin-bottom: 0.5em;
}
.contact h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
}
.contact h4 img {
    height: 1em;
    margin-right: 0.5em;
}
.contact a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s;
}
.contact a:hover {
    opacity: 0.3;
}

@media screen and (max-width: 560px) {
#toggle {
	width:50px;
	height:50px;
    top: 5px;
    right: 5px;
}
#navi .navibox {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 80px 20px;
    font-size: 0.92em;
}
#navi ul {
    width: 100%;
}
#navi li a {
	padding-left: 2.5em;
	line-height:4em;
    background-position: left 1em center;
    background-size: 1em auto;
}

#header {
    min-width: 100%;
    height: 60px;
}
#header h1 {
    left: 10px;
    top: 9px;
    font-size: 0.6em;
}
#header h2 {
    position: absolute;
    left: 10px;
    bottom: 6px;
    width: calc(100% - 75px);
    max-width: 300px;
    line-height: 0;
}
#header h2 img {
    width: 100%;
}
#header h3 {
    padding: 3px 10px;
}
#header h3 img {
    height: 14px;
}

.container {
    width: 100%;
    box-sizing: border-box;
	padding:3em 7%;
}
.container_f {
    width: 100%;
    box-sizing: border-box;
}

.contact {
    border-radius: 0.5em;
    width: auto;
    padding: 1.2em;
    background-position: right 0.5em center;
}
.contact p {
    font-size: 0.92em;
    margin-bottom: 0.5em;
}
.contact h4 {
    font-size: 1.16em;
}

}


#footer {
    padding: 4em 0 0;
    background-color: #253976;
    color: #fff;
}
.ft_box {
    width: 960px;
    margin: 0 auto 4em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.credit {
    width: 40%;
    text-align: left;
}
.credit h4 {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px 15px 17px;
    margin-bottom: 2em;
}
.credit h4 img {
    width: 100%;
}
.credit p {
    margin-bottom: 2em;
    line-height: 1.7;
}
.ft_contact {
    
}
.ft_contact a {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    background-color: #f39800;
    color: #fff;
    font-size: 1.16em;
    padding-left: 1.2em;
    background-image: url("../img/arr_white.svg");
    background-repeat: no-repeat;
    background-position: right 1.2em center;
    background-size: 12px auto;
    transition: all 0.3s;
}
.ft_contact a:hover {
    background-color: #f7b74c;
}
.ft_contact a img {
    height: 1em;
    margin-right: 0.5em;
}

.site_box {
    width: 49%;
}
.sitemap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sitemap>ul {
    width: 45%;
}
.sitemap>ul>li>a {
    display: block;
    color: #fff;
    text-align: left;
    padding-left: 2.5em;
	line-height:2.8em;
    font-size: 0.92em;
    background-image: url("../img/arr_mw.svg");
    background-repeat: no-repeat;
    background-position: left 1em center;
    background-size: 1em auto;
	transition: all 0.3s;
}
.sitemap>ul>li>a:hover {
	background-color: rgba(255,255,255,0.2);
}
.sitemap>ul:first-child>li:nth-child(4)>a {
    pointer-events: none;
    background-image:none;
    padding-left: 1em;
}

.sns {
    width: 100%;
    padding-top: 2em;
}
.sns ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sns li {
    width: 40px;
    margin-left: 10px;
}
.sns li a {
    display: block;
    transition: all 0.3s;
}
.sns li a:hover {
    opacity: 0.7;
}
.sns li img {
    width: 100%;
}

.copyright {
    background-color: #111;
}
.copyright p {
    width: 960px;
    padding: 2em 0;
    margin: 0 auto;
    text-align:left;
	font-size:0.84em;
    line-height: 1.4;
}
#fix_navi {
    display: none;
}

@media screen and (max-width: 560px) {
#footer {
    padding: 0 0 60px 0;
}
.ft_box {
    box-sizing: border-box;
    padding: 3em 2em 2em;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.credit {
    width: 100%;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
}
.credit h4 img {
    width: 100%;
}
.credit p {
    margin-bottom: 2em;
    line-height: 1.7;
}
.ft_contact {
    display: none;
}

.site_box {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
.sitemap {
    justify-content: space-between;
}
.sitemap>ul {
    width: 100%;
}

.sns {
    padding-top: 0;
    margin-bottom: 2em;
    margin-left: 1em;
}
.sns ul {
    justify-content: flex-start;
}
.sns li {
    margin-left: 0;
    margin-right: 10px;
}
.copyright {
    background-color: #111;
}
.copyright p {
    box-sizing: border-box;
    width: 100%;
    padding: 1em 2em;
}

#fix_navi {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2500;
}
#fix_navi a {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    background-color: #f39800;
    color: #fff;
    font-size: 1.16em;
    padding-left: 1.2em;
    background-image: url("../img/arr_white.svg");
    background-repeat: no-repeat;
    background-position: right 1.2em center;
    background-size: 12px auto;
    transition: all 0.3s;
}
#fix_navi a:hover {
    background-color: #f7b74c;
}
#fix_navi a img {
    height: 1em;
    margin-right: 0.5em;
}
}


@media screen and (max-width: 560px) {


}


.box0 {
	line-height:1.7;
}


@media screen and (max-width: 560px) {


}


