@charset "utf-8";
/* CSS popUP*/


#sec01a{background: linear-gradient(135deg, #17ead9 0%,#6078ea 100%);
   padding: 80px 0 65px;
}

#sec01a .box_wrap {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
	width: 920px;
    margin: 0 auto;
}
#sec01a .box_wrap .box {
	flex-basis: 30%;
	position: relative;
	margin-bottom: 30px;
	background: rgba(0,0,0,0.05);
}

#sec01a .box_wrap div.txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 11px 15px;
    height: 136px;
}
#sec01a .box_wrap a:hover div.txt {
	height: 100%;
	transition: .5s;
}
#sec01a .box_wrap .txt p.tit {
	line-height: 1.3;
    font-size: 17px;
    font-weight: 600;
    color: rgba(255,255,0,0.8);
}
#sec01a .box_wrap .txt h3 {
	color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
	line-height: 1.2;
	margin: 11px 0 0px;
}
#sec01a .box_wrap .txt h3 span {
	font-size: 80%;
    margin-left: 0.2em;
    vertical-align: -0.1em;
}
#sec01a .box_wrap .txt p.post {
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 600;
}
#container #sec01a .wrap {
	padding: 80px 0 65px;
}

/* #モーダルウィンドウ用
------------------------------ */
/* モーダルCSS */
.modaal-container {
	max-width: 740px;
}
.modaal-content-container {
	padding: 0;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.modalContents h1 span {
	font-size: 60%;
	color: rgba(154,0,0,1.00);
}
.modalContents h1 {
    font-weight: 600;
    font-size: 26px;
    padding: 26px 40px 10px;
    line-height: 1.3;
}
.modalContents p.gaiyo {
    padding: 0px 40px 38px;
    font-feature-settings: normal;
}
.modalContents .prof {
	display: flex;
	background: rgba(0,0,0,0.1);
    padding: 46px 40px 46px;
}

.modalContents .prof ul li{list-style: disc;margin-bottom: 1px;}
.modalContents .prof ul{margin-left: 15px;margin-top: 10px;}


.modalContents .prof div.img {
	width: 180px;
}
.modalContents .prof div.txt {
	width: 100%;
    margin: 0 0 0 20px;
}
.modalContents .prof div.txt h2 {
    font-size: 20px;
    margin: -4px 0 10px;
    text-align: left;
}
.modalContents .prof div.txt h2 span {
	font-size: 70%;
	margin-left: 0.3em;
}
.modalContents .prof div.txt p.post {
    margin: 0 auto 0;
    line-height: 1.6;
    font-size: 14px;
}
.modalContents .prof div.txt p.txt:before {
    content: '';
    display: block;
    margin: 11px 0 10px;
    width: 60px;
    height: 1px;
    background: rgba(154,0,0,1.00);
}
.modalContents .prof div.txt p.txt {
	margin: 14px auto 0;
    line-height: 1.6;
    font-feature-settings: normal;
    font-size: 14px;
}
.modaal-close {
    position: absolute;
    right: 0;
    top: -50px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: #999999 !important;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.modaal-close:after, .modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 8px;
    left: 24px;
    width: 1px;
    height: 32px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.modalContents.modal_pfof .prof div.txt h2 {
    font-size: 24px;
	margin: 0;
}
.modalContents.modal_pfof .prof div.txt p.post {
    font-size: 16px;
}
.modalContents.modal_pfof .prof div.txt h3:before {
    content: '';
    display: block;
    margin: 20px 0 18px;
    width: 60px;
    height: 1px;
    background: rgba(154,0,0,1.00);
}
.modalContents.modal_pfof .prof div.txt h3 {
    font-size: 20px;
	font-weight: 600;
}
.modalContents .prof div.txt p.txt:before {
    margin: 20px 0 18px;	
}
.modalContents.modal_pfof div.txt p.txt {
	font-size: 16px;
}
.modalContents.modal_pfof div.txt .cv_btn {
	text-align: left;
	position: relative;
}
.modalContents.modal_pfof div.txt .cv_btn a {
	font-weight: 600;
    font-size: 18px;
    border-radius: 30px;
    padding: 20px 40px;
}
.modalContents.modal_pfof div.txt .cv_btn a:before {
display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}
.modalContents.modal_pfof div.txt .cv_btn a:hover:before {
    left: 18px;
}
.modalContents.modal_pfof div.txt iframe {
	margin: 40px 0 0;
    height: 320px;
    width: 560px;
}








/* 768px以下
================================================================ */
@media screen and (max-width: 768px) {



/* #モーダルウィンドウ用
------------------------------ */
.modaal-wrapper {
	top: 100px;
}
.modaal-inner-wrapper {
    padding-bottom: 180px;
}
.modalContents h1 {
	padding: 20px;
    font-size: 20px;	
}
.modalContents p.gaiyo {
	padding: 0 20px 20px;
	line-height: 1.7;
}
.modalContents .prof {
	display: block;
	padding: 30px 20px 30px;
}

.modalContents .prof img {
	float: none;
}	
.modalContents .prof div.txt {
	margin: 20px 0 0;	
}	
#sec01a .box_wrap {
	display: block;
	width: auto;
}	
.modalContents.modal_pfof div.txt .cv_btn a {
	font-size: 14px;	
}
.modalContents.modal_pfof div.txt .cv_btn a:before {
	left: 15px;
}	
.modalContents.modal_pfof div.txt iframe {
    max-height: 200px;
    width: 100%;
}
	
#sec01a .box_wrap img {width: 50%;}	
#sec01a .box_wrap div.txt{text-align: center}	
	
	
}	/* 480px以下
================================================================ */
@media screen and (max-width: 480px) {
#sec01a .box_wrap img {
    width: 50%;
}
.modalContents.modal_pfof div.txt .cv_btn a {
	font-size: 13px;}
	
	
}
	



	