/*
Theme Name: 株式会社アイズ様
Author: K.Nakamura
Description: 株式会社アイズ様
*/


/*----- firstview -----*/
.f {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.f .smp {
  display: block;
  width: 100%;
  margin: 0;
  background-image: url('img/mainSMP.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.f .pc {
  display: none;
}

@media screen and (min-width:560px) {
.f .smp {
  display: none;
}

.f .pc {
  display: block;
  position: relative;
  width: 100%;
}

.f .pc .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.f .pc .wrap .roop {
  position: relative;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.f .pc .wrap .mainImg {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
}

.f .pc .wrap .mainImg:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.f .pc .wrap .mainImg:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

@keyframes anime {
   0% {
         opacity: 0;
     }
   16% {
         opacity: 1;
     }
   33% {
         opacity: 1;
     }
   50% {
         opacity: 0;
         z-index:-1;
     }
  100% { opacity: 0 }
}

}/*-- 560px --*/

/*----- banner -----*/
.b {
  margin: 0;
  padding-top: 25px;
  padding-bottom: 30px;
  width: 100%;
  background-color: rgb(30,130,90);
}

.b .wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.b .tel {
  width: 100%;
  margin: 0 auto;
}

.b .tel .text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center;
  color: rgb(255,255,255);
}

.b .tel .text .smp {
  display: inline;
}

.b .tel .num {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b .tel .num img {
  flex-shrink: 0;
  width: 25px;
  margin-right: 15px;
}

.b .tel .num p {
  flex-shrink: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1em;
  color: rgb(255,255,255);
}

.b .tel .num p a {
  display: inline;
  color: rgb(255,255,255);
}

.b .tel .tboxs {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b .tel .tbox {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b .tel .tbox1 {
  margin-right: 30px;
}

.b .tel .t1 {
  flex-shrink: 0;
  margin-right: 10px;
  padding: 2px 7px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1em;
  color: rgb(255,255,255);
  border: 1px solid rgb(255,255,255);
}

.b .tel .t2 {
  flex-shrink: 0;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1em;
  color: rgb(255,255,255);
}

.b .mail {
  width: 100%;
  margin: 30px auto 0;
}

.b .mail .flex {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b .mail .icon {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  height: 45px;
  background-color: rgb(230,110,30);
  z-index: 2;
}

.b .mail .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 30px;
}

.b .mail .txt {
  position: relative;
  flex-shrink: 0;
  width: 180px;
  height: 45px;
  background-color: rgb(255,255,255);
  overflow: hidden;
  z-index: 1;
}

.b .mail .txt::before {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: rgb(230,110,30);
  content:"";
  transition: 0.4s;
}

.b .mail .txt:hover::before {
  top: 0;
}

.b .mail .txt a {
  width: 100%;
  height: 100%;
}

.b .mail .txt p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 180px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1em;
  text-align: center;
  color: rgb(230,110,30);
  transition: 0.4s;
}

.b .mail .txt:hover p {
  color: rgb(255,255,255);
}

.b .mail .txt p .pc {
display: none;
}

@media screen and (min-width:560px) {
.b .tel .text {
  font-size: 14.5px;
}

.b .tel .text .smp {
  display: none;
}

.b .tel .num {
  margin-top: 15px;
}

.b .tel .num img {
  width: 30px;
}

.b .tel .num p {
  font-size: 34px;
}

.b .tel .tbox1 {
  margin-right: 40px;
}

.b .tel .t1 {
  padding: 3px 10px;
  font-size: 14px;
}

.b .tel .t2 {
  padding: 3px 0;
  font-size: 14px;
}

.b .mail .icon {
  width: 150px;
  height: 50px;
}

.b .mail .icon img {
  width: 35px;
}

.b .mail .txt {
  width: 220px;
  height: 50px;
}

.b .mail .txt p {
  width: 200px;
  font-size: 15px;
}
}/*-- 560px --*/

@media screen and (min-width:760px) {
.b {
  padding-top: 10px;
  padding-bottom: 15px;
}

.b .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.b .tel {
  margin: 0;
  flex-shrink: 0;
  width: 500px;
}

.b .tel .text {
  line-height: 1.4em;
}

.b .tel .num {
  margin-top: 10px;
}

.b .tel .num p {
  font-size: 36px;
  letter-spacing: 2px;
}

.b .tel .tbox1 {
  margin-right: 30px;
}

.b .tel .t1 {
  font-size: 14px;
}

.b .tel .t2 {
  font-size: 14px;
}

.b .mail {
  margin: 0;
  flex-shrink: 0;
  width: 150px;
}

.b .mail .flex {
  display: block;
}

.b .mail .icon {
  width: 150px;
  height: 60px;
}

.b .mail .txt {
  width: 150px;
  height: 60px;
}

.b .mail .txt p {
  width: 150px;
  font-size: 14px;
  line-height: 1.4em;
}

.b .mail .txt p .pc {
  display: inline;
}
}/*-- 760px --*/

@media screen and (min-width:960px) {
.b {
  padding-top: 15px;
  padding-bottom: 20px;
}

.b .tel {
  width: 550px;
}

.b .mail {
  width: 170px;
}

.b .mail .icon {
  width: 170px;
}

.b .mail .txt {
  width: 170px;
}
}/*-- 960px --*/

@media screen and (min-width:1160px) {
.b .tel {
  width: 630px;
}

.b .tel .text {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.5em;
}

.b .tel .num p {
  font-size: 40px;
  letter-spacing: 3px;
}

.b .tel .tbox1 {
  margin-right: 40px;
}

.b .tel .t1 {
  font-size: 15px;
}

.b .tel .t2 {
  font-size: 15px;
}

.b .mail {
  width: 180px;
}

.b .mail .icon {
  width: 180px;
  height: 70px;
}

.b .mail .icon img {
  width: 40px;
}

.b .mail .txt {
  width: 180px;
  height: 70px;
}

.b .mail .txt p {
  font-size: 15.5px;
  line-height: 1.5em;
}
}/*-- 1160px --*/

@media screen and (min-width:1360px) {
.b .tel {
  width: 650px;
}

.b .tel .text {
  font-size: 16px;
}

.b .tel .num img {
  margin-right: 20px;
  width: 40px;
}

.b .tel .num p {
  font-size: 44px;
  letter-spacing: 4px;
}

.b .tel .tbox1 {
  margin-right: 50px;
}

.b .tel .t1 {
  font-size: 15.5px;
}

.b .tel .t2 {
  letter-spacing: 2px;
  font-size: 15.5px;
}

.b .mail {
  width: 200px;
}

.b .mail .icon {
  width: 200px;
}

.b .mail .txt {
  width: 200px;
}

.b .mail .txt p {
  width: 200px;
  font-size: 16.5px;
}

}/*-- 1360px --*/

@media screen and (min-width:1560px) {
.b {
  padding-top: 20px;
  padding-bottom: 25px;
}

.b .tel {
  width: 700px;
}
}/*-- 1560px --*/












/*----- news -----*/
.n {
  margin: 40px auto 0;
  width: 100%;
  display: block;
}

.n .ttl {
  width: 110px;
  margin: 0 auto;
}

.n .ttl h2 {
  width: 100%;
}

.n .ttl h2 img {
  width: 100%;
}

.n .ttl p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1em;
}

.n .items {
  width: 80%;
  margin: 40px auto 0;
}

.n .item {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed rgb(0,0,0);
}

.n .item:last-of-type {
  margin-bottom: 0;
}

.n .date {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
}

.n .date span {
  margin-left: 30px;
  padding: 0 5px;
  font-weight: 500;
  color: rgb(255,255,255);
  background-color: rgb(230,230,30);
}

.n .main {
  margin-top: 5px;
  padding-right: 10%;
  font-size: 12px;
  line-height: 1.2em;
}

@media screen and (min-width:560px) {
.n .ttl {
  width: 120px;
}

.n .ttl p {
  margin-top: 12px;
  font-size: 14.5px;
  letter-spacing: 2px;
}

.n .items {
  width: 75%;
}

.n .item {
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.n .date {
  font-size: 13px;
  letter-spacing: 1px;
}

.n .date span {
  margin-left: 40px;
}

.n .main {
  margin-top: 7.5px;
  padding-right: 15%;
  font-size: 13px;
  line-height: 1.3em;
}
}/*-- 560px --*/

@media screen and (min-width:760px) {
.n .items {
  width: 70%;
}
}/*-- 760px --*/

@media screen and (min-width:960px) {
.n {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.n .ttl {
  flex-shrink: 0;
  margin-right: 70px;
  width: 130px;
}

.n .ttl p {
  margin-top: 20px;
  font-size: 15px;
}

.n .items {
  width: 520px;
  margin-top: 0;
  margin-left: 0;
  flex-shrink: 0;
}

.n .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.n .date {
  flex-shrink: 0;
  width: 210px;
  margin-left: 0;
  letter-spacing: 0;
  line-height: 1.3em;
}

.n .date span {
  margin-left: 30px;
}

.n .main {
  flex-shrink: 0;
  margin-top: 0;
  padding-right: 0;
  width: 300px;
  line-height: 1.3em;
}
}/*-- 960px --*/

@media screen and (min-width:1160px) {
.n .ttl {
  margin-right: 80px;
  width: 140px;
}

.n .items {
  width: 620px;
}

.n .item {
  padding-bottom: 17px;
  margin-bottom: 17px;
}

.n .date {
  width: 240px;
  font-size: 14px;
  line-height: 1.4em;
}

.n .date span {
  margin-left: 40px;
}

.n .main {
  width: 360px;
  font-size: 14px;
  line-height: 1.4em;
}
}/*-- 1160px --*/

@media screen and (min-width:1360px) {
.n {
  margin-top: 70px;
}

.n .ttl {
  width: 150px;
}

.n .ttl p {
  font-size: 16px;
}

.n .items {
  width: 700px;
}

.n .item {
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.n .date {
  width: 250px;
  letter-spacing: 1px;
}

.n .main {
  width: 400px;
}

}/*-- 1360px --*/













/*----- greeting -----*/
.g {
  position: relative;
  margin: 60px auto 0;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  background-image: url('img/b1.jpg');
  background-position: 20% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.g .tri1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 40px;
  pointer-events: none;
  z-index: 2;
}

.g .tri2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 40px;
  pointer-events: none;
  z-index: 2;
}

.g .tri3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 40px;
  pointer-events: none;
  z-index: 2;
}

.g .tri4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 40px;
  pointer-events: none;
  z-index: 2;
}

.g .ttl {
  margin: 0 auto 40px;
  text-align: center;
}

.g .inner {
  position: relative;
  display: inline-block;
}

.g .ttl h2 {
  position: relative;
  margin-left: -70px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1em;
  color: rgb(255,255,255);
  z-index: 2;
}

.g .ttl img {
  position: absolute;
  right: -70px;
  bottom: -15px;
  width: 100px;
  z-index: 1;
}

.g .text {
  width: 80%;
  margin: 0 auto;
}

.g .text h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  color: rgb(255,255,255);
}

.g .text .main {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6em;
  color: rgb(255,255,255);
  text-align: justify;
}

.g .text .sign {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
  text-align: right;
  color: rgb(255,255,255);
}

.g .text .sign span {
  margin-right: 25px;
}

@media screen and (min-width:460px) {
.g .ttl h2 {
  margin-left: -90px;
  font-size: 28px;
}

.g .text h3 {
  font-size: 17px;
}

.g .text .main {
  font-size: 14px;
}

.g .text .sign {
  font-size: 14px;
}
}/*-- 460px --*/

@media screen and (min-width:560px) {
.g {
  margin-top: 70px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.g .tri1,
.g .tri2,
.g .tri3,
.g .tri4 {
  height: 60px;
}

.g .ttl h2 {
  margin-left: -110px;
  font-size: 30px;
}

.g .ttl img {
  right: -50px;
  bottom: -20px;
  width: 110px;
}

.g .text {
  width: 75%;
}

.g .text h3 {
  font-size: 18px;
  letter-spacing: 1px;
}

.g .text .main {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.7em;
}

.g .text .sign {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 1px;
}
}/*-- 560px --*/

@media screen and (min-width:760px) {
.g {
  margin-top: 70px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.g .tri1,
.g .tri2,
.g .tri3,
.g .tri4 {
  height: 60px;
}

.g .ttl {
  margin-bottom: 50px;
}

.g .ttl h2 {
  margin-left: -140px;
  font-size: 34px;
}

.g .ttl img {
  bottom: -25px;
  width: 120px;
}

.g .text {
  width: 70%;
}

.g .text h3 {
  font-size: 19px;
  letter-spacing: 1px;
}

.g .text .main {
  font-size: 16px;
}

.g .text .sign {
  margin-top: 35px;
  font-size: 16px;
}

.g .text .sign span {
  margin-right: 35px;
}
}/*-- 760px --*/

@media screen and (min-width:960px) {
.g {
  padding-top: 110px;
  padding-bottom: 110px;
}

.g .tri1,
.g .tri2,
.g .tri3,
.g .tri4 {
  height: 70px;
}

.g .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.g .ttl {
  flex-shrink: 0;
  margin-left: 12%;
  margin-right: 10%;
  margin-bottom: 0;
}

.g .ttl h2 {
  margin-left: 0;
  font-size: 30px;
}

.g .ttl img {
  right: -20px;
  bottom: -25px;
  width: 105px;
}

.g .text {
  flex-shrink: 0;
  width: 50%;
  margin-left: 0;
}

.g .text h3 {
  font-size: 18px;
  letter-spacing: 0;
}

.g .text .main {
  font-size: 15.5px;
  letter-spacing: 1px;
}

.g .text .sign {
  font-size: 15.5px;
}
}/*-- 960px --*/

@media screen and (min-width:1160px) {
.g {
  padding-top: 120px;
  padding-bottom: 120px;
}

.g .tri1,
.g .tri2,
.g .tri3,
.g .tri4 {
  height: 80px;
}

.g .ttl {
  margin-left: 14%;
}

.g .ttl h2 {
  font-size: 35px;
  letter-spacing: 3px;
}

.g .ttl img {
  right: -30px;
  bottom: -30px;
  width: 120px;
}

.g .text h3 {
  font-size: 20px;
  letter-spacing: 1px;
}

.g .text .main {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.8em;
}

.g .text .sign {
  font-size: 16px;
}
}/*-- 1160px --*/

@media screen and (min-width:1360px) {
.g {
  margin-top: 75px;
}

.g {
  padding-top: 130px;
  padding-bottom: 130px;
}

.g .tri1,
.g .tri2,
.g .tri3,
.g .tri4 {
  height: 90px;
}

.g .ttl {
  margin-left: 15%;
  margin-right: 12%;
}

.g .ttl h2 {
  font-size: 37px;
}

.g .ttl img {
  right: -40px;
  bottom: -35px;
  width: 140px;
}

.g .text {
  width: 45%;
}

.g .text h3 {
  font-size: 21px;
}

.g .text .main {
  margin-top: 40px;
  font-size: 16.5px;
  line-height: 1.9em;
}

.g .text .sign {
  font-size: 16.5px;
}
}/*-- 1360px --*/

@media screen and (min-width:1560px) {
.g {
  margin-top: 80px;
}

.g {
  padding-top: 140px;
  padding-bottom: 140px;
}

.g .tri1,
.g .tri2,
.g .tri3,
.g .tri4 {
  height: 100px;
}

.g .ttl h2 {
  font-size: 40px;
  letter-spacing: 4px;
}

.g .ttl img {
  right: -50px;
  bottom: -40px;
  width: 160px;
}

.g .text {
  width: 44%;
}

.g .text h3 {
  font-size: 22.5px;
}

.g .text .main {
  margin-top: 45px;
  font-size: 17px;
  line-height: 2em;
}

.g .text .sign {
  margin-top: 40px;
  font-size: 17px;
}
}/*-- 1560px --*/







/*----- works -----*/
.w {
  position: relative;
  margin: 65px auto 70px;
  width: 100%;
}

.w .wrap {
  width: 100%;
  margin: 0 auto;
}

.w .ttl {
  margin: 0 auto 60px;
  text-align: center;
}

.w .inner {
  position: relative;
  display: inline-block;
}

.w .ttl h2 {
  position: relative;
  margin-left: 7px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 1em;
  color: rgb(0,0,0);
  z-index: 2;
}

.w .ttl img {
  position: absolute;
  right: -60px;
  bottom: -20px;
  width: 95px;
  z-index: 1;
}

.w .items {
  width: 100%;
  margin: 0 auto;
}

.w .item {
  position: relative;
  margin: 0 auto 35px;
  width: 260px;
}

.w .item .img {
  position: relative;
  margin: 0 auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}

.w .item .img a {
  width: 100%;
  height: 100%;
}

.w .item .img .cover {
  position: absolute;
  top: -101%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
  transition: 0.5s;
}

.w .item .img:hover .cover {
  top: 0;
}

.w .item .img .name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10%;
  padding-right: 10%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 1px;
  text-align: center;
  color: rgb(255,255,255);
}

.w .item .img .bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.w .item .peint {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 240px;
  z-index: 2;
  pointer-events: none;
}

.w .item .cat {
  position: absolute;
  bottom: 12px;
  left: 50%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1em;
  color: rgb(255,255,255);
  transform: translateX(-50%);
  z-index: 3;
}

.w .btn {
  margin: 60px auto 0;
  width: 280px;
  height: 50px;
  border: 1px solid rgb(0,0,0);
  overflow: hidden;
}

.w .btn a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 50px;
  color: rgb(0,0,0);
  transition: 0.5s;
}

.w .btn:hover a {
  color: rgb(255,255,255);
}

.w .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -101%;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  transition: 0.5s;
  z-index: -1;
}

.w .btn:hover a::before {
  left: 0;
}

@media screen and (min-width:560px) {
.w {
  margin-top: 70px;
  margin-bottom: 90px;
}

.w .ttl h2 {
  margin-left: 8px;
  font-size: 36px;
  letter-spacing: 8px;
}

.w .ttl img {
  width: 105px;
}

.w .item {
  margin-bottom: 40px;
  width: 300px;
}

.w .item .img {
  width: 300px;
  height: 300px;
}

.w .item .img .name {
  font-size: 15.5px;
  line-height: 1.5em;
}

.w .item .peint {
  left: 35px;
  width: 280px;
}

.w .item .cat {
  bottom: 15px;
  font-size: 17px;
  letter-spacing: 2px;
}

.w .btn {
  width: 320px;
  height: 55px;
}

.w .btn a {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 55px;
}
}/*-- 560px --*/

@media screen and (min-width:760px) {
.w {
  margin-bottom: 100px;
}

.w .ttl {
  margin-bottom: 70px;
}

.w .ttl h2 {
  margin-left: 9px;
  font-size: 38px;
  letter-spacing: 9px;
}

.w .ttl img {
  right: -65px;
  bottom: -25px;
  width: 115px;
}

.w .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
}

.w .item {
  flex-shrink: 0;
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 50px;
}

.w .item .img .name {
  font-size: 16px;
}

.w .btn {
  margin-top: 20px;
  width: 340px;
}
}/*-- 760px --*/

@media screen and (min-width:960px) {
.w {
  margin-top: 75px;
}

.w .ttl {
  margin-bottom: 75px;
}

.w .ttl h2 {
  font-size: 42px;
}

.w .ttl img {
  right: -70px;
  width: 125px;
}

.w .items {
  flex-wrap: nowrap;
  width: 95%;
}

.w .item {
  width: 270px;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 0;
}

.w .item .img {
  width: 270px;
  height: 270px;
}

.w .item .peint {
  left: 25px;
  width: 260px;
}

.w .item .cat {
  bottom: 14px;
}

.w .btn {
  margin-top: 70px;
  width: 360px;
}
}/*-- 960px --*/

@media screen and (min-width:1060px) {
.w .item {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
}/*-- 1060px --*/

@media screen and (min-width:1160px) {
.w {
  margin-bottom: 105px;
}

.w .ttl {
  margin-bottom: 80px;
}

.w .ttl h2 {
  font-size: 44px;
  letter-spacing: 10px;
}

.w .ttl img {
  right: -75px;
  bottom: -30px;
  width: 135px;
}

.w .item {
  width: 300px;
}

.w .item .img {
  width: 300px;
  height: 300px;
}

.w .item .peint {
  left: 35px;
  width: 280px;
}

.w .item .cat {
  bottom: 15px;
}

.w .btn {
  margin-top: 75px;
  width: 400px;
}

.w .btn a {
  font-size: 16.5px;
  letter-spacing: 4px;
}
}/*-- 1160px --*/

@media screen and (min-width:1360px) {
.w {
  margin-bottom: 110px;
}

.w .ttl {
  margin-bottom: 85px;
}

.w .ttl h2 {
  font-size: 48px;
}

.w .ttl img {
  right: -80px;
  width: 140px;
}

.w .item {
  width: 320px;
  margin-left: 3%;
  margin-right: 3%;
}

.w .item .img {
  width: 320px;
  height: 320px;
}

.w .item .img .name {
  font-size: 16.5px;
  line-height: 1.6em;
}

.w .item .peint {
  left: 40px;
  width: 300px;
}

.w .item .cat {
  font-size: 18px;
  bottom: 16px;
}

.w .btn {
  margin-top: 80px;
  width: 420px;
  height: 60px;
}

.w .btn a {
  font-size: 17px;
  line-height: 60px;
}
}/*-- 1360px --*/

@media screen and (min-width:1560px) {
.w {
  margin-top: 80px;
  margin-bottom: 115px;
}

.w .ttl {
  margin-bottom: 90px;
}

.w .ttl h2 {
  font-size: 50px;
}

.w .item {
  width: 350px;
}

.w .item .img {
  width: 350px;
  height: 350px;
}

.w .item .peint {
  width: 320px;
}

.w .item .cat {
  font-size: 18.5px;
  bottom: 18px;
}

.w .item .img .name {
  font-size: 17px;
}

.w .btn {
  margin-top: 85px;
  width: 450px;
  height: 65px;
}

.w .btn a {
  font-size: 18px;
  line-height: 65px;
}

}/*-- 1560px --*/


/*----- service(navi) -----*/
.s {
  margin: 0 auto;
  width: 100%;
}

.s .wrap {
  margin: 0 auto;
  width: 100%;
}

.s .menus {
  margin: 0 auto;
  width: 100%;
}

.s .menu {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.s .menu .img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.s .m1 .img {
  background-image: url("img/m1.jpg");
  background-position: 50% 70%;
}

.s .m2 .img {
  background-image: url("img/m2.jpg");
  background-position: 50% 60%;
}

.s .m3 .img {
  background-image: url("img/m3.jpg");
  background-position: 50% 80%;
}

.s .m4 .img {
  background-image: url("img/m4.jpg");
  background-position: 100% 30%;
}

.s .m5 .img {
  background-image: url("img/m5.jpg");
  background-position: 10% 60%;
}

.s .m6 .img {
  background-image: url("img/m6.jpg");
  background-position: 50% 60%;
}

.s .menu .text {
  display: block;
  width: 100%;
  padding: 20px 6%;
  background-color: rgb(30,130,90);
}

.s .menu .white {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(255,255,255);
}

.s .menu .text h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1em;
  text-align: center;
  color: rgb(65,65,65);
}

.s .menu .text p {
  margin: 0 auto;
  width: 85%;
  font-size: 13px;
  line-height: 1.5em;
  text-align: justify;
  color: rgb(65,65,65);
}

.s .menu .text .btn {
  margin: 30px auto 0;
  width: 150px;
  height: 35px;
  background-color: rgb(30,130,90);
  cursor: pointer;
  transition: 0.5s;
}

.s .menu .text .btn:hover {
  background-color: rgb(235,70,30);
}

.s .menu .text .btn p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 35px;
  text-align: center;
  color: rgb(255,255,255);
}

.s .menu .text .btn span {
  margin-left: 15px;
}

@media screen and (min-width:560px) {
.s .menu .img {
  height: 280px;
}

.s .menu .text {
  padding: 25px 5%;
}

.s .menu .white {
  padding-top: 35px;
  padding-bottom: 35px;
}

.s .menu .text h3 {
  margin-bottom: 30px;
  font-size: 26px;
  letter-spacing: 5px;
}

.s .menu .text p {
  width: 80%;
  font-size: 15px;
  line-height: 1.6em;
}

.s .menu .text .btn {
  margin-top: 35px;
  width: 200px;
  height: 40px;
}

.s .menu .text .btn p {
  font-size: 15px;
  line-height: 40px;
}

.s .menu .text .btn span {
  margin-left: 20px;
}
}/*-- 560px --*/

@media screen and (min-width:760px) {
.s .menu .img {
  height: 350px;
}

.s .menu .text {
  padding: 30px 5%;
}

.s .menu .white {
  padding-top: 40px;
  padding-bottom: 40px;
}

.s .menu .text h3 {
  font-size: 28px;
  letter-spacing: 7px;
}

.s .menu .text p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7em;
}

.s .menu .text .btn {
  margin-top: 40px;
  width: 250px;
  height: 45px;
}

.s .menu .text .btn p {
  font-size: 15.5px;
  line-height: 45px;
}

.s .menu .text .btn span {
  margin-left: 30px;
}
}/*-- 760px --*/

@media screen and (min-width:960px) {
.s .menu {
  display: flex;
}

.s .odd {
  flex-direction: row-reverse;
}

.s .menu .img {
  flex-basis: 50%;
  height: initial;
}

.s .menu .text {
  flex-basis: 50%;
  padding: 20px 3%;
}

.s .menu .white {
  padding-top: 35px;
  padding-bottom: 35px;
}

.s .menu .text h3 {
  font-size: 26px;
  letter-spacing: 5px;
}

.s .menu .text p {
  width: 85%;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.6em;
}

.s .menu .text .btn {
  margin-top: 35px;
  width: 210px;
  height: 40px;
}

.s .menu .text .btn p {
  font-size: 15px;
  line-height: 40px;
}

.s .menu .text .btn span {
  margin-left: 25px;
}
}/*-- 960px --*/

@media screen and (min-width:1160px) {
.s .menu .text {
  padding: 25px 2.5%;
}

.s .menu .white {
  padding-top: 40px;
  padding-bottom: 40px;
}

.s .menu .text h3 {
  font-size: 28px;
  letter-spacing: 6px;
}

.s .menu .text p {
  font-size: 16px;
  letter-spacing: 1px;
}

.s .menu .text .btn {
  margin-top: 40px;
  width: 240px;
  height: 45px;
}

.s .menu .text .btn p {
  font-size: 16px;
  line-height: 45px;
}

.s .menu .text .btn span {
  margin-left: 30px;
}
}/*-- 1160px --*/

@media screen and (min-width:1360px) {
.s .menu .text {
  padding: 30px 2.5%;
}

.s .menu .text h3 {
  margin-bottom: 32.5px;
  font-size: 30px;
}

.s .menu .text p {
  width: 82.5%;
  line-height: 1.7em;
}

.s .menu .text .btn {
  width: 260px;
}

.s .menu .text .btn span {
  margin-left: 35px;
}
}/*-- 1360px --*/

@media screen and (min-width:1560px) {
.s .menu .white {
  padding-top: 45px;
  padding-bottom: 45px;
}

.s .menu .text h3 {
  margin-bottom: 35px;
  font-size: 32px;
  letter-spacing: 7px;
}

.s .menu .text p {
  font-size: 16.5px;
  letter-spacing: 1.5px;
  line-height: 1.8em;
}

.s .menu .text .btn {
  width: 280px;
  height: 50px;
}

.s .menu .text .btn p {
  font-size: 16.5px;
  letter-spacing: 2px;
  line-height: 50px;
}

.s .menu .text .btn span {
  margin-left: 35px;
}
}/*-- 1560px --*/










/*----- service(main) -----*/
.sm {
  margin: 80px auto 0;
  width: 100%;
}

.sm .items {
  width: 100%;
  margin: 0 auto;
}

.sm .item {
  width: 100%;
  margin: 0 auto;
}

.sm .item .img {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: initial;
}

.sm .s1 .img {
  background-image: url('img/s1.jpg');
  background-position: 50% 60%;
}

.sm .s2 .img {
  background-image: url('img/s2.jpg');
  background-position: 50% 60%;
}

.sm .s3 .img {
  background-image: url('img/s3.jpg');
  background-position: 50% 60%;
}

.sm .s4 .img {
  background-image: url('img/s4.jpg');
  background-position: 100% 30%;
}

.sm .s5 .img {
  background-image: url('img/s5.jpg');
  background-position: 10% 60%;
}

.sm .s6 .img {
  background-image: url('img/s6.jpg');
  background-position: 50% 60%;
}

.sm .item .img h2 {
  margin-left: 7.5%;
  margin-bottom: 32.5px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1em;
  color: rgb(255,255,255);
}

.sm .item .img .bun {
  margin-left: 7.5%;
  margin-right: 7.5%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7em;
  text-align: justify;
  color: rgb(255,255,255);
}

.sm .item .img img.num {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 120px;
}

.sm .s1 .img img.num {
  width: 110px;
}

.sm .item .main {
  padding-top: 60px;
  padding-bottom: 110px;
  background-image: url('img/bg.jpg');
  background-repeat: repeat;
  background-size: 500px;
}

.sm .item .wtf {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.sm .item .text {
  margin: 0 auto;
  width: 90%;
}

.sm .item .box {
  margin-bottom: 50px;
}

.sm .item .box h4 {
  margin-bottom: 20px;
  position: relative;
  padding-left: 1.3em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
  color: rgb(30,130,90);
}

.sm .item .box h4::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  color: rgb(30,130,90);
}

.sm .item .box p {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: justify;
  color: rgb(76,76,76);
}

.sm .item .figure {
  position: relative;
  width: 80%;
  margin: 65px auto 0;
}

.sm .item .slick01 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 200px;
  z-index: 2;
}

.sm .item .my-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
}

.sm .item .my-dots li {
  margin-left: 12px;
  margin-right: 12px;
  width: 6px;
  height: 6px;
  background-color: rgb(30,130,90);
  border-radius: 50%;
  cursor: pointer;
}

.sm .item .slick01 .gz {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sm .item .bg {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: rgb(130,210,250);
  z-index: 1;
}

.sm .item .btn {
  margin: 85px auto 0;
  position: relative;
  width: 220px;
  height: 40px;
  background-color: rgb(30,130,90);
  box-shadow: 0 5px 0 rgb(15,50,35);
  transition: 0.4s;
}

.sm .item .btn:hover {
  transform: translateY(5px);
  box-shadow: none;
}

.sm .item .btn a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 40px;
  color: rgb(255,255,255);
}

.sm .item .btn a span {
  margin-right: 15px;
}

@media screen and (min-width:460px) {
.sm .item .img {
  padding-top: 65px;
  padding-bottom: 65px;
}

.sm .item .img h2 {
  margin-bottom: 35px;
  font-size: 28px;
  letter-spacing: 4px;
}

.sm .item .img .bun {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.sm .item .img img.num {
  width: 140px;
}

.sm .s1 .img img.num {
  width: 130px;
}

.sm .item .main {
  padding-top: 65px;
  padding-bottom: 120px;
}

.sm .item .box {
  margin-bottom: 55px;
}

.sm .item .box h4 {
  font-size: 16px;
}

.sm .item .box h4::before {
  font-size: 16px;
}

.sm .item .box p {
  font-size: 14px;
  line-height: 1.5em;
}

.sm .item .figure {
  margin-top: 70px;
}

.sm .item .slick01 {
  height: 240px;
}

.sm .item .btn {
  margin-top: 90px;
  width: 280px;
}

.sm .item .btn a {
  font-size: 15px;
  letter-spacing: 2px;
}

.sm .item .btn a span {
  margin-right: 20px;
}
}/*-- 460px --*/

@media screen and (min-width:560px) {
.sm {
  margin-top: 100px;
}

.sm .item .img {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sm .item .img h2 {
  margin-left: 10%;
  margin-bottom: 40px;
  font-size: 32px;
  letter-spacing: 6px;
}

.sm .item .img .bun {
  margin-left: 10%;
  margin-right: 10%;
  font-size: 16px;
}

.sm .item .img img.num {
  width: 170px;
}

.sm .s1 .img img.num {
  width: 150px;
}

.sm .item .main {
  padding-top: 70px;
  padding-bottom: 130px;
}

.sm .item .text {
  width: 80%;
}

.sm .item .box {
  margin-bottom: 60px;
}

.sm .item .box h4 {
  margin-bottom: 25px;
  font-size: 17px;
}

.sm .item .box h4::before {
  font-size: 17px;
}

.sm .item .box p {
  margin-bottom: 25px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.6em;
}

.sm .item .figure {
  margin-top: 80px;
  width: 75%;
}

.sm .item .slick01 {
  height: 300px;
}

.sm .item .my-dots {
  bottom: 20px;
}

.sm .item .my-dots li {
  margin-left: 14px;
  margin-right: 14px;
  width: 7px;
  height: 7px;
}

.sm .item .bg {
  top: 25px;
  left: 25px;
}

.sm .item .btn {
  margin-top: 100px;
  width: 320px;
  height: 45px;
  box-shadow: 0 7px 0 rgb(15,50,35);
}

.sm .item .btn:hover {
  transform: translateY(7px);
}

.sm .item .btn a {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 45px;
}

.sm .item .btn a span {
  margin-right: 25px;
}
}/*-- 560px --*/

@media screen and (min-width:660px) {
.sm .item .img {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sm .item .img h2 {
  font-size: 34px;
}

.sm .item .img .bun {
  line-height: 1.9em;
  letter-spacing: 1.5px;
}

.sm .item .img img.num {
  top: 20px;
  right: 20px;
  width: 180px;
}

.sm .s1 .img img.num {
  width: 160px;
}

.sm .item .main {
  padding-top: 75px;
}

.sm .item .box h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.sm .item .box h4::before {
  font-size: 18px;
}

.sm .item .box p {
  line-height: 1.7em;
}

.sm .item .figure {
  width: 70%;
}

.sm .item .slick01 {
  height: 320px;
}

.sm .item .my-dots {
  bottom: 25px;
}
}/*-- 660px --*/

@media screen and (min-width:760px) {
.sm .item .img {
  padding-top: 85px;
  padding-bottom: 85px;
}

.sm .item .img h2 {
  margin-bottom: 45px;
  font-size: 36px;
  letter-spacing: 8px;
}

.sm .item .img .bun {
  font-size: 17px;
  line-height: 2em;
}

.sm .item .img img.num {
  width: 200px;
}

.sm .s1 .img img.num {
  width: 180px;
}

.sm .item .main {
  padding-top: 80px;
}

.sm .item .text {
  width: 75%;
}

.sm .item .box {
  margin-bottom: 65px;
}

.sm .item .box h4 {
  margin-bottom: 30px;
  font-size: 19px;
}

.sm .item .box h4::before {
  font-size: 19px;
}

.sm .item .box p {
  font-size: 16px;
  line-height: 1.8em;
}

.sm .item .figure {
  margin-top: 85px;
}

.sm .item .slick01 {
  height: 360px;
}

.sm .item .my-dots {
  bottom: 30px;
}

.sm .item .my-dots li {
  margin-left: 15px;
  margin-right: 15px;
  width: 8px;
  height: 8px;
}

.sm .item .bg {
  top: 27.5px;
  left: 27.5px;
}

.sm .item .btn {
  margin-top: 105px;
  width: 340px;
  height: 50px;
}

.sm .item .btn a {
  font-size: 17px;
  line-height: 50px;
}

.sm .item .btn a span {
  margin-right: 30px;
}
}/*-- 760px --*/

@media screen and (min-width:860px) {
.sm .item .img h2 {
  margin-left: 12%;
}

.sm .item .img .bun {
  margin-left: 12%;
  margin-right: 12%;
}

.sm .item .img img.num {
  width: 220px;
}

.sm .s1 .img img.num {
  width: 200px;
}

.sm .item .figure {
  width: 65%;
}

.sm .item .slick01 {
  height: 380px;
}

.sm .item .bg {
  top: 30px;
  left: 30px;
}

.sm .item .btn {
  width: 370px;
}
}/*-- 860px --*/

@media screen and (min-width:960px) {
.sm {
  margin-top: 120px;
}

.sm .item .img {
  background-attachment: fixed;
}

.sm .item .img h2 {
  font-size: 38px;
}

.sm .item .img .bun {
  margin-right: 30%;
}

.sm .item .img img.num {
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 260px;
}

.sm .s1 .img img.num {
  width: 240px;
}

.sm .item .main {
  padding-top: 85px;
  padding-bottom: 120px;
}

.sm .item .wtf {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sm .item .text {
  width: 45%;
  flex-shrink: 0;
}

.sm .item .box {
  position: relative;
  margin-bottom: 40px;
}

.sm .item .box h4 {
  margin-bottom: 20px;
  font-size: 17px;
}

.sm .item .box h4::before {
  font-size: 17px;
}

.sm .item .box p {
  margin-bottom: 15px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.4em;
}

.sm .s1 .box .ab01 {
  position: absolute;
  bottom: 165px;
  right: -112%;
  width: 100%;
}

.sm .s1 .box .ab02 {
  position: absolute;
  bottom: 0;
  right: -112%;
  width: 100%;
}

.sm .item .figure {
  margin-top: 0;
  margin-bottom: 60px;
  width: 45%;
  flex-shrink: 0;
}

.sm .s1 .slick01 {
  height: 460px;
}

.sm .s2 .slick01 {
  height: 520px;
}

.sm .s3 .slick01 {
  height: 450px;
}

.sm .s4 .slick01 {
  height: 550px;
}

.sm .s5 .slick01 {
  height: 320px;
}

.sm .s6 .slick01 {
  height: 300px;
}

.sm .item .bg {
  top: 20px;
  left: 20px;
}

.sm .item .btn {
  margin-top: 30px;
  width: 380px;
}

.sm .item .btn a span {
  margin-right: 35px;
}
}/*-- 960px --*/

@media screen and (min-width:1060px) {
.sm {
  margin-top: 130px;
}

.sm .item .box h4 {
  font-size: 18px;
}

.sm .item .box h4::before {
  font-size: 18px;
}

.sm .item .box p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5em;
}

.sm .s1 .box .ab01 {
  bottom: 190px;
}

.sm .s1 .slick01 {
  height: 520px;
}

.sm .s2 .slick01 {
  height: 580px;
}

.sm .s3 .slick01 {
  height: 460px;
}

.sm .s4 .slick01 {
  height: 610px;
}

.sm .s5 .slick01 {
  height: 330px;
}

.sm .s6 .slick01 {
  height: 320px;
}

.sm .item .bg {
  top: 25px;
  left: 25px;
}
}/*-- 1060px --*/

@media screen and (min-width:1160px) {
.sm .item .img {
  padding-top: 90px;
  padding-bottom: 90px;
}

.sm .item .img h2 {
  font-size: 40px;
}

.sm .item .img .bun {
  margin-right: 35%;
  font-size: 17.5px;
}

.sm .item .img img.num {
  right: 7%;
  width: 280px;
}

.sm .s1 .img img.num {
  width: 260px;
}

.sm .item .main {
  padding-top: 90px;
  padding-bottom: 130px;
}

.sm .item .box {
  margin-bottom: 45px;
}

.sm .item .box h4 {
  margin-bottom: 25px;
  font-size: 19px;
}

.sm .item .box h4::before {
  font-size: 19px;
}

.sm .item .box p {
  font-size: 15px;
  line-height: 1.6em;
}

.sm .s1 .box .ab01 {
  bottom: 220px;
}

.sm .s1 .slick01 {
  height: 580px;
}

.sm .s2 .slick01 {
  height: 650px;
}

.sm .s3 .slick01 {
  height: 510px;
}

.sm .s4 .slick01 {
  height: 690px;
}

.sm .s5 .slick01 {
  height: 380px;
}

.sm .s6 .slick01 {
  height: 360px;
}

.sm .item .btn {
  width: 400px;
}
}/*-- 1160px --*/

@media screen and (min-width:1260px) {
.sm .item .img {
  padding-top: 95px;
  padding-bottom: 95px;
}

.sm .item .img h2 {
  letter-spacing: 9px;
}

.sm .item .img .bun {
  margin-right: 37.5%;
}

.sm .item .img img.num {
  right: 10%;
}

.sm .item .main {
  padding-top: 95px;
}

.sm .item .box h4 {
  letter-spacing: 2px;
}

.sm .item .box p {
  line-height: 1.7em;
}

.sm .s1 .box .ab01 {
  bottom: 200px;
}

.sm .s1 .slick01 {
  height: 620px;
}

.sm .s2 .slick01 {
  height: 630px;
}

.sm .s3 .slick01 {
  height: 510px;
}

.sm .s4 .slick01 {
  height: 660px;
}

.sm .s5 .slick01 {
  height: 390px;
}

.sm .s6 .slick01 {
  height: 360px;
}
}/*-- 1260px --*/

@media screen and (min-width:1360px) {
.sm .item .img {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sm .item .img h2 {
  font-size: 40px;
  letter-spacing: 10px;
}

.sm .item .img .bun {
  font-size: 18px;
}

.sm .item .img img.num {
  width: 300px;
}

.sm .s1 .img img.num {
  width: 280px;
}

.sm .item .main {
  padding-bottom: 135px;
}

.sm .item .box {
  margin-bottom: 50px;
}

.sm .item .box h4 {
  font-size: 20px;
}

.sm .item .box p {
  margin-bottom: 25px;
  font-size: 15.5px;
}

.sm .s1 .box .ab01 {
  bottom: 210px;
}

.sm .item .figure {
  margin-bottom: 75px;
}

.sm .s1 .slick01 {
  height: 580px;
}

.sm .s2 .slick01 {
  height: 650px;
}

.sm .s3 .slick01 {
  height: 530px;
}

.sm .s4 .slick01 {
  height: 680px;
}

.sm .s5 .slick01 {
  height: 410px;
}

.sm .s6 .slick01 {
  height: 370px;
}
}/*-- 1360px --*/

@media screen and (min-width:1460px) {
.sm .item .img {
  padding-top: 105px;
  padding-bottom: 105px;
}

.sm .item .img h2 {
  margin-bottom: 50px;
  font-size: 42px;
}

.sm .item .img .bun {
  margin-right: 40%;
  font-size: 18.5px;
  line-height: 2em;
}

.sm .item .img img.num {
  width: 340px;
}

.sm .s1 .img img.num {
  width: 320px;
}

.sm .item .main {
  padding-top: 100px;
  padding-bottom: 140px;
}

.sm .item .box p {
  font-size: 16px;
}

.sm .s1 .slick01 {
  height: 590px;
}

.sm .s2 .slick01 {
  height: 660px;
}

.sm .s3 .slick01 {
  height: 550px;
}

.sm .s4 .slick01 {
  height: 700px;
}

.sm .s5 .slick01 {
  height: 400px;
}

.sm .s6 .slick01 {
  height: 370px;
}

.sm .item .btn {
  height: 55px;
}

.sm .item .btn a {
  font-size: 18px;
  line-height: 55px;
}
}/*-- 1460px --*/

@media screen and (min-width:1560px) {
.sm {
  margin-top: 140px;
}

.sm .item .img {
  padding-top: 110px;
  padding-bottom: 110px;
}

.sm .item .img h2 {
  margin-bottom: 55px;
  font-size: 46px;
}

.sm .item .img .bun {
  font-size: 19px;
  letter-spacing: 2.5px;
  line-height: 2.1em;
}

.sm .item .img img.num {
  width: 350px;
}

.sm .s1 .img img.num {
  width: 330px;
}

.sm .item .wtf {
  width: 90%;
}

.sm .item .text {
  width: 44%;
}

.sm .item .box {
  margin-bottom: 55px;
}

.sm .item .box h4 {
  margin-bottom: 30px;
  font-size: 21px;
}

.sm .item .box p {
  font-size: 16.5px;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.sm .s1 .box .ab01 {
  bottom: 230px;
}

.sm .item .figure {
  width: 44%;
}

.sm .s1 .slick01 {
  height: 680px;
}

.sm .s2 .slick01 {
  height: 750px;
}

.sm .s3 .slick01 {
  height: 590px;
}

.sm .s4 .slick01 {
  height: 800px;
}

.sm .s5 .slick01 {
  height: 450px;
}

.sm .s6 .slick01 {
  height: 420px;
}

.sm .item .bg {
  top: 30px;
  left: 30px;
}
}/*-- 1560px --*/


/*----- km div要素 -----*/
.km {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width:960px) {
.km {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
}
}/*-- 960px --*/

@media screen and (min-width:1360px) {
.km {
  width: 80%;
}
}/*-- 1360px --*/

@media screen and (min-width:1560px) {
.km {
  max-width: 1270px;
}
}/*-- 1560px --*/

/*----- company -----*/
.k {
  position: relative;
  margin: 40px auto 0;
  padding-top: 50px;
  width: 100%;
}

.k .ttl {
  margin: 0 auto 60px;
  text-align: center;
}

.k .inner {
  position: relative;
  display: inline-block;
}

.k .ttl h2 {
  position: relative;
  margin-left: 7px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 1em;
  color: rgb(0,0,0);
  z-index: 2;
}

.k .ttl img {
  position: absolute;
  right: -75px;
  bottom: -15px;
  width: 110px;
  z-index: 1;
}

.k .items {
  width: 85%;
  margin: 0 auto;
}

.k .item {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px rgb(180,180,180);
}

.k .item::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid rgb(30,130,90);
}

.k .item .att,
.k .item .val {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
}

.k .item .att {
  width: 30%;
}

.k .item .val {
  padding-right: 10px;
  text-align: justify;
  width: 70%;
}

@media screen and (min-width:460px) {
.k {
  padding-top: 60px;
}

.k .ttl {
  margin-bottom: 65px;
}

.k .ttl h2 {
  font-size: 32px;
}

.k .ttl img {
  right: -80px;
  bottom: -20px;
  width: 120px;
}

.k .items {
  width: 80%;
}

.k .item {
  margin-bottom: 18px;
}

.k .item .att,
.k .item .val {
  font-size: 14px;
  letter-spacing: 1px;
}

.k .item .val {
  padding-right: 20px;
}
}/*-- 460px --*/

@media screen and (min-width:560px) {
.k .ttl h2 {
  font-size: 36px;
}

.k .ttl img {
  width: 130px;
}

.k .item {
  margin-bottom: 20px;
}

.k .item .att,
.k .item .val {
  font-size: 15px;
}

.k .item .att {
  padding-left: 15px;
}

.k .item .val {
  padding-left: 20px;
  padding-right: 50px;
  letter-spacing: 2px;
}
}/*-- 560px --*/

@media screen and (min-width:760px) {
.k .ttl {
  margin-bottom: 70px;
}

.k .ttl h2 {
  margin-left: 9px;
  font-size: 38px;
  letter-spacing: 9px;
}

.k .ttl img {
  right: -90px;
  width: 135px;
}

.k .items {
  width: 70%;
}

.k .item .att,
.k .item .val {
  font-size: 16px;
}

.k .item .att {
  padding-left: 20px;
  letter-spacing: 2px;
}

.k .item .val {
  padding-left: 30px;
  padding-right: 70px;
}
}/*-- 760px --*/

@media screen and (min-width:960px) {
.k {
  flex-shrink: 0;
  margin-right: 0;
  margin-bottom: 120px;
  width: 50%;
}

.k .ttl {
  margin-bottom: 65px;
}

.k .ttl h2 {
  font-size: 36px;
}

.k .ttl img {
  right: -70px;
  width: 130px;
}

.k .items {
  width: 100%;
}

.k .item {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.k .item .att,
.k .item .val {
  font-size: 15px;
  letter-spacing: 0.5px;
}

.k .item .att {
  padding-left: 15px;
}

.k .item .val {
  padding-left: 20px;
  padding-right: 30px;
}
}/*-- 960px --*/

@media screen and (min-width:1160px) {
.k {
  padding-top: 70px;
}

.k .ttl {
  margin-bottom: 70px;
}

.k .ttl h2 {
  font-size: 40px;
}

.k .ttl img {
  bottom: -25px;
  width: 140px;
}

.k .item {
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.k .item .att,
.k .item .val {
  font-size: 15.5px;
  letter-spacing: 1px;
}

.k .item .val {
  padding-right: 70px;
}
}/*-- 1160px --*/

@media screen and (min-width:1360px) {
.k {
  margin-top: 50px;
  margin-bottom: 130px;
}

.k .ttl {
  margin-bottom: 75px;
}

.k .ttl h2 {
  font-size: 44px;
}

.k .ttl img {
  right: -75px;
  width: 150px;
}

.k .item {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.k .item .att,
.k .item .val {
  font-size: 16px;
}

.k .item .val {
  padding-right: 90px;
}
}/*-- 1360px --*/


@media screen and (min-width:1560px) {
.k {
  padding-top: 80px;
  margin-bottom: 140px;
}

.k .ttl {
  margin-bottom: 80px;
}

.k .ttl h2 {
  font-size: 48px;
}

.k .ttl img {
  right: -80px;
  width: 160px;
}

.k .item .att,
.k .item .val {
  font-size: 17px;
  line-height: 1.8em;
}

.k .item .val {
  padding-right: 120px;
}
}/*-- 1560px --*/


/*----- map -----*/
.m {
  position: relative;
  margin: 90px auto 100px;
  width: 100%;
}

.m .ttl {
  margin: 0 auto 60px;
  text-align: center;
}

.m .inner {
  position: relative;
  display: inline-block;
}

.m .ttl h2 {
  position: relative;
  margin-left: 7px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 1em;
  color: rgb(0,0,0);
  z-index: 2;
}

.m .ttl img {
  position: absolute;
  right: -60px;
  bottom: -15px;
  width: 100px;
  z-index: 1;
}

.m .main {
  margin: 0 auto;
  width: 100%;
  height: 320px;
}

.m iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width:460px) {
.m {
  margin-bottom: 110px;
}

.m .ttl {
  margin-bottom: 65px;
}

.m .ttl h2 {
  font-size: 32px;
}

.m .ttl img {
  right: -65px;
  bottom: -20px;
  width: 110px;
}
}/*-- 460px --*/

@media screen and (min-width:560px) {
.m .ttl h2 {
  font-size: 36px;
}

.m .ttl img {
  width: 120px;
}

.m .main {
  height: 350px;
}
}/*-- 560px --*/

@media screen and (min-width:760px) {
.m {
  margin-top: 100px;
  margin-bottom: 120px;
}

.m .ttl {
  margin-bottom: 70px;
}

.m .ttl h2 {
  margin-left: 9px;
  font-size: 38px;
  letter-spacing: 9px;
}

.m .ttl img {
  right: -70px;
  width: 125px;
}

.m .main {
  height: 380px;
}
}/*-- 760px --*/

@media screen and (min-width:960px) {
.m {
  flex-shrink: 0;
  margin-left: 0;
  margin-bottom: 120px;
  width: 45%;
}

.m .ttl {
  margin-bottom: 65px;
}

.m .ttl h2 {
  font-size: 36px;
}

.m .ttl img {
  right: -55px;
  width: 120px;
}

.m .main {
  height: 610px;
}
}/*-- 960px --*/

@media screen and (min-width:1160px) {
.m {
  margin-top: 110px;
}

.m .ttl {
  margin-bottom: 70px;
}

.m .ttl h2 {
  font-size: 40px;
}

.m .ttl img {
  bottom: -25px;
  width: 130px;
}

.m .main {
  height: 660px;
}
}/*-- 1160px --*/

@media screen and (min-width:1360px) {
.m {
  margin-top: 120px;
  margin-bottom: 130px;
}

.m .ttl {
  margin-bottom: 75px;
}

.m .ttl h2 {
  font-size: 44px;
}

.m .ttl img {
  width: 130px;
}

.m .main {
  height: 725px;
}
}/*-- 1360px --*/

@media screen and (min-width:1560px) {
.m {
  margin-top: 130px;
  margin-bottom: 140px;
}

.m .ttl {
  margin-bottom: 80px;
}

.m .ttl h2 {
  font-size: 48px;
}

.m .ttl img {
  width: 140px;
}

.m .main {
  height: 800px;
}
}/*-- 1560px --*/








/*----- contact -----*/
.c {
  padding-top: 70px;
  padding-bottom: 70px;
  width: 100%;
  background-image: url('img/c1.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c .wrap {
  width: 100%;
  margin: 0 auto;
}

.c .ttl {
  margin: 0 auto;
  text-align: center;
}

.c .inner {
  position: relative;
  display: inline-block;
}

.c .ttl h2 {
  position: relative;
  margin-left: 2px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1em;
  color: rgb(255,255,255);
  z-index: 2;
}

.c .ttl img {
  position: absolute;
  right: -50px;
  bottom: -15px;
  width: 105px;
  z-index: 1;
}

.c .text {
  width: 80%;
  max-width: 800px;
  margin: 55px auto 50px;
}

.c .text p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7em;
  color: rgb(255,255,255);
  text-align: justify;
}

.c .items {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.c .item {
  display: block;
  margin-bottom: 15px;
}

.c .item .att {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgb(255,255,255);
}

.c .item input[type="text"],
.c .item select,
.c .item textarea {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(255,255,255);
  border: 2px solid rgb(255,255,255);
}

.c .item input[type="text"],
.c .item select {
  height: 40px;
  line-height: 38px;
}

.c .item textarea {
  height: 150px;
  padding-top: 10px;
  line-height: 1.6em;
  overflow-x: hidden;
}

.c .item input[type="text"]:focus,
.c .item select:focus,
.c .item textarea:focus {
  background-color: rgba(255,255,255,0.2);
}

.c input[type="submit"] {
  display: block;
  margin: 60px auto 0;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 50px;
  color: rgb(30,130,90);
  background-color: rgb(255,255,255);
  transition: 0.5s;
}

.c input[type="submit"]:hover {
  background-color: rgb(30,130,90);
  color: rgb(255,255,255);
}

.c .screen-reader-response {
  display: none;
}

.c .screen-reader-response ul{
  display: none;
}

.c .wpcf7-response-output {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: rgb(255,255,255);
  margin-top: 20px;
}

.c .wpcf7-not-valid-tip {
  margin-top: 3px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(255,150,150);
}


@media screen and (min-width: 560px) {
.c {
  padding-top: 80px;
  padding-bottom: 80px;
}

.c .ttl h2 {
  font-size: 36px;
}

.c .ttl img {
  right: -65px;
  bottom: -20px;
  width: 125px;
}

.c .text {
  width: 75%;
}

.c .text p {
  font-size: 15px;
  letter-spacing: 1px;
}

.c .items {
  width: 75%;
}

.c .item {
  margin-bottom: 20px;
}

.c .item .att {
  font-size: 16px;
}

.c .item textarea {
  height: 180px;
}

.c input[type="submit"] {
  width: 250px;
}
}/*-- 560px --*/

@media screen and (min-width: 760px) {
.c {
  padding-bottom: 90px;
}

.c .ttl h2 {
  margin-left: 4px;
  font-size: 38px;
  letter-spacing: 4px;
}

.c .ttl img {
  width: 130px;
}

.c .text {
  width: 75%;
  margin-top: 65px;
  margin-bottom: 65px;
}

.c .text p {
  margin-bottom: 25px;
  font-size: 16px;
}

.c .items {
  width: 75%;
}

.c .item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.c .item span {
  flex: 1;
  display: block;
  width: 100%;
}

.c .item .att {
  margin-bottom: 0;
  width: 170px;
}

.c .item input[type="text"],
.c .item select,
.c .item textarea {
  flex: 1;
  font-size: 17px;
}

.c input[type="submit"] {
  margin-top: 70px;
  height: 55px;
  border-radius: 27.5px;
  line-height: 55px;
  letter-spacing: 10px;
}
}/*-- 760px --*/

@media screen and (min-width: 960px) {
.c {
  padding-top: 90px;
  padding-bottom: 100px;
}

.c .ttl h2 {
  margin-left: 5px;
  font-size: 40px;
  letter-spacing: 5px;
}

.c .ttl img {
  right: -70px;
  bottom: -25px;
  width: 145px;
}

.c .item {
  margin-bottom: 30px;
}

.c .item .att {
  width: 230px;
  font-size: 17px;
}

.c .item input[type="text"],
.c .item select,
.c .item textarea {
  padding-left: 15px;
  padding-right: 15px;
}

.c .item input[type="text"],
.c .item select {
  height: 45px;
  line-height: 45px;
}

.c .item textarea {
  padding-top: 15px;
  height: 200px;
}

.c input[type="submit"] {
  margin-top: 80px;
  width: 300px;
}
}/*-- 960px --*/

@media screen and (min-width: 1160px) {
.c .ttl h2 {
  font-size: 44px;
}

.c .ttl img {
  right: -80px;
  width: 155px;
}

.c .text {
  margin-top: 70px;
  margin-bottom: 70px;
}

.c .text p {
  font-size: 17px;
}

.c .item .att {
  font-size: 18px;
}
}/*-- 1160px --*/

@media screen and (min-width: 1360px) {
.c {
  padding-top: 95px;
}

.c .ttl h2 {
  font-size: 46px;
}

.c .ttl img {
  right: -90px;
  width: 160px;
}
}/*-- 1360px --*/

@media screen and (min-width:1560px) {
.c {
  padding-top: 100px;
  padding-bottom: 110px;
}

.c .ttl h2 {
  font-size: 50px;
}

.c .ttl img {
  right: -100px;
  bottom: -30px;
  width: 170px;
}

.c .text {
  margin-bottom: 75px;
}
}/*-- 1560px --*/
