@charset "utf-8";
/*================================================
 CSS Ver.1.00
=================================================*/

body {
	height: 100%;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 75%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "Lucida Grande", Helvetica, sans-serif;
	border: none;
	counter-reset: titleNum;
	background-image: url("../image_common/bg_body.gif");
	background-attachment: fixed;
}

html,body {
}

html>/**/body {
font-size: 12px;
}

div {
	box-sizing: border-box !important;
}

.bg_1 {
	background-color: #1ca4ff;
}

.h1_txt {
	color: #1ca4ff !important;
	border-bottom: double #1ca4ff  !important;
	font-weight: bold;
}

.bg_1 p {
	color: #FFFFFF;
}

.bg_2 {
	background-image: url("../image_common/bg_2.png");
}

.bg_3 {
	background-image: url("../image_common/bg_3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.bg_4 {
	background-color: #FFFFFF;
}

.bg_5 {
	background-image: url("../image_common/bg_5.jpg");
	background-position: right;
	background-color: #1ca4ff;
}

.center {
	text-align: center;
}

.menu_btn {
	margin-right: 0.5em
}

@media (max-width: 1320px) {
.menu_btn {
	width: 120px;
	padding-top: 13px;
}
}

@media (max-width: 1040px) {
.menu_btn {
	width: 100px;
	padding-top: 23px;
}
}

@media (max-width: 920px) {
.menu_btn {
	display: none;
}
}


#top {
	border-bottom: 2px solid #1CA4FF;
}



/*------------------------------------------------
	Header
-------------------------------------------------*/

.headmenu {
	z-index: 1000;
	width: 100%;
	height: 90px;
	position: fixed;
	background-image: url("../image_common/bg_body.gif");
	background-attachment: fixed;
	border-bottom: 1px solid #1CA4FF;
	box-sizing: border-box;
}

@media (max-width: 640px) {
.headmenu {
	z-index: 1000;
	width: 100%;
	height: 50px;
	position: fixed;
	background-image: url("../image_common/bg_body.gif");
	background-attachment: fixed;
	border-bottom: 1px solid #1CA4FF;
	box-sizing: border-box;
}
}

.headi {
	height: 90px;
}

@media (max-width: 640px) {
.headi {
	height: 50px;
}
}

.headdummy {
	width: 100%;
	height: 90px;
}

@media (max-width: 640px) {
.headdummy {
	width: 100%;
	height: 50px;
}
}

.menu_r {
	float: right;
	text-align: right;
}

header {
	width: 100%;
	background-color: #1ca4ff;
}

header h1 {
	width: 30%;
}

.image_rd {
	border-radius: 10px;
}

.image_ci {
	border-radius: 100%;
}

.bg_top {
	height: 85vh;
	background-image: url("../image_common/bg_1.png");
}

.bg_line {
	background-image: url("../image_common/bg_1.png");
}

.top {
	padding: 1.0em;
	width: 100%;
	box-sizing: border-box;
}

.slider_area {
	width: 100%;
	box-sizing: border-box;
}

.slider li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 85vh;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

@media (max-width: 640px) {
.slider li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40vh;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
}

.slider_01 {
	background-image: url("../image/slider_01.jpg");
	background-position: center;
}

.slider_02 {
	background-image: url("../image/slider_02.jpg");
	background-position: center;
}

.slider_03 {
	background-image: url("../image/slider_03.jpg");
	background-position: center;
}

.slider_04 {
	background-image: url("../image/slider_04.jpg");
	background-position: center;
}

.slider_05 {
	background-image: url("../image/slider_05.jpg");
	background-position: center;
}

.slider_06 {
	background-image: url("../image/slider_06.jpg");
	background-position: center;
}


.icon_flex {
	display: flex;
	justify-content: center;
}

.icon_flex li {
	text-align: center;
}


.hamburger {
  display: none;
}

@media (max-width: 920px) {
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0px;
  top   : 0px;
  width : 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
}
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #1ca4ff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #FFFFFF;
  background: #fff;
  text-align: left;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #FFFFFF;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #1ca4ff;
  font-size: 1.5em;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background: #DAF0FF;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #1ca4ff;
  padding: 1em 10px;
  box-sizing: border-box;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

/*------------------------------------------------
	Contents
-------------------------------------------------*/

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}


#contents {
	width: 100%;
	font-size: 1.7em;
}

@media (max-width: 640px) {
#contents {
	width: 100%;
	font-size: 1.3em;
}
}

#contents section {
	width: 100%;
	display: inline-block;
	border-bottom: 2px solid #1CA4FF;
	padding: 1.0em 0;
	box-sizing: border-box;
}

.contents150 {
	padding: 0 0 150px 0;
}

.contents_area {
	max-width: 960px;
	margin: 0px auto;
	padding: 2.0em 1.0em;
	box-sizing: border-box;
}

.contents_area_50 {
	width: 45%;
	margin: 0px auto;
	padding: 2.0em 1.0em;
	box-sizing: border-box;
	float: left;
}

.contents h1 {
	padding-bottom: 0.8em;
}


.box h2 {
	color: #1ca4ff;
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #1ca4ff;
	margin-bottom: 0.8em;
	box-sizing: border-box;
}

.box p {
	line-height: 1.5em;
}

.box {
	width: 98%;
	padding: 0 1%;
	box-sizing:  border-box;
	display: inline-block;
}

.box_c {
	width: 100%;
	padding: 0 1.0em;
	text-align: center;
	box-sizing: border-box;
}

.border_box100 {
	color: #333333;
	width: 100%;
	padding: 1.0em 1.5em;
	border: 10px solid #1ca4ff;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
}





/*------------------------------------------------
	Footer
-------------------------------------------------*/

footer {
	font-size: 1.3em;
	width: 100%;
	padding: 1.5em 0 0.5em 0;
	display: inline-block;
	text-align: center;
	background-color: #1CA4FF;
}

footer small {
	color: #FFFFFF;
}

.fs {
	padding-top: 0;
}

@media (max-width: 640px) {
.fs {
	padding-top: 100px;
}
}


/*------------------------------------------------
	Image
-------------------------------------------------*/



.image_l {
	width: 45%;
	float: left;
	margin: 0 1.5em 1.0em 0;
}

@media (max-width: 640px) {
.image_l {
	width: 100%;
	margin: 0 0 1.0em 0;
}
}

.image_r {
	width: 45%;
	float: right;
	margin: 0 0 1.0em 1.5em;
}

@media (max-width: 640px) {
.image_r {
	width: 100%;
	margin: 0 0 1.0em 0;
}
}

.image_rt {
	width: 50%;
	float: right;
}

@media (max-width: 640px) {
.image_rt {
	float: none;
}
}

.image_lt {
	width: 50%;
	float: left;
}

@media (max-width: 640px) {
.image_lt {
	width: 50%;
	float: none;
}
}

.radius {
	border-radius: 50%;
}

.image_border {
	border: 1px solid #1ca4ff;
}

.margin_0 {
	margin-bottom: 0;
}

.margin_5 {
	margin-bottom: 0.5em;
}

.margin_10 {
	margin-bottom: 1.0em;
}

.margin_20 {
	margin-bottom: 2.0em;
}

.margin_30 {
	margin-bottom: 3.0em;
}

.margin_40 {
	margin-bottom: 4.0em;
}

.patting_txt {
	padding-bottom: 0.6em;
}

.patting_10 {
	padding-bottom: 1.0em;
}

.patting_20 {
	padding-bottom: 2.0em;
}

.patting_30 {
	padding-bottom: 3.0em;
}



/*------------------------------------------------
	Fonts
-------------------------------------------------*/

.bold {
	font-weight: bold;
}

.itaric {
	font-style: italic;
}

.font_s {
	font-size: 0.8em;
}

.font_l {
	font-size: 1.4em;
}

.font_ll {
	font-size: 4.0em;
}

.underline {
	text-decoration: underline;
}

.marker {
	background-color: #fff200;
}





/*------------------------------------------------
	Btn
-------------------------------------------------*/

.btn-square {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 10%;
	width: 80%;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #1ca4ff;
	color: #FFFFFF;
	text-align: center;
	border-bottom: solid 4px #627295;
	border-radius: 8px;
	box-sizing: border-box;
}

.btn-square:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}




/*------------------------------------------------
	Drop Down
-------------------------------------------------*/


.dropdown_container{
	display: inline-block;
	position: relative;
}

.dropdown_container span{
}

.dropdown_container ul{
	position: absolute;
	top: 100%;
	left: -1px;
	background-color: #fff;
	height: 0;
	overflow: hidden;
	width: 150%;
}

.dropdown_container:hover > ul{
	height: auto;
	border: solid 1px #1ca4ff;
	opacity: 1;
	padding-bottom: 0.5em;
}

.drop_list {
	font-size: 1.6em;
	text-align: left;
	padding: 0.5em 0.5em 0 0.5em;
}



/*------------------------------------------------
	PC / SMP
-------------------------------------------------*/

.pc {
	display: block;
}

@media (max-width: 640px) {
.pc {
	display: none;
}
}

.smp {
	display: none;
}

@media (max-width: 640px) {
.smp {
	display: block;
}
}


/*------------------------------------------------
	Link
-------------------------------------------------*/

p a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

p a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.btn-c a:link, a:visited {
	color: #1ca4ff !important;
	text-decoration: none;
}

.btn-c a:hover, a:active {
	color: #1ca4ff !important;
	font-weight: bold;
	text-decoration: none;
}
