@charset "utf-8";
/*------------メイン----------------*/
.main_img{
margin:25px;
height: 70vh;
	position: relative;
}
@media screen and (max-width: 767px) {
.main_img{
margin:10px;
height: 40vh;
}
}
.main_txt{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	margin: auto;
	width: 496px;
  height: 273px;
}
@media screen and (max-width: 767px) {
	.main_txt{
	width: 60%;
  height: 9em;
}
}
.fade_main {
    animation-name: fadein;
    animation-duration: 2s;
   /* animation-iteration-count: infinite;*/
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


#para1 {
    background-image: url("../img/top/main.webp");
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
	#para1 {
    background-image: url("../img/top/sp_main.webp");
		background-size: auto;
	}
}

/*-----------------------------------*/


.swiper-button-next{
	background-image:url("../img/common/arrow_r.webp") ;
	height: 70px;
    width: 70px;
	right: 16%;
}
@media screen and (max-width: 767px) {
.swiper-button-next{
	height: 25px;
    width: 25px;
	right: 2%;
	background-size: cover;
}
}

.swiper-button-prev{
	background-image:url("../img/common/arrow_l.webp") ;
	height: 70px;
    width: 70px;
	left: 16%;
}
@media screen and (max-width: 767px) {
	.swiper-button-prev{
	height: 25px;
    width: 25px;
	left: 2%;
	background-size: cover;
}
}
.swiper-button-next::after,.swiper-button-prev::after{
content:none;
}
.swiper-container{
	width:90%;
	margin: 0 auto;
	min-width: 1200px;
}
@media screen and (max-width: 767px) {
.swiper-container{
	width:100%;
	min-width: 100%;
}
}
.scrollBox01 {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .scrollBox01 {
    overflow: auto;
  }
}
.blog_area_top_01 {
  background-color: #fff;
  border: 1px solid #bbbbbb;
  padding: 15px;
  max-height: 240px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .blog_area_top_01 {
    max-height: 200px;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.blog_area_top_02 {
  background: #fff;
  padding: 40px;
  max-height: 350px;
}
@media screen and (max-width: 767px) {
  .blog_area_top_02 {
    max-height: 200px;
    padding: 15px;
  }
}
.bg_top01 {
	position: relative;
}
.bg_top01::before{
	content: "";
	background: url("../img/top/img_04.webp") right top no-repeat;
	width: 45%;
	height: 500px;
	position: absolute;
	bottom: 0;
	left: 40px;
}
@media screen and (max-width: 767px) {
.bg_top01 {
	padding-bottom: 220px;
}
.bg_top01::before{
	background: url("../img/top/img_04.webp") right top no-repeat;
	width: 95%;
	height: 230px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-size: cover;
}
}

.bg_top02 {
	position: relative;
}
.bg_top02::before{
	content: "";
	background: url("../img/top/img_06.webp") right top no-repeat;
	width: 45%;
	height: 500px;
	position: absolute;
	bottom: 0;
	right: 40px;
}
@media screen and (max-width: 767px) {
.bg_top02 {
	padding-bottom: 220px;
}
.bg_top02::before{
	background: url("../img/top/img_04.webp") right top no-repeat;
	width: 95%;
	height: 230px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-size: cover;
}
}

.bg_top03 {
  background: url(../img/top/bg_03.jpg) center top no-repeat;
  padding: 60px 0;
  -webkit-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 767px) {

}
.bg_top_white {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .bg_top_white {
    padding: 15px;
  }
}
/*slider css　トップスライダー
-------------------------------------*/
.wideslider_outer {
  position: relative;
  min-height: 370px;
}
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width : 767px) {
  .wideslider_outer {
    position: relative;
    min-height: auto;
  }
  .wideslider_outer .slide_txt {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}
.wideslider ul, .wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
.wideslider ul li img {
  width: 100%;
  display: none;
}
.wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
.slider_prev, .slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.slider_prev {
  background: #fff url(../img/top/arrow_l.png) no-repeat 95% center;
}
.slider_next {
  background: #fff url(../img/top/arrow_r.png) no-repeat 5% center;
}
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.wideslider ul {
  display: inline-block;
  overflow: hidden;
}
.topslider_outer {
  position: relative;
}
/*bxslider css
-------------------------------------*/
/*bxslider css
-------------------------------------*/
.topslider_outer {
  position: relative;
}
.slide figure img {
  border: 1px solid #000;
  overflow: hidden;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 15px;
}
/**/
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
  width: 100% !important;
}



/*------------------*/
.txt_box_01{
	transform: translateY(0px) translateZ(0px);
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	line-height: 2.2;
	text-orientation: upright; /* すべて縦方向に表示 */
	margin: 0 auto;
}
@media screen and (max-width : 760px ) {
	.txt_box_01{
    writing-mode:horizontal-tb;
	line-height: 2;
		text-align: center;
}
.txt_box_01 .ml90{
		margin-left: 0 !important;
	margin-bottom: 30px;
	}
.txt_box_01 .ml30{
		margin-left: 0 !important;
	margin-bottom: 15px;
	}
}
.col_3_top li{
	width:350px;
	margin-right:30px;
	position:relative;
	padding-bottom:70px;
	float:left;
	margin-bottom:60px;
	}
@media screen and (max-width : 760px ) {
.col_3_top li{
	width:100%;
	margin-right:0;
	padding-bottom:60px;
	float:none;
	margin-bottom:30px;
	}
}
.col_3_top li:nth-child(3n){
	margin-right:0;
	}


.col_4_top {display: flex;justify-content: space-between;}
.col_4_top li{
	width:23%;
	position:relative;
	padding-bottom:70px;
	margin-bottom:60px;
	}
@media screen and (max-width : 760px ) {
	.col_4_top {flex-wrap: wrap;}
	.col_4_top li{width: 100%;}
}
.top_bnr ul li img{width: 100%;}
