/* resset.dev • v5.0.2 */

html { font-size: 62.5%;
font-family: "zen-kaku-gothic-new", sans-serif;
font-weight: 500;
font-style: normal;
	line-height: 1.7;
}

p { font-size: 1.6rem; 
font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #6dc7ea;
}

header{
	width: 100%;
	height: 665px;
	text-align: center;
	background: url("img/head_bg.png") repeat-x center bottom;
	background-size: cover;
	margin-bottom: 100px;
	position: relative;
}

.headlogo{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

#wrap{
	width: 100%;
	height: auto;
	background-color: #fff;
}



.wrapin{
	padding: 0 5%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

wrapin2{
	padding: 0 4%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
}

#mess{
	color:#fff;
	text-align: center;
	font-size:2.8rem;
	letter-spacing: 0.02em;
	padding-bottom: 100px;
}

h2{
	font-size: 2.6rem;
	line-height: 1.3;
}

h3{
	font-size: 2.0rem
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mt70{
	margin-top: 70px;
}

.setsumei{
	font-size: 1.6rem;
	margin-bottom: 30px;
	font-weight: 400;
}

.yoko01{
	min-width: 185px;
}

.eigo{
	font-size: 1.2rem;
	color: #5ec3ea;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
}

.yoko{
	display: flex;
    gap: 50px;
	margin-bottom: 60px;
}

.yokon h4{
font-size: 1.6rem;
	font-weight: 700;
}

.rinen{
	font-size: 2.0rem;
}

.shishin{
	font-size: 1.8rem;
	color: #5ec3ea;
	font-weight: 700;
}

#wrapin2{
	width: 100%;
	height: auto;
	background-color: #fff;
}

.sdgsheader{
	text-align: center;
	margin-bottom: 60px;
}

.sdgsheader h2{
	margin-bottom: 20px;
}

.yokon{flex: 1;}

#sec02 .yoko{
	    gap: 45px;
}

.bb5{
	border-bottom: solid #000 1px;
	padding-bottom: 25px;
}

.sdgsgazou{
	margin: 20px 0px;
	text-align: center;
}

.yokon h3{
	text-align: center;
	font-size: 2.0rem
}

.sdgsgazou img{
	width: 32%;
	height: auto;
}

table{
	width: 100%;
          border-top: solid #e6e6e6 1px;
          border-left: solid #e6e6e6 1px;
          border-right: solid #e6e6e6 1px;
	border-collapse: collapse;
}

table th {
    border-bottom: solid #e6e6e6 1px;
    padding: 20px 35px;
    font-size: 16px;
	background-color: #f6f6f6;
    text-align: left;
    vertical-align: middle;
}

table td {
    border-bottom: solid #e6e6e6 1px;
    padding: 20px 35px;
	font-size: 1.6rem;
text-align: left;
	text-align: justify;
    vertical-align: middle;
	line-height: 1.8;
	font-weight: 400;
	line-height: 1.5;
}

#sec04{
	margin-top: 100px;
}

h3.haikei01{
	background-color: #daebf8;
	padding: 10px 0;
	margin-bottom: 20px;
}

h3.haikei02{
	background-color: #fff1f9;
	padding: 10px 0;
	margin-bottom: 20px;
}

h3.haikei03{
	background-color: #def2d8;
	padding: 10px 0;
	margin-bottom: 20px;
}

footer{
	text-align: center;
	color: #fff;
	letter-spacing: 0.1rem;
	padding: 30px 0;
}

footer p{
	font-size: 1.2rem;
}


.fadeInRight {
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 2s;
	animation-delay: 1.5s;
    animation-fill-mode: forwards;
}
/* フェードインアニメーション */
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
    }
}

header{
    opacity: 0;
    animation-name: fadeIn2;
    animation-duration: 2.0s;
	animation-delay: 0.5s;
    animation-fill-mode: forwards;
	animation-timing-function: ease-in;
}



@keyframes fadeIn2  {
      0% {
      -webkit-clip-path: circle(0 at 50% 50%);
clip-path: circle(0 at 50% 50%);
      }
      100% {
      webkit-clip-path: circle(100% at 50% 50%);
clip-path: circle(100% at 50% 50%);
		  opacity: 1;
      }
}


#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.2rem;
	letter-spacing: 0.1rem;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #fff;
	border: 2px solid #6dc7ea;
  text-decoration: none;
	font-weight: 700;
  color: #6dc7ea;
  width: 72px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

.sp_only{
		display: none;
}

h4.hai01 span{
	color: #d5eafa;
	display: inline-block;
	margin-right: 5px;
}

h4.hai02 span{
	color: #fce0f0;
	display: inline-block;
	margin-right: 5px;
}

h4.hai03 span{
	color: #d5f0cd;
	display: inline-block;
	margin-right: 5px;
}

a{
	color: #5ec3ea;
	text-decoration: underline;
}


@media screen and (max-width: 699px){
	
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	
	p { 
	text-align: justify;
}
	
	.wrapin {
    padding-top: 65px;
    padding-bottom: 30px;
}
	
	
	header{
		margin-bottom: 30px;
		height: 450px;
	}
	
	#mess{
		font-size: 2.0rem;
		padding: 5% 10%;
		margin-bottom: 30px;
		text-align: justify;
	}
	
	.yoko{
		display: block;
	}
	
	.eigo{
		margin-bottom: 5px;
	}
	
	h2{
		margin-bottom: 20px;
	}
	
	table th,table td{
		    padding: 5px 10px;
	}
	
	.sdgsgazou img{
		width: 32%;
		height: auto;
	}
	
	.fadeInRight{
		max-width:85%;
	}
	
	footer p {
    font-size: 1.0rem;
}
	
	#sec04 {
    margin-top: 50px;
}
	
	.sdgsheader p{
		text-align: justify;
	}
	
	#page-top a {
    width: 50px;
    padding: 17px 5px;
}
	
	footer p{
		text-align: center;
	}
	
	#page-top {
    bottom: 50px;
    right: 10px;
}
	
	.shishin {
    font-size: 2.0rem;
}
	
}
