}@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700,900&subset=latin-ext");
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');


.dsp {
    display: none!important;
}

.dpc {
    display: block!important;
}

@media screen and (max-width: 768px) {

.dpc {
        display: none!important;
}

.dsp {
        display: block!important;
}
}

.main-content {
  font-weight: 500;
}

.inner {
  box-sizing: border-box;
  max-width: 1230px;
  padding: 0px 15px;
  margin: auto;
}

@media screen and (max-width: 767px) {
.pc {
  display: none;
}
}

@media screen and (min-width: 768px) {
.sp {
  display: none;
}
}

/***********************mv***********************/

.mv{
	background: #4d4d4d; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #4d4d4d 0%, #000000 100%);
	background: -o-linear-gradient(left, #4d4d4d 0%, #000000 100%);
	background: linear-gradient(to right, #4d4d4d 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	box-sizing: border-box;
	margin-bottom: 120px;
	padding: 100px 20px;
}

.mv h2{
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 36px;
	text-align: center;
}

.mv .sub{
	color: #fff;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 1000px) {

.mv {
    margin-bottom: 10%;
    padding: 8% 20px;
}
}

.head01{
	color: #727272;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	margin-bottom: 100px;
	text-align: center;
	line-height: 1;
}

.head01 span{
	font-size: 20px !important;
}

.head02{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	font-size: 24px;
	margin-bottom: 65px;
	text-align: center;
}

.head03{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 38px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

.head01 {
    font-size: 1.8em;
    margin-bottom: 30px;
}	

.head02 {
    font-size: 1.0em;
    margin-bottom: 65px;
}	
	
.head03 {
	font-size: 1.8em;
    margin-bottom: 10px;
}	
}

/*--csr01--*/

.csrInr{
	box-sizing: border-box;
	max-width: 1230px;
    padding: 0px 5%;
    margin: auto;	
}

.csr-01{
	background: #fff;
	margin-bottom: 120px;
}

.csr-01-ttl_01{
	font-family: "Cinzel", serif;
	font-size: 60px;
	text-align: center;
	margin-bottom: 30px;
}

.csr-01-ttl_01 span{
	color: #b3a281;
}

.csr-01-ttl_02{
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}

.csr-01 .csr-text{
	display: flex;
	line-height: 240%;
	justify-content: center;
	text-align: left;
	max-width: 620px;
	margin: 0 auto;
	width: 100%;
}

/*--csr02--*/

.csr-02{
	background: url(../img/csr/bg.webp);
	background-position: center;
	background-size: cover;
	padding: 120px 0;
}

.csr-02-ttl_01{
	color: #707070;
	font-family: "Lato", sans-serif;
	font-size: 48px;
	margin-bottom: 60px;
	text-align: center;
}

.csr-02-intro{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.csr-02-ttl_02{
	font-size: 26px;
	font-weight: 600;
	margin-right: 5%;
	text-align: left;
	width: 35%;
}

.csr-02-intro .csr-text{
	line-height: 240%;
	width: 60%;
}

.csr-02-list{
	display: flex;
	justify-content: space-between;
}

.csr-02-list li{
	width: 30%;
}

.csr-02-list li img{
	height: auto;
	width: 100%;
}

.field-text{
	font-size: 22px;
	font-weight: 600;
	margin-top: 10px;
	text-align: right;
}

.field-text span{
	color: #b3a281;
	font-size: 125%;
}

.csr-03{
	padding: 120px 0 70px;
}

.csr-03-ttl_01{
	color: #707070;
	font-family: "Lato", sans-serif;
	font-size: 48px;
	margin-bottom: 140px;
	text-align: center;
}

.csr-03-ttl_02{
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 60px;
}

.csr-03-ttl_02 p{
	font-size: 20px;
	font-weight: 600;
}

.csr-03-ttl_02 p span{
	font-size: 125%;
	color: #b3a281;
}

.csr-03-ttl_03{
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 600;
}

.csr-03-ttl_03 span{
	display: block;
	font-size: 18px;
}


.action-list li{
	margin-bottom: 160px;
}

.action-list li:last-child{
	margin-bottom: 0;
}

.action-list li img{
	width: 100%;
}

.action-list li .wrapper{
	display: flex;
	justify-content: space-between;	
	align-items: center;
}

.action-list li .cont{
	margin-left: 6%;
	width: 54% ;
}

.action-list li .images{
	width: 40%;
}

.action-list li .images img{
	height: auto;
}
 
.action-text{
	line-height: 240%;
}

@media screen and (max-width: 1080px) {
.csr-02-ttl_02 {
    font-size: 22px;
}		

.field-text {
    font-size: 18px;
    text-align: center;
}
}

@media screen and (max-width: 834px) {

.csr-01 {
    margin-bottom: 50px;
}

.csr-01-ttl_01 {
    font-size: 40px;
    margin-bottom: 0px;
}	

.csr-01-ttl_02 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.csr-02 {
    padding: 80px 0;
}

.csr-02-ttl_01 {
    font-size: 36px;
    margin-bottom: 30px;
}

.csr-02-intro {
    display: block;
    margin-bottom: 40px;
}

.csr-02-ttl_02 {
    font-size: 18px;
    margin-right: 100%;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.csr-02-intro .csr-text {
    width: 100%;
}

.csr-03 {
    padding: 80px 0 80px;
}

.csr-03-ttl_01 {
    font-size: 36px;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 768px) {
    .compBnr a {
        display: block;
        margin: 0 auto 10px auto;
        width: 80%;
    }
}

@media screen and (max-width: 660px) {
.csr-02-list {
    display: block;
}
.csr-02-list li {
    width: 100%;
    margin-bottom: 25px;
}

.action-list li {
    margin-bottom: 40px;
}

.action-list li .wrapper {
    display: block;
}
.action-list li .images {
    width: 100%;
    margin-bottom: 20px;
}  
.action-list li .cont {
    margin-left: 0;
    width: 100%;
}
.csr-03-ttl_02 {
    margin-bottom: 20px;
}
.csr-03-ttl_02 p {
    font-size: 18px;
    font-weight: 600;
}

.csr-03-ttl_03 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.025em;
    margin-bottom: 20px;    
}

.csr-03-ttl_03 span {
    font-size: 14px;
}


}