@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {display:none !important;}
.pc {}

img {
	vertical-align: middle;
}

iframe  {
	vertical-align: middle;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	background: #00B5F0;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	padding: 30px;
	box-sizing: border-box;
}

/*---アニメーション---*/

.sa {
  opacity: 0;
  transition: all 0.3s 0.3s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}

/*---header---*/

.header {
	width: 100%;
	background: #FFFCD5;
	padding: 30px 70px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.header_area {
	width: 100%;
	max-width: 720px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.header_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.header_left {
	width: 50%;
	border-right: 1px solid #00BDF4;
	box-sizing: border-box;
	padding: 0 20px;
}

.header_left .logo {
	width: 100%;
	margin-bottom: 10px;
}

.header_left .logo img {
	width: 100%;
	max-width: 280px;
}

.header_left .subtext {
	width: 100%;
	font-weight: 600;
	font-size: 0.7em;
}

.header_left .tel {
	width: 100%;
	margin-bottom: 10px;
}

.header_left .tel img {
	width: 100%;
	max-width: 300px;
}

.header_right {
	width: 50%;
	border-left: 1px solid #00BDF4;
	box-sizing: border-box;
	padding: 0 90px 0 20px;
}

.header_right .bottan {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

.header_right .bottan .link {
	position: absolute;
	top: 0;
	left: 220px;
}

.header_right .bottan .link img {
	width: 240px;
}

.header_right .subtext {
	width: 100%;
	font-weight: 600;
	color: #FF0000;
	margin-bottom: 10px;
}

.header_right .subtext2 {
	width: 100%;
	font-weight: 500;
	font-size: 0.8em;
}

.header_right .subtext2 span {
	color: #00BDF4;
}

.section1 {
	width: 100%;
	background: url("../Images/bg.jpg") left top repeat;
	box-sizing: border-box;
	padding: 30px 70px;
	margin-bottom: 30px;
}

.illustration01 {
	width: 100%;
	text-align: center;
}

.illustration01 img {
	width: 100%;
	max-width: 720px;
}

.main_title_area {
	width: 100%;
	max-width: 720px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.main_title {
	width: 100%;
	font-weight: 900;
	font-size: 2.6em;
	line-height: 1.2em;
	color: #00B9EF;
	position: relative;
	text-align: left;
}

.main_title span {
	position: relative;
	z-index: 2;
}

.main_title .line01 {
	width: 365px;
	height: 15px;
	background: #FFDF00;
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 1;
}

.main_title .line02 {
	width: 450px;
	height: 15px;
	background: #FFDF00;
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 1;
}

.main_title .line03 {
	width: 625px;
	height: 15px;
	background: #FFDF00;
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 1;
}

.main_title .line04 {
	width: 625px;
	height: 15px;
	background: #FFDF00;
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 1;
}

.main_title .line05 {
	width: 655px;
	height: 15px;
	background: #FFDF00;
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 1;
}

.main_title .line06 {
	width: 250px;
	height: 15px;
	background: #FFDF00;
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 1;
}

.main_title .line07 {
	width: 675px;
	height: 15px;
	background: #FFDF00;
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 1;
}

.main_text {
	width: 100%;
	text-align: left;
	color: #00B9EF;
	font-weight: 600;
}

.main_box {
	width: 100%;
	background: #FFF100;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 5px 5px 0 #FABE00;
}

.main_inbox {
	width: 100%;
	border: 2px dashed #FABE00;
	box-sizing: border-box;
	padding: 20px;
}

.main__title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 170px;
	box-sizing: border-box;
}

.main__title h2 {
	width: 100%;
	font-weight: 900;
	font-size: 2.5em;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: left;
	color: #00B9EF;
}

.main__title .left {
	width: 55%;
	margin-right: 3%;
	display: flex;
	flex-wrap: wrap;
}

.main__title .left .maru_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.main__title .left .maru_box p {
	width: 32%;
	margin-right: 2%;
	text-align: center;
	background: #00B9EF;
	color: #fff;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 28px 0;
	font-weight: 600;
}

.main__title .left .maru_box p:nth-child(3) {
	margin-right: 0;
}

.main__title .left .intext {
	width: 100%;
	text-align: left;
	font-weight: 500;
	font-size: 0.9em;
	line-height: 1.4em;
}

.hito {
	width: auto;
	position: absolute;
	left: -22px;
	top: -12px;
}

.hito2 {
	width: auto;
	position: absolute;
	left: 20px;
	top: -12px;
}

.hito3 {
	width: auto;
	position: absolute;
	left: -5px;
	top: -22px;
}

.fukudashi1 {
	width: auto;
	position: absolute;
	right: 20px;
	top: 40px;
}

.main__title .right {
	width: 42%;
	display: flex;
	flex-wrap: wrap;
}

.main__title .right .inimg {
	width: 100%;
}

.main__title .right .inimg img {
	width: 100%;
}

.main__subtitle {
	width: 100%;
	background: #00C1F3;
	color: #fff;
	font-weight: 600;
	padding: 5px 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.main__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main__box .in___box {
	width: 50%;
	border-right: 1px solid #00C8F6;
	border-bottom: 1px solid #00C8F6;
	box-sizing: border-box;
	padding: 20px;
}

.main__box .in___box:nth-child(2n) {
	border-right: 0;
}

.main__box2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main__box2 .in___box {
	width: 50%;
	border-right: 1px solid #00C8F6;
	box-sizing: border-box;
	padding: 20px;
}

.main__box2 .in___box:nth-child(2n) {
	border-right: 0;
}

.in___box h4 {
	width: 100%;
	text-align: left;
	font-weight: 600;
	margin-bottom: 10px;
}

.in___box h4 span {
	font-size: 0.8em;
	margin-left: 10px;
}

.in___box .inimg {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.in___box .intxt {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 0.8em;
}

.intxt_end {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	font-weight: 600;
}

.main__title .all {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main__title .all .maru_box {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.main__title .all .maru_box p {
	width: 15.5%;
	margin-right: 2%;
	text-align: center;
	background: #00B9EF;
	color: #fff;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 13px 0;
	font-weight: 600;
	line-height: 1.4em;
}

.main__title .all .maru_box p:nth-child(1) {
	padding: 23px 0 3px 0;
}

.main__title .all .maru_box p:nth-child(2) {
	padding: 23px 0 3px 0;
}

.main__title .all .maru_box p:nth-child(4) {
	margin-right: 0;
}

.main__title .all .maru_box2 {
	width: 37%;
	margin-right: 5%;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.main__title .all .maru_box2 p {
	width: 48%;
	margin-right: 4%;
	text-align: center;
	background: #00B9EF;
	color: #fff;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 28px 0;
	font-weight: 600;
	line-height: 1.4em;
}

.main__title .all .maru_box2 p:nth-child(2) {
	margin-right: 0;
}

.main__title .all .intxt_box {
    width: 58%;
    text-align: left;
    font-weight: 600;
    font-size: 0.8em;
}

.main__box3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main__box3 .left_box {
	width: 48%;
	margin-right: 4%;
}

.main__box3 .left_box h3 {
	width: 100%;
	font-weight: 600;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
	background: #00C1F3;
	color: #fff;
	margin-bottom: 20px;
}

.main__box3 .left_box .nedan {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	font-size: 0.8em;
	font-weight: 600;
}

.main__box3 .left_box .nedan span {
	margin: 0 10px;
	font-weight: 400;
	font-size: 0.8em;
}

.main__box3 .left_box .intxt {
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 0.8em;
}

.main__box3 .right_box {
	width: 48%;
}

.main__box3 .right_box .imgbox {
	width: 100%;
}

.main__box3 .right_box .imgbox img {
	width: 100%;
}

.main__box4 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main__box4 .left {
	width: 48%;
	margin-right: 4%;
}

.main__box4 .left img {
	width: 100%;
}

.main__box4 .right {
	width: 48%;
}

.main__box4 .right img {
	width: 100%;
}

.main__box4 .text {
	width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 0.8em;
	margin-top: 10px;
}

.main__box4 .left2 {
	width: 48%;
	margin-right: 4%;
}

.main__box4 .left2 .nedan {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	font-size: 0.8em;
	font-weight: 600;
}

.main__box4 .left2 .intxt {
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 0.8em;
}

.main__box4 .right2 {
	width: 48%;
}

.main__box4 .right2 .imgbox {
	width: 100%;
	position: relative;
	padding-top: 40px;
}

.main__box4 .right2 .imgbox .img {
	width: 100%;
}

.main__box4 .right2 .imgbox i {
	position: absolute;
	right: 0;
	top: -40px;
}

.main__box4 .in__box {
	width: 48%;
	margin-right: 4%;
}

.main__box4 .in__box:nth-child(2n) {
	margin-right: 0;
}

.main__box4 .in__box h3 {
	width: 100%;
	font-weight: 600;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
	background: #00C1F3;
	color: #fff;
	margin-bottom: 20px;
}

.main__box4 .in__box .intxt {
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 0.8em;
}

.main__box4 .in__box .nedan {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.main__box4 .in__box .nedan .nedan_left {
	width: 35%;
	font-size: 0.8em;
	font-weight: 600;
	box-sizing: border-box;
	text-align: left;
	padding: 0 0 0 40px;
}

.main__box4 .in__box .nedan .nedan_left span {
	font-size: 0.9em;
	font-weight: 400;
}

.main__box4 .in__box .nedan .nedan_right {
	width: 65%;
	text-align: left;
}

.main_list {
	width: 100%;
	border-bottom: 1px solid #00C8F6;
	box-sizing: border-box;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}

.main_list h3 {
	width: 100%;
	text-align: left;
	font-weight: 800;
	font-size: 1.2em;
}

.main_list .text {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.main_list .nedan {
	width: 100%;
	text-align: right;
	color: #FF0000;
	font-weight: 900;
	font-size: 2em;
}

.main_list .nedan_ex {
	text-align: left;
	box-sizing: border-box;
	padding: 0 0 0 125px;
}

.main_list .nedan .en {
	font-size: 0.7em;
}

.main_list .nedan .zei {
	font-size: 0.4em;
	color: #000;
	font-weight: 600;
}

.main_tablebox {
	width: 100%;
	background: #B2E1FA;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 50px;
}

.main_tablebox h3 {
	width: 100%;
	font-weight: 600;
	font-size: 1.3em;
	text-align: left;
	margin-bottom: 10px;
}

.main_tablebox h3 span {
	color: #00BDF4;
}

.main_tablebox .text {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 0.8em;
	margin-bottom: 30px;
	text-indent: -5em;
	margin-left: 5em;
}

.main_table {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main_table .list {
	width: 32%;
	height: 60px;
	margin-right: 2%;
	margin-bottom: 10px;
	line-height: 1.3em;
	position: relative;
	background: #FFFCD5;
	color: #000;
	font-weight: 500;
}

.main_table .list span {
	position: absolute;
	width: 100%;
	display: inline-block;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.main_table .list:nth-child(3n) {
	margin-right: 0;
}

.main_table .list:nth-child(1) {
	height: 40px;
}

.main_table .list:nth-child(2) {
	height: 40px;
}

.main_table .list:nth-child(3) {
	height: 40px;
}

.main_table .co01 {
	background: #00B9EF;
	color: #fff;
	font-weight: 600;
}

.main_tablebox .text2 {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 0.8em;
	margin-top: 10px;
}

.section2 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 70px;
	margin-bottom: 10px;
}

.section2_area {
	width: 100%;
	max-width: 720px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section2_area h2 {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 2em;
}

.section3 {
	width: 100%;
	box-sizing: border-box;
	background: #FFFCD5;
	padding: 0 70px;
}

.section3_area {
	width: 100%;
	max-width: 720px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section3_box {
	width: 100%;
	border-bottom: 2px solid #00BDF4;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.bottom_left {
	width: 50%;
	border-right: 1px solid #00BDF4;
	box-sizing: border-box;
	padding: 0 20px;
}

.bottom_left .logo {
	width: 100%;
	margin-bottom: 10px;
}

.bottom_left .logo img {
	width: 100%;
	max-width: 280px;
}

.bottom_left .subtext {
	width: 100%;
	font-weight: 600;
	font-size: 0.7em;
}

.bottom_left .tel {
	width: 100%;
	margin-bottom: 10px;
}

.bottom_left .tel img {
	width: 100%;
	max-width: 300px;
}

.bottom_right {
	width: 50%;
	border-left: 1px solid #00BDF4;
	box-sizing: border-box;
	padding: 0 20px;
}

.bottom_right .bottan {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.bottom_right .subtext {
	width: 100%;
	font-weight: 600;
	color: #FF0000;
	margin-bottom: 10px;
}

.bottom_right .subtext2 {
	width: 100%;
	font-weight: 500;
	font-size: 0.8em;
}

.bottom_right .subtext2 span {
	color: #00BDF4;
}

.section4 {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 0 70px;
}

.section4_area {
	width: 100%;
	max-width: 720px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section4_box {
	width: 100%;
	border-bottom: 2px solid #00BDF4;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.bottom_left2 {
	width: 50%;
	border-right: 1px solid #00BDF4;
	box-sizing: border-box;
	padding: 0 20px;
}

.bottom_left2 .logo {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: 900;
}

.bottom_left2 .logo img {
	width: 100%;
	max-width: 280px;
}

.bottom_left2 .subtext {
	width: 100%;
	font-weight: 600;
	font-size: 0.7em;
}

.bottom_left2 .tel {
	width: 100%;
	margin-bottom: 10px;
}

.bottom_left2 .tel img {
	width: 100%;
	max-width: 300px;
}

.bottom_right2 {
	width: 50%;
	border-left: 1px solid #00BDF4;
	box-sizing: border-box;
	padding: 0 20px;
}

.bottom_right2 .logo {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: 900;
}

.bottom_right2 .logo img {
	width: 100%;
	max-width: 280px;
}

.bottom_right2 .subtext {
	width: 100%;
	font-weight: 600;
	font-size: 0.7em;
}

.bottom_right2 .tel {
	width: 100%;
	margin-bottom: 10px;
}

.bottom_right2 .tel img {
	width: 100%;
	max-width: 300px;
}

.section5 {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 0 70px;
}

.section5_area {
	width: 100%;
	max-width: 720px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section5_box {
	width: 100%;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.section6 {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 0 70px;
}

.section6_area {
	width: 100%;
	max-width: 720px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section6_box {
	width: 100%;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
}

.osouji_left {
	width: 25%;
	margin-right: 4%;
}

.osouji_left img {
	width: 100%;
}

.osouji_right {
	width: 71%;
	text-align: left;
	padding-top: 30px;
	box-sizing: border-box;
}

.osouji_right .text {
	width: 100%;
	margin-bottom: 10px;
	font-size: 0.8em;
	font-weight: 600;
}

.osouji_right .text2 {
	width: 100%;
	font-size: 0.9em;
	font-weight: 900;
}

.osouji__box {
	width: 100%;
	border: 1px solid #000;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}

.osouji__box p {
	width: 100%;
	font-size: 0.8em;
	font-weight: 600;
	text-align: left;
}

.osouji__left {
	width: 35%;
	font-weight: 900;
	font-size: 1.6em;
	text-align: left;
}

.osouji__right {
	width: 65%;
	text-align: left;
	font-size: 0.8em;
	font-weight: 600;
}
































