@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
  }
  

body {
	width: 100% !important;
	color: #0F0F0F;
	line-height: 1.5;
	overflow: hidden;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   font-family: "Noto Sans JP", sans-serif!important;
	font-weight:500;
}

.en{
	font-family: "Inter", sans-serif!important;
}

.en2{
	font-family: "EB Garamond", serif!important;
	font-style: italic;
	font-weight: 500;
}



    /* スプラッシュ（上にかぶせる） */
    #splash {
      position: fixed;
      inset: 0;
      background: #DF2016;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 99999;
    }

    /* ロゴ：最初は透明 */
    #splash-logo {
      opacity: 0;
      width: 185px;
      height: auto;
      transition: opacity 1s ease;
    }


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: #DF2016;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #0F0F0F;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#0F0F0F;
}
.bgred{
	background: #DF2016;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #0F0F0F;
}

a:visited {
	color: #0F0F0F;
}

a:active {
	color: #0F0F0F;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 13px 5.857% 17px 3.661%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
	background: #FFFFFFcc;
}


.hLogo{
	max-width: 185px;
	width: 30%;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}



/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 72%;
	display: flex;
	max-width: 450px;
	flex-direction: column;
	align-items: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-top: 10px;
}

.nav_list1 li {
	margin-left:auto;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
}

.headerScroll .nav_list1 a {
	color:#111111;
}

.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width:320px;
	width: 37%;
	margin-left: auto;
}

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width:160px;
	width:100%;
	height:80px;
	font-size:1.4rem;
	font-weight: 500;
	line-height:2;
	transition: .4s;
}

.hd_link_btn1.bgwh:hover{
	background: #dadada;
	opacity:1;
}


a.hd_btn{
	color:#DF2016;
	font-size:1.5rem;
	font-weight:400;
	border:1px solid;
	padding: 1.5px 9px;
	border-radius:5px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-right: 27px;
	position: relative;
	transition:.4s;
	background: #fff;
}

a.hd_btn:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #DF2016;
	border-right: 0;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
	transition:.4s;
}

a.hd_btn:hover:before {
    right: 5px;
}
/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 0 auto;
	height: 58.566vw;
	position: relative;
}

#cover > .img{
	position:absolute;
	opacity:0;
	transition:.7s;
}

#cover > .img img{
	filter: drop-shadow(5px 5px 20px#00000029);
}


#cover > .img.img1{width: 51.245%;left: 0;top: 16.25%;transition-delay: .8s;}

#cover > .img.img2{width: 17.57%;right: 14.642%;top: 11.25%;transition-delay: .4s;}

#cover > .img.img3{width: 27.087%;right: 0;top: 53.75%;z-index: 1;transition-delay: 1.2s;}

#cover > .img.img4{width: 20.498%;right: 17.277%;top: 75%;transition-delay: 1.6s;}


#cover .cov-div{
	position:absolute;
	z-index:2;
	width: 43.924%;
	margin: auto;
	left: 0;
	right: 0;
	top: 34.5%;
	transition: .7s;
	opacity: 0;
}

.go_move #cover > .img.img1,
.go_move #cover > .img.img2,
.go_move #cover > .img.img3,
.go_move #cover > .img.img4,
.go_move #cover .cov-div{
	opacity:1;
}

#cover .cov-div .title{
	
}

#cover .cov-div .text{
	font-weight:500;
	font-size: clamp(1.4rem,3vw,1.8rem);
	letter-spacing:0.02em;
	line-height:1.4444;
	background:#DF2016;
	border-radius:15px;
	max-width:428px;
	text-align:center;
	margin: 40px auto 0;
	color:#fff;
	padding: 2px 8px;
}

a.side_btn{
	position:fixed;
	right:0;
	bottom:0;
	background:#DF2016;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	height:65px;
	max-width:182px;
	width:30%;
	font-size: 1.7rem;
	font-weight:500;
	border-radius: 5px 0 0 0;
	z-index: 999;
	transition: .4s;
}

a.side_btn img{
	margin-right:8px;
	padding-top:3px;
}

a.side_btn img.on{
	display:none;
}

a.side_btn:hover img.off{
	display:none;
}

a.side_btn:hover img.on{
	display:block;
}

a.side_btn:hover{
	background: #fff;
	color: #DF2016;
	border: 1px solid;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

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

.inner{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

.mainTit{
	font-size: 3rem;
	line-height: 1.5;
	font-weight:600;
	font-size: clamp(2.4rem,4vw,3rem);
	text-align:center;
}

.mainTit span{

}

.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.content01{
	padding:100px 0;
}

.news_list{
	margin:40px auto 0;
}

.news_list li{
	padding:30px 0;
	display: flex;
	align-items: center;
	border-bottom:1px solid #D9D9D9;
	transition:.4s;
}

.news_list li:first-child{
	border-top:1px solid #D9D9D9;
}

.news_list li:hover{
	opacity:0.7;
}

.news_list li .dacate{
	display:flex;
	align-items:center;
	flex-shrink:0;
	min-width: 185px;
	margin-right:20px;
	justify-content:space-between;
}

.news_list li .dacate .date{
	font-weight:400;
}

.news_list li .dacate .cate{
	min-width: 100px;
	display:flex;
	height:25px;
	align-items:center;
	justify-content:center;
	background:#F8F8F8;
	border:1px solid #D9D9D9;
	border-radius:5px;
	padding: 0 4px;
}

.news_list li .dacate .cate.cate1{
	background:#DF2016;
	border:1px solid #DF2016;
	color:#fff;
}

.news_list li .dacate .cate.cate2{
	background:#D9D9D9;
	border:1px solid #D9D9D9;
}

.news_list li .text1{
	line-height: 1.764;
	font-weight:500;
	font-size: clamp(1.5rem,3vw,1.7rem);
}

.btn1,
a.btn1 {
    color: #DF2016;
    font-size: 1.5rem;
    font-weight: 400;
    border: 1px solid;
    padding: 8.25px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 42px;
    position: relative;
    max-width:max-content;
    margin-left:auto;
    transition: .4s;
	opacity:1;
}

.btn1:before,
a.btn1:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #DF2016;
    border-right: 0;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .4s;
}

.btn1:hover:before,
a.btn1:hover:before {
    border-left: 7px solid #fff;
}

.btn1:hover,
a.btn1:hover{
	background:#DF2016;
	color:#fff;
}

.content01 a.btn1{
	margin-top:40px;
}

.content02{
}

.co2_div{
	background:#F8F8F8;
	padding: 90px 9%;
	border-radius:10px;
}

.co2_list{
	margin:50px auto;
	display:flex;
	justify-content:space-between;
	max-width:422px;
	width:100%;
}

.co2_list li{
	background:#DF2016;
	color:#fff;
	font-size:2.5rem;
	max-width:160px;
	width: 48%;
	border-radius:38px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	font-weight:500;
	height:76px;
	line-height:1.2;
}

.co2_list li.cen{
	width:initial;
	background:none;
	color:#DF2016;
	font-size: 4rem;
	font-weight: 400;
}

.co2_list li span{
	font-size:1rem;
	font-weight:600;
	line-height:1;
	letter-spacing: 0.05em;
}

.co2_div .text1{
	text-align:center;
	line-height: 1.764;
	font-weight:500;
	font-size: clamp(1.5rem,3vw,1.7rem);
}

.content03{
	padding: 120px 0 220px;
}

.co3_list{
	display:flex;
	justify-content:space-between;
	margin:40px auto 0;
}

.co3_list li{
	width:32%;
	max-width: 293px;
	padding-bottom: 171px;
	position:relative;
}

.co3_list li .text_area{
	margin:20px auto 0;
}

.co3_list li .text_area .title1{
	font-size: 2.5rem;
	line-height:1.44;
	font-weight:500;
	font-size: clamp(2rem,2.5vw,2.5rem);
	margin-bottom:10px;
}

.co3_list li .text_area .text1{
	font-weight:400;
}

.co3_list li .btn1{
	position:absolute;
	right:0;
	bottom: 100px;
}

.co3_list li .btn1.ab_btn2{
	bottom: 50px;
}

.co3_list li .btn1.ab_btn3{
	bottom:0;
	
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
	padding: 50px 0;
	background: #DF2016;
}

footer .ft_logo {
	width: 100%;
}

footer .inner {max-width: 1166px;}

.copyright {
	color: #fff;
	font-size:1.2rem;
	font-weight:400;
}

footer .flex{
	align-items:flex-end;
	padding-left: 7%;
}

footer .left{width: 40%;max-width: 320px;}

footer .right{
	
}

footer .left .btn1{
	margin-left:0;
	margin-top:40px;
}


/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu_area{
	padding:0 0 10px;
}

.detail .pankuzu_area{
	background:#F8F8F8;
}

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 0;
    max-width: 1000px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 制限したい行数が3の場合 */
    overflow: hidden;
    color: #F44336;
}


.pankuzu a{
    color: #F44336;
}

.pankuzu li {
    margin: 0 0 0 15px;
    display: inline;
    color: #F44336;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 15px 0 0;
    position: relative;
    color: #585858;
}


.pankuzu li a:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #DF2016;
    border-right: 0;
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 120px;
	right: 100px;
	z-index: 999;
	transition: .4s;
}

#pageTop a{
	transition: .4s;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	font-size: 1.5rem;
	border: none;
	font-weight: 400;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	background: none;
	margin: 0 auto!important;
	height: 40px;
	color:#DF2016!important;
	padding: 8.25px 20px;
	display: flex;
	padding-right: 42px;
}

.green .clearForm,
.green .clearForm2,
.green .toHome {
	color: #2CB573 !important;
	
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	color:#fff!important;
}


.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

.tb_inp.mabo{
	margin-bottom:16px;
}

textarea {
	padding: 10px;
	height: 140px;
	width: 100%;
	background: #F8F8F8;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 36px;
	padding: 5px 15px;
	width: 100%;
	background: #F8F8F8;
	width: 100%;
	border-radius: 5px;
	color: #585858;
}

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select{
	border: 1px solid #D9D9D9;
	border-radius: 5px;
}

#zip1{
	max-width:242px;
}

#zip2{
	max-width:242px;
}

select{
}

input[type="date"]{
	width:100%;
	max-width:204px;
	height:42px;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}


.contact_tb th, .contact_tb td {
	padding: 20px 0;
	position: relative;
	font-weight: 500;
}


.contact_tb tr:last-child th,
.contact_tb tr:last-child td {
	border-bottom:none;
}


.contact_tb {
	width: 100%;
	margin: auto;
}


.contact_tb th {
	width: 33%;
	text-align: left;
	padding-right: 1%;
	font-size: 1.7rem;
	vertical-align: baseline;
}

.contact_tb th.vert{
	vertical-align:top;	
}

.contact_tb td {width: 67%;font-weight: 400;font-size: 1.5rem;}

.contact_tb td .text{
	font-size:1.4rem;
}

.contact_tb em{
	background:#D80303;
	margin-right: 10px;
	font-size:1.5rem;
	color:#fff;
	padding:2px 5px;
	border-radius:5px;
	font-weight:400;
	line-height:1.4;
	min-width: 40px;
	display: inline-block;
}

.contact_tb em.none{
	opacity:0;
}

.contact01_div3{
	margin-top:80px;
}



.tb_flex{
	display:flex;
	align-items:center;
	justify-content: space-between;
}

.tb_flex label{
	display:flex;
	margin-right:5%;
	align-items: center;
}

.tb_flex label input{
	margin-right:8px;
}

.tb_flex_div{
	display:flex;
	align-items:center;
	justify-content: space-between;
	max-width: 259px;
	width: 49%;
}

.tb_text1{
	font-size:1.5rem;
	font-weight:400;
	line-height:1.4;
	flex-shrink:0;
	min-width:34px;
	text-align:right;
	margin-right:10px;
}

.tb_text2{
	font-size:1.3rem;
	font-weight:400;
	margin-top:3px;
	color: #585858;
}

.tb_flex_div input{
	width:100%;
}

input[type=radio]{
	  accent-color: #1C2975;
	  width: 24px;
	  height: 24px;
}

.tb_flex2{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.conf01 .tb_flex2{
	justify-content:flex-start;
}

.tb_flex2 span{
	display:block;
	flex-shrink:0;
}

.tb_flex2 span.tb_span1{
	margin-right:10px;
}

.tb_flex2 span.tb_span2{
	margin:0 10px;
}

.pri_div{
	padding: 30px 5%;
	height: 200px;
	overflow-y:scroll;
	margin: 20px auto;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-weight: 400;
	line-height: 1.73333;
}

.pri_div.pri_div2{
	padding: 24px 4%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 56px;
	background: #F1F4E0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 2px solid #F1F4E0;
	width: 100%;
	border-radius: 10px;
}

.pri_div::-webkit-scrollbar{
	display: none;
}


.pri_div h3{
	font-size: 1.8rem;
	line-height: 1.46;
	margin-bottom: 24px;
}

.pri_div.pri_div2 h3{
	font-size: clamp(1.8rem,2vw,2.4rem);
	line-height: 1.8;
	margin-bottom: 24px;
	color: #534541!important;
}

.pri_div dt{
	font-size: 1.4rem;
	line-height: 2.057;
}

.pri_div dd{
    font-size: 1.4rem;
    line-height: 2.057;
	margin-bottom:24px;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 19px auto 50px;
	font-weight: 400;
}

.privacy_area label{
	display:flex;
	align-items: center;
}

.privacy_area a{
	color: #1571DA;
	display: inline-flex;
	align-items: baseline;
}

.privacy_area a img{
	margin-left:2px;
	margin-right:4px;
}

.privacy_area input{
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 12px;
}

.tb_div {}

.send_btn{
	margin:0 auto;
	width:100%;
	padding: 0;
}



#art_cover{
	margin-top:90px;
	background:#DF2016;
	color:#fff;
	height:80px;
	display:flex;
	align-items:center;
}

#art_cover .title1{
	font-size: clamp(2rem,4vw,2.5rem);
	line-height:1.44;
}

.mate01{
	padding:100px 0 0;
}

.mate01_div1{
	position:relative;
	display: flex;
	justify-content: space-between;
}

.mate01_div1 .text_area{
	max-width: 657px;
	margin-left: auto;
	width: 67%;
}

.mate01_div1 .text_area .title_area{
	padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom: 1px solid #DF2016;
}

.mate01_div1 .text_area .title_area .text{
	line-height: 1.47;
	font-weight:500;
	font-size: clamp(1.6rem,3vw,1.7rem);
	margin-bottom:10px;
}


.artTit1{
	font-size: clamp(2.6rem,4vw,3rem);
	font-weight:600;
	line-height:1.5;
}

.mate01_div1 .text_area > .text1{
	line-height: 1.764;
	font-weight:500;
	font-size: clamp(1.6rem,3vw,1.7rem);
}

.mate01_div1 .img{
	width: 30%;
	max-width: 293px;
}

.mate01_div1 .img img{
	border-radius:5px;
}

.ank_list{
	background:#F8F8F8;
	border-radius:5px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:80px;
	padding: 10px 0;
}

.ank_list li{
	margin-right: 6%;
}

.ank_list li a{
	padding-right:17px;
	position:relative;
}

.ank_list li a:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 7px solid #DF2016;
	border-bottom: 0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.ank_list li:last-child{
	margin-right:0;
}

.ank_list li a{
	color:#DF2016;
}

.mate02{
	padding: 80px 0 70px;
}

.mate_div1{
	
}

.mate_div1 .left{
	width: 30%;
	max-width: 293px;
}

.mate_div1 .right{
	max-width:657px;
	width: 67%;
}

.artTit2{
	font-size: clamp(2.4rem,4vw,2.5rem);
	line-height:1.44;
	font-weight:500;
}

.artTit2.ad_dot{
	padding-left: 25px;
	position: relative;
}

.artTit2.ad_dot:before{
	position:absolute;
	content:"";
	width:15px;
	height:15px;
	background:#DF2016;
	border-radius:50%;
	left:0;
	top: 2px;
	bottom:0;
	margin:auto;
}

.mate02_div{
	width:100%;
}

.mate02_div .title1{
	font-size: 2rem;
	line-height:1.45;
	font-weight:500;
	margin-bottom:20px;
}

.mate02_div .text1{
	margin-bottom:10px;
	font-weight:400;
	line-height:1.7333;
}

.mate02_div .text1 span{
	font-weight:500;
}


.mate02_div .text2{
	font-size:1.3rem;
	font-weight:400;
	line-height:1.53;
	color: #585858;
}

.mate02_div .img{
	margin:30px auto;
}

.mate02_div2{
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #D9D9D9;
}

.mate02_list1 li{
	margin-bottom:20px;
	padding-left:13px;
	position:relative;
	line-height:1.7333;
	font-weight: 400;
}

.mate02_list1 li:before{
	background:#DF2016;
	position:absolute;
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	left:0;
	top:8px;
}

.mate02_list1 li .small{
	display:block;
	font-size:1.3rem;
	font-weight:400;
	line-height:1.53;
	margin-top:10px;
	color: #585858;
}

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

.mate03{
	padding:30px 0 0;
}

.mate04{
	padding:30px 0 0;
}

.mate_div2{
	padding: 4%;
	background: #F8F8F8;
	border-radius: 5px;
}

.mate_div2 .artTit2{
	margin-bottom:20px;
}

.mate_div2 .text1{
	margin-bottom:10px;
}

.mate05{
	padding:100px 0 0;
}

.mate05 .mate_div1 .right{
	padding-top:10px;
}

.mate06{
	padding:100px 0 220px;
}

.sld_tb_area{
	margin:20px auto;
	overflow-x: scroll;
	/* transform: rotateZ(180deg); */
}

.sld_tb_area .sld_tb_cont{
	width:1000px;
	/* transform: rotateZ(180deg); */
}


/* スクロールバーの幅と高さを設定する */
.sld_tb_area::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
/* スクロールバーの形を設定する */
.sld_tb_area::-webkit-scrollbar-thumb {
  border-radius: 6px;
}
/* スクロールバーの色を設定する */
.sld_tb_area::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #D9D9D9;
}

.sld_tb{
	width:100%;
}

.sld_tb th,
.sld_tb td{
	text-align:left;
	padding: 10px 0;
	line-height: 1.733;
}

.sld_tb tr:nth-child(2n) th,
.sld_tb tr:nth-child(2n) td{
	background:#F8F8F8;
}

.sld_tb th:nth-child(1),
.sld_tb td:nth-child(1){
	width: 8.7%;
	padding-left: 1.5%;
}

.sld_tb th:nth-child(2),
.sld_tb td:nth-child(2){
width: 35%;
}

.sld_tb th:nth-child(3),
.sld_tb td:nth-child(3){
	width: 11.5%;
}

.sld_tb th:nth-child(4),
.sld_tb td:nth-child(4){
	width: 13.1%;
}


.sld_tb th:nth-child(5),
.sld_tb td:nth-child(5){
	width: 11.5%;
}

.sld_tb th:nth-child(6),
.sld_tb td:nth-child(6){
	width: 9.8%;
}


.sld_tb th:nth-child(7),
.sld_tb td:nth-child(7){
	width: 10.4%;
}


.sld_tb th{
	font-weight: 500;
}

.sld_tb td{
	padding-right: 4%;
	font-weight: 400;
}

.mate02_list2{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:30px auto 0;
}

.mate02_list2 li{
	width:48%;
	max-width:313px;
}

.mate02_list2 li .text{
	line-height: 1.47;
	font-weight:500;
	font-size: clamp(1.6rem,3vw,1.7rem);
	margin-top:10px;
	text-align:center;
}



.repo01{
	padding:135px 0 230px;
}

.tag_list1{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom: -19px;
}

.tag_list1 li{
	margin-right: 3%;
	margin-bottom: 19px;
}

.tag_list1 li a{
	display:flex;
	align-items:center;
	padding:5px 15px;
	background:#F8F8F8;
	color: #585858;
	border-radius:5px;
}


.tag_list1 li.active a{
	background:#DF2016;
	color:#fff;
}

.repo_list1{
	display:flex;
	flex-wrap:wrap;
}

.repo_list1 > li{
	width: 28.2%;
	margin-top: 80px;
	margin-right:7.7%
}

.repo_list1 > li:nth-child(3n+3){
	margin-right:0;
}


.repo_list1 li .img{
	border-radius:5px;
	border:1px solid #D9D9D9;
	overflow:hidden;
	height: 20vw;
	max-height: 182.7px;
}


.repo_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.4s;
}

.repo_list1 li:hover .img img{
	transform:scale(1.1);
}

.repo_list1 li .text_area{
	margin-top:15px;
}

.repo_list1 li .text_area .dacate{
	display:flex;
	align-items:center;
	margin-bottom:5px;
	flex-wrap: wrap;
}

.repo_list1 li .text_area .dacate .date{
	margin-right:5%;
	margin-bottom:5px;
}

.repo_list1 li .text_area .dacate .cate1{
	padding:2px 15px;
	max-width:max-content;
	background:#585858;
	color:#fff;
	border-radius:5px;
	margin-bottom:5px;
}

.repo_list1 li .text_area .dacate .cate1.cate2{
	border:1px solid #585858;
	background:#fff;
	color:#585858;
}

.repo_list1 li .text_area .title1{
	line-height: 1.76;
	font-weight:500;
	font-size: clamp(1.6rem,3vw,1.7rem);
}

.tag_list2{
	display:flex;
	flex-wrap:wrap;
	margin-top:5px;
}

.tag_list2 > li{
	margin-top: 5px;
	color:#DF2016;
	margin-right: 3.55%;
}


.pagination-list{
	display:flex;
	margin: 100px auto 0;
	justify-content: center;
	width: 100%;
	align-items: center;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	width: 40px;
	height: 38px;
	background: #fff;
	margin: 0 0.6%;
	/* transition:.4s; */
	font-weight: 700;
	text-decoration: none;
	color: #585858;
	border-radius:5px;
	border:1px solid #D9D9D9;
}


.pagination-list .page-numbers.dots{
	display:none;
}

.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background: #DF2016;
	opacity:1;
	color:#fff;
	border:1px solid #DF2016;
}

.pagination-list .page-numbers.prev,
.pagination-list .page-numbers.next{
	width:28px;
	height:28px;
	position:relative;
	background:none!important;
}

.pagination-list .page-numbers.prev{
	margin: 0px 1.8% 0 0;
	border:none;
}

.pagination-list .page-numbers.next{
	margin: 0px 0% 0 1.8%;
	border:none;
}


.pagination-list .page-numbers.prev:before,
.pagination-list .page-numbers.next:before{
	width:100%;
	height:100%;
	border-radius:50%;
	position:absolute;
	content:"";
	background:#fff;
	border:1px solid #D9D9D9;
	left:0;
	top:0;
	transition:.4s;
}


.pagination-list .page-numbers.prev:after,
.pagination-list .page-numbers.next:after{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 7px solid #555555;
	border-left: 0;
	left: 2px;
	top: 3px;
	right:0;
	bottom:0;
	margin:auto;
	transition:.4s;
}

.pagination-list .page-numbers.next:after{
	border-left: 7px solid #555555;
	border-right: 0;
}

.pagination-list .page-numbers.prev:hover:before,
.pagination-list .page-numbers.next:hover:before{
	background:#DF2016;
	border:1px solid #DF2016;
}

.pagination-list .page-numbers.prev:hover:after{
	border-right: 7px solid #fff;
}

.pagination-list .page-numbers.next:hover:after{
	border-left: 7px solid #fff;
}

.repo02{
	padding:100px 0;
}

.inner2{
	max-width:800px;
	margin:0 auto;
	width:95%;
}

.repo02 .title_area{
	padding-bottom:30px;
	border-bottom:1px solid #D9D9D9;
	margin-bottom:80px;
}

.repo02 .title_area .dacate{
	display:flex;
	align-items:center;
	margin-bottom: 30px;
}

.repo02 .title_area .dacate .date{
	margin-right: 15px;
}

.repo02 .title_area .dacate .cate1{
	padding:2px 15px;
	max-width:max-content;
	background:#DF2016;
	color:#fff;
	border-radius:5px;
}

.repo02 .title_area .dacate .cate1.cate2{
	border:1px solid #585858;
	background:#fff;
	color:#585858;
}


.repo02 .title_area .dacate .cate1.cate3{
	background:#D9D9D9;
	color:#0F0F0F;
}

.repo02 .title_area .title{
	font-size: clamp(2.4rem,4vw,2.5rem);
	line-height:1.44;
	font-weight:500;
}

.repo03{
padding: 100px 0 300px;
background: #F8F8F8;
}

.repo03 .repo_list1{
	margin-bottom:40px;
}

.repo03 .repo_list1 > li{
	margin-top:50px;
}

.main_cont{
	
}

.main_img{
	margin:0 auto 80px;
	text-align:center;
}

.midashi_div{
	padding: 40px 5%;
	background: #F8F8F8;
	margin-bottom:20px;
}
.main_cont .midashi_div ul{
	margin:0;
}

.main_cont ul{
    list-style-type: disc;
    padding-inline-start: 19px;
    margin-top: 30px;
}

.main_cont li {
	list-style-type: disc;
	line-height:1.7333;
	font-weight:400;
	margin-bottom:10px;
}

.main_cont li::marker{
	color:#DF2016;
}

.main_cont li{
	margin-bottom:0;
}

.main_cont h2{
	font-size: clamp(2.4rem,4vw,2.5rem);
	line-height:1.44;
	font-weight:500;
	color:#DF2016;
	padding:71px 0 0px;
}

.main_cont p{
	margin-top:20px;
	font-weight:400;
	line-height:1.7333;
}


.main_cont img{
	margin-top:20px;
	width: revert-layer;
}

.main_cont p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}


.main_cont h3{
	padding-top:30px;
	font-size: 1.7rem;
	color:#DF2016;
	line-height:1.47;
}

.main_cont h4{
	padding-top:20px;
	color:#DF2016;
}

.main_cont hr{
	margin-top:100px;
}


.main_cont em{
	font-family: "EB Garamond", serif!important;
	font-style: italic;
	font-weight: 500;
}


.slide-btn{
	width: 100%;
	cursor: pointer;
	border: 1px solid #DF2016;
	max-width: 95px;
	color: #DF2016;
	border-radius: 8px;
	margin-bottom: 30px;
	font-size: 1.7rem;
	line-height: 1;
}


.slide-btn .hambtn{
	width:100%;
	height: 39px;
	display: flex;
	align-items: center;
	padding: 8px;
}


.tri{
	position:relative;
	transition:.4s;
}

.tri:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 7px solid #DF2016;
	border-bottom: 0;
	right: 8px;
}


.tri.open:before{
	transform: rotateZ(
180deg);
}
	
.tri.open:after{
	right: 0px;
	transform: rotateZ(45deg);
}

.hamd{
	display: none;
	padding: 0px 8px 10px;
}


.hamd a{
	color: #DF2016;
	cursor:pointer;
}

.hamd > ul > li{
	margin:8px 0;
}



.hamd > ul > li a.active{
	color:#000;
}

.hamd > ul > li a:hover{
	background:#d1d1d2;
}

.repo01 .news_list {
    margin: 80px auto 0;
}

.news02.repo02 .title_area{
	margin:0 auto 50px;
}


.main_div h2:first-child{
	padding:0;
}

.main_div a{
	color:#DF2016;
	text-decoration:underline;
	margin-top: 20px;
	font-weight: 400;
	line-height: 1.7333;
/* 	display: block; */
}

.news02 a.btn1{
	margin:100px auto 0;
}

.repo02.news02{
    padding: 100px 0 270px;
}

.cont01{
	padding: 100px 0 220px;
}

.cont_text1{
	font-size:1.7rem;
	font-weight:400;
	line-height:1.529;
}

.cont01_div{
	margin-top:50px;
}

.cont_text2 {
    font-weight: 400;
    line-height: 1.7333;
	max-width:720px;
	margin:0 auto;
	width:100%;
}

.thx_text1{
	text-align:center;
	line-height:2;
	font-size:1.6rem;
}

.cont01 .btn1{
	margin:30px auto 0;
}

.nokiji{
	margin:30px 0;
}

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
#pageTop{
	right:40px;
}

#cover .cov-div{
	width: 55%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.co2_div {
    padding: 50px 5%;
}

footer .flex{
	padding-left:0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
		


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
}

#cover{
	height: 65vw;
}
	
#cover .cov-div{
	width: 65%;
}

#cover > .img.img2{
	top:18%;
}

.repo_list1 > li {
    width: 32%;
    margin-top: 50px;
    margin-right: 2%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 28px;
  height: 17px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #707070;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
  width: 75%;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 44.6%;
}

.menu-trigger.active span{
	background: #FFFFFF;
	width: 100%;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(8px) rotate(-35deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-8px) rotate(35deg);
}

/*gnav*/
.gnav{
    background: #DF2016;
    display: block;
    height: 79.012%;
    position: fixed;
    width: 54.4%;
    z-index: 999;
    transition: 0.4s;
    right: -220px;
    top: 0;
    border-radius: 0 0px 0px 10px;
    max-width: 204px;
    width: 100%;
}

.gnav.active{right: 0;}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 103px 0 0;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 79.012%;
    justify-content: center;
    position: fixed;
    width: 54.4%;
    top: 0px;
    overflow: scroll;
    max-width: 204px;
    width: 100%;
}
	
nav .gnav__menu__item2,
nav .gnav__menu__item{
    margin: 0px auto 29px;
    width: 76.478%;
}


nav .gnav__menu__item2{
    margin: 41px auto 0px;
}

nav .gnav__menu__item2 a.hd_btn{
	font-size: 1.4rem;
	max-width: 156px;
	padding: 3px 15px 3px 5px;
}

nav .gnav__menu__item2 a.hd_btn:before{
	right: 8px;
}
	
.gnav__menu__item a{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    display: block;
}
	
.gnav__menu__item a:before{
	content:"-";
}
	
	.no_opa{
	opacity:0;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.pc_nav{
	display:none;
}

#cover{
	/* background:url(./img/top/mv_sp.jpg)no-repeat center; */
	/* background-size:cover; */
	height: 125vw;
	margin-top: 58px;
}


#cover .cov-div{
	width: 68.334%;
	top: 30.627%;
}

#cover .cov-div .text{
	margin:18px auto 0;
	border-radius:26px;
	padding: 1.02px 8px 3px;
	line-height: 1.4285;
	width: 88%;
}

a.side_btn{
	bottom: 4.987%!important;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 307px;
	border-radius: 6px;
	height: 45px;
	font-size: 1.7rem;
}

.hLogo {
    width: 122px;
}

header{
	padding:13px 25px 11px 18px;
}

.inner {
    width: 83.334%;
}

.content01{
	padding:92px 0 62px;
}

.news_list {
    margin: 17px auto 0;
}

.news_list li{
	flex-direction:column;
	align-items: flex-start;
	padding: 30px 0 26px;
}

.news_list li .dacate{
	flex-direction:row-reverse;
	margin-right: 0;
	margin-bottom: 16px;
	max-width: initial;
}

.news_list li .dacate .date{
	font-size:1.6rem;
}

.news_list li .dacate .cate{
	margin-right:8px;
}

.news_list li .text1{
	font-size:1.8rem;
	line-height: 1.66667;
}

.content01 a.btn1{
	margin:30px auto 0;
}

a.btn1{
	font-size:1.6rem;
	padding: 9px 19px;
	padding-right: 42px;
	line-height: 1.5;
}

.content02 .bg_img{
	width:100%;
}

.content02 .bg_img img{
	width:100%;
}

.content02 .inner{
	width:100%;
}

.co2_div {
	padding: 55px 8.195% 71px;
}

.co2_div .text1{
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.66667;
}

.co2_list li {
    font-size: 2rem;
    width: 43.19%;
    height: 62px;
}

.co2_list li.cen{
	font-size:3.3rem;
}

.co2_list {
    margin: 36px auto 51px;
}

.content03 {
    padding: 66px 0 181px;
}

.co3_list{
	margin:-18px auto 0;
	flex-direction:column;
}

.co3_list li{
	max-width:initial;
	margin:70px auto 0;
	width:100%;
	padding: 0;
	max-width: 400px;
}

.co3_list li .text_area .title1{
	font-size: clamp(2.4rem, 4vw, 2.5rem);
}

body{
	font-size:1.6rem;
	line-height:1.4375;
}

.co3_list li .btn1{
	margin: 10px 0 0;
	position: relative;
	left: 0;
	bottom: initial!important;
}

.co3_list li .text_area .text1{
	min-height:47px;
}

.pankuzu{
	display:none;
}

footer .flex{
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

footer .left{
	width:100%;
	text-align:center;
	margin: 0 auto 67px;
	max-width: 216px;
}

footer .left .btn1{
	margin:19px auto 0;
	padding: 12.5px 24px;
	font-size: 1.4rem;
	padding-right: 47px;
}

footer{
	padding:50px 0 26px;
}

footer .left .btn1:before{
	right: 29px;
	bottom: 19px;
}
	

footer .left .btn1:hover:before {
    right: 24px;
}

#cover > .img.img5{
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	opacity: 1;
}
	

#cover > .img.img5 img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top;
}

#cover > .img.img6{
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	opacity: 1;
}
	

#cover > .img.img6 img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top;
}


footer .inner{
	width:100%;
}

#art_cover.pc{
	display:none;
}

.mate01 {
    padding: 60px 0 0;
}

.mate01 .inner{
	width:100%;
}

.mate01_div1{
	background:#DF2016;
	color:#fff;
	padding:38px 0 31px;
	position:relative;
}

.mate01_div1 .text_area{
	width: 83.334%;
	margin:0 auto;
}


.mate01_div1 .text_area .title_area .text1{
	font-size: 1.8rem;
	line-height: 1.444;
	font-weight: 500;
	padding: 5.5px 12.5px;
	background: #B50800;
	max-width: max-content;
}

.mate01_div1 .text_area .title_area .text{
	color:#fff;
	line-height: 1.5;
	margin-bottom: 2px;
	padding-top: 20px;
	border-top: 3px solid #B50800;
}

.mate01_div1 .text_area .title_area .artTit1{
	color:#fff;
	line-height: 1.42;
}

.mate01_div1 .text_area .title_area {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.mate01_div1 .img{
	max-width:initial;
	width: 103.612vw;
	height: 51.112vw;
	margin: 24px 0 19px;
}

.mate01_div1 .img img{
	border-radius:24px;
	width:100%;
	height:100%;
	object-fit:cover;
}

.mate01_div1 .text_area > .text1{
	line-height: 1.5;
}

.ank_list {
    background: none;
    border-radius: 0;
    justify-content: space-between;
    padding: 0;
    flex-wrap:wrap;
    width: 83.334%;
    margin: 3.612% auto 0;
}

.ank_list li{
	background: #F8F8F8;
	border-radius: 19px;
	padding: 6px 12px;
	margin-right: 0;
	margin-bottom: 19px;
}
	
.ank_list li a{
	font-size: 1.8rem;
	font-weight: 500;
}

.ank_list li a:before{
	top:3px;
}

.mate02 {
    padding: 46px 0 66px;
}

.mate_div1{
	flex-direction:column;
}

.mate_div1 .left{
	max-width:initial;
	width:100%;
}

.mate_div1 .right {
	max-width:initial;
	width:100%;
	margin:30px auto 0;
}

.mate02_div .text1 {
    margin-bottom: 17px;
    line-height: 1.625;
}

.mate02_div .img {
    margin: 17px auto 20px;
}

.mate02_div .text2 {
    font-size: 1.4rem;
    line-height: 1.4285;
}

.mate02_div2 {
    margin-top: 35px;
    padding-top: 44px;
}


.mate02_list1 li{
	margin-bottom:16px;
	line-height:1.625;
}

.mate02_list1 li:before{
	top:9px;
}

.mate02_list1 li .small{
	display:block;
    font-size: 1.4rem;
    line-height: 1.4285;
}

.mate03{
	padding:20px 0 0;
}

.mate04{
	padding:20px 0 0;
}

.mate_div2{
	padding: 28px 29px 24px;
	background: #F8F8F8;
	border-radius: 5px;
}

.mate_div2 .artTit2{
	margin-bottom:9px;
}

.mate_div2 .text1{
	margin-bottom:16px;
	font-size:1.8rem;
	line-height:1.66667;
}

a.btn1:before{
	top: auto;
	bottom: 16px;
}

.mate_div2 a.btn1{
	margin-left:0;
}

.mate05 {
    padding: 48px 0 0;
}

.mate05 .mate_div1 .right{
	padding:0;
	margin:20px auto 0;
}

.sld_tb_area {
    margin: 30px auto;
    padding-bottom: 15px;
}

.mate06 {
    padding: 100px 0 160px;
}

#art_cover {
    margin-top: 60px;
    height: 153px;
}

#art_cover .title1 {
    font-size: 2.6rem;
    line-height: 1.44;
}


#art_cover .title1 .sub{
    font-size: 1.6rem;
    line-height: 1.44;
	display:block;
}

.sp_none{
	display:none;
}

.repo01 {
    padding: 43px 0 130px;
}

.repo_list1{
	justify-content:space-between;
}

.repo_list1 > li{
	width:48%;
	margin-right:0;
	margin-top: 67px;
}

.repo_list1 li .img{
	height: 25vw;
	max-height: initial;
}

.tag_list2 > li{
	font-size:1.4rem;
	margin-right:10px;
}

.repo_list1 li .text_area .dacate .date{
	font-size:1.5rem;
	line-height:1.4;
	margin-right:15px;
}

.repo_list1 li .text_area .dacate .cate1{
	font-size:1.5rem;
	line-height: 1.4;
}

.tag_list1 li {
    margin-right: 15px;
	font-size:1.5rem;
}

.pagination-list {
    margin: 57px auto 0;
}


.pagination-list .page-numbers{
	margin: 0 2.5%;
}

.pagination-list .page-numbers.prev{
	margin: 0px 2% 0 0;
	border:none;
}

.pagination-list .page-numbers.next{
	margin: 0px 0% 0 1.8%;
	border:none;
}



.repo02{
	padding:60px 0 115px;
}

.inner2{
	width: 83.334%;
}

.repo02 .title_area{
	padding-bottom:67px;
	margin-bottom:43px;
}


.repo02 .title_area .dacate .date{
	margin-right: 7px;
}


.repo02 .title_area .title{
	font-size: 2.4rem;
	line-height:1.66667;
}

.repo02 .title_area .tag_list2{
	margin-top:22px;
}

.repo03{padding: 60px 0;}

.repo03 .repo_list1{
	margin-bottom: 60px;
	margin-top: -50px;
}

.repo03 .repo_list1 > li{
	margin-top: 66px;
}


.repo03 a.btn1{
	margin:0 auto;
}

.main_cont{
	
}

.main_img{
	margin: 0 auto 58px;
}

.midashi_div{
	padding: 40px 7%;
	margin-bottom: 17px;
}

.main_cont ul{
    padding-inline-start: 19px;
}

.main_cont li {
	font-size: 1.5rem;
}

.main_cont li::marker{
	color:#DF2016;
}
	
.main_cont h2{
	font-size: 2.4rem;
	line-height: 1.45;
	padding: 55px 0 0px;
}

.main_cont p{
	line-height: 1.625;
}


.main_cont img{
	margin-top:20px;
	width: revert-layer;
}


.main_cont h3{
	padding-top:30px;
	font-size: 1.7rem;
	color:#DF2016;
	line-height:1.47;
}

.main_cont h4{
	padding-top:20px;
	color:#DF2016;
}

.main_cont hr{
	margin-top: 55px;
}

.pankuzu_area{
	display:none;
}

.slide-btn{
	margin-left: 0;
	max-width: 119px;
}

.slide-btn .hambtn{
	padding: 8px 20px;
}

.tri:before{
	right:20px;
}

.hamd{
	padding: 0px 20px 10px;
}

.repo01 .news_list {
    margin: 60px auto 0;
}

.repo02.news02{
    padding: 60px 0 100px;
}

.news02 a.btn1 {
    margin: 95px auto 0;
}

.news02.repo02 .title_area{
	padding-bottom: 30px;
	margin-bottom: 43px;
}

.cont01 {
    padding: 45px 0 90px;
}

.contact_tb th, .contact_tb td {
	padding: 22px 0;
	display:block;
	width:100%;
}

.contact_tb th {
	font-size: 1.8rem;
	padding:22px 0 0;
}

.cont01_div {
    margin-top: 37px;
}

.cont01_div .artTit2{
	margin-bottom:15px;
	}

.tb_text1{
	font-size: 1.4rem;
	min-width: initial;
	text-align: left;
	margin-right: 7px;
}

.contact_tb em.none{
	display:none;
}

.tb_flex2 span.tb_span2{
	margin:0 6px;
}

.pri_div{
	height:360px;
	padding:20px 15px;
	font-size: 1.5rem;
	margin: 0px auto 35px;
}

.cont_text2{
	font-size: 1.5rem;
}

.privacy_area{
	margin: 45px auto 50px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}


/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
}


/* トップページ
----------------------------------------------------------- */

#main {
}


    #cover {
        height: 195vw;
    }


.mate01_div1 .img{
	width: 103.612vw;
	height: 66.112vw;
}

.mate02_list2{
	margin:0 auto;
}
	
.mate02_list2 li{
	width:100%;
	margin:30px auto 0px;
}


.repo_list1 > li{
	width:100%;
	margin-right:0;
}

.repo_list1 li .img{
	height: 53.89vw;
}

.repo_list1 li .text_area .title1{
	font-size:1.8rem;
	line-height:1.6667;
}


	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

.fade {
	opacity:0;
}

.active .fade,
.active.fade{
animation:fade 0.6s linear forwards;
}


@keyframes fade {
from {
transform:translateY(5%);
	opacity:0;
}
to {
transform:translateY(0%);
	opacity:1;
}
}


  /* スプラッシュ全体 */
  #splash {
	position:fixed;
	inset:0;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:99999;
	opacity:1;
	transition:opacity 1.2s ease-in-out;
  }

  #splash.splash--hidden {
	opacity:0;
	pointer-events:none;
  }

  /* ロゴ */
  .logo {
	display: block; 
	width:min(48vmin,240px);
	height:auto;
	opacity:0;
	transform:translateY(8px) scale(0.96);
	transition:
	  opacity 1.2s cubic-bezier(.2,.8,.3,1),
	  transform 1.2s cubic-bezier(.2,.8,.3,1);
	z-index:3;
	position:relative;
	filter:drop-shadow(0 12px 28px rgba(0,0,0,0.18));
  }

  .logo.visible {
	opacity:1;
	transform:translateY(0) scale(1);
  }

  /* 赤背景パネル */
  .red-panel {
	position:fixed;
	left:0; right:0; bottom:0; top:0;
	background:#DF2016;
	z-index:-1;
	transform:translateY(100%);
	transition:transform 1.2s cubic-bezier(.2,.8,.3,1);
	pointer-events:none;
	  z-index:10;
  }

  .red-panel.up {
	transform:translateY(0);
  }

  @media (max-width:520px) {
	.logo { width:min(60vmin,180px); }
  }

  @media (prefers-reduced-motion: reduce) {
	.logo, .red-panel, #splash { transition:none !important; }
	.logo { opacity:1 !important; transform:none !important; }
  }