@charset "utf-8";
/* CSS Document */
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
@keyframes bgChange {
      0%   {background:#b2dffb;}/*変化させたい色*/
      40%  {background:#b2dffb;}
      45%  {background:#ff7f50;}
      50%  {background:#da70d6;}
      55%  {background:#000000;}
      90%  {background:#ffe4c4;}
      100% {background:#b2dffb;}
}

img{
	max-width: 100%;
}
p{
	color: #025159;
	font-size: 18px;
	line-height: 1.4;
}
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.top-container{
	width: 960px;
	height: 30px;
	background-color: #025159;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
}
.top-container h1{
	font-size: 18px;
	color: #7693A6;
}

.top-main{
    width: 960px;
    height: 340px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}
.left-container{
	width: 160px;
	padding: 10px;
	text-align: center;
}
.left-container-img{
	width: 90px;
	margin: 10px 25px;
}

.btn-01 {
  position: relative;
  display: inline-block;
	width: 100px;
	height: 28px;
  padding: 4px 10px;
  font-size: 14px;
  color: #025159;
  text-decoration: none;
  user-select: none;
  border-top: 1px #025159 solid;
	border-left: 15px #025159 solid;
	border-right: 1px #025159 solid;
	border-bottom: 1px #025159 solid;
  transition: 0.2s ease;
	margin-top: 8px;
	margin-bottom: 8px;
}

.btn-01::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  content: "";
  background-color: #7693A6;
  transition: 0.2s ease;
}

.btn-01:hover {
  color: #fff;
}

.btn-01:hover::before {
  width: 100%;
  background: #7693A6;
}

.right-container{
	width: 800px;
	height: 300px;
    background-color: #b2dffb;
	animation-name: bgChange;
    animation-duration: 360s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

.news{
    width: 960px;
    background-color: #D7E9E6;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    padding: 20px;
    border-top: 2px dotted;
    border-bottom: 2px dotted;
    color: #038C7F;
	position: relative;
}
.news h2{
	font-size: 20px;
	margin-bottom: 5px;
}
.news_readmore{
	font-size: 12px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.games{
	width: 960px;
	margin: 0 auto;
}
.games h2{
    font-size: 20px;
    background-color: #038C7F;
    padding: 15px 15px 15px 20px;
    color: #fff;
    border-bottom-right-radius: 20px;
	margin-bottom: 5px;
}
.games-container{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	background-image: url("../img/cedra_top_image03.png");
}
.gameitem1{
    background-color: #D7E9E6;
    width: 450px;
    height: 550px;
    position: relative;
    padding: 25px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.gameitem2{
    background-color: #D7E9E6;
    width: 450px;
    height: 550px;
    position: relative;
	margin-top: 150px;
    padding: 25px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.gameitem1 h3{
	font-size: 22px;
	font-weight: bold;
	color: #025159;
	padding-left: 35px;
	padding-bottom: 12px;
	border-bottom: 2px solid #D5B1C8;
	position: relative;
}
.gameitem1 h3::before{
	content: attr(data-number);
	position: absolute;
	font-size: 50px;
	color: #D5B1C8;
	top: -10px;
	right: 10px;
}
.gameitem2 h3{
	font-size: 22px;
	font-weight: bold;
	color: #025159;
	padding-left: 35px;
	padding-bottom: 12px;
	border-bottom: 2px solid #D5B1C8;
	position: relative;
}
.gameitem2 h3::before{
	content: attr(data-number);
	position: absolute;
	font-size: 50px;
	color: #D5B1C8;
	top: -10px;
	right: 10px;
}
.gameitem-img{
	margin: 20px;
}
.btn-02 {
	display: inline-block;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 25px;
    text-decoration: none;
    color: #025159;
    background: #D5B1C8;
    transition: .4s;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
.btn-02:hover {
  background: #fff;
  color: #03A688;
}
.about_us{
	width: 960px;
	margin: 0 auto;
	background-image: url("../img/cedra_top_image02.png");
	background-repeat: no-repeat;
	background-position: bottom;
}
.about_us h2{
    font-size: 20px;
    background-color: #038C7F;
    padding: 15px 15px 15px 20px;
    color: #fff;
    border-bottom-right-radius: 20px;
	margin-bottom: 30px;
}
.about_us_container1{
    width: 800px;
	height: 150px;
	background-color: #D7E9E6;
    display: flex;
    border-top-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
	margin-bottom: 15px;
}
.about_us_icon_img{
	width: 150px;
}
.about_us_box{
	padding: 20px;
}
.about_us_box h3{
    font-size: 22px;
    color: #025159;
	padding: 4px;
    border-bottom: 2px dotted #D5B1C8;
}
.job{
	color: #7693A6;
}
.about_us_container2{
    width: 800px;
	height: 150px;
	background-color: #D7E9E6;
    display: flex;
    border-top-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
	margin-left: 160px;
	margin-bottom: 30px;
}
.work_log{
	width: 960px;
	margin: 0 auto;
}
.work_log h2{
	font-size: 20px;
    background-color: #038C7F;
    padding: 15px 15px 15px 20px;
    color: #fff;
    border-bottom-right-radius: 20px;
	margin-bottom: 30px;
}
.work_log_container{
	display: flex;
	margin-bottom: 30px;
}
.work_log_img{
	width: 180px;
	margin: auto;
}
.work_log_box{
	width: 800px;
}
.work_log_sentence{
	display: flex;
}
.work_date{
	width: 15%;
	padding: 16px 10px;
	border-bottom: 1px dotted #025159;
}
.work_sentence{
	width: 85%;
	padding: 16px 0;
	border-bottom: 1px dotted #025159;
}
.contact{
	width: 960px;
	margin: 0 auto;
}
.contact h2{
	font-size: 20px;
    background-color: #038C7F;
    padding: 15px 15px 15px 20px;
    color: #fff;
    border-bottom-right-radius: 20px;
	margin-bottom: 30px;
}
.contact_container{
	display: flex;
	width: 960px;
	margin-bottom: 30px;
}
.contact_form{
	width: 600px;
	height: 300px;
	border: 1px solid #025159;
	border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
	padding: 20px;
	background-image: url("../img/cedra_top_image04.png");
}
.contact_form p{
	margin-bottom: 20px;
}
.btn-03 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #025159;
  border: solid 2px #025159;
  transition: .4s;
}
.btn-03:hover {
  background: #7693A6;
  color: #fff;
}
.sns_container{
	width: 360px;
	height: 300px;
}
.official_icon_img{
	width: 100px;
	margin: 15px auto;
}
.sns_title{
	font-size: 20px;
	color: #7693A6;
	text-align: center;
}
.sns_box{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 360px;
	height: 80px;
	padding: 0 50px;
}
.icon_x{
	width: 50px;
}
.icon_x:hover{
	transform: scale(1.2);
}
.icon_youtube{
	width: 50px;
}
.icon_youtube:hover{
	transform: scale(1.2);
}


/* footer */
.footer{
	width: 100%;
	height: 200px;
	background-color: #025159;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer h4{
	color: #fff;
}

@media screen and (max-width: 768px){
	.games-container{
		max-width: 100%;
		box-sizing: border-box;
		flex-direction: column;
	}
}