@charset "UTF-8";

/* ---------- mediaQuery  ---------- */


@media all and (max-width: 767px) {
.viewpc {
	display: none;
}
.viewtb {
	display: none;
}
.viewsp {
	display: block;
}

html {
	font-size: 62.5%;/*10px*/
}
body {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
p {
	font-size: 16px;
}
.inner {
	clear: both;
	width: 92%!important;
	margin: 0 auto;
	padding: 0 auto;
}
img {
	width: 100%;
	height: auto;
	text-align: center;
}
.margintopmainus30 {
	margin-top: 0!important;
}
.marginbottom60 {
	margin-bottom: 20px!important;
}
.cap {
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}


/* ===============
header
================*/
header {
	width: 100%;
	height: 50px;
	background-color: rgba(255,255,255,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
header .inner {
	width: 96%;
	margin: 0 auto;
	display: block;
	position: relative;
}
header h1 {
	display: block;
	width: 40%;
	max-width: 160px;
	margin-top: 14px;
	margin-right: 0;
}
	
#globalMenuS {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
	position: absolute;
	top: 10px;
	right: 0;
width: 80px;
}
#top-head {
    width: 80px;
		margin: 0 0 0 0;
    line-height: 1;
    z-index: 999;
	position: fixed;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: relative;
    width: 80px;
    height: 49px;
    cursor: pointer;
    z-index: 990;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 40px;
    background: #2f6f83;
    left: 0;
	top: 6px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 10px;
		left: 30px;
}
#nav-toggle span:nth-child(2) {
    top: 21px;
		left: 30px;
}
#nav-toggle span:nth-child(3) {
    top: 32px;
		left: 30px;
}

#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 50%;
			float: left;
        height: 56px;
        z-index: 990;
        position: relative;
    }

#nav-toggle {
     display: block;
		margin-top: 2px;
    }
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 24px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
	background-color: #2f6f83;
    }
.open #nav-toggle span:nth-child(2) {
        top: 24px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
	background-color: #2f6f83;
    }
.open #nav-toggle span:nth-child(3) {
        top: 24px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
	background-color: #2f6f83;
    }
	
#global-nav {
	position: fixed;
	left: 0;
	top: -480px;
 	background-color: rgba(150,205,220,0.9);
 	padding: 0;
	width: 100%;
	height: 300px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	z-index: 900;
border-bottom: 1px solid #2f6f83;
border-top: 1px solid #2f6f83;
}
#global-nav ul {
				clear: both;
        list-style: none;
        position: static;
        font-size: 15px;
				padding-top: 0!important;
				margin-top: 0;
}
#global-nav ul li {
				clear: both;
        float: none;
        position: static;
	text-align: center;
	font-size: 15px;
	border-bottom: 1px solid #2f6f83;
 }
#global-nav ul li:last-child {
	border-bottom: 0;
}
#global-nav ul li a {
					clear: both;
        float: none;
        width: 100%;
        display: block;
        color: #fff;
        padding: 20px 0 20px 0;
font-weight: 600;
    }
#global-nav ul li a:hover {
		background: rgba(255,255,255,0.5);
		color: #fff;
	text-decoration: none;
		-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	}

/* #global-nav スライドアニメーション */
#global-nav.slideleft {
  left: 0;
	top: 50px;
	position: fixed;
	z-index: 990;
}
#global-nav .btn_entry { 
	margin: 10px auto;
}
#global-nav .btn_entry a {
	font-size: 16px;
	padding: 10px 20px 10px 10px;
}
	
/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
	padding-top: 50px;
}
	

.btn_entry {
	width: 80%;
	max-width: 700px;
	margin: 30px auto;
	text-align: center;
}
.btn_entry a {
	width: 100%;
	display: block;
	background: url("../images/arrow_right_w.svg") no-repeat 96% center #FF8500;
	background-size: 14px;
	color: #fff;
	font-size: 20px;
	padding: 20px 30px 20px 20px;
	border-radius: 6px;
	font-weight: 700;
}

.btn_entry a:hover {
	opacity: 0.6!important;
	text-decoration: none;
}

.spimage {
	width: 60%;
	margin: 0 auto 10px auto;
	text-align: center;
}
.spimage img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
/* ===============
#sec_intro
================*/
#sec_intro {
	width: 100%;
	margin: -4px auto 0 auto;
	background-image: url("../images/bg_rec.svg"), url("../images/bg01.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, center 90%;
	background-size: 180px, 600px;
}
#sec_intro .inner {
	width: 96%;
	padding: 30px 0 0 0; 
	background-image: none;
}
#sec_intro h2 {
	color: #2f6f83;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
}
#sec_intro h3 {
	font-size: 20px;
	color: #2f6f83;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 20px;
}
#sec_intro p.lead {
	font-size: 20px;
	color: #2f6f83;
	margin-top: 0;
	margin-bottom: 10px;
} 

#sec_intro .intro_lead {
	width: 100%;
	margin: 0 auto;
}
#sec_intro .intro_lead p {
	color: #2f6f83;
	line-height: 2;
}

#sec_intro .intro_art01 {
	width: 100%;
	margin: 20px auto 20px auto;
	background-color: rgba(232,242,249, 0.8);
	padding: 16px;
}
#sec_intro .intro_art01 p {
	color: #2f6f83;
	line-height: 2;
}
	
/* ===============
#sec_signal
================*/
#sec_signal {
	width: 100%;
	margin: 40px auto 0 auto;
}
#sec_signal h2 {
	background-color: #2f6f83;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.5;
	padding: 12px 0;
}
#sec_signal .inner {
	padding: 0; 
}
#sec_signal h2 {
	background-color: #2f6f83;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.5;
	padding: 12px 10px;
}
#sec_signal .inner {
	width: 96%;
	padding: 20px 0 0 0; 
}
#sec_signal .slider {
	margin: 0 auto 20px auto;
	width: 100%;
}
#sec_signal .slider .mainslide {
	border: 1px solid #A5A5A5;
	padding: 20px 20px 10px 20px;
}

/* ===============
#sec_more
================*/
#sec_more {
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/bg_rec.svg"), url("../images/bg02.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: left 200px, center 95%;
	background-size: 180px, 600px;
	padding: 20px 0;
}
#sec_more h2 {
	color: #2f6f83;
	background: url("../images/bg_line01.png") no-repeat center top;
	background-size: 1px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.5;
	padding: 40px 0 40px 0;
}
#sec_more h3 {
	font-size: 20px;
	color: #2f6f83;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 20px;
}
#sec_more .inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0; 
	background-image:none;
}
#sec_more .more_lead {
	width: 100%!important;
	margin: 0 auto;
}
#sec_more .more_lead h3 {
	text-align: left;
}
#sec_more .more_lead p {
	color: #2f6f83;
	line-height: 2;
}

#sec_more .more_art01 {
	width: 100%;
	margin: 20px auto 20px auto;
	background-color: rgba(232,242,249, 0.8);
	padding: 30px 10px;
}
#sec_more .more_art01 p {
	color: #2f6f83;
	line-height: 2;
}

/* ===============
#sec_reason
================*/
#sec_reason {
	width: 100%;
	margin: 30px auto 0 auto;
	background-color: #E4E4E4;
	padding: 30px 0;
}
#sec_reason .inner {
	width: 100%;
	margin: 0 auto;
	background: url("../images/bg_line01.png") no-repeat center 86px;
	background-size: 1px;
}
#sec_reason h2 {
	color: #2f6f83;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.5;
	text-align: center;
}

#sec_reason .reason_index {
	display: flex;
	width: 100%;
	margin: 30px auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec_reason .reason_index .reason_item {
	flex-basis: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	width: 100%;
	display: flex;
}
#sec_reason .reason_index .reason_item .reasonitem_img {
	flex-basis: 40%;
	width: 100%;
	height: auto;
	background-color: #e5eef2;
	padding: 20px 10px;
	color: #2f6f83;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
}
#sec_reason .reason_index .reason_item .reasonitem_img img {
	width: 50%;
	height: auto;
	display: block;
	text-align: center;
	margin: 20px auto 16px auto;
}
#sec_reason .reason_index .reason_item .img_s img {
	width: 60%!important;
	margin: 10px auto 16px auto;
}
#sec_reason .reason_index .reason_item .img_l img {
	width: 80%!important;
}
#sec_reason .reason_index .reason_item .reasonitem_txt {
	flex-basis: 60%;
	width: 100%;
	padding: 16px;
}
#sec_reason .reason_index .reason_item .reasonitem_txt p {
	font-size: 16px;
	text-align: left;
	color: #2f6f83;
}


/* ================
#pagetop
================== */
#pagetop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background: url(../images/totop.png) no-repeat;
	background-size: 60px;
	z-index: 5;
}
#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

/* ===================
footer
====================== */
footer {
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
	padding: 20px 0;
}
footer .inner {
	width: 92%;
	margin: 0 auto;
}


/* ==================
modal parts
===================== */
.modal-content {
  width: 96%;
	max-width: 900px;
	max-height: 500px;
  top: 40%;
  position:fixed;
  display:none;
  z-index:1003;
  margin: 0;
  background-color: #99cddc;
  overflow: auto;
	-webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
	overflow-y: auto;
	overflow-x: auto;
	padding: 10px;
}
.modal-content h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.modal-content h2 span {
	font-size: 14px;
}
	
.modal-overlay {
  z-index:1000;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.8);
}
.modal-open {
}
.modal-open:hover {
  cursor:pointer;
}
.closebtn:hover {
  cursor:pointer;
}
.modal-close {
  position: relative;
  vertical-align: middle;
  zoom: 1;
  top: 2px;
	right: 2px;
  float: right;
  width: 2em;
  height: 2em;
  cursor: pointer;
	z-index: 1000;
}
.modal-close:before, .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3em;
  height: 2px;
  background-color: #fff;
}
.modal-close:before{
  transform: rotate(45deg);
}
.modal-close:after{
  transform: rotate(-45deg);
}


}