@charset "UTF-8";
/*==============
調整
==============*/
#main {
float: none;
width:100%;
text-align: left;
overflow: hidden
}
/*	 link
/* ------------------------------------- */
a {
transition: 0.5s;
	}
a:hover {
opacity: 0.5;
}
/* ---------------------------------------------------------------------------------------------

　   スライド

--------------------------------------------------------------------------------------------- */
.rslides {
max-width: 100%;
margin: 0 auto;
overflow:hidden;
position: relative;
}		
.rslides .text{
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.rslides .text img {
		width:250px;
		height: auto
	}
.wrap-video {
  max-width: 100%;
}
.wrap-video video{
  max-width: 100%;
	width: 100%;
  height:350px;
  object-fit: cover;
font-family: 'object-fit: cover;'; /*IE対策*/
display: block;
}
@media screen and (min-width: 768px) {
.wrap-video video{
width: 100%;
	height: auto;
	margin:auto;
}
.rslides .text img {
		height: auto;
		width: 350px;
	}
}
@media screen and (min-width: 1200px) {
.rslides .text img {
		width: 500px;
	}
}
@media screen and (min-width: 1500px) {
.rslides #metaslider-id-8 img,
.rslides img{
		height: 100vh;
	}
.rslides .text img {
		width: 600px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   画像ループ

--------------------------------------------------------------------------------------------- */
.loop {
    padding-top: 60px;
    padding-bottom: 0;
		padding-left:60px;
    overflow: hidden;
}
.loop__box {
    display: flex;
    width: 100vw;
}
.loop__box img {
    min-width: auto;
		height: 180px;
}
.loop__box img:first-child {
    animation: loop 50s -25s linear infinite;
}
.loop__box img:last-child {
    animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
@media screen and (max-width: 980px) {
.loop__box img {
		height: 150px;
}
}
@media screen and (max-width: 768px) {
.loop__box img {
		height: 100px;
}
}

/* ---------------------------------------------------------------------------------------------

　   h3

--------------------------------------------------------------------------------------------- */
.section-two-h3 {
text-align:center;
font-size: 30px;
line-height: 1.5;
font-weight: bold;
letter-spacing:.05em;
margin: 10px 0
}
.section-two-h3-left {
text-align:left;
font-size: 40px;
line-height: 1.5;
font-weight: bold;
letter-spacing:.05em;
margin: 0 0 2% 0;
}
.section-two-h3 span,
.section-two-h3-left span{
font-size: 11px;
  display: block;
  margin-top: 0;
	font-weight: normal;
}
/* ---------------------------------------------------------------------------------------------

　   About Us

--------------------------------------------------------------------------------------------- */

/*	 message
/* ------------------------------------- */
.message {
  padding: 0;
  width:100%;
  box-sizing:border-box;
	text-align: left;
	overflow: hidden;
  }
.message h4 {
	font-weight: bold;
	font-size: 150%;
	line-height: 1.5;
	margin: 0 0 2% 0;
	letter-spacing:.1em;
}
.message p {
	font-weight: normal;
font-size: 100%;
text-align: left;
line-height: 2;
margin:20px 0 30px 0;
}
@media screen and (min-width: 981px) {
.message p {
text-align: left;
line-height: 2.1;
}
}
/*	 message　2等分
/* ------------------------------------- */
.column-wrapper {
  width: 100%;
	overflow:hidden;
	margin-top: -200px
}
.column-wrapper:after	{content: "";
	display: block;
	clear: both}
	
.column1{
  width: 43%;
  float: left;
	margin-top: 110px
}
.column2 {
  width: 48%;
  float: right;
}

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

@media screen and ( max-width:980px ){
  .column1, .column2 {
  width: 100%;
}
}

/* ---------------------------------------------------------------------------------------------

　   read-more

--------------------------------------------------------------------------------------------- */
/* 水色 */

a.btn_read_more {
	display: block;
	vertical-align: middle;
	text-decoration: none;
	width: 180px;	
	padding: 0.5rem 2em;
	font-weight: normal;
	border: 1px solid #0085da;
	color: #0085da;
	transition: 0.5s;
	border-radius: 50px;
	position: relative;
	text-align: left
}
a.btn_read_more::after {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 4px;
  height: 4px;
  margin-top: 4px;
  content: '';
  background: #0085da;
  border-radius: 50%;
  transition: 0.4s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a.btn_read_more:hover {
	color: #fff;
	background: #0085da;
}
a.btn_read_more:hover::after {
  background: #fff;
}

/* 白色 */
a.btn_read_more_w {
	display: block;
	vertical-align: middle;
	text-decoration: none;
	width: 180px;	
	padding: 0.5rem 2em;
	font-weight: normal;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.5s;
	border-radius: 50px;
	position: relative;
	text-align: left
}
a.btn_read_more_w::after {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 4px;
  height: 4px;
  margin-top: 4px;
  content: '';
  background: #fff;
  border-radius: 50%;
  transition: 0.4s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 600px) {
a.btn_read_more,
a.btn_read_more_w {
		width: 150px;
		padding: 0.5rem 1.5em;
		font-size: 0.8em
	}
}
/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
/*	 2等分
/* ------------------------------------- */
.two-title-pc:after	{content: "";
	display: block;
	clear: both}

.two-title-l	{float: left;
	width: 49%}
.two-title-r	{float: right;
	width: 49%;
	}
.two-title-r .m_right {
float: right;
}

/* ---------------------------------------------------------------------------------------------

　   バナー

--------------------------------------------------------------------------------------------- */

#back_bana {
	padding: 0 0 50px 0;
}
.bana_box ul:after {
	content: "";
	clear: both;
	display: block;
}
.bana_box ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	transition: all .3s;
	overflow-x: hidden;
}
.bana_box ul li .sb_img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	/*IE対策*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.bana_text {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	z-index: 100;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
	color: #fff;
	line-height: 1.2em;
	letter-spacing: .1rem;
	text-shadow: 0 0 6px rgb(0, 0, 0, 0.6);
}
.bana_text span {
	font-size: 12px;
	display: block;
	margin-top: 0;
	letter-spacing: .05rem;
}
.bana_box ul li a:hover {
	opacity: 0.6;
	transition: 0.5s;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.bana_box {
		z-index: 9999;
	}
	.bana_box ul li {
		width: 50%;
	}
}
@media only screen and (min-width: 981px) {
	.bana_box ul li .sb_img {
		height: 250px;
	}
	.bana_text {
		font-size: 33px;
	}
}
@media only screen and (max-width: 767px) {
	.bana_box {
		margin-top: 0;
		padding-top: 3%
	}
	.bana_box ul {
		margin: 0 auto;
		width: 400px;
	}
	.bana_box ul li {
		margin-bottom: 3%;
	}
}
@media only screen and (max-width: 600px) {
	.bana_box ul {
		width: 100%;
	}
}

/* ------------------------------------- */
/*	 Business　カード
/* ------------------------------------- */
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 1em auto;
    max-width: 980px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    width: auto;
    height: 40px;
		margin: 0 auto;
		padding: 0
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 1em 0 0;
    color: #333;
    text-align: center;
    font-size: 1.1em;
		font-weight: normal;
		position: relative;
}

.card-title::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 5px;
	height: 5px;
	background-color: #0085da;
	border-radius: 5px;
}


/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 15px 6% 6% 6%;
    padding: 0.8em;
    color: #333;
		text-align: left
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 40px 0 0 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		border-radius: 10px
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(98% / 2); /* 96%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 4); /* 96%幅を3で割るという指定 */
}
}

/* ---------------------------------------------------------------------------------------------

　   スクロールダウン

--------------------------------------------------------------------------------------------- */
/*スクロールダウン全体の場所*/
.scrolldown1{
	position:absolute;
	left:50%;
	bottom:10px;
	height:50px;
}
.scrolldown1 span{
	position: absolute;
	left:-15px;
	top: -15px;
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #eee;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

@media only screen and (max-width: 1199px) {
.scrolldown1{
display: none
}
}
/* ---------------------------------------------------------------------------------------------

　   sdgs

--------------------------------------------------------------------------------------------- */
.bana-sdgs {
    margin:40px 0 20px 0;
		border:1px #0085da solid;
	background: #fff;
	width: 100%;
	text-align: center;
  }

.bana-sdgs img{
    width: 40%;
		height: auto;
		padding: 30px;
		display: block;
		 margin: auto;}

@media only screen and (max-width: 767px) {
.bana-sdgs {
    margin:0 auto 20px auto;
		width: 400px;
  }
.bana-sdgs img{
    width: 70%;
		}
  }
@media only screen and (max-width: 600px) {
.bana-sdgs {
    width: 100%;
  }
.bana-sdgs img{
    width: 70%;
		}
  }