@charset "UTF-8";


/* 共通
***************************************************************/
body:not(.navOn) header {
  background-color: transparent;
}
body:not(.navOn) header .siteID a {
  opacity: 0;
  pointer-events: none;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* mvWrap
***************************************************************/
.other_btn p{
margin-bottom: 5px;
}
.mvWrap {
  width: 100%;
  display: flex;
}
.mv_left {
  width: 170px;
  padding-top: 24px;
  background-color: #EBEBEB;
}
.mv_logo1 {
  width: 122.647px;
  margin: 0 auto;
}
.mv_main {
  width: calc(100% - 170px);
  height: 775px;
  position: relative;
}
.mv_slide1 {
  width: 100%;
  height: 100%;
}
.mv_slide1_item {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}
.mv_box1 {
  width: 426px;
  height: 285px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mv_box1_list1 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 38px;
}
.mv_box1_list1 .li1 {
  width: calc((100% - 15px) / 2);
}
.mv_box1_list1 .li1:nth-of-type(1n + 2) {
  margin-left: 15px;
}
.mv_box1_list1 .link1 {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.85) url(../img/common/arrow1.svg)no-repeat center right 15px / 15px;
  border: 1px solid #000;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 16px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
.mvWrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mvWrap .slick-dots {
  bottom: 20px;
  left: -95px;
  display: flex;
  flex-flow: column;
  width: 20px;
}
.mvWrap .slick-dots li {
  margin: 0;
}
.mv_news {
  width: 630px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: #EBEBEB;
}
.mv_news_link1 {
  width: calc(100% - 55px);
  display: flex;
  align-items: center;
}
.mv_news_link1 .t1 {
  width: 94px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.mv_news_link1 .t2 {
  width: 78px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
.mv_news_link1 .t3 {
  width: calc(100% - 172px);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
.mv_news_link2 {
  width: 55px;
  height: 55px;
  display: block;
  position: relative;
}
.mv_news_link2::after {
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  transition: border 0.3s ease;
  transform: rotate(-45deg);
}
/*mv_scroll*/
.mv_scroll1 {
  width: 23px;
  height: 125px;
  position: absolute;
  bottom: 0;
  left: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  pointer-events: none;
}
.mv_scroll1 img {
  width: 13.3926px;
  transition: opacity 0.3s ease;
}
.mv_scroll1::after {
  content: "";
  width: 2px;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: height 0.3s ease;
  animation: scroll1 1.8s ease 0s infinite backwards;
}
@keyframes scroll1 {
  0%{height:0}
  75%{height:100%}
  100%{height:100%}
}
@media all and (min-width: 681px) {
  .mv_slide1_item.slide1 {
    background-image: url(../img/top/mv1.jpg);
  }
  .mv_slide1_item.slide2 {
    background-image: url(../img/top/mv2.jpg);
  }
  .mv_slide1_item.slide3 {
    background-image: url(../img/top/mv3.jpg);
  }
  .mv_slide1_item.slide4 {
    background-image: url(../img/top/mv4.jpg);
  }
  .mv_slide1_item.slide5 {
    background-image: url(../img/top/mv5.jpg);
  }
  .mv_slide1_item.slide6 {
    background-image: url(../img/top/mv6.jpg);
  }
  .mv_scroll1:hover img {
    opacity: .6;
  }
  .mv_box1_list1 .link1:hover {
    background: #000 url(../img/common/arrow1_w.svg)no-repeat center right 15px / 15px;
    color: #fff;
  }
  .mv_news_link1:hover,
  .mv_news_link2:hover {
    opacity: .5;
  }
}
@media all and (max-width: 680px) {
  .mvWrap {
    display: block;
  }
  .mv_left {
    width: 105px;
    padding-top: 0;
    background: none;
    position: absolute;
    z-index: 3;
    top: 16px;
    left: 16px;
  }
  .mv_logo1 {
    width: 100%;
  }
  .mv_main {
    width: 100%;
    height: 100svh;
  }
  .mv_slide1_item.slide1 {
    background-image: url(../img/top/mv1_sp.jpg);
  }
  .mv_slide1_item.slide2 {
    background-image: url(../img/top/mv2_sp.jpg);
  }
  .mv_slide1_item.slide3 {
    background-image: url(../img/top/mv3_sp.jpg);
  }
  .mv_slide1_item.slide4 {
    background-image: url(../img/top/mv4_sp.jpg);
  }
  .mv_slide1_item.slide5 {
    background-image: url(../img/top/mv5_sp.jpg);
  }
  .mv_slide1_item.slide6 {
    background-image: url(../img/top/mv6_sp.jpg);
  }
  .mv_box1 {
    width: 310px;
    height: 208px;
  }
  .mv_box1_list1 {
    padding-top: 26px;
  }
  .mv_box1_list1 .li1 {
    width: calc((100% - 10px) / 2);
  }
  .mv_box1_list1 .li1:nth-of-type(1n + 2) {
    margin-left: 10px;
  }
  .mv_box1_list1 .link1 {
    height: 36px;
    padding-left: 10px;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.85) url(../img/common/arrow1.svg)no-repeat center right 6px / 11px;
  }
  .mvWrap .slick-dots {
    display: none;
  }
  .mv_news {
    width: calc(100% - 15px);
    align-items: center;
  }
  .mv_news_link1 {
    width: calc(100% - 50px);
    flex-flow: wrap;
    padding-left: 15px;
  }
  .mv_news_link1 .t1 {
    width: auto;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    padding-right: 10px;
  }
  .mv_news_link1 .t2 {
    width: auto;
    font-size: 10px;
  }
  .mv_news_link1 .t3 {
    width: 100%;
    font-size: 11px;
    margin-top: 5px;
  }
  .mv_news_link2 {
    width: 50px;
    height: 50px;
  }
  .mv_scroll1 {
		width: 18px;
		height: 106px;
    left: 24px;
    bottom: 50px;
	}
	.mv_scroll1 img {
		width: 10px;
	}
	.mv_scroll1::after {
		width: 1px;
	}
}
@media all and (max-width: 370px) {
}


/*////////////////////////// intro //////////////////////////*/

.intro{
	margin-top: 90px;
}
.intro .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.intro .inner > p{
	font-size: 32px;
	line-height: 1.56;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.intro .inner .other_btn {
    width: 280px;
}
.intro .inner .other_btn a{
    height: 85px;
    border-radius: 6px;
    letter-spacing: 0.1em;
}
@media all and (min-width: 681px) {
	.intro .inner .other_btn a.reserve:hover {
	    background-color: #AA9664;
	    color: #fff;
	}
}

@media all and (max-width:680px) {
	.intro{
		margin-top: 45px;
	}
	.intro .inner {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    flex-direction: column;
	}
	.intro .inner > p {
	    text-align: center;
	    line-height: 1.58;
	    font-size: 19px;
	}
	.intro .inner .other_btn a.reserve {
	    width: 188px;
	    height: 50px;
	    background-color: #000;
	    border-radius: 5px;
	    margin-right: auto;
	    margin-left: auto;
	    color: #fff;
	    position: relative;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    margin-top: 22px;
	}
	.intro .inner .other_btn .nav_en{
		font-size: 12px;
	}
	.intro .inner .other_btn .nav_jp{
		font-size: 10px;
	}
}


/*////////////////////////// eventnews_sec //////////////////////////*/
/*event_wrap*/
.event_wrap{
	padding-right: 70px;
	display: flex;
	flex-direction: column;
}
.slider03{
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
}
.slider03 a {
  background-color: #fff;
  padding-bottom: 20px;
  margin: 0 12px;
}
.slider03 a .slider03_img {
    width: 100%;
    padding-bottom: 64%;
    background: url(../img/news/noimage.svg)no-repeat center / cover;
    display: block;
}
.sec_ttl {
    display: flex;
    align-items: center;
    font-size: 48px;
    letter-spacing: 0.15em;
}
.sec_ttl .sec_ttl_jp {
    font-size: 17px;
    letter-spacing: 0.05em;
    margin-left: 2.2em;
    position: relative;
    top: -0.2em;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.slider03_date{
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
  padding: 0 20px;
}
.slider03_txt{
	 width: 100%;
	  overflow: hidden;
	  display: -webkit-box;
	  text-overflow: ellipsis;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  max-height: 3.2em;
	  margin-top: 10px;
	  font-size: 16px;
	  font-weight: 500;
	  line-height: 1.75;
    padding: 0 20px;
}
.event_wrap .slick-prev, .event_wrap .slick-next {
    width: 70px;
    height: 70px;
}
.event_wrap .slick-prev::before, .event_wrap .slick-next::before {
    content: none;
}
.event_wrap .slick-prev {
    transition: .3s ease;
    background: url(../img/common/slider_arrow_l_w.svg) center / 70px 70px no-repeat;
    left: -90px;
}
.event_wrap .slick-next {
	transition: .3s ease;
    background: url(../img/common/slider_arrow_r_w.svg) center / 70px 70px no-repeat;
    right: -90px;
}
.viewall_btn{
	background: #000;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
	height: 70px;
	width: 700px;
	margin: 50px auto 0;
}
.viewall_btn img{
	width: 25px;
	height: 25px;
	margin-left: 20px;
}

/*news_wrap*/
.news_wrap{
  padding-left: 125px;
  padding-right: 125px;
	display: flex;
	flex-direction: column;
}
.news_box{
	margin-top: calc(53px - 25px);
}
.news_box a {
    padding: 25px 45px 25px 0;
    display: block;
    position: relative;
}
.news_box a + a{
	border-top: 1px solid #646464;
}
/*.news_box a:first-child{
	padding-top: 0;
}*/
/*.news_box a:last-child{
	padding-bottom: 0;
}*/
.news_date{
	font-size: 15px;
}
.news_txt{
	 width: 100%;
	  overflow: hidden;
	  display: -webkit-box;
	  text-overflow: ellipsis;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  max-height: 3.2em;

	  margin-top: 10px;
	  font-size: 16px;
	  font-weight: 500;
	  line-height: 1.75;
}

/*newsボタン設定*/
/*詳細ページありの場合*/
.news_type1::after{
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top : 50%;
	transform: translateY(-50%);
	background:url(../img/common/news_arrow.svg) center / 40px 40px no-repeat;
}
/*pdfリンク*/
.news_type2::after{
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top : 50%;
	transform: translateY(-50%);
	background:url(../img/common/news_pdf.svg) center / 40px 40px no-repeat;
}
/*テキストリンク（URL設定）別タブ・同タブ*/
.news_type3 .news_txt{
	text-decoration: underline;
}
/*リンクなし*/
.news_type4{
	pointer-events: none;
}

@media all and (min-width: 681px) {
  .slider03 a:hover {
		opacity: .6;
	}
  .news_box a:hover {
		opacity: .6;
	}
	.viewall_btn:hover{
	background: #AA9664;
	}
	.event_wrap .slick-prev:hover {
	    background: url(../img/common/slider_arrow_l_gr.svg) center / 70px 70px no-repeat;
	}
	.event_wrap .slick-next:hover {
	    background: url(../img/common/slider_arrow_r_gr.svg) center / 70px 70px no-repeat;
	}
}

@media all and (max-width:680px) {
	.sec_ttl {
	    font-size: 38px;
	}
	.sec_ttl .sec_ttl_jp {
	    font-size: 13px;
	}
	.eventnews_sec {
	    padding-top: 70px;
	}
	.eventnews_sec .inner {
	    flex-direction: column;
	}
	.eventnews_sec .inner > div {
	    width: 100%;
	}
	.eventnews_sec .inner > div + div {
	    border-left: none;
	    margin-top: 100px;
	}
	.event_wrap {
	    padding-right: 0;
	}
	.event_wrap .slick-prev, .event_wrap .slick-next {
	    width: 45px;
	    height: 45px;
	}
	.event_wrap .slick-prev {
	    transition: .3s ease;
	    background: url(../img/common/slider_arrow_l_w.svg) center / 45px 45px no-repeat;
	    left: 0px;
	}
	.event_wrap .slick-next {
	    transition: .3s ease;
	    background: url(../img/common/slider_arrow_r_w.svg) center / 45px 45px no-repeat;
	    right: 0;
	}
.slider03 {
    width: 100vw;
    margin-top: 45px;
    margin-left: -4vw;
}
.slider03 a {
    margin-left: 3.3vw;
    margin-right: 3.3vw;
    width: 265px;
}
.slider03 a .slider03_img {
    width: 265px;
    padding-bottom: 172px;
}
	.slider03_date {
	    font-size: 11.5px;
	    margin-top: 17px;
	}
	.slider03_txt {
	    width: 100%;
	    font-size: 12px;
	}
	.arrows.nonePC {
	    position: relative;
	    width: 105px;
	    height: 45px;
	    margin: 30px auto 35px;
	}
	.viewall_btn {
	    border-radius: 5px;
	    font-size: 12px;
	    height: 50px;
	    width: 315px;
	    margin-top: 0;
	    margin-left: auto;
	    margin-right: auto;
	}
	.viewall_btn img {
	    width: 18px;
	    height: 18px;
	    margin-left: 13px;
	}
	.news_wrap {
    padding-left: 0;
    padding-right: 0;
	}
	.news_box {
      width: 100%;
	    margin-top: 18px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-bottom: 8px;
	}
	.news_date {
	    font-size: 11.5px;
	}
	.news_txt {
	    font-size: 12px;
	}
	.news_box a {
	    padding: 34px 42px 34px 0;
	    display: block;
	    position: relative;
	}
	/*newsボタン設定*/
	/*詳細ページありの場合sp*/
	.news_type1::after{
		width: 30px;
		height: 30px;
		background:url(../img/common/news_arrow.svg) center / 30px 30px no-repeat;
	}
	/*pdfリンクsp*/
	.news_type2::after{
		width: 30px;
		height: 30px;
		background:url(../img/common/news_pdf.svg) center / 30px 30px no-repeat;
	}
}


/* about_sec
***************************************************************/
.about_block1 {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}
.about_block1_h4 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-bottom: 60px;
}
.about_block1_p1 {
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.35;
}
.about_block1_p1 + .about_block1_p1 {
  margin-top: 20px;
}
.about_block2 {
  padding-top: 80px;
  margin-bottom: -202px;
}
.about_img1 {
  width: 850px;
  margin-left: auto;
}
.about_img2 {
  width: 600px;
  margin-left: auto;
  margin-right: 695px;
  position: relative;
  z-index: 1;
  top: -202px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .about_block1 {
    display: block;
    padding: 40px 15px 0;
  }
  .about_block1_h4 {
    font-size: 22px;
    letter-spacing: 0.08em;
    padding-bottom: 35px;
  }
  .about_block1_p1 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 2.19;
  }
  .about_block1_p1 + .about_block1_p1 {
    margin-top: 0;
  }
  .about_block2 {
    padding-top: 40px;
    margin-bottom: -30px;
  }
  .about_img1 {
    width: 300px;
  }
  .about_img2 {
    width: 187.5px;
    margin-right: 172.5px;
    top: -30px;
  }
}
@media all and (max-width: 370px) {
}


/* service_list1
***************************************************************/
.service_list1 {
  padding-top: 40px;
}
.service_list1 .li1 {
  display: flex;
}
.service_list1 .li1:nth-of-type(1n + 2) {
  margin-top: 98px;
}
.service_thumb1 {
  width: calc(100% - 690px);
  height: 700px;
  background: no-repeat center / cover;
}
.service_textBox1 {
  width: 690px;
  padding-top: 95px;
}
.service_text_eng {
  width: 100%;
  height: 78.54px;
  display: flex;
  justify-content: center;
}
.service_text_eng img {
  width: auto;
  height: 100%;
}
.service_textWrap {
  width: 430px;
  margin: 0 auto;
  padding-top: 80px;
}
.service_h4 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.service_h5 {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.57;
  margin-top: 24px;
}
.service_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2.19;
  margin-top: 24px;
}
@media all and (min-width: 681px) {
  .service_list1 .li1:nth-of-type(odd) {
    flex-flow: row-reverse;
  }
  .service_list1 .li1:nth-of-type(odd) .service_textBox1 {
    padding-left: 30px;
  }
  .service_list1 .li1:nth-of-type(even) .service_textBox1 {
    padding-right: 30px;
  }
}
@media all and (max-width: 680px) {
  .service_list1 {
    padding-top: 40px;
  }
  .service_list1 .li1 {
    display: block;
  }
  .service_list1 .li1:nth-of-type(1n + 2) {
    margin-top: 60px;
  }
  .service_thumb1 {
    width: calc(100% - 30px);
    height: 85.87vw;
  }
  .service_list1 .li1:nth-of-type(odd) .service_thumb1 {
    margin-right: auto;
  }
  .service_list1 .li1:nth-of-type(even) .service_thumb1 {
    margin-left: auto;
  }
  .service_textBox1 {
    width: 100%;
    padding-top: 34px;
  }
  .service_text_eng {
    height: 40.39px;
  }
  .service_textWrap {
    width: 100%;
    padding: 34px 30px 0;
  }
  .service_h4 {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .service_h5 {
    font-size: 20px;
    margin-top: 15px;
  }
  .service_p1 {
    font-size: 13px;
    line-height: 2.12;
    margin-top: 15px;
  }
}
@media all and (max-width: 370px) {
}


/* access_sec
***************************************************************/
.access_sec {
  padding-bottom: 200px;
}
.access_list1 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 45px;
}
.access_list1 .li1 {
  width: calc((100% - 50px) / 2);
}
.access_link1 {
  display: block;
  width: 100%;
  height: 345px;
  position: relative;
  overflow: hidden;
}
.access_link1::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../../files_sub/img/common/foot_link_arrow.svg) center / 100% no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.access_link1_thumb1 {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
  transition: transform 0.3s ease;
}
.access_link1_logo1 {
  width: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 72px;
  margin: auto;
}
.map_wrap{
  position: relative;
}
.googleMap {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.googleMap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.gmap_link1 {
  width: 160px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: 70px;
  border-radius: 5px;
}
.access_address {
  width: 100%;
  height: 155px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.access_address .t1 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.access_address .t2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
}
@media all and (min-width: 681px) {
  .access_list1 .li1:nth-of-type(even) {
    margin-left: 50px;
  }
  a:hover .access_link1_thumb1 {
    transform: scale(1.1);
  }
  .access_list1 .comingsoon {
    position: relative;
    pointer-events: none;
  }
  .access_list1 .comingsoon::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/common/comingsoon2.jpg)no-repeat center / cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
}
@media all and (max-width: 680px) {
  .access_sec {
    padding-bottom: 100px;
  }
  .access_sec .sec_ttl .sec_ttl_jp {
    font-size: 11px;
    letter-spacing: 0;
    margin-left: 15px;
  }
  .access_list1 {
    width: 100%;
    display: block;
    padding-top: 40px;
  }
  .access_list1 .li1 {
    width: 100%;
  }
  .access_list1 .li1:nth-of-type(1n + 2) {
    margin-top: 45px;
  }
  .access_link1 {
    height: 57.6vw;
  }
  .access_link1_logo1 {
    width: 125px;
    top: 45px;
  }
  .googleMap {
    height: 258px;
  }
  .access_address {
    height: 98px;
  }
  .access_address .t1 {
    font-size: 12px;
  }
  .access_address .t2 {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media all and (max-width: 370px) {
}


/* fl_conv1
***************************************************************/
.fl_conv1 {
  width: 100%;
  height: 115px;
  background-color: #000;
  position: relative;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.navOn .fl_conv1 {
  opacity: 1;
  pointer-events: auto;
}
.fl_conv1.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}
.fl_conv1_list1 {
  width: 1150px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.fl_conv1_list1 .li1 {
  width: 50%;
  height: 100%;
  position: relative;
}
.fl_conv1_list1 .li1:nth-of-type(1n + 2)::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fl_conv1_list1 .link1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl_conv1_list1 .link1 span {
  width: 100%;
  height: 47.7852px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl_conv1_list1 .link1 span img {
  width: auto;
  height: 100%;
}
.fl_conv1_gotop {
  width: 115px;
  height: 100%;
  display: block;
  background: url(../img/common/gotop1_w.svg)no-repeat center / 20px;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (min-width: 681px) {
  .fl_conv1_list1 .link1:hover {
    opacity: .6;
  }
  .fl_conv1_gotop:hover {
    opacity: .6;
  }
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/*////////////////////////// CTA周り //////////////////////////*/

@media all and (min-width: 681px) {
.other_btn p{
margin-bottom: 5px;
}
}

@media all and (max-width:680px) {
.other_btn p{
margin: 15px 5px 5px;
font-size: 12px;
text-align: center;
}
}
