@charset "UTF-8";

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

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
    font-size: 1.4em;
	color: #141414;
    line-height: 1.8em;
/*	letter-spacing:0.05em; */
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.contents_inner_large {
    max-width: 100%;
    margin: 0 auto;
}
.contents_inner{
	width: 1000px;
	margin: 0 auto;
}
.contents_inner_900{
	width: 900px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
    color: #282828;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#f57832;
	text-decoration:none;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
@media screen and (max-width: 1000px) {
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
    .contents_inner_900{
        width: 95%;
		margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}

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

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	wide_slide

-----------------------------------*/
.wide_slide {
	width: 100% !important;
	max-width: 100% !important;
}
.wide_slide .sp-img {
	position: relative !important;
}
.wide_slide .sp-slide img {
	position: absolute;
	left: 10%;
	bottom: 15%;
	max-height: 80% !important;
}
.slider-pro img.sp-image {
	margin: 0!important;
	height: auto !important;
}
.wide_slide .sp-slide,
.sp-mask {
	height: calc(100vh - 170px) !important;
}
@media screen and (max-width: 840px) {
	.wide_slide .sp-slide,
.sp-mask {
	height: 550px !important;
}
}
.wide_slide .sp-slide:first-child {
	background: url(../img/index/mainvisual01.jpg);
	background-position: top;
	background-size: cover;
}
.wide_slide .sp-slide:nth-child(2) {
	background: url(../img/index/mainvisual02.jpg);
	background-position: top;
	background-size: cover;
}
.wide_slide .sp-slide:nth-child(3) {
	background: url(../img/index/mainvisual03.jpg);
	background-position: top;
	background-size: cover;
}
.wide_slide .sp-slide:nth-child(4) {
	background: url(../img/index/mainvisual04.jpg);
	background-position: top;
	background-size: cover;
}
.wide_slide .side_text_01,
.wide_slide .side_text_04{
	position:absolute;
	top:10% !important;
	bottom:0 !important;
	left:0 !important;
	right:0 !important;
	margin:0 auto !important;
}
.wide_slide .side_text_02 {
    bottom: 40% !important;
    left: 60% !important;
}
.wide_slide .side_text_03{
	bottom:10% !important;	
}

@media screen and (max-width: 1200px) {
	
	.wide_slide .side_text_01{
		width:9%;
		max-width: 149px;
	}
	.wide_slide .side_text_02 {
		width:13%;
		max-width: 205px;
	}
	.wide_slide .side_text_03 {
		width:9%;
		max-width: 139px;
	}
	.wide_slide .side_text_04 {
		width:13%;
		max-width: 215px;
	}
}

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

	.wide_slide .sp-slide,
	.sp-mask {
		height: 260px !important;
	}
	.slider-pro img.sp-image {
		width: 70% !important;
	}
}
/*-----------------------------------

	header

-----------------------------------*/
header {
}
header #header_top {
    padding: 15px 25px;
    position: relative;
}
header #header_top h1 {
    width: 230px;
}
@media screen and (max-width: 640px){
	header #header_top h1 {
	    width: 80%;
	}
}

header #header_top h1 a img{
	width:100% !important;
}

header #header_top h1:hover {
    opacity: 0.8;
}
header #header_top .global {
    position: absolute;
    top: 15px;
    right: 150px;
}
header #header_top .global::before{
    content: '';
    background: url(../img/common/header_icon_global.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: left;
}
header #header_top .member {
    width: 100px;
    position: absolute;
    top: 0;
    right: 20px;
    background: url(../img/common/header_member_bg.png) no-repeat;
    text-align: center;
    padding: 20px 0;
    line-height: 1.2;
    color: #fff;
}
header #header_top .member:hover {
    opacity: 0.8;
}
header #header_top .sp_nav {
    display: none;
}
header #header_bottom {
    padding-bottom: 10px;
}
header #header_bottom ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    position: relative;
}
header #header_bottom ul.gnav li {
	flex: 1 0 auto;	
	width: auto;
    line-height: 1.2;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    padding: 10px 0;
	transition: all 0.3s;
	border-radius: 3px;
}
header #header_bottom ul.gnav li a{
	display:block;
	letter-spacing:0;
    font-size: 15px;
    color: #141414;	
}
header #header_bottom ul.gnav li span{
    display: block;
    font-size: 14px;
}
/* hover jp */
header #header_bottom ul.gnav.jp li.item02:hover {
	background: rgba(104, 194, 124, 0.3);
}
header #header_bottom ul.gnav.jp li.item03:hover {
	background: rgba(200, 145, 20, 0.3);
}
header #header_bottom ul.gnav.jp li.item04:hover {
	background: rgba(210, 85, 125, 0.3);
}
/* hover global */
header #header_bottom ul.gnav:not(.jp) li.item01:hover {
	background: rgba(50, 170, 180, 0.3);
}
header #header_bottom ul.gnav:not(.jp) li.item02:hover {
	background: rgba(200, 145, 20, 0.3);
}
header #header_bottom ul.gnav:not(.jp) li.item03:hover {
	background: rgba(210, 85, 125, 0.3);
}
header #header_bottom ul.gnav:not(.jp) li.item04:hover {
	background: rgba(70, 180, 125, 0.3);
}
header #header_bottom ul.gnav:not(.jp) li.item05:hover {
	background: rgba(60, 140, 195, 0.3);
}
header #header_bottom ul.gnav li.item01::before {
    content: url(../img/common/header_menu_icon01.png);
    margin-right: 10px;
}
header #header_bottom ul.gnav li.item02::before {
    content: url(../img/common/header_menu_icon02.png);
    margin-right: 10px;
}
header #header_bottom ul.gnav li.item03::before {
    content: url(../img/common/header_menu_icon03.png);
    margin-right: 10px;
}
header #header_bottom ul.gnav li.item04::before {
    content: url(../img/common/header_menu_icon04.png);
    margin-right: 10px;
}
header #header_bottom ul.gnav li.item05::before {
    content: url(../img/common/header_menu_icon05.png);
    margin-right: 10px;
}
header #header_bottom ul.gnav li.item01 .item01_sub {
    visibility: hidden;
    display: block;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 20px 2%;
    background: rgba(50, 170, 180, 0.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
header #header_bottom ul.gnav li.item02 .item02_sub {
    visibility: hidden;
    display: block;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 20px 2%;
    background: rgba(70, 180, 125, 0.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
header #header_bottom ul.gnav li.item05 .item05_sub {
    visibility: hidden;
    display: block;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 20px 2%;
    background: rgba(60, 140, 195, 0.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
header #header_bottom ul.gnav li.item01 .item01_sub::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 15px 7px;
    border-color: transparent transparent rgba(50, 170, 180, 0.8) transparent;
    position: absolute;
    bottom: 100%;
    left: 10%;
}
header #header_bottom ul.gnav li.item02 .item02_sub::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 15px 7px;
    border-color: transparent transparent rgba(70, 180, 125, 0.8) transparent;
    position: absolute;
    bottom: 100%;
    left: 31%;
}
header #header_bottom ul.gnav li.item05 .item05_sub::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 15px 7px;
    border-color: transparent transparent rgba(60, 140, 195, 0.8) transparent;
    position: absolute;
    bottom: 100%;
    left: 90%;
}
header #header_bottom ul.gnav li.item01:hover .item01_sub,
header #header_bottom ul.gnav li.item02:hover .item02_sub,
header #header_bottom ul.gnav li.item05:hover .item05_sub {
    top: 65px;
    visibility: visible;
    opacity: 1;
    z-index: 10;
}
header #header_bottom ul.gnav li.item01 .item01_sub li,
header #header_bottom ul.gnav li.item02 .item02_sub li,
header #header_bottom ul.gnav li.item05 .item05_sub li {
    float: left;
    width: auto;
    border: none;
    padding: 0;
}
header #header_bottom ul.gnav li.item01 .item01_sub li a,
header #header_bottom ul.gnav li.item02 .item02_sub li a,
header #header_bottom ul.gnav li.item05 .item05_sub li a {
    color: #fff;
    padding: 10px 25px;
    line-height: 1;
    display: block;
    transition: all .2s ease;
}
header #header_bottom ul.gnav li.item01 .item01_sub li a:hover,
header #header_bottom ul.gnav li.item02 .item02_sub li a:hover,
header #header_bottom ul.gnav li.item05 .item05_sub li a:hover {
    background: rgba(255,255,255,0.4);
}
header #header_bottom ul.gnav li.item01 .item01_sub li a span {
    font-size: 13px;
}
header #header_bottom ul.gnav.jp li.item01 > a,
header #header_bottom ul.gnav.jp li.item05 > a {
	pointer-events: none;
}
@media screen and (max-width: 1000px) {
    header #header_bottom ul.gnav li a{
        font-size: 1.4vw;
        letter-spacing: 0;
    }
    header #header_bottom ul.gnav li span{
        font-size: 1.2vw;
    }
}
@media screen and (max-width: 840px) {
    header #header_top .global {
        display: none;
    }
    header #header_top .member {
        display: none;
    }
    header #header_top .sp_nav {
        display: inline-block;
        width: 40px;
        position: absolute;
        top: 15px;
        right: 20px;
    }
    header #header_bottom {
        display: none;
    }
}
@media screen and (max-width: 640px) {
}
/*-----------------------------------

	nav

-----------------------------------*/
#global {
  background: #fffac9; }
  #global .container, #global #pagetop, #global .title > *, #global .local ul, .local #global ul, #global .path {
    overflow: hidden; }
  #global ul {
    font-size: 0;
    margin: 0 -7px; }
  #global li, #global a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  #global a {
    text-decoration: none;
    line-height: 40px;
    padding: 0 60px; }
    #global a img {
      vertical-align: middle; }
    #global a:hover {
      opacity: 0.8;
      background: #fffaee; }
@media screen and (max-width: 840px) {
    #global {
		min-width: 300px;
        background: #f1ecd3;
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
    }
    #global .container, #global #pagetop,
    #global .title > *, #global .local ul,
    .local #global ul, #global .path {
        padding: 0;
    }
    #global ul {
        margin: 0;
     }
    #global li, #global a {
        display: block;
    }
    #global li {
        position: relative;
        border-top: 1px solid #787878;
        color: #787878;		
    }	
	#global li a {
		color: #787878;
	}
    /*#global li:after {
        content: '>';
        position: absolute;
        right: 16px;
        top: 16px;
        font-size: 18px;
    }*/
    #global a {
        line-height: 50px;
        font-size: 15px;
        padding: 0;
    }
	#global .img_area {
		width: 50px;
    	text-align: center;    
    	display: inline-block;		
	}
    #global a img {
        display:inline-block;
		vertical-align:middle;
		max-height:32px;		
    }
    #global a:hover {
        opacity: 1;
        background: none;
    }
    #global form {
        width: 222px;
    }
	#global .toplink {
		font-size: 16px;
    padding-left: 35px;
		float:left;
    }
	#global .toplink a{
		padding-right: 180px;
		color: #787878;
    }
    #global .mobile {
        text-align: center;
        padding: 12px 14px;
    }
    #global .close {
		float:right;
    }
    #global .close a {
        color: #787878;
        padding: 0;
        font-size: 28px;
    }	
	/**/
	/*#global ul li div{
		padding: 15px 0;
	}*/
	#global ul li ul {
		display: none;	
		margin-bottom: 0;
	}
	#global ul li ul li{
		border:none;
	}
	#global .blue ul li:nth-of-type(3) a {
		line-height: 20px;
		padding: 15px 0 15px 50px;
	}
	#global .green ul li:nth-of-type(4) a {
		line-height: 20px;
		padding: 15px 0 15px 50px;
	}
	#global .blue.active{
		background:rgba(50, 170, 180, 0.9);
	}
	#global .green.active{
		background:rgba(70, 180, 125, 0.9);
	}
	#global .darkblue.active{
		background:rgba(60, 140, 195, 0.9);
	}
	#global li.active .accordion_title {
		color: #fff;
	}
	#global li.active .accordion_title img {
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
	#global ul li ul li:last-child{
		border-bottom:none;
	}
	#global ul li ul li a {		
		padding: 5px 0 0px 50px;
	}
	#global ul li.active ul li a {
		color:#fff !important;
	}
	#global .accordion_title{
		line-height: 55px;
		font-size: 15px;
		padding: 0 40px 0 0;
		float: left;
	}
	#global .accordion_title img{
		display:inline-block;
		vertical-align:middle;
		max-height: 32px;
	}
	#global .accordion_icon,
	#global .accordion_icon span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	#global .accordion_icon {
		position: relative;
		width: 15px;
		height: 15px;
		float: right;
		margin-top: 5px;
	}
	#global .accordion_icon span {
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #787878;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
	}
	#global .accordion_icon span:nth-of-type(1) {
		top: 20px;
		right: 18px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	#global .accordion_icon span:nth-of-type(2) {
		top: 20px;
		right: 18px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	/*＋、－切り替え*/
	#global .accordion_icon.active span:nth-of-type(1) {
		display:none;
	}
	#global .accordion_icon.active span:nth-of-type(2) {		
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		background: #fff;
	}
}

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

	sitemap

-----------------------------------*/
#sitemap {
    background: #f1ecd3;
    margin-top: -150px;
}
#sitemap .mobile {
    display: none;
}
#sitemap .bg_area {
    background: #fff url(../img/common/sitemap_bg.png) no-repeat;
    background-position:center top;
    width: 100%;
    height: 150px;
}
#sitemap .container {
    padding: 50px 0;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#sitemap .container ul {
    margin-bottom: 30px;
}
#sitemap .container ul li{
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}
#sitemap .container ul li ul li{
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 10px;
}
@media screen and (max-width: 640px) {
    #sitemap {
        margin-top: 0;
    }
    #sitemap .bg_area {
        display: none;
    }
    #sitemap .mobile {
        display: block;
    }
    .toggle-sitemap {
        line-height: 70px;
        background: url('../img/common/toggle1-1.png?1487176309') 90% center no-repeat #4c4948;
        background-size: 21px auto;
        color: white;
        text-align: center;
        font-size: 13px;
        display: block;
    }
    .toggle-sitemap.close {
        background: url('../img/common/toggle1-2.png?1487176309') 90% center no-repeat #4c4948;
        background-size: 21px auto;
    }
    #sitemap .container {
        padding: 30px 0;
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
        display: none;
    }
    #sitemap .container.active {
        display: block !important;
    }
}

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

	pagetop

-----------------------------------*/
#pagetop{
    position: fixed;
    right: 375px;
    bottom: 100px;
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: #3c83ba;
    border-radius: 50%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
#pagetop:after{
    font-size: 20px;
	color:#fff;
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-weight: bold;
	text-align: center;
    line-height: 40px;
    display: block;
}
#pagetop:hover:before{
    background: #3c83ba;
}
#pagetop_sp{
	display:none;
}
@media screen and (max-width: 1500px) {
	#pagetop{
		right: 2%;
	}
}
@media screen and (max-width: 640px) {
	#pagetop{
		display:none !important;
	}
	#pagetop_sp{
		height: 50px;
		background:#3c83ba;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		padding-top: 15px;
		cursor: pointer;
		display:block;
		box-sizing:border-box;
	}
	#pagetop_sp:hover{
		background:#3c83ba;
	}
	#pagetop_sp:after{
		font-size: 24px;
		color:#fff;
		font-family: "Font Awesome 5 Free";
		content: '\f077';
		font-weight: bold;
		text-align: center;
		display: block;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
	}
}

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

	footer

-----------------------------------*/
footer {
	height:40px;
    background: #3c83ba;
    letter-spacing: 0;
	padding: 5px 0;
}
footer ul {
    float: left;
}
footer ul li {
    float: left;
    margin-right: 20px;
}
footer ul li a{
    color: #fff !important;
    font-size: 12px;
}
footer small {
    float: right;
    color: #fff;
	font-size: 12px;
}
@media screen and (max-width: 840px) {
    footer {
		height:auto;
        text-align: center;
        padding: 10px 0;
    }
    footer ul {
        float: none;
        display: inline-block;
    }
    footer small {
        float: none;
        display: inline-block;
        line-height: 1.2;
    }
}
@media screen and (max-width: 640px) {
	
	footer ul li {
		margin-right: 10px;
	}
}
@media screen and (max-width: 320px) {
	
	footer ul li {
		margin-right: 0;
	}
}
