
body{
    font-size: 94%;
}

/* CSS Document */
.wrap_bg{
}
/* スライド */
#slider02 {
    position: relative;
	top: 0;
}
#slider02 li{
	position: relative;
	overflow: hidden;
	height: auto;
}
#slider02 li img{
	width: 100%;
}
svg {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 99;
}
.slide-arrow {
    font-size: 265%;
    position: absolute;
    color: #28a860;
    z-index: 3;
    text-shadow: 1px 1px 2px #999;
    cursor: pointer;
    padding: 15px 5px;
    margin: 0 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: bold;
}
.slide-arrow:hover{
	color: #fff;
	background: rgba(40,168,96,0.6);
}
.prev-arrow {
    left: 0;
	top: calc(50% - 42px);
}
.next-arrow {
    right: 0;
	top: calc(50% - 42px);
}
/* content */
.content_box{
    text-align: center;
    border-top: none;
}
.content_box:last-child{
    text-align: center;
    border-top: none;
    border-top: #28a860 2px solid;
}
.midashi {
    margin: 70px 0;
    text-align: center;
}
.midashi h2 {
    font-size: 257%;
    font-weight: bold;
    color: #28a860;
    font-family: 'Roboto', sans-serif;
}
.midashi p{
}
/* advantage */
.advantage{
    display: flex;
    max-width: 980px;
    margin: auto;
    justify-content: space-between;
}
.ad_box{
    max-width: 315px;
    border: #c1c1c1 1px solid;
    opacity : 0;
	transform : translate(0, 100px);
	transition : all 1s;
    -moz-transition-delay:100ms;
	-webkit-transition-delay:100ms;
	-o-transition-delay:100ms;
	-ms-transition-delay:100ms;
}
.ad_box.scrollin{
    opacity : 1;
	transform : translate(0, 0);
}
.ad_box:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.ad_box:nth-of-type(3) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}
.ad_img_box{
    position: relative;
}
.ad_link_btn{
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url("../image/link_bg.png")no-repeat center;
    background-size: cover;
    text-align: left;
    box-sizing: border-box;
}
.ad_link_btn:hover{
    opacity: 0.8;
}
.ad_link_btn a:hover{
    opacity: 1;
}
.ad_link_btn a{
    display: block;
    font-size: 107%;
    font-weight: bold;
    box-sizing: border-box;
    color: #fff;
    background: url("../image/icon.png")left 15px center no-repeat,url("../image/arrow_r.png")right 20px center no-repeat;
    padding: 15px 50px 15px 70px;
}



.box_bottom{
    text-align: center;
    padding: 30px;
}
.box_midashi {
    margin-bottom: 30px;
}
.box_midashi h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #28a860;
    font-size: 121%;
    font-weight: bold;
    margin-bottom: 10px;
    max-height: 27px;
}
.box_midashi p{
    font-size: 114%;
}
.box_txt{
    text-align: left;
    min-height: 90px;
    margin-bottom: 20px;
}
.box_txt p {
    line-height: 30px;
}
/* topics */

.topics_inner {
    max-width: 880px;
    margin: auto;
    max-height: 300px;
    margin-bottom: 60px;
    overflow: auto;
}
.topics_inner dl{
	padding:25px 10px;
    display: flex;
    align-items: flex-start;
	position: relative;
    
}
.topics_inner dt {
    font-size: 86%;
    color: #28a860;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
}
.topics_inner dd{
  text-align: left;
}
.topics_inner .new_icon {
    position: absolute;
    left: 95px;
    font-size: 66%;
    font-weight: bold;
    background: #F8794B;
    color: #fff;
    padding: 1px 4px;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
}
.topics_inner a:hover{
	opacity: 1;
	text-decoration: underline;
}
.banner_box{
    max-width:980px;
    margin: 90px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_button {
    padding: 30px 5%;
    margin-top: -30px;
    margin-bottom: 80px;
}
.contact_button a{
    font-size: 143%;
    color: #28a860;
    border: #28a860 1px solid;
    padding: 30px 90px 30px 100px;
    background: #fff url("../image/more_arrow_hov.png") no-repeat center left 70px;
}

.slogan_box {
    max-width: 100%;
	border: none;
	padding-top: 80px;
	background: url("../image/box_arrow1.png")no-repeat center top;
}
.slogan_inner{
	max-width: 880px;
	margin: auto;
    border: #c1c1c1 1px solid;
}
.slogan_flex{
    display: flex;
    justify-content: space-between;
	padding-left: 20px;
	max-height: 220px;
}
.slogan_midashi {
    font-size: 200%;
    text-align: right;
    background: #28a860;
    padding: 25px 110px 25px 0;
    color: #fff;
    font-weight: bold;
}
.slogan_img {
    position: relative;
    top: -70px;
}
.right_txt {
    margin: auto;
}
.slogan_txt {
    font-size: 160%;
    font-weight: bold;
    text-align: center;
}

/*210202Twitter追加*/
.content_flex {
    /*display: flex;
    flex-wrap: wrap;*/
    max-width: 1000px;
    margin: auto;
    justify-content: space-around;
}

.sns_contents {
    max-width: 550px;
    /* margin-top: 10px; */
    margin: 10px auto;
}
iframe#twitter-widget-0 {
    margin: 70px 0 0!important;
}
iframe#twitter-widget-1{
  margin: 25px 0 0 0!important;
}

.ft_bunner-box {
	width: 100%;
	background: rgba(40, 168, 96, 0.9);
	position: fixed;
	bottom:0;
}

.ft_bunner-box.hide {
  display: none;
	transition: 0.8s;
}

.close_btn {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 25px;
	height: 25px;
}

.close_btn a {
  color: #28a860;
  display: block;
  background: #fff;
  font-size: 140%;
  font-weight: bold;
  border-radius: 15px;
  text-align: center;
  line-height: 1;
  padding: 0px 0 4px;
	cursor: pointer;
}

.ft_bunner-list {
	width: 1024px;
	margin: auto;
	padding: 15px 0;
}
.ft_bunner-li{
	margin: 0 10px;
}
#page_top {
	/* bottom: 120px!important; */
}

#page_top.hide {
	bottom: 50px!important;
}

.banner_box.ft {
  display: none;
}

@media screen and ( max-width: 1280px ){
.ft_bunner-list {
    max-width: 767px;
}
}
@media screen and ( max-width: 767px ){
#slider02 {
    padding-top: 0;
}
#slider02 li {
    height: auto;
}
#slider02 li::before {
    content:"";
    display: block;
}
.slide-arrow {
    display: none;
}
.advantage {
    display: block;
    max-width: 315px;
    padding: 0 5%;
}
.ad_box{
    margin-bottom: 20px;
}
.topics_inner {
    max-width: 530px;
    max-height: none;
    margin-bottom: 40px;
}
.topics_inner dl {
    flex-direction: column;
    text-align: left;
    padding: 25px 5%;
}
.topics_inner dt {
    justify-content: flex-start;
}
.banner_box {
    justify-content: center;
}
.banner_box a {
    padding: 0 5%;
}
.banner_box a:first-child {
    margin-bottom: 5%;
}
.contact_button a {
    padding: 30px 10px 30px 20px;
    background: #fff/* url(../image/more_arrow_hov.png) no-repeat center left 20px*/;
    display: block;
    max-width: 320px;
    margin: auto;
}
.contact_button a::before {
    content: url("../image/more_arrow_hov.png");
    position: relative;
    left: -15px;
    
}
.slogan_box {
    flex-direction: column;
    width: 90%;
    margin: auto;
}
.slogan_midashi {
    padding: 5%;
    padding-bottom: 30px;
    text-align: center;
}
.slogan_flex {
    max-height: none;
    flex-direction: column;
    padding: 0 5%;
}
.slogan_img {
    top: -20px;
}
.right_txt {
    margin: 0px auto 20px;
}
/*210202Twitter追加*/
.sns_contents {
    max-width: 400px;
    margin-top: 100px;
}
iframe#twitter-widget-0 {
    margin: 0px 0 0 0!important;
}

.ft_bunner-list {
    width: 77%;
    max-width: 500px;
}
.banner_box.ft {
  display: block;
	margin: 0 auto 30px;
}
	
.banner_box.ft a {
    padding: 10px 0;
	  margin: auto;
	text-align: center;
	  display: block;
}
	
}
@media print{
	#slider02,#slider02 li img {
    width: 1000px;
}
}