@charset "UTF-8";
/* コンテンツ */

#header2 {
    position: relative;
}
#header2 h1 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
h2.copy2 {
    background-color: #0fa3b0;
    color: #fff;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    line-height: 1.3;
    font-size: 2em;
    padding: 20px 0;
    text-shadow: #000 0 0 10px;
}
.copy3 {
    font-size: 1.4em;
    line-height: 1.7;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    padding: 60px 0 30px;
}

.title_bg2 {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 262px;
  background-color: #0fa3b0;
}
.slidebox {
  display: flex;
  -webkit-animation: loop-slide 50s infinite linear 1s both;
  animation: loop-slide 50s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slidebox li {
    width: 370px;
    height: 262px;
}
.slidebox li img {
    height: 100%;
}

.meritbox li {
    float: left;
    width: calc((100% / 4) - (90px / 4));
    margin-right: 30px;
}
.meritbox li:last-child {
    margin-right: 0;
}
.meritbox li img {
    width: 100%;
}

.bg2 {
    background-color: #ecf8f9;
    padding: 60px 0;
}
.tx1 {
    text-align: center;
    color: #0fa3b0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-size: 1.8em;
    line-height: 1.4;
    font-weight: bold;
}

.manbox li {
    position: relative;
    float: left;
    width: calc((100% / 2) - (30px / 2));
    margin-right: 30px;
    margin-bottom: 30px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    background-color: #fff;
    box-shadow: #ccc 1px 1px 4px;
}
.manbox li:nth-child(2n) {
    margin-right: 0;
}
.manbox li img {
    width: 120px;
}
.manbox li th {
    text-align: left;
    width: 140px;
}
.manbox li td {

}
.manbox li h4 {
    display: inline-block;
    background-color: #0fa3b0;
    color: #fff;
    font-size: 0.92em;
    line-height: 1.3;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.manbox li p {
    font-size: 1.5em;
    line-height: 1.3;
}
.manbox li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ecf8f9;
    opacity: 0;
    transition: opacity 0.5s;
}
.manbox li a:hover {
    opacity: 0.4;
}

.sub h3 {
    font-size: 2.5em;
    line-height: 1.4;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    border-bottom: 3px solid #ffc299;
    padding-bottom: 5px;
    margin-top: 10px;
}

.m1box {
    text-align: center;
}
.m1box h3 img {
    width: 1000px;
}
.m1box p {
    padding: 30px 0;
    line-height: 1.7;
}
.m1box h4 {

}
.m1box h4 a {
    display: inline-block;
    margin: 0 10px;
}
.m1box h4 img {
    width: 300px;
}

.slide1 {
	position:relative;
	text-align:center;
	width: 1000px;
	margin-left:auto;
    margin-right:auto;
}
.swiper-container1,.swiper-container2,.swiper-container3,.swiper-container4 {
	position:relative;
	width: 100%;
    height: 566px;
    overflow: hidden;
  
}
.swiper-slide {
    width: auto !important;
}
.swiper-slide img {
        width: auto;
        height: 100%;
}
.swiper-button-prev,.swiper-button-next {
	position:relative;
	z-index:1100;
    width: 50px !important;
    height: 100px !important;
    margin-top: -50px !important;
}
.swiper-button-prev {
  left: -80px !important;
  background: url(../img2/left.png) no-repeat right center !important;
    background-size:contain !important;
}
.swiper-button-next {
  right: -80px !important;
  background: url(../img2/right.png) no-repeat left center !important;
	background-size:contain !important;
}

@media screen and (min-width: 500px) {
    .manbox li:nth-child(3),.manbox li:nth-child(4) {
        margin-bottom: 0;
    }
}

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

h2.copy2 {
    line-height: 1.4;
    font-size: 1.6em;
    padding: 20px 0;
    text-shadow: #000 0 0 10px;
}
.copy3 {
    text-align: left;
    font-size: 1.16em;
    line-height: 1.7;
    padding: 30px 30px 30px;
}

.title_bg2 {
  height: 202px;
}
.slidebox {
  -webkit-animation: loop-slide 50s infinite linear 1s both;
  animation: loop-slide 50s infinite linear 1s both;
}
.slidebox li {
    width: 286px;
    height: 202px;
}

.meritbox li {
    float: left;
    width: calc((100% / 2) - (20px / 2));
    margin-right: 20px;
    margin-bottom: 20px;
}
.meritbox li:nth-child(2n) {
    margin-right: 0;
}
.meritbox li:nth-child(3),.meritbox li:nth-child(4) {
    margin-bottom: 0 !important;
}

.bg2 {
    padding: 30px 0;
}
.tx1 {
    font-size: 1.6em;
    line-height: 1.4;
}

.manbox li {
    position: relative;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.manbox li:last-child {
    margin-bottom: 0;
}
.manbox li img {
    width: 100px;
}
.manbox li th {
    width: 120px;
}
.manbox li h4 {
    font-size: 0.84em;
    margin-bottom: 5px;
}
.manbox li p {
    font-size: 1.32em;
    line-height: 1.3;
}

.sub h3 {
    font-size: 1.7em;
    line-height: 1.4;
    border-bottom: 3px solid #ffc299;
    padding-bottom: 5px;
    margin-top: 0;
    text-align: center;
}
.sub p {
    padding: 0 10px;
}

.m1box {
    text-align: center;
}
.m1box h3 img {
    width: 100%;
}
.m1box p {
    padding: 20px 0;
}
.m1box h4 {

}
.m1box h4 a {
    display: inline-block;
    margin: 0 2px;
}
.m1box h4 img {
    width: 170px;
}

.slide1 {
	position:relative;
	text-align:center;
	width: 320px;
	margin-left:auto;
    margin-right:auto;
}
.swiper-container1,.swiper-container2,.swiper-container3,.swiper-container4 {
	position:relative;
	width: 100%;
    height: 181px;
    overflow: hidden;
  
}
.swiper-slide {
    width: auto !important;
}
.swiper-slide img {
        width: auto;
        height: 100%;
}
.swiper-button-prev,.swiper-button-next {
	position:relative;
	z-index:1100;
    width: 20px !important;
    height: 40px !important;
    margin-top: -20px !important;
}
.swiper-button-prev {
  left: -25px !important;
}
.swiper-button-next {
  right: -25px !important;
}


}