@charset "utf-8";
/* CSS Document */

/*--------------- ユニバーサルセレクタ ---------------*/
* {
	margin: 0;
	padding: 0;
}
/*--------------- 基本設定 ---------------*/
body {
	margin-top:0px;
	font-size: 12px;
	font-family: 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 2em;
	color: #ffffff;
	background: #87e069;
	/*float:center;
	margin: 0 auto;  */
	overflow:auto!important;
	overflow /**/: hidden;
	-webkit-text-size-adjust: none;  /* 文字サイズ自動調整OFF */
	/*ここで背景のベースカラーを指定する*/
	background-size:100％;
	background-position: center center; 
	background-repeat:no-repeat;
	/*ここでパターンの大きさを指定する
	（※数字によってはストライプのグラデーションがずれるので注意）*/
}
/*--------------- リンクの基本設定 ---------------*/
a {
	outline: none;
	text-decoration: none;
	//color: blue !important;
}
a:hover, a:active {
	text-decoration: underline;
}

a:visited {
	color: blue;
}
/*--------------- 全体に関する設定 ---------------*/
img, a img {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
ul, ol, dl {
	margin-bottom: 2em;
	line-height: 2em;
}
p {
	margin-bottom: 2em;
	line-height: 2em;
}
strong {
	font-weight: bold;
}
h2 {
	margin-bottom: 1em;
	font-size: 23px;
	line-height: 1.4em;
}
h3 {
	margin-bottom: 1.1em;
	padding: 1px 0 0 8px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
	border-left: 2px #991f1f solid;
}
h4 {
	margin: 4px 0 20px;
	padding: 0 0 0 5px;
	height: 7px;
	font-size: 15px;
	line-height: 0.6em;
	border-left: 7px #991F1F solid;
}

/*--------------- ワッパー ---------------*/
#wrapper {
	overflow: hidden;
}

.ocs_background {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 10;
	display: grid;
 	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
 	grid-auto-rows: 100px;
 	grid-auto-flow: dense;
 	gap: 10px;
 	width: 100%;
}

.ocs_menu {
	position: fixed;
	top: 32px;
	left: 6%;
	width: 150px;
	z-index: 1000;
}

.ocs_menu_list_img {
	margin: 0 auto;
	width: 35%;
	padding-top: 6px;
}

.ocs_menu_list_img2 {
	margin: 0 auto;
	width: 80%;
	padding-top: 8px;
}

.ocs_menu_list_img3 {
	margin: 0 auto;
	width: 65%;
	padding-top: 10px;
}

.ocs_menu_list_img4 {
	margin: 0 auto;
	width: 55%;
	padding-top: 10px;
}

.ocs_menu_list li {
	display: block;
	width: 150px;
}

.ocs_menu_listx {
	width: 80px !important;
	margin: 64px auto;
}

.ocs_menu_list1 {
	border-radius: 30px;
	background-color: #fff;
	margin-bottom: 16px;
}

.ocs_menu_list2 {
	border-radius: 30px;
	background-color: #3da9bd !important;
	margin-bottom: 16px;
}

.ocs_menu_list a {
	display: block;
	width: 100%;
	height: 100%;
}

.part {
	display: flex;
  	align-items: center;
  	justify-content: center;
	transition: transform 0.5s ease;
}

.part img {
	width: auto !important;
}

.rotate-part {
  animation: rotateAnime 8s linear infinite;
}

@keyframes rotateAnime {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ocs_container {
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

.corner-logo {
	width: 15%;
	padding-top: 48px;
	margin: 0 auto;
}

.title {
	height: 380px;
	background-color: rgba(255,255,255,0.8);
	background-image: url('../img/top_bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.title_logo {
	width: 85%;
	margin: 0 auto;
	padding-top: 104px;
}

.title_img {
	margin-bottom: -10px;
}

.news {
	//height: 480px;
	background-color: #3da9bd;
	padding-bottom: 32px;
}

.news a {
	color: #00538d !important;
}

.news_list {
	font-size: 16px;
	width: 85%;
	margin: 32px auto;
}

.news_list li {
	margin-bottom: 16px;
}

.news_list-date {
	text-align: center;
	margin-bottom: -8px;
}

.member {
	height: 500px;
	background-color: #b5f1f8;
}

.corner-logo_member {
	width: 21%;
}

.member_list {
	font-size: 16px;
	width: 85%;
	margin: 64px auto;
}

.member_list li {
	width: 30%;
	text-align: center;
	color: #00538d;
	display: inline-table;
}

.member_list li:nth-child(1) {
	margin-right: 3%;
}

.member_list li:nth-child(2) {
	margin-right: 3%;
}

.member_list_img {
		width: 100%;
  	height: auto;
  	border-radius:50%;
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center;
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 16px;
  	aspect-ratio: 15 / 15; 
}

.member_list_img1 {
  	background-image: url("../img/reona.png");
}

.member_list_img2 {
  	background-image: url("../img/koutarou.png");
}

.member_list_img3 {
  	background-image: url("../img/taniguchi.png");
}

.profile_c {
	font-size: 12px;
}

.profile_c2 {
	font-size: 16px;
	margin-bottom: -4px;
	margin-top: -28px;
}

.media {
	height: 1100px;
	background-color: #3da9bd;
	text-align: center;
	background-image: url('../img/top_bg2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.corner-logo_media {
	width: 17%;
}

.media-title {
	margin-top: 32px;
	margin-bottom: 32px;
	font-size: 16px;
	color: #00538d;
}

.media-title_logo {
	margin: 16px auto;
	width: 35%;
}

.media-title_content {
	font-size: 16px;
	color: #fff;
}

.media-onair_logo {
	width: 15%;
}

.media-onair2_logo {
	width: 22%;
	margin-top: 48px;
}

.media-onair_comment {
	color: #00538d;
	font-size: 16px;
}

.media-onair_comment2 {
	color: #fff;
	font-size: 14px;
	margin-top: 16px;
}

.media-onair_comment3 {
	font-size: 12px;
}

.works {
	height: 3200px;
	background-color: rgba(255,255,255,0.8);
}

.works_list {
	width: 100%;
	margin-top: 32px;
}

.works_list li {
	margin: 0 auto;
	font-size: 14px;
	color: #115e94;
}

.works_list_content {
	width: 85%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin:0 auto;
}

.works_list_title {
	font-size: 16px !important;
	background-color: #b5f1f8;
}

.footer {
	height: 360px;
	font-size: 16px;
	background-color: #3da9bd;
	text-align: center;
	position: relative;
}

.copy {
	position: absolute;
	bottom: 8px;
	margin: auto;
	left: 0;
  	right: 0;
}

@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.title {
		height: 50vw;
	}

	.title_logo {
		padding-top: 13vw !important;
	}

	.ocs_background {
		display: none;
	}

	.ocs_container {
		width: 100% !important;
	}

	.ocs_menu {
		display: none;
	}

	.member_list li {
  	width: 25vw !important;
  }

  .member_list_img {
  	width: 100% !important;
  	aspect-ratio: 15 / 15; 
  }

	.media-onair2_logo {
		width: 42% !important;
	}


	.media {
  	height: 164vh !important;
	}

	.works {
		height: 770vw !important;
	}

	.works li {
		height: 17.5vw;
		overflow-y: scroll;
	}

	.works_1 {
		height: 19.5vw !important;
	}

	.profile_c {
	  font-size: 2vw !important;
	  margin-bottom: 5vw;
	}

	.ocs_menu_listx {
		padding-top: 9vw;
	}

	.footer {
		margin-top: -16vw;
	}
}