@charset "UTF-8";

/*-----------------------------------------------------
html
-------------------------------------------------------*/
html, body{
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto; 
	font-size: 16px !important;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Yu Gothic Medium","游ゴシック Medium",YuGothic,游ゴシック体,メイリオ,sans-serif;
	color: #222;
	line-height: 1.0;
	letter-spacing: .05em;
	text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
	z-index: -9999;
}

#container{
	position: relative;
}


/*-----------------------------------------------------
header
-------------------------------------------------------*/
.header_box{
	width: 100%;
	min-height: 100vh;
	z-index: 1;
}

.header_box::after{
/*	width: 100%;
	min-height: 100vh;
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;*/
/*	background: url("../images/index/main_bg.jpg");*/
/*	background-position: center center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
	z-index: -1;
}


.header_box2{
	width: 100%;
	height: auto;
	background: #6ce7d2;
	padding: 30px 16px 20px 16px;
	box-sizing: border-box;

}


.header_box_in{
	padding: 60px 0 0 0;
}

.header_line{
	width: 1100px;
	margin: 0 auto 0;
	box-sizing: border-box;
	padding: 0 0 0 0;
	border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: flex-end;

}

.header_line2{
	width: 1100px;
	background: #fff;
	margin: 0 auto 0;
	box-sizing: border-box;
	padding: 0px 36px 0px 36px;
	border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}


.header_logo{
	padding: 20px 0 20px;
}

.header_logo img{
    width: 260px;
}

.header_navi{
	position: relative;
	z-index: 5;
}

.header_navi ul li{
	display: inline-block;
	margin: 0 0 0 26px;
	font-weight: bold;
	font-size: 16px;
	
}

.header_navi ul li a{
	position: relative;
	padding: 0 0 0 24px;
}

.header_navi ul li a:hover{
	text-decoration: none;
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";

}

.header_navi ul li a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #222;
    top: 50%;
    left: 0;
    margin: 0px 0 0 0;
}


.header_txt{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
}

.header_txt img{
	width: 800px;
}

/*-----------------------------------------------------
content
-------------------------------------------------------*/

#content{
	width: 100%;
	height: auto;
    position: relative;
    z-index: 0;    
}

/*-----------------------------------------------------
box1
-------------------------------------------------------*/

.box1{
	width: 100%;
/*	background: #fff;*/
	padding: 0 0 0;
	position: relative;
	z-index: 2;
}

.box1_col1{
	width: 100%;
	height: 450px;
	position: relative;
	margin: 0 0 0;
	z-index: 4;
}

.box1_col1::after {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -2;
    width: 49%;
    height: 100%;
    background: url("../images/index/box1_bg1.jpg") no-repeat;
/*	background-size: cover;*/
    content: "";	
}

.box1_col1::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 51%;
    height: 100%;
    background: #00bace;
	opacity: 0.95;
    content: "";	
}


.box1_col1in{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.box1_col1in_box{
	width: 520px;
	float: right;
	padding: 80px 0 90px;
	text-align: left;
}

.box1_col1in_box span.t{
	display: block;
	line-height: 1.5;
	font-size: 26px;
/*	font-weight: bold;*/
	color: #fff;
	margin: 0 0 26px;
}

.box1_col1in_box span.txt{
	display: block;
	line-height: 2.0;
	color: #fff;
	margin: 0 0 36px;
}


.box1_col2{
	width: 100%;
	height: 460px;
	position: relative;
}

.box1_col2::after {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 3;
    width: 45%;
    height: 100%;
    background: url("../images/index/box1_bg2_2.jpg") no-repeat;
	background-size: cover;
    content: "";	
}

.box1_col2::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 55%;
    height: 100%;
    background: #6ce7d2;
	opacity: 0.95;
    content: "";	
}


.box1_col2in{
	width: 1100px;
	margin: 0 auto;
	z-index: 2;
}

.box1_col2in_box{
	width: 520px;
	float: left;
	padding: 80px 0 90px;
	position: relative;
	text-align: left;
	z-index: 4;

}

.box1_col2in_box span.t{
	display: block;
	line-height: 1.5;
	font-size: 26px;
/*	font-weight: bold;*/
	color: #fff;
	margin: 0 -50px 26px;
}

.box1_col2in_box span.txt{
	display: block;
	line-height: 2.0;
	color: #fff;
	margin: 0 -50px 36px;
}

/*-----------------------------------------------------
box2
-------------------------------------------------------*/

.box2{
	width: 100%;
	background: #fff;
	padding: 100px 0 100px;
	position: relative;
	z-index: 2;

}

.box2in{
	width: 1100px;
	margin: 0 auto;
}

.box2 span.txt{
	display: block;
	text-align: left;
	line-height: 2.0;
	margin: 0 0 36px;
}

.box2 span.img{
	display: block;
	text-align: center;
}

.box2 span.img img{
	width: 1100px;
}


/*-----------------------------------------------------
box3
-------------------------------------------------------*/

.box3{
	width: 100%;
	background: #fafafa;
	padding: 100px 0 100px;
	position: relative;
	opacity: 0.95;
	z-index: 5;

}

.box3in{
	width: 800px;
	margin: 0 auto;
}

.box3 span.txt{
	display: block;
	text-align: center;
	margin: 0 0 56px;
}

.box3 table{
	width: 100%;
	border-collapse:  collapse;
}


.box3 table th{
	width: 20%;
	text-align: left;
	padding: 32px 16px;
	border-bottom: 1px solid #ccc;
	line-height: 1.8;
}

.box3 table td{
	width: 80%;
	text-align: left;
	border-bottom: 1px solid #ccc;
	line-height: 1.8;
}

.box3in span.t{
	display: block;
    text-align: center;
	line-height: 1.5;
    letter-spacing: 0.3em;
	font-size: 22px;
    margin: 0 auto 0;
    width: 650px;
	color: #00bace;
}

/*-----------------------------------------------------
box4
-------------------------------------------------------*/

.box4{
	width: 100%;
/*	background: #6ce7d2;*/
	background: #fff;
	padding: 100px 0 100px;
	position: relative;
	opacity: 0.95;
	z-index: 4;

}

.box4in{
	width: 1100px;
	margin: 0 auto;

}

.box4_title h2{
    font-size: 36px;
    margin: 0 0 40px;
/*    display: block;*/
    text-align: center;
    color: #00bace;
    font-weight: 400;
    letter-spacing: 0.4em;
}

.box4 span.txt{
	display: block;
	text-align: center;
	line-height: 3.0;
    letter-spacing: 0.3em;
	color: #333;
	font-weight: 400;
	font-size: 16px;
}

.box4 span.txt2{
	display: block;
	text-align: center;
	line-height: 2.0;
	color: #00bace;
	font-weight: 400;
	font-size: 16px;
    letter-spacing: 0.5em;
	font-family: system-ui;
}

.box4 span.txt3 {
    display: block;
    text-align: left;
    line-height: 2.0;
    letter-spacing: 0.2em;
    color: #333;
    font-weight: 400;
    width: 30%;
    font-size: 14px;
    margin: 0 auto 0;
}

.box4 span.creator_title1 {
	display: block;
    text-align: center;
    line-height: 3.0;
    color: #00bace;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5em;
}

.box4 span.creator_title2 {
    display: block;
    font-size: 28px;
    display: block;
    text-align: center;
    color: #00bace;
    font-weight: 400;
    letter-spacing: 0.2em;
}

/*-----------------------------------------------------
box5
-------------------------------------------------------*/

.box5{
	width: 100%;
/*	background: #6ce7d2;*/
	background: #fff;
	padding: 100px 0 100px;
	position: relative;
	opacity: 0.95;
	z-index: 4;

}

.box5in{
	width: 1100px;
	margin: 0 auto;

}

.box5_title h2{
    font-size: 36px;
    margin: 0 0 40px;
    text-align: center;
    color: #00bace;
    font-weight: 400;
    letter-spacing: 0.4em;
}

.box5 span.txt{
    display: block;
    text-align: left;
    line-height: 2.5;
    letter-spacing: 0.3em;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    width: 520px;
    margin: 0 auto 0;
}

.box5 span.txt2{
	line-height: 2.0;
	font-weight: 400;
	font-size: 13px;
    letter-spacing: 0.25em;
}

.box5 span.txt3 {
    display: block;
    text-align: left;
    line-height: 2.0;
    letter-spacing: 0.2em;
    color: #222;
    font-weight: 400;
    width: 30%;
    font-size: 14px;
    margin: 0 auto 0;
}

.box5 span.txt4{
    display: block;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.3em;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    width: 650px;
    margin: 8px auto 0;
}

.box5 span.txt5 {
    display: block;
    text-align: center;
    letter-spacing: 0.2em;
    color: #222;
    font-weight: 400;
    font-size: 10px;
    margin: 10px auto 0;
}

.box5 span.creator_title1 {
	display: block;
    text-align: center;
    line-height: 3.0;
    color: #00bace;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5em;
}

.box5 span.creator_title2 {
    display: block;
    text-align: left;
    font-size: 28px;
    display: block;
    text-align: center;
    color: #00bace;
    font-weight: 400;
    letter-spacing: 0.2em;
}


.box5 ol  {
  margin: 0;
  padding: 0
}
.box5 ol li  {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    line-height: 1.5;
    margin-bottom: 15px;
}

.balloon-title {
    position: relative;
    display: inline-block;
    background-color: #00bace;
    padding: 15px 65px;
    border-radius: 2px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    font-size: 27px;
    color: #fff;
    margin: 40px auto;
    letter-spacing: 0.3em;
}

/* 吹き出しの三角形 */
.balloon-title::after {
	content: "";
    position: absolute;
    bottom: -10px;
    left: 20%;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #00bace transparent transparent transparent;
    filter: drop-shadow(2px 5px 0px rgba(0, 0, 0, 0.2));
}

.balloon-title2 {
    position: relative;
    display: inline-block;
    padding: 0px 65px;
    font-weight: 400;
    font-size: 18px;
    color: #00bace;
    margin: 15px auto;
    letter-spacing: 0.3em;
}


.box5in span.t{
	display: block;
    text-align: left;
	line-height: 1.5;
    letter-spacing: 0.3em;
	font-size: 26px;
    margin: 0 auto 0;
    width: 650px;
	color: #00bace;
}

.line_01 {
	border-top: 1px solid #00bace;
	border-bottom: 1px solid #00bace;
	max-width: 650px;
	width: 100%;
    margin: 40px auto;
}


/*-----------------------------------------------------
box6
-------------------------------------------------------*/

.box6{
	width: 100%;
	background: #e3f3f5;
	padding: 100px 0 100px;
	position: relative;
	opacity: 0.95;
	z-index: 4;

}

.box6in{
	width: 1100px;
	margin: 0 auto;

}

.box6_title h2{
    font-size: 36px;
    margin: 0 0 40px;
    text-align: center;
    color: #00bace;
    font-weight: 400;
    letter-spacing: 0.4em;
}

.box6 span.txt{
    display: block;
    text-align: left;
    line-height: 2.5;
    letter-spacing: 0.2em;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    width: 520px;
    margin: 0 auto 0;
}

.box6 span.txt2{
	line-height: 3.0;
	font-weight: 600;
	font-size: 13px;
    letter-spacing: 0.25em;
}

.box6 span.txt3 {
	display: block;
    text-align: left;
    letter-spacing: 0.2em;
    color: #222;
    font-weight: 400;
    font-size: 13px;
    margin: 3px 10px 0;
}

.box6 span.txt4{
    display: block;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.3em;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    width: 650px;
    margin: 8px auto 0;
}


.box6 span.creator_title1 {
	display: block;
    text-align: center;
    line-height: 3.0;
    color: #00bace;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5em;
}

.box6 span.creator_title2 {
    display: block;
    text-align: left;
    font-size: 28px;
    display: block;
    text-align: center;
    color: #00bace;
    font-weight: 400;
    letter-spacing: 0.2em;
}


.box6in span.t{
	display: block;
    text-align: center;
	line-height: 1.5;
    letter-spacing: 0.3em;
	font-size: 22px;
    margin: 0 auto 0;
    width: 650px;
	color: #00bace;
}

.line_02 {
    border-top: 1px solid #00bace;
    width: 40px;
    margin: 5px auto 0px;
}
.line_02_text {
	text-align: center;
    margin: 3px auto 10px;
    line-height: 1.5;
    letter-spacing: 0.3em;
    color: #444;
    font-weight: 400;
    font-size: 12px;
}



.flex-table {
	text-align: center;
	flex-direction: column;
	width: 600px;
	margin: 0 auto 30px;
}

.flex-row {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	font-size: 14px;
}

.flex-cell {
  flex: 1;
  padding: 10px;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
}

.flex-cell:last-child {
  border-right: none;
}

.flex-header .full-width {
	flex: 1 0 100%;
    text-align: center;
    color: #fff;
}

.flex-subheader {
	background-color: #f0f0f0;
	font-size: 14px;
}

.flex-row2 {
	display: flex;
	flex-direction: row;
	border: 1px solid #00bace;
	background-color: #fff;
	font-size: 14px;
}


.flex-cell2 {
	flex: 1;
	padding: 10px 10px 2px;
	text-align: center;
	background-color: #fff;
}

.flex-cell2 span.title {
	color: #00bace;
	font-size: 18px;
}

.flex-cell2 span.txt {
    font-size: 13px;
    margin: 0 auto 0px;
    text-align: center;
}

/* レスポンシブ：スマホで縦並び */
@media (max-width: 600px) {
  .flex-row {
    flex-direction: column;
  }

  .flex-cell {
    border-right: none;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }

  .flex-cell:last-child {
    border-bottom: none;
  }
}


/*-----------------------------------------------------
box7
-------------------------------------------------------*/

.box7{
	width: 100%;
/*	background: #6ce7d2;*/
	background: #fff;
	padding: 100px 0 100px;
	position: relative;
	opacity: 0.95;
	z-index: 4;

}

.box7in{
	width: 1100px;
	margin: 0 auto;

}

.box7in span.t{
	display: block;
    text-align: center;
	line-height: 1.5;
    letter-spacing: 0.3em;
	font-size: 22px;
    margin: 0 auto 25px;
    width: 650px;
	color: #00bace;
}
.box7in .fishbox{
    text-align: center;
    flex-direction: column;
    width: 600px;
    margin: 0 auto 30px;
}

.fb-img{
	width: 250px
}

/*-----------------------------------------------------
title
-------------------------------------------------------*/

.title h2{
	font-size: 28px;
	margin: 0 0 60px;
	display: block;
	text-align: center;
	color: #6ce7d2;
	position: relative;
}

.title h2::before{
	position: absolute;
	content: "";
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: -20px;
	width: 80px;
	height: 3px;
	background: #6ce7d2;
}


.subtitle h3{
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.0;
	padding: 0 0 36px 0;
	letter-spacing: 1px;
}

.subtitle h3 span{
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
	padding: 6px 0 0 0;
	color: #004998;
}
/*-----------------------------------------------------
button
-------------------------------------------------------*/
.button1{
	width: 360px;
	text-align: center;
	display: block;
	background: #fff;
	border-radius: 4px;
	z-index: 999;
	position: relative;
	z-index: 10;
}

.button1 a{
    display: block;
    padding: 18px 0;
    color: #222 !important;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px;
	position: relative;
}


.button1 a:hover{
	text-decoration: none;
	background: #c2efff;
	border-radius: 4px;
}

.button1 a:hover::before {
	right: 26px;
}




/*-----------------------------------------------------
footer
-------------------------------------------------------*/

#footer{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 4;
	background: #fff;

}

.ft_box{
	width: 1100px;
	margin: 0 auto;
	background: #fff;
	padding: 80px 0 60px 0;
	font-size: 15px;
}

.ft_box ul{
	display: block;
	margin: 0 0 56px;
}


.ft_box ul li{
	display: inline-block;
	padding: 0 26px;
	border-right: 1px solid #ccc;
}

.ft_box ul li:last-child{
	border-right: 0px solid #ccc;
}


.ft_logo{
	padding: 0 0 36px;
}

.ft_logo img{
/*	width: 380px;*/
}

.ft_cp{
	font-size: 13px;
}

