@charset "UTF-8";
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	margin: 0px;
	padding: 0px;
	line-height:normal;
}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #b9b9b9!important;
	transition: all 0.4s;
}
a:hover, a:focus, a:active,a:visited{
	color: #b9b9b9!important;
}
html{
	scroll-behavior: smooth;
}
body{
	background: #000000;
}
#wrapper{
	font-family:"Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #b9b9b9;
	line-height: 1.2;
}
.en{
	font-family: "Lexend Deca", serif;
	font-weight: 400;
	letter-spacing: 1px;	
}
h2{
	font-weight: 600;
	font-size: 120px;
	margin-bottom: 50px;
	text-align: center;
	color: #800000;
	font-family: "Lexend Deca", serif;
	letter-spacing: 3px;
}
h3,h4{
	font-weight: 800;
}
p{
	line-height: 1.7;
	letter-spacing: normal;
}
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
section{
	box-sizing: border-box;
	padding: 150px 0;
}
.container {
	margin: 0 auto;
	width: 90%;
	max-width: 1536px;
}
.btn{
	width: 250px;
	height: 60px;
	box-sizing: border-box;
	display: block;
	background-color: #000000;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
}
.btn:hover{
	background-color: #800000;
}
.btn_r{
	width: 450px;
	margin: 0 auto;
	height: 90px;
	line-height: 90px;
	background-color: #800000;
	font-weight: 700;
	font-size: 20px;
}
.btn_r:hover{
	background-color: #6c0101;
}

/* mainimgArea */
#mainimgArea {
	height: 100vh;
	background-image: url(../images/main_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*max-height: 1080px;*/
	padding: 0;
	animation: fadeIn 5s forwards;
}
@keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
#mainimgArea .container{
	position: relative;
}
h1{
	width: 300px;
	height: auto;
	position: absolute;
	top:30px;
	opacity: 10;
}
h1 img{
	width: 100%;
}

/* sec_01 */
#sec_01 .container.profile{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 100px;
}
#sec_01 .container.profile img.profile_photo{
	width: 45%;
}
#sec_01 .container.profile .case{
	width: 50%;
}
#sec_01 .container.profile .case h2{
	text-align: left;
}
#sec_01 .container.profile .case .pack{
	/*color: #ffffff;*/
}
#sec_01 .container.profile .case .pack ul{

}
#sec_01 .container.profile .case .pack ul:first-child{
	font-size: 120%;
	margin-bottom: 40px;
}
#sec_01 .container.profile .case .pack ul:first-child li{
	margin-bottom: 15px;
}
#sec_01 .container.profile .case .pack ul li span{
	font-weight: 800;
}
#sec_01 .container.profile .case img.name{
	/*max-width: 380px;*/
	margin:60px 0 0 auto;
	display: block;
	max-width: 250px
}
#sec_01 .container.profile .case .pack p{
	margin-bottom: 30px;
}
#sec_01 .container.profile .case .pack ul:last-child li{
	margin-bottom: 10px;
}

#sec_01 .container.history{
	background-color: #1d1d1d;
	padding: 80px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
} 
#sec_01 .container.history .case {
	position: relative;
	width: 50%;
}
#sec_01 .container.history h2{
	width: 50%;
	text-align: left;
}
#sec_01 .container.history .case:before {
	position: absolute;
	display: block;
	content: "";
	background: #b9b9b9;
	width: 1px;
	height: 100%;
	z-index: -1;
}
#sec_01 .container.history .case .dlInner {
	display: flex;
	align-items: flex-start;
}
#sec_01 .container.history .case dt {
	position: relative;
	line-height: 1;
	box-sizing: border-box;
	word-break: break-all;
}
#sec_01 .container.history .case dt:before {
	position: absolute;
	display: block;
	content: "";
	top: .5em;
	right: 0;
	width: 7px;
	height: 7px;
	background: #b9b9b9;
	border-radius: 50%;
	transform: translateY(-50%);
}
#sec_01 .container.history .case dd {
	line-height: 1.5;
	flex: 1;
}
#sec_01 .container.history .case:before {
	  top: -20px;
	  left: 96px;
}
#sec_01 .container.history .case .dlInner {
	  padding-bottom: 40px;
}
#sec_01 .container.history .case dt {
	  width: 100px;
	  padding-right: 15px;
}
#sec_01 .container.history .case dt span{
	font-size: 120%;
}
#sec_01 .container.history .case dd {
	  margin-left: 50px;
}

#sec_01 .container .pack ul li a.link {
	color: #4184fd!important;
}

/* sec_02 */
#sec_02{
}
#sec_02 .container{
	display: flex;
	justify-content: space-between;	
}
#sec_02 .container h2{
	text-align: center;
	width: 25%;
}
#sec_02 .container iframe{
	width: 70%;
    aspect-ratio: 16 / 9;
    height: auto;
}

/* sec_03 */
#sec_03{
	background-color: #1d1d1d;
	padding: 100px 0;
}
#sec_03 .container{
	max-width: 1200px;
}
#sec_03 .container h2{
	font-size: 48px;
}
#sec_03 .container .case{
	display: flex;
	justify-content:space-between;	
	margin-bottom: 50px;
}
#sec_03 .container .case a{
	width: 32%;
	box-sizing: border-box;
	display: block;
	position: relative;
	border-radius: 5px;
}
#sec_03 .container .case a figure{
	width: 100%;
	margin: 0;
	border-radius: 5px;
}
#sec_03 .container .case a figure img{
	width: 100%;
	border-radius: 5px;
}
#sec_03 .container .case a .img_box{
	display: inline-block;
	overflow: hidden;
	width: 100%;
	background-color: #000000;
	margin-bottom: 20px;
	border-radius: 5px;
}
#sec_03 .container .case a figure{
	display: block;
  transition-duration: .5s;
}
#sec_03 .container .case a:hover figure{
  transform: scale(1.1);
  opacity: 0.5;
}
#sec_03 .container .case a .text_box h3{
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
	color: #b9b9b9;
}
#sec_03 .container .case a .text_box p{
	font-size: 14px;
	color: #b9b9b9;
	margin-bottom: 10px;
}
.date{
	font-size: 12px;
	font-weight: 600;
	color: #595959;
	position: relative;
	padding-left: 20px;
}
.date::before{
	content: "";
	background-image: url(../images/date.svg);
	background-size: cover;
	width: 13px;
	height: 14px;
	background-repeat: repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#sec_03 .container .case a:hover .text_box{
	opacity: 0.8;
}
#sec_03 .container .btn{
	margin: 0 auto;
}

/* sec_04 */
#sec_04{
	padding: 0;
	height: 1920px;
	background: none;
	transition: 10s;
	position: relative;
}
#sec_04::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/sec_04_bg.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center;
	z-index: -1;
	opacity: 0; /* 最初は見えないように */
	transition: 8s; /* 所要時間の指定 */
}
#sec_04.active::before {
	opacity: 10;
}
#sec_04 img{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 250px;
	max-width: 1000px;
	margin: auto;
	opacity: 10;
	width: 80%;
}

/* sec_05 */
#sec_05 .yottie-container ,#sec_05 #yottie_1 .yottie-widget-feed-section-slide,#sec_05 .yottie-widget-feed-section-pagination{
	background-color: #000000;
}


/* cvArea */
.cvArea{
	background-image: url(../images/cv_bg.png);
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 0;
}
.cvArea .container{
	position: relative;
	height: 300px;
}
.cvArea .container .btn{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* footer */
footer{
	background-color: #1d1d1d;
	padding: 30px 0;

}
footer .container{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
footer .icon_case{
	display: flex;
	align-items: center;
}
footer .icon_case a{
	display: block;
	margin-right: 30px;
}
footer .icon_case a img{
	width: 30px;
	height: auto;
}
footer .icon_case a:last-child img{
	width: 26px;
}
footer .icon_case a:hover{
	opacity: 0.7;
}
footer .nav_case{
	display: flex;
}
footer .nav_case a{
	color: #ffffff;
	margin-left: 30px;
}
footer .nav_case a:hover{
	color: #800000;
}

/* news一覧 */
.titleArea{
	background-image: url(../images/title_bg.png);
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 0;
}
.titleArea .container h2{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 0;
	line-height: 500px;
	margin: 0 0 0 auto;
}
.newsArea{
	padding: 120px 0;
}
.newsArea .container{
	max-width: 900px;
}
.newsArea .container .date{
	margin-bottom: 15px;
	display: block;
}
#news_all.newsArea .container ul{
	border-top: 1px solid #1d1d1d;
}
#news_all.newsArea .container ul li{
	border-bottom: 1px solid #1d1d1d;
}
#news_all.newsArea .container ul li a{
	display: block;
	padding: 30px 20px;
	position: relative;
}
#news_all.newsArea .container ul li a::after{
	position: absolute;
	content: "";
	background-image: url(../images/arrow_r.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 10px;
	height: 18px;
	right: 30px;
	top:45%;
	transition: all 0.4s;
}
.newsArea .container h3{
	font-size: 20px;
}
#news_all.newsArea .container ul li a h3{
	padding-right: 50px;
}
#news_all.newsArea .container ul li a:hover{
	opacity: 0.7;
}
#news_all.newsArea .container ul li a:hover::after{
	right: 20px;
}
#news_detail.newsArea .container .case h3{
	margin-bottom: 50px;
}
#news_detail.newsArea .container .case img{
	width: 100%;
	margin-bottom: 50px;
	border-radius: 5px;
}
#news_detail.newsArea .container .case .pack{
	margin-bottom: 50px;
}
#news_detail.newsArea .container .case .pack p{
	margin-bottom: 30px;
}
#news_detail.newsArea .container .case .pack p:last-child{
	margin-bottom: 0;
}
#news_detail.newsArea .container .arrow_case{
	max-width: 200px;
	margin: 0 auto 60px;
	display: flex;
	justify-content:space-between;
	box-sizing: border-box;
}
#news_detail.newsArea .container .arrow_case a{
	color: #800000!important;
	font-size: 16px;

}
#news_detail.newsArea .container .arrow_case a.prev{
	padding-left: 30px;
	position: relative;
}
#news_detail.newsArea .container .arrow_case a.prev::before{
	position: absolute;
	content: "";
	background-image: url(../images/arrow_l.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 10px;
	height: 18px;
	left: 5px;
	top:0;
	transition: all 0.4s;
}
#news_detail.newsArea .container .arrow_case a.prev:hover:before{
	left: 0;
}
#news_detail.newsArea .container .arrow_case a.next{
	padding-right: 30px;
	position: relative;
}
#news_detail.newsArea .container .arrow_case a.next::after{
	position: absolute;
	content: "";
	background-image: url(../images/arrow_r.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 10px;
	height: 18px;
	right: 5px;
	top:0;
	transition: all 0.4s;
}
#news_detail.newsArea .container .arrow_case a.next:hover::after{
	right: 0;
}
#news_detail.newsArea .container .arrow_case a:hover{
	opacity: 0.7;
}
#news_detail.newsArea .container .btn{
	border: 1px solid #b1b1b1;
	margin: 0 auto;
}
#news_detail.newsArea .container .btn:hover{
	border: 1px solid #800000;
}

/* お問い合わせ */
.contactArea{
	padding: 120px 0;
}
.contactArea .container{
	max-width: 900px;
}
.contactArea .container .text_case{
	padding: 50px;
	box-sizing: border-box;
	background-color: #1d1d1d;
	margin-bottom: 80px;
}
.contactArea .container .text_case p:first-child{
	margin-bottom: 20px;
}
.contactArea .container .form_case .pack{
	margin-bottom: 30px;
}
.contactArea .container .form_case .pack:last-child{
	margin-bottom: 0;
}
.contactArea .container .form_case .pack .label{
	margin-bottom: 15px;
}
.contactArea .container .form_case .pack .label .required{
	background-color: #800000;
	color: #ffffff;
	font-weight: 500;
	font-size: 13px;
	padding: 3px 10px;
	margin-right: 10px;
}
.contactArea .container .form_case .pack .field input,.contactArea .container .form_case .pack .field textarea{
	color: #ffffff;
	font-family:"Noto Sans JP", sans-serif;
	font-weight: 500;
}
.contactArea .container .form_case .pack .field input:active,.contactArea .container .form_case .pack .field textarea:active{
	color: #ffffff;
	background-color: #000000;
}
input:-webkit-autofill {
	box-shadow: 0 0 0px 100px #161416 inset;
	-webkit-text-fill-color: white !important;
  }
.contactArea .container .form_case .pack .field input{
	width: 100%;
	height: 65px;
	background-color: #000000;
	border: 1px solid #7e7e7e;
	padding: 20px;
	box-sizing: border-box;
}
.contactArea .container .form_case .pack .field textarea{
	width: 100%;
	background-color: #000000;
	border: 1px solid #7e7e7e;
	height: 250px;
	box-sizing: border-box;
	padding: 20px;
}
.contactArea .container .form_case .btn_pack{
	text-align: center;
	margin: 50px auto 0;
}
.contactArea .container .form_case .btn_pack .btn_r{
    line-height: 90px;
    background-color: #800000;
    font-weight: 700;
    font-size: 20px;
	border: none;
	border-radius: 0;
	font-family:"Noto Sans JP", sans-serif;
	font-weight: 700;
	padding: 0;
	height: 90px;
	color: #ffffff;
	transition: all 0.4s;
}

.contactArea .container .form_case .btn_pack .btn_r:hover{
	background-color: #6c0101;
}

/* プライバシーポリシー */
.privacypolicy .titleArea{
	background-image: none;
	height: auto;
}
.privacypolicy .titleArea .container h2{
	display: block;
	line-height: normal;
	padding-top: 250px;
	margin-bottom: 30px;
}
.privacypolicy .titleArea .container .subtitle{
	text-align: center;
}
.privacypolicy .titleArea .container .subtitle span{
    position: relative;
	font-family:"Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #b9b9b9;
	display: inline-block;
    padding: 0 65px; 
}
.privacypolicy .titleArea .container .subtitle span:before,
.privacypolicy .titleArea .container .subtitle span:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #b9b9b9;
}
.privacypolicy .titleArea .container .subtitle span:before {
    left: 0;
}
.privacypolicy .titleArea .container .subtitle span:after {
    right: 0;
}
.privacypolicyArea .container{
	max-width: 900px;
}
.privacypolicyArea .container .title_text{
	margin-bottom: 50px;
}
.privacypolicyArea .container .case{
	padding: 50px;
	background-color:#1d1d1d ;
	box-sizing: border-box;
}
.privacypolicyArea .container .case .pack{
	margin-bottom: 50px;
}
.privacypolicyArea .container .case .pack:last-child{
	margin-bottom: 0;
}
.privacypolicyArea .container .case .pack h3{
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: normal;
	border-bottom: 1px solid #505050;
	padding-bottom: 10px;
}
.privacypolicyArea .container .case .pack ul{
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
#wrapper{
	font-size: 13px;
}
.pc{
	display: none!important;
}
.sp{
	display: block!important;
}
#top-head nav{
	display: none;
}
.container {
	margin: 0 auto;
	width: 92%;
}
section{
	padding: 50px 0;
	box-sizing: border-box;
}
h2{
	font-size: 40px;
	margin-bottom: 20px;
}
.btn{
	width: 80%;
	font-size: 15px;
}
.btn_r{
	/*width: 100%;*/
	height: 60px;
	line-height: 60px;
}
#mainimgArea{
}
h1 {
	width: 150px;
	top:10px;
}
#sec_01 .container.profile{
	display: block;
	margin-bottom: 50px;
}
#sec_01 .container.profile img.profile_photo{
	width: 60%;
	display: block;
	margin: 0 auto 30px;
}
#sec_01 .container.profile .case{
	width: 100%;
}
#sec_01 .container.profile .case img.name{
	width: 40%;
	margin: 20px 0 0 auto;
}
#sec_01 .container.profile .case .pack ul:first-child{
	margin-bottom: 20px;
}
#sec_01 .container.profile .case .pack ul:first-child li{
	margin-bottom: 10px;
}
#sec_01 .container.profile .case .pack p{
	margin-bottom: 15px;
}
#sec_01 .container.profile .case .pack ul:last-child li{
	margin-bottom: 5px;
}
#sec_01 .container.history{
	display: block;
	padding: 50px 20px;
}
#sec_01 .container.history .case .dlInner {
	padding-bottom: 25px;
}
#sec_01 .container.history .case dt{
	width: 25%;
}
#sec_01 .container.history .case:before{
	left: 23.5%;
	top:-10px;
}
#sec_01 .container.history .case dd {
	margin-left: 20px;
}
#sec_01 .container.history h2{
	width: 100%;
	text-align: center;
}
#sec_01 .container.history .case{
	width: 100%;
}
#sec_02 .container{
	display: block;
}
#sec_02 .container h2{
	width: 100%;
	text-align: left;
}
#sec_02 .container iframe{
	width: 100%;
}
#sec_03{
	padding: 50px 0;
}
#sec_03 .container h2{
	font-size: 40px;
}
#sec_03 .container .case{
	display: block;
}
#sec_03 .container .case a{
	width: 100%;
	margin-bottom: 40px;
}
#sec_03 .container .case a .img_box {
	margin-bottom: 15px;
}
#sec_03 .container .case a .text_box h3{
	font-size: 16px;
	margin-bottom: 10px;
}
#sec_03 .container .case a .text_box p{
	font-size: 13px;
	margin-bottom: 10px;
}

#sec_04::before{
	background-image: none;
}
#sec_04{
	background-image: url(../images/sec_04_bg_sp.png);
	background-position: center;
	background-size: cover;
	transition: none;
	background-repeat: no-repeat;
	height: 600px;
}
#sec_04 img{
	bottom: 100px;
}
#sec_06{
	padding: 0 0 50px;
}
#sec_06 .container{
	padding: 50px 20px;
}

.cvArea,.cvArea .container{
	height: 150px;
}
footer{
	padding: 50px 0;
}
footer .container{
	display: block;
}
footer .icon_case{
	width: 70%;
	margin: 0 auto 30px;
}
footer .icon_case a{
	width: 100%;
	margin-right: 0;
}
footer .icon_case a img {
	width: 20px;
	display: block;
	margin: 0 auto;
}
footer .icon_case a:last-child img {
	width: 20px;
}
footer .btn{
	margin: 0 auto;
}

/* news一覧 */
.titleArea{
	height: 300px;
	background-position: left 40% center;
	background-size: cover;
}
.titleArea .container h2{
	line-height: 300px;
}
.newsArea{
	padding: 50px 0;
}
#news_all.newsArea .container ul li a{
	padding: 20px;
}
.newsArea .container .date{
	margin-bottom: 10px;
}
#news_all.newsArea .container h3{
	font-size: 13px;
}
#news_all.newsArea .container ul li a h3{
	padding-right: 30px;
}
#news_all.newsArea .container ul li a::after{
	right: 20px;
}
#news_detail.newsArea .container .case h3{
	font-size: 16px;
	margin-bottom: 20px;
}
#news_detail.newsArea .container .case img{
	margin-bottom: 30px;
}
#news_detail.newsArea .container .case .pack p{
	margin-bottom: 15px;
}
#news_detail.newsArea .container .case .pack{
	margin-bottom: 30px;
}
#news_detail.newsArea .container .arrow_case{
	margin: 0 auto 30px;
}

/* お問い合わせ */
.contactArea{
	padding: 50px 0;
}
.contactArea .container .text_case{
	padding: 30px 20px;
	margin-bottom: 50px;
}
.contactArea .container .form_case .pack .field input {
	height: 60px;
}
.contactArea .container .form_case .pack .label .required {
	font-size: 11px;
	padding: 3px 5px;
}
.contactArea .container .form_case .pack .field textarea{
	height: 200px;
}
.contactArea .container .form_case .btn_pack .btn_r{
	width: 80%;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}
.contactArea .container .form_case .btn_pack {
	margin: 30px auto 0;
}

/* プライバシーポリシー */
.privacypolicy .titleArea .container h2 {
	padding-top: 25%;
}
.privacypolicy .titleArea .container .subtitle span {
	font-size: 15px;
}
.privacypolicyArea .container .title_text{
	margin-bottom: 30px;
}
.privacypolicyArea .container .case{
	padding: 50px 20px;
}
.privacypolicyArea .container .case .pack h3{
	font-size: 18px;
}
.privacypolicyArea .container .case .pack{
	margin-bottom: 30px;
}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape){
section{
	padding: 100px 0;
}
.container{
	width: 94%;
}
h2 {
	font-size: 90px;
	margin-bottom: 30px;
}
h1 {
	width: 240px;
}
#sec_01 .container.profile img.profile_photo {
	width: 40%;
}
#sec_01 .container.profile .case {
	width: 55%;
}
#sec_01 .container.history{
	align-items: flex-start;
	justify-content: space-between;
	padding: 80px 50px;

}
#sec_01 .container.history h2{
	width: 40%;
	font-size: 70px;
}
#sec_01 .container.history .case{
	width: 60%;
}
#sec_02{
	padding: 0 0 100px;
}
#sec_02 .container{
	display: block;
}
#sec_02 .container h2{
	width: 100%;
}
#sec_02 .container iframe{
	width: 100%;
}
#cvArea{
	background-position: left 40% center;
}
.titleArea{
	background-position: left 40% center;
	background-size: cover;
}
.privacypolicy .titleArea .container h2 {
	padding-top: 160px;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait){
section{
	padding: 100px 0;
}
.container{
	width: 90%;
}
h2 {
	font-size: 90px;
	margin-bottom: 30px;
}
h1 {
	width: 240px;
}
#sec_01 .container.profile{
	display: block;
}
#sec_01 .container.profile img.profile_photo{
	width: 50%;
	margin: 0 auto 30px;
	display: block;
}
#sec_01 .container.profile .case{
	width: 100%;
}
#sec_01 .container.history{
	display: block;
}
#sec_01 .container.history h2{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
#sec_01 .container.history .case{
	width: 100%;
}
#sec_02 .container{
	display: block;
}
#sec_02 .container h2{
	width: 100%;
	text-align: left;
}
#sec_02 .container iframe{
	width: 100%;
}
#sec_03 .container .case{
	flex-wrap: wrap;
}
#sec_03 .container .case a{
	width: 48%;
	margin-bottom: 30px;
}
.titleArea{
	background-position: left 40% center;
	background-size: cover;
}
.privacypolicy .titleArea .container h2 {
	padding-top: 160px;
}
}

@media only screen and (min-device-width: 1024px) and (orientation: portrait){
/* 縦 pro*/


}