@charset "UTF-8";
/* --- top --- */

.inner {
	width: 100%;
	overflow: hidden;
}

#top .main_slide {
	width: 100%;
	overflow: hidden;
}

.para_area {
	box-sizing: border-box;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 800px;
	padding: 5%;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 90px;
}

.ipad .para_area {
	background-attachment: scroll;
}

.iphone .para_area {
	background-attachment: scroll;
}

.message {
	font-family: YuMincho, 'Yu Mincho';
	font-weight: bold;
	font-size: 4.4rem;
	line-height: 6.8rem;
	text-align: center;
}

.contents {
	max-width: 1200px;
	margin: 0 auto 90px;
}

.contents_s {
	max-width: 800px;
	margin: 0 auto 90px;
}

.intro {
	text-align: left;
}

.catlist_area {
	background: #F7FCFD;
	padding: 40px;
}

.catlist_area .catlist_bgarea {
	background: url(../images/catlist_bg.png) no-repeat;
	background-position: center;
	padding: 140px 0;
}

.catlist_area h2 {
	width: 1098px;
	margin: 0 auto 70px;
}

.catlist_area .catlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}

.catlist_area .catlist li {
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 35px;
}

.catlist_area .catlist .active {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.5s;
}

.catlist_area .catlist li a:hover .active {
	opacity: 1;
}

.catlist_area .catlist li a:hover {
	opacity: 1;
}

.greeting_area {
	display: flex;
}

.greeting_area .img_box {
	flex-shrink: 0;
	width: 400px;
	margin-right: 25px;
}

.greeting_area .img_box p {
	font-size: 2.6rem;
	font-weight: bold;
}

.greeting_area .img_box p .f_small {
	font-size: 1.6rem;
}

.greeting_area .img_box img {
margin-bottom: 15px;
}

.target ul {
	display: flex;
	justify-content: center;
}

.target ul li {
	margin-right: 10px;
}

.target ul li:nth-of-type(3n) {
	margin-right: 0;
}


/*------- センターページ -------*/

.center .title_area {
	width: 100%;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}   

#center00 .title_area {
	background-color: #6D92C7;
}

#center01 .title_area {
	background-color: #55BBA9;
}

#center02 .title_area {
	background-color: #54C0C7;
}

#center03 .title_area {
	background-color: #6D92C7;
}

#center04 .title_area {
	background-color: #806CAB;
}

#center05 .title_area {
	background-color: #7884BC;
}

#center06 .title_area {
	background-color: #5191CE;
}

#center07 .title_area {
	background-color: #A276B2;
}

#center08 .title_area {
	background-color: #E66095;
}

#center09 .title_area {
	background-color: #57C0D5;
}

#center10 .title_area {
	background-color: #B157AB;
}

#center11 .title_area {
	background-color: #42a5d7;
}

#center12 .title_area {
	background-color: #B24695;
}


.center .title_area h2 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
}

.center .title_area h2 span {
	font-size: 2rem;
}

.centerContents_area {
	display: flex;
}

.centerContents_area .textContents_area {
	margin-right: 50px;
}

.centerContents_area .textContents_area p {
	margin-bottom: 30px;
}

.centerContents_area .textContents_area ol {
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 30px;
}

.centerContents_area .textContents_area ul {
	list-style: disc;
	padding-left: 40px;
	margin-bottom: 30px;
}

.centerContents_area .textContents_area h3 {
	color: #2E3488;
	font-size: 1.8rem;
	font-weight: bold;
}

.centerContents_area .textContents_area h4 {
	font-weight: bold;
}

.centerContents_area .photoContents_area {
	width: 240px;
	flex-shrink: 0;
}

.centerContents_area .photoContents_area .profile_set {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}

.centerContents_area .photoContents_area .profile_set img {
	margin-bottom: 10px;
}

.centerContents_area .photoContents_area .profile_set .f_small {
	font-size: 1.6rem;
}

.center .info_area {
	background: #F5F5F5;
	padding: 50px;
	text-align: center;
}

.center .info_area h3 {
	font-size: 2.8rem;
	margin-bottom: 30px;
}

.center .info_discription {
	margin-bottom: 20px;
}

.text_btn {
	margin-bottom: 0;
}

.text_btn a {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	background-color: #fff;
	border: 1px solid #2E3488;
	padding: 20px 35px 20px 20px;
	border-radius: 4px;
	font-weight: bold;
}

.text_btn a::after {
	content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #707070;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.text_btn a:hover {
	color: #fff;
	background-color: #2E3488;
	opacity: 1;
}

.text_btn a:hover::after {
    border-left-color: #fff;
}

.top_news h2 {
	font-size: 2.7rem;
	text-align: center;
	margin: 60px;
}

.top_news dl article {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.4rem;
	padding: 30px 0 30px 30px;
	border-bottom: 1px dotted #707070;
}


.top_news .date {
	margin-right: 40px;
}

.top_news .text {
	max-width: 58%;
}

.ipad .top_news .text {
	max-width: 50%;
}

.top_news .cat {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #707070;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	margin-right: 40px;
	font-size: 1.1rem;
	width: 20%;
}

.top_news .articleList article.new {
	position: relative;
  }

.top_news .articleList article.new::before {
	content: "NEW";
	position: absolute;
	right: 30px;
	top: 50%;
	border: 1px solid #2E3488;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: center;
	color: #2E3488;
	line-height: 44px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  
  .top_news .articleList a:hover article {
	background-color: #F5F5F5;
  }



.top_news .listLinkBtn {
	clear: both;
	text-align: center;
}

.top_news .listLinkBtn a {
	display: inline-block;
	border: 1px solid #2E3488;
	padding: 13px 0;
	width: 245px;
	background-color: #FFF;
	color: inherit;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 3px;
}

.top_news .listLinkBtn a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #2E3488;
  vertical-align: 1px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.top_news .listLinkBtn a:hover {
  opacity: 1;
  background-color: #2E3488;
  color: #FFF;
}

.top_news .listLinkBtn a:hover::before {
  border-left-color: #FFF;
}


/* --- 中ページ共通 --- */

.common_page .title_area {
	width: 100%;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

.common_page .title_area h2 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
}

#common .title_area {
	background-color: #F5F5F5;
	color: #403F3F;
}

.fRed {
	color: #FF6D6D;
}

/*== sp ==*/
/*============================================================================================================================================================*/

@media screen and (max-width: 750px) {
/* --- top --- */

.para_area {
	height: 300px;
	padding: 5%;
	margin-bottom: 30px;
}

.message {
	font-size: 2.4rem;
	line-height: 4.8rem;
}

.contents {
	max-width: 90%;
	margin: 0 auto 50px;
}

.contents_s {
	max-width: 90%;
	margin: 0 auto 50px;
}

.catlist_area {
	background: #F7FCFD;
	padding: 20px;
}

.catlist_area .catlist_bgarea {
	background: none;
	padding: 40px 0;
}

.catlist_area h2 {
	width: 100%;
	margin: 0 auto 20px;
}

.catlist_area .catlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
}

.catlist_area .catlist li {
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 35px;
	width: 40%;
}

.catlist_area .catlist .active {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.5s;
}

.catlist_area .catlist li a:hover .active {
	opacity: 1;
}

.catlist_area .catlist li a:hover {
	opacity: 1;
}

.greeting_area {
	display: block;
}

.greeting_area .img_box {
	width: 100%;
	margin-right: 0;
}

.greeting_area .img_box p {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.greeting_area .img_box p .f_small {
	font-size: 1.6rem;
}

.greeting_area .img_box img {
margin-bottom: 15px;
}

.target ul {
	display: block;
}

.target ul li {
	margin-right: 0;
	margin-bottom: 15px;
}

.target ul li:nth-of-type(3n) {
	margin-right: 0;
}


/*------- センターページ -------*/

.center .title_area {
	padding: 30px 0;
}

.center .title_area h2 {
	font-size: 3rem;
	line-height: 1.2;
	width: 90%;
	margin: 0 auto;
}

.center .title_area h2 span {
	font-size: 1.8rem;
	line-height: 1;
	display: block;
}

.centerContents_area {
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px dotted #707070;
	padding-bottom: 20px;
}

.centerContents_area .textContents_area {
	margin-right: 0;
	margin-bottom: 20px;
}

.centerContents_area .textContents_area p {
	margin-bottom: 30px;
}

.centerContents_area .textContents_area ol {
	padding-left: 20px;
	margin-bottom: 30px;
}

.centerContents_area .textContents_area ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 30px;
}

.centerContents_area .textContents_area h3 {
	color: #2E3488;
	font-size: 1.8rem;
	font-weight: bold;
}

.centerContents_area .photoContents_area {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.centerContents_area .photoContents_area .profile_set {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}

.centerContents_area .photoContents_area .profile_set img {
	margin-bottom: 10px;
}

.centerContents_area .photoContents_area .profile_set .f_small {
	font-size: 1.6rem;
}

.center .info_area {
	background: #F5F5F5;
	padding: 30px;
	text-align: center;
}

.center .info_area h3 {
	font-size: 2.8rem;
	margin-bottom: 30px;
}

.center .info_discription {
	margin-bottom: 20px;
}

.text_btn {
	margin-bottom: 0;
}

.text_btn a {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	background-color: #fff;
	border: 1px solid #2E3488;
	padding: 20px 35px 20px 20px;
	border-radius: 4px;
	font-weight: bold;
}

.text_btn a::after {
	content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #707070;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.text_btn a:hover {
	color: #fff;
	background-color: #2E3488;
	opacity: 1;
}

.text_btn a:hover::after {
    border-left-color: #fff;
}

.top_news h2 {
	font-size: 2.7rem;
	text-align: center;
	margin: 60px 60px 20px;
}

.top_news dl article {
	display: block;
	font-size: 1.4rem;
	padding: 30px 0;
}


.top_news .date {
	margin-right: 10px;
}

.top_news .text {
	max-width: 80%;
}

.ipad .top_news .text {
	max-width: 50%;
}

.top_news .cat {
	display: inline-block;
	padding: 0 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 1.1rem;
	width:100%;
}

.top_news .articleList article.new::before {
	right: 0;
  }


/* --- 中ページ共通 --- */

.common_page .title_area {
	padding: 30px 0;
}

.common_page .title_area h2 {
	font-size: 2.8rem;
	max-width: 90%;
	margin: 0 auto;
}

#common .title_area {
	background-color: #F5F5F5;
	color: #403F3F;
}

.fRed {
	color: #FF6D6D;
}
  }