/* CSS Document */

* {
	margin:0;
	padding:0;
}
.clearfix::after {
	content:"";
	display: block;
	clear: both;
}
.sp_view {
	display:none;
}
.pc_view {
	display:  block;
}
h2 {
	margin-bottom: 5px !important;
}

body {
	background-image:url(./../img/bg.png);
	background-repeat: repeat repeat;
}
.main_contents {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-color:#fff;
}
header {
	background-image: url(./../img/header_bg_flags.png);
    background-repeat: no-repeat no-repeat;
    background-position: center;
}
.header_img {
    width: 100%;
    max-width: 546px;
    margin: 0 auto;
    display: block;
    padding-bottom: 330px;
    padding-top: 10px;
}
main {
	width: calc( 100% - 40px );
	margin: -70px auto 0;
}
.wrap_3col {
	margin: 25px 30px 0 30px;
}
.link_imgages {
    float: left;
    width: calc(33.3% - 4px);
	margin: 0 2px;
}
.link_image {
	width: 100%;
}
article {
	margin-top: 100px;
}
.h2_01_img {
	width: 100%;
	max-width: 462px;
	display: block;
	margin: 0 auto;
}
.wrap_tanji {
	
}
.link_images_ta {
	float: left;
    width: 49.5%;
    margin-right: 1%;
}
.link_images_ta:nth-of-type(2n){
	margin-right:0;
}
.link_image_ta {
	width: 100%;
}
.link_images_solo {
	
}
.img_senko {
	width: 100%;
    max-width: 600px;
    display: block;
    margin: 20px auto 10px;
}
.link_kaigotai {

}
.link_kaigotai_img1 {
    width: calc( 100% - 2px );
    border: 1px solid #eaeaea;
    border-radius: 15px;
}

.h2_02_img {
	width: 100%;
	max-width: 491px;
	display: block;
	margin: 0 auto;
}
.h2_01{
    margin-bottom: 100px;
    color: #00a2e5;
    text-align: center;
    font-size: 180%;
    letter-spacing: 0.05em;
}
.h2_01_rt {
    font-size: 40%;	
}
.a_disabled {
	pointer-events: none;
	cursor: default;
}
a:hover img{
  animation: flash 0.3s ease alternate both;
}

@keyframes flash {
  50% {
    opacity: 0.5;
  }
}
footer {
    margin-top: 100px;
    text-align: center;
    padding: 20px 0;
    background-color: #c2c6c6;
    color: #fdfdfd;
    font-size: 80%;
}

/*---------------------------------スタッフの声--*/
header.staff-header {
	padding: 4rem;
	padding-top: 6rem;
	text-align: center;
	background: aliceblue;
}
main.staff-main {
	margin: 0;
	width: 1000px;
}
main.staff-main ul li {
	list-style: none;
	margin-bottom: 1rem;
}
ul.breadcrumbs {
	display: flex;
	padding: 0.5rem;
}
ul.breadcrumbs li {
	padding-right: 1rem;
}
div.staff-img-wrap {
	display: flex;
	margin-bottom: 6rem;
	padding-top: 6rem;
}
div.staff-img-wrap img {
	display: block;
	width: 30%;
	border-radius: 4px;
}
div.staff-img-wrap-left {
	width: 60%;
}
.p1 {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 2rem;
	padding: 3rem;
	position: relative;
}
.p1 .brackets-lefttop {
	position: absolute;
	top: 0;
	left: 2.7rem;
	font-size: 2rem;
	transform: rotate(225deg);
}
.p1 .brackets-leftbottom {
	position: absolute;
	bottom: 0;
	left: 2.7rem;
	font-size: 2rem;
	transform: rotate(135deg);
}
.p1 .brackets-righttop {
	position: absolute;
	top: 0;
	right: 2.7rem;
	font-size: 2rem;
	transform: rotate(-45deg);
}
.p1 .brackets-rightbottom {
	position: absolute;
	bottom: 0;
	right: 2.7rem;
	font-size: 2rem;
	transform: rotate(45deg);
}
.p1 i {
	color: #00a2e5;
}
.p2 {
	background: #00a2e5;
	display: inline-block;
	padding: 0.5rem 1rem;
	letter-spacing: 0.1rem;
	color: #fff;
	margin-bottom: 0.7rem;
	border-radius: 3px;
}
div.staff-img-wrap span {
	font-weight: bold;
  font-size: 150%;
}
div.staff-interview {
	margin: 0 3rem;
}
div.staff-interview h2 {
	color: #00a2e5;
	font-size: 160%;
	margin-bottom: 0.5rem;
	font-weight: bold;
	border-bottom: solid #eee 1px;
	padding-bottom: 0.5rem;
}
div.staff-interview p {
	font-size: 95%;
    color: #444;
    /* font-weight: bold; */
    line-height: 2.2rem;
    padding: 1.5rem 0;
}
div.staff-img-wrap-left {
	position: relative;
}
div.staff-img-wrap-left-bottom {
	position: absolute;
	bottom: 0;
	margin-left: 3rem;
}
.staff-header h1 {
	color: #00a2e5;
}
.nav-wrap ul {
	width: 100%;
	display: flex;
	border-bottom: 0.1rem solid #eee;
}
.nav-wrap ul li {
	list-style: none;
	width: 25%;
	text-align: center;
	padding: 1rem;
	background: #fff;
	
}
.nav-wrap ul li a {
	display: block;
	text-decoration: none;
	color: #222;
	font-weight: bold;

	letter-spacing: 0.1rem;
}
.nav-wrap ul li.nav-active {
	background: #00a2e5;
}
.nav-wrap ul li.nav-active a {
	color: #fff;
}

.btn {
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	margin: 0px 30px 50px;
	padding: 30px 20px 20px;
	border-radius: 10px;
	background: #00a2e5;
}
