@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     トップページ
 Notes:          
--------------------------------------------------------------- */
/* トップ */



.top-area {
	max-width: 2000px;
	margin: 0 auto;
	position: relative;
}
.top-area .main-title {
	width: 30%;
	position: absolute;
	top: 17%;
	left: 20%;
}
.top-area .top-image {
	max-width: 2000px;
	height: 57vw;
	margin: 0 auto;
	background-image: url("../img/top/top-image.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}
.top-area .subtitle {
	width: 25%;
	position: absolute;
	top: 20%;
	left: 57%;
}
.top-area .string {
	width: 100%;
	position: absolute;
	top: 12%;
	left: 0;
}
/* バナーエリア */
.sec06 {
	padding: 3% 0 0;
	margin-bottom: -2%;
	position: relative;
}
.sec06 .content {
	width: 60%;
	max-width: 1335px;
	margin: 0 auto;
}
.sec06 .content .bnr {
	width: 35%;
	margin: 0 auto;
}
/* 新着情報・お知らせ */
.sec01 {
	padding: 5% 0;
	position: relative;
}
.sec01 .content {
	width: 60%;
	max-width: 1335px;
	margin: 0 auto;
}
.sec01 .title {
	width: 30%;
}
.sec01 .news-wrap {
	width: 80%;
	margin: 0 auto 5%;
}
.sec01 .news {
	padding: 1em;
	border-bottom: 1px solid #505050;
}
.sec01 .news a {
	display: flex;
}
.sec01 .day {
	width: 20%;
}
.sec01 .headline {
	width: 80%;
	white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sec01 .btn {
	margin: 0 auto;
	display: table;
	text-align: center;
}
.sec01 .btn a {
	padding: 0.5em 2em;
	display: block;
	font-size: 1.2em;
	border: 1px solid #ff79a2;
	background: #fff;
	border-radius: 100px;
}
.sec01 .btn a:hover {
	display: block;
	color: #fff;
	background: #ff79a2;
	opacity: 1;
}
.sec01 .string {
	width: 100%;
	position: absolute;
	bottom: -20vw;
	left: 0;
}
/* 事業案内 */
.sec02 {
	padding: 0 0 5%;
	background-color: #ffe6e6;
}
.sec02 .content {
	width: 60%;
	max-width: 1335px;
	margin: 0 auto;
}
.sec02 .title {
	width: 20%;
	margin: 0 0 5% auto;
	padding: 3% 0 0;
}
.sec02 .business-wrap {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.sec02 .business {
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100%/3);
  width : calc(100%/3);
	margin: 0 auto 5%;
	position: relative;
}
.sec02 .business a {
	width: 80%;
	margin: 0 auto;
	display: block;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.sec02 .business a::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform .2s, opacity .5s;
	-moz-transition: -moz-transform .2s, opacity .5s;
	transition: transform .2s, opacity .5s;
	z-index: 1;
}
.sec02 .business:nth-child(1) a::before {
	content: '';
	background-image: url("../img/top/icon01.png");
	background-size: 12vw;
	background-position: 200% 130%;
}
.sec02 .business:nth-child(2) a::before {
	content: '';
	background-image: url("../img/top/icon02.png");
	background-size: 12vw;
	background-position: 200% 110%;
}
.sec02 .business:nth-child(3) a::before {
	content: '';
	background-image: url("../img/top/icon03.png");
	background-size: 12vw;
	background-position: 40% 120%;
}
.sec02 .business:nth-child(4) a::before {
	content: '';
	background-image: url("../img/top/icon04.png");
	background-size: 12vw;
	background-position: 130% 120%;
}
.sec02 .business:nth-child(5) a::before {
	content: '';
	background-image: url("../img/top/icon05.png");
  background-size: 12vw;
	background-position: 250% 142%;
}
.sec02 .business:nth-child(6) a::before {
	content: '';
	background-image: url("../img/top/icon06.png");
	background-size: 12vw;
	background-position: 200% 120%;
}
.sec02 .business a::after {
	content: '';
	display: block;
	padding-top: 100%;
	border-radius: 50%;
  overflow: hidden;
	background: #fff;
}
.sec02 .business a:hover::before {
	opacity: 0.5;
	-webkit-transform: scale( 1.2 );
	-o-transform: scale( 1.2 );
	transform: scale( 1.2 );
}
.sec02 .txt {
	position: absolute;
	top: 20%;
	left: 0;
	line-height: 1.3;
	font-size: 1.5em;
	font-weight: bold;
	z-index: 2;
    color: #000;
}
/* 岡山県社会福祉士会について */
.sec03 {
	background-image: url("../img/top/bg01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sec03 .content {
	width: 50%;
	max-width: 1335px;
	margin: 0 auto;
	padding: 5% 0 0;
}
.sec03 .title {
	width: 80%;
	margin: 0 auto 5%;
}
.sec03 .txt {
	margin: 0 auto 3%;
    font-size: 1.5em;
    color: #000;
    font-family: 
}
.sec03 .btn {
	margin: 0 auto 5%;
	display: table;
	text-align: center;
}
.sec03 .btn a {
	padding: 0.5em 2em;
	display: block;
	font-size: 1.2em;
	border: 1px solid #ff79a2;
	background: #fff;
	border-radius: 100px;
}
.sec03 .btn a:hover {
	display: block;
	color: #fff;
	background: #ff79a2;
	opacity: 1;
}
.slide-wrap {
  margin: 0 auto;
	padding: 0 0 5%;
  position: relative;
  z-index: 1;
}
.slide-wrap li {
	height: 15vw;
  margin: 0 0.5em;
}
/* 入会案内 */
.sec04 {
	padding: 5% 0;
}
.sec04 .content {
	max-width: 2000px;
	margin: 0 auto;
}
.sec04 .border-wrap {
	display: flex;
}
.sec04 .border01 {
	width: 50%;
	height: 0.5em;
	background-color: #ffffda;
}
.sec04 .border02 {
	width: 50%;
	height: 0.5em;
	background-color: #dff3d2;
}
.sec04 .txt-area {
	height: 26vw;
	position: relative;
	overflow: hidden;
	background-image: url("../img/top/bg02.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}
.sec04 .txt-wrap {
	width: 67%;
  margin: 0 0 0 auto;
  padding: 13% 0;
  background: #fff;
  text-align: center;
  color: #000;
  font-family: '見出ゴMB31', 'Midashi Go MB1';
  border-radius: 1000px 0 0 1000px;
  position: absolute;
  right: 0;
  top: -40%;
}
.sec04 .title {
	width: 20%;
	margin: 0 auto 3%;
	padding: 3% 0 0;
}
.sec04 .txt01 {
	font-size: 1.3em;
}
.sec04 .txt02 {
	margin: 0 auto 3%;
	font-size: 1.1em;
}
.sec04 .btn {
	margin: 0 auto 5%;
	display: table;
	text-align: center;
}
.sec04 .btn a {
	padding: 0.5em 2em;
	display: block;
	font-size: 1.3em;
	color: #fff;
	border: 1px solid #a3d782;
	background: #a3d782;
	border-radius: 0.5em;
}
.sec04 .btn a:hover {
	display: block;
	color: #a3d782;
	background: #fff;
	opacity: 1;
}
/* サイト内リンクボタン */
.sec05 {
	padding: 0 0 5%;
}
.sec05 .content {
	width: 50%;
	max-width: 1335px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.sec05 .btn {
	margin: 0 1em;
	display: inline-block;
	text-align: center;
}
.sec05 .btn a {
	padding: 0.5em 2em;
	display: block;
	font-size: 1.2em;
	border: 1px solid #ff79a2;
	background: #fff;
	border-radius: 100px;
}
.sec05 .btn a:hover {
	display: block;
	color: #fff;
	background: #ff79a2;
	opacity: 1;
}

.foot-area01 .link {
    width: 25%;
    font-size: 1.5em;
    color: #000;
}

.foot-area02 .txt {
    color: #000;
    font-size: 1.5em;
}
/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
.top-area .main-title {
  width: 50%;
  top: 8%;
  left: 20%;
}
.top-area .subtitle {
  display: none;
}
.sec06 {
  margin: 0;
  padding-top: 5%;
}
.sec06 .content {
  width: 90%;
}
.sec06 .content .bnr {
  width: 50%;
}
.sec01 .title {
  width: 40%;
}
.sec01 .content {
  width: 90%;
}
.sec01 .news-wrap {
  width: 100%;
}
.sec01 .day {
  width: 30%;
}
.sec02 .title {
  width: 30%;
  padding: 10% 0 0;
}
.sec02 .content {
  width: 90%;
}
.sec02 .business-wrap {
  width: 100%;
  margin: 0 auto;
}
.sec02 .business {
  width: 50%;
}
.sec02 .business:nth-child(1) a::before {
	content: '';
	background-size: 36vw;
}
.sec02 .business:nth-child(2) a::before {
	content: '';
	background-size: 36vw;
}
.sec02 .business:nth-child(3) a::before {
	content: '';
	background-size: 36vw;
}
.sec02 .business:nth-child(4) a::before {
	content: '';
	background-size: 36vw;
}
.sec02 .business:nth-child(5) a::before {
	content: '';
	background-size: 36vw;
}
.sec02 .business:nth-child(6) a::before {
	content: '';
	background-size: 36vw;
}
.sec03 .content {
  width: 90%;
}
.sec03 .title {
  width: 100%;
}
.sec04 .txt-area {
  height: auto;
  overflow: auto;
	background-size: cover;
}
.sec04 .txt-wrap {
  width: 100%;
  border-radius: 0;
  position: inherit;
	background-color: rgba(255,255,255,.6);
}
.sec04 .txt01 {
	width: 90%;
  margin: 0 auto;
}
.sec04 .txt02 {
	width: 90%;
  margin: 0 auto 5%;
}
.sec04 .title {
  width: 30%;
  margin: 0 auto 3%;
  padding: 3% 0 0;
}
.sec05 .content {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.sec05 .btn {
  margin: 0 auto 5%;
}
}