/* CSS Document */
html {
  padding: 0;
  margin: 0;	
 scroll-behavior: smooth;
}


body {
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-text-size-adjust: none;
  background: #6ea4ca;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: white;
  font-size: 16px;
}
.read {
  -webkit-text-size-adjust: none;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5,h6 {
  margin: 0;
  font-weight: normal;
  font-size: medium;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  display: block;
  margin: 0 auto;
  vertical-align: bottom;
}
table {
  width: 100%;
  border: 0;
  font-size: small;
  margin-top: 20px;
  line-height: 1.5;
}
section img {
  margin: 15px auto;
}


.inner {
  width: calc(100% - 60px);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#menu_btn {
	position: fixed;
	z-index: 9999;
	top:8px;
	left:8px;
	max-width: 45px;
	cursor: pointer;
}
#menu {
	position: fixed;
	top:0;
	left:0;
	z-index: 9998;
	background: rgba(0,0,0,0.4);
	border-radius: 0 0 20px 0;
	padding: 20px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
#menu ul {
	margin-left: 40px;
	border-top : #737373 2px solid
}
#menu ul li {
	text-align: center;
	padding: 10px 20px;
	border-bottom: #737373 2px solid;
}
#menu a {
	color: white;
}

/* メニュー表示時のクラス */
#menu.open {
  transform: translateX(0);
}



header {
  background: url("images/header_back.jpg") center center no-repeat;
  background-size: cover;
}
header > div {
  position: relative;
}
header h1 {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width:767px) {
header .inner {
  width: 100%;
}
}


h1 {
  text-align: center;
}
.note {
  font-size: small;
  line-height: 1.5;
}
.shadow {
	text-shadow: -2px -2px 4px  rgba(0, 0, 0, 0.3), 3px 3px 4px rgba(0,0, 0, 0.3);
}
h2 {
	font-size: 240%;
	text-align: center;
}


#section01 {
	text-align: center;
	padding: 40px 0;
}
#section01 > div > div:nth-child(1) {
	font-size: 120%;
	display: flex;
	justify-content: center;
	align-items: center;	
}
#section01 > div > div:nth-child(1) span {
	font-size: 300%;
	vertical-align: middle;
	line-height: 1.3;
	margin-right: 20px;
}
#section01 > div > div:nth-child(2) {
	font-size: 180%;
	text-align: right;
	max-width: 500px;
	margin: 20px auto;
	line-height: 1.5;
}
#section01 > div > div:nth-child(2) span {
	text-align: left;
	display: block;
	width: 100%;
}

@media screen and (max-width:599px) {
	
h2 {
	font-size: 7vw;
}
#section01 .flex {
	display: block;		
}
#section01 > div > div:nth-child(1) {
	font-size: 100%;
	display: block;
}
#section01 > div > div:nth-child(1) span {
	font-size: 12vw;
	display: block;
	width: 100%;
}
#section01 > div > div:nth-child(2) {
	font-size: 6vw;
}
#section01 > div > p {
		text-align: left;
	}
}

#section02 img.image03 {
	margin: -50px -30px -220px auto;
	width: 50%;
}
#section02 img.logo02 {
	max-width: 500px;
}

@media screen and (max-width:599px) {
#section02 img.image03 {
	margin-right: -30px;
	margin-top: -10vw;
	margin-bottom: -27vw;
}
#section02 img.logo02 {
	width: 70%;
	margin-right: auto;
	margin-left: 0;
}
}	
	

#section03{
	padding: 60px 0 0 0;
}
#section03 li{
	display: flex;
	align-items: flex-start;
	font-size: 100%;
	margin-top:10px;
}
#section03 h3 {
	background: white;
	border-radius: 5px;
	min-width: 150px;
	text-align: center;
	color: #6ea4ca !important;
	white-space: nowrap;
	margin-right: 30px;
	padding: 5px;
	margin-top: 20px;
	font-size: 130%;
}
@media screen and (max-width:599px) {
#section03 li{
	display: block;
}
#section03 h3 {
	max-width: 40%;
	text-align: center;
	margin-right: 0;
	margin-top: 30px;
}
}


#section04{
	padding: 40px 0 40px 0;
}
#section04 .flex,
#about .flex{
	display: flex;
	justify-content: space-between;
}
#section04 .flex div:last-child{
	margin: 30px 0 0 40px;
}
#section04 a {
	color: white;
	background: #86d043;
	margin: 20px 0 0 auto;
	padding: 10px 30px;
	border-radius: 8px;
	transition: all 0.2s;
	font-size: 120%;
}
#section04 a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#section04 .btn {
	text-align: right;
}
@media screen and (max-width:599px) {
#section04 .flex{
	display: block;
}
#section04 .flex div:last-child{
	margin: 30px 0 0 0;
}
	#section04 .flex img {
		max-width: 70%;
	}
}

#about {
	background: white;
	color:#6ea4ca;
	padding: 40px 0 0 0;
}
#about .inner {
	margin-bottom: 80px;
}
#about h2 {
	font-size: 400%;
	text-align: left;
}
#about img.logo03 {
	max-width: 480px;
	margin: 40px auto;
}
#about h3 {
	text-align: center;
	font-size: 240%;
}
#about h4 {
	max-width: 500px;
	margin: 40px auto;
	font-size: 160%;
}
#about .contents {
	margin-top: 50px;
}
#about h5 {
	font-size: 120%;
	line-height: 1.3;
}
#about h6 {
	font-size: 200%;
}
#about .flex  {
	align-items: center;
}
#about .flex > div:last-child {
	margin-left: 50px;
	max-width: 30%;
}
@media screen and (max-width:599px) {
#about h2 {
	font-size: 10vw;
}
#about img.logo03 {
	width: 80%;
	max-width: 400px;
	margin: 30px auto;
}
#about h3 {
	font-size: 6vw;
}
#about h4 {
	font-size: 4vw;
}
#about h6 {
	font-size: 6vw;
}
#about .flex {
  flex-direction: column-reverse;
	flex-wrap: wrap;
}
#about .flex > div {
		width: 100%;
}
#about .flex > div:last-child {
	margin: 0 auto;
	max-width: 70%;
	text-align: center;
}
	#about .about_img {
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
	}
}


#section05 {
	padding: 60px 0;
}
#section05 h5 {
	font-size: 200%;
}
#section05 h5 span{
	font-size: 80%;
	margin-right: 20px;
}

#section05 .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#section05 .flex div:first-child {
	width: 36%;
}
#section05 .flex div:last-child {
	width: calc(65% - 40px);
}

#section05 .flex div:last-child ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section05 .flex div:last-child ul li {
	width: calc(50% - 10px);
	margin-top: 20px;
	font-size: 110%;
}
#section05 .flex div:last-child ul li a{
	color: black;
	text-decoration: none;
}
#section05 .flex div:last-child ul li a:hover,
#section05 .flex div:last-child ul li a:hover img{
	opacity: 0.8;
}
#section05 .flex div:last-child ul li:nth-child(1) img,
#section05 .flex div:last-child ul li:nth-child(2) img{
	border-radius: 8px;
	margin: 0;
}
#section05 .flex div:last-child ul li:nth-child(3) a,
#section05 .flex div:last-child ul li:nth-child(4) a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	padding: 5px 5px 5px 10px;
}
#section05 .flex div:last-child ul li:nth-child(3){
	background: #efe4c9;
	border-radius: 7px;
}
#section05 .flex div:last-child ul li:nth-child(4){
	background: white;
	border-radius: 7px;
}
#section05 .flex div:last-child ul li:nth-child(3) img,
#section05 .flex div:last-child ul li:nth-child(4) img{
	height: 70px;
	width: auto;
	margin: 0 20px 0 0;
}

@media screen and (max-width:900px) {
#section05 h5 {
	font-size: 3.5vw;
}
#section05 .flex div:last-child ul li {
	font-size: 1.8vw;
}
#section05 .flex div:last-child ul li:nth-child(3) img,
#section05 .flex div:last-child ul li:nth-child(4) img{
	height: 8vw;
}
}


@media screen and (max-width:599px) {
#section05 h5 {
	font-size: 5vw;
	text-align: center;
}
#section05 .flex div:last-child ul li {
	font-size: 3vw;
}
#section05 .flex div:last-child ul li:nth-child(3) img,
#section05 .flex div:last-child ul li:nth-child(4) img{
	height: 12vw;
}
#section05 .flex{
		display: block;
}
#section05 .flex div:first-child,
#section05 .flex div:last-child {
	width: 100%;
	margin-bottom: 30px;
}
#section05 .flex div:first-child img {
		max-width: 80%;
	}
}


#section06 ul li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
#section06 ul li img {
	margin: 0;
}
#section06 ul li div {
	margin-top: 10px;
}
#section06 ul li:nth-child(1) img,
#section06 ul li:nth-child(3) img{
	border-radius: 12px;
}
#section06 ul li:nth-child(2) {
	flex-direction: row-reverse;
}
#section06 ul li div:first-child{
	width: 60%;
}
#section06 ul li div:last-child{
	width: calc(40% - 40px);
}
#section06 ul li h3 {
	font-size: 160%;
}
#section06 ul li strong {
	font-size: 130%;
	font-weight: normal;
}
@media screen and (max-width:599px) {
#section06 ul li {
	display: block;
	}
#section06 ul li div:first-child,
#section06 ul li div:last-child{
	width: 100%;
}
#section06 ul li div:last-child img{
	width: 80%;
	margin: 20px auto 0 auto;
}	
}

#section07 {
	margin-top: 50px;
}
#section07 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 500px;
	margin: 0 auto;
}
#section07 ul li {
	font-size: 110%;
	margin-bottom: 20px;
	width: calc(50% - 10px);
}
#section07 ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	color: black;
	background: white;
	border-radius: 8px;
}
#section07 ul li a:hover{
	opacity: 0.8;
}
#section07 ul li img {
	width: 60px;
	margin: 0 10px 0 0;
}
#section07 ul li:nth-child(1){
	width: 100%;
}
@media screen and (max-width:599px) {
#section07 ul li {
	font-size: 3.3vw;
}
#section07 ul li img {
	width: 9vw;
}
}


.bottom-arc {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /* アーチの高さ */
  background: #6ea4ca; /* 色を変更してください */
  border-top-left-radius: 50% 60%;
  border-top-right-radius: 50% 60%;
}

footer h2 {
	font-size: 350%;
}
footer h2.under {
	font-size: 200%;
	margin-top: 40px;
	margin-bottom: 15px;
}
footer p {
	text-align: center;
}
footer a {
	color: white;
}
@media screen and (max-width:599px) {
footer h2 {
	font-size: 10vw;
}	
}


.pc {
  display: inherit;
}
.sp {
  display: none;
}
@media screen and (min-width:1000px) {
	
}
@media screen and (max-width:600px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}