/*
Theme Name: 西木電工様
Author: K.Nakamura
Description: 西木電工様
*/



/*----- firstview -----*/
.f {
  position: relative;
  margin-top: 50px;
  margin-bottom: 0;
  width: 100%;
  height: 340px;
  overflow: hidden;
}

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

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

.f .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 .wrap .mainImg:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.f .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 }
}

.f .text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 100px;
  background: linear-gradient(rgba(100,200,230,0.7), rgba(0,140,210,0.7));
  z-index: 1;
}

.f .text h1 {
  margin: 0;
  margin-top: 20px;
  margin-left: 18px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6em;
  color: rgb(255,255,255);
}

.f .text h1 .fir {
  font-size: 18px;
}

.f .text h1 .sec {
  font-size: 16px;
}

.f .text .tri {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 65px;
  z-index: 2;
}

.f .city {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url('img/city.png');
  background-position: center;
  background-repeat: repeat-x;
  background-size: 400px;
  z-index: 2;
}


@media screen and (min-width:560px) {
.f {
  height: 400px;
}

.f .text {
  top: 45%;
  width: 400px;
  height: 140px;
}

.f .text h1 {
  margin-top: 28px;
  margin-left: 30px;
  font-size: 26px;
}

.f .text h1 .fir {
  font-size: 23px;
}

.f .text h1 .sec {
  font-size: 20px;
}

.f .text .tri {
  top: -40px;
  right: -35px;
  width: 90px;
}

.f .city {
  bottom: 15px;
  height: 60px;
  background-size: 500px;
}
}/*-- 560px --*/

@media screen and (min-width:760px) {
.f {
  height: 440px;
}

.f .text {
  top: 45%;
  width: 480px;
  height: 160px;
}

.f .text h1 {
  margin-top: 30px;
  margin-left: 32px;
  font-size: 32px;
}

.f .text h1 .fir {
  font-size: 28px;
}

.f .text h1 .sec {
  font-size: 24px;
}

.f .text .tri {
  top: -50px;
  right: -45px;
  width: 110px;
}

.f .city {
  bottom: 15px;
  height: 65px;
  background-size: 550px;
}
}/*-- 760px --*/

@media screen and (min-width:960px) {
.f {
  margin-top: 110px;
  height: 550px;
}

.f .text {
  top: 45%;
  width: 600px;
  height: 200px;
}

.f .text h1 {
  margin-top: 35px;
  margin-left: 35px;
  font-size: 40px;
  letter-spacing: 2px;
}

.f .text h1 .fir {
  font-size: 35px;
}

.f .text h1 .sec {
  font-size: 30px;
}

.f .text .tri {
  top: -60px;
  right: -50px;
  width: 130px;
}

.f .city {
  bottom: 5px;
  height: 85px;
  background-size: 750px;
}
}/*-- 960px --*/

@media screen and (min-width:1160px) {
.f {
  height: 580px;
}

.f .text {
  width: 640px;
}

.f .text h1 {
  margin-left: 50px;
}
}/*-- 1160px --*/

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

.f .text {
  width: 720px;
  height: 230px;
}

.f .text h1 {
  margin-top: 43px;
  margin-left: 60px;
  font-size: 46px;
}

.f .text h1 .fir {
  font-size: 40px;
}

.f .text h1 .sec {
  font-size: 34px;
}

.f .text .tri {
  top: -70px;
  right: -55px;
  width: 150px;
}

.f .city {
  bottom: 10px;
  height: 90px;
  background-size: 800px;
}
}/*-- 1360px --*/

@media screen and (min-width:1560px) {
.f {
  height: 700px;
}

.f .text {
  width: 800px;
  height: 260px;
}

.f .text h1 {
  margin-top: 50px;
  margin-left: 65px;
  font-size: 50px;
  letter-spacing: 3px;
}

.f .text h1 .fir {
  font-size: 42px;
}

.f .text h1 .sec {
  font-size: 38px;
}

.f .text .tri {
  top: -85px;
  right: -65px;
  width: 170px;
}

.f .city {
  height: 100px;
  background-size: 900px;
}
}/*-- 1560px --*/


/*----- greeting -----*/
.g {
  margin: 40px auto 50px;
  width: 100%;
}

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

.g .dic {
  position: relative;
  margin: 0 auto;
  width: 22px;
}

.g .dic::before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 18px;
  width: 1200px;
  height: 2px;
  background-color: rgb(255,130,55);
}

.g .dic::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 15px;
  width: 1200px;
  height: 2px;
  background-color: rgb(255,130,55);
}

.g .dic img {
  width: 100%;
}

.g .txts {
  margin: 30px auto 40px;
  width: 100%;
}

.g .txts h2 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center;
}

.g .txts h2 br.smp {
  display: inline;
}

.g .txts p {
  margin: 0 auto 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
}

.g .txts p br.smp {
  display: inline;
}

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

.g .pts h2 {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1em;
}

.g .pts h2::before,
.g .pts h2::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 2px;
  height: 30px;
  background-color: rgb(255,245,55);
}

.g .pts h2::before {
  left: -15px;
  transform: rotate(-25deg);
}

.g .pts h2::after {
  right: -15px;
  transform: rotate(25deg);
}

.g .pts .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 85%;
  margin: 40px auto 0;
}

.g .pts .pt {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 4px solid rgb(255,120,40);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.g .pts .p1 {
  background-image: url('img/p1.jpg');
}

.g .pts .p2 {
  background-image: url('img/p2.jpg');
}

.g .pts .p3 {
  background-image: url('img/p3.jpg');
}

.g .pts .p4 {
  background-image: url('img/p4.jpg');
}

.g .pts .p5 {
  background-image: url('img/p5.jpg');
}

.g .pts h4 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6em;
  color: rgb(150,70,20);
  text-align: center;
}

@media screen and (min-width:460px) {
.g .txts {
  margin-top: 40px;
  margin-bottom: 50px;
}

.g .txts h2 {
  font-size: 19px;
  letter-spacing: 2px;
}

.g .txts p {
  font-size: 13.5px;
  letter-spacing: 1px;
  line-height: 1.7em;
}

.g .pts {
  margin-top: 50px;
}

.g .pts h2 {
  font-size: 18px;
  letter-spacing: 2px;
}

.g .pts .flex {
  margin-top: 45px;
}

.g .pts .pt {
  margin-left: 15px;
  margin-right: 15px;
  width: 150px;
  height: 150px;
}

.g .pts h4 {
  font-size: 18px;
  letter-spacing: 2px;
}
}/*-- 460px --*/

@media screen and (min-width:560px) {
.g {
margin: 40px auto 50px;
  margin-top: 50px;
}

.g .dic {
  width: 28px;
}

.g .dic::before {
  bottom: 11px;
  right: 23px;
}

.g .dic::after {
  left: 19px;
}

.g .txts h2 {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 3px;
}

.g .txts p {
  font-size: 14.5px;
}

.g .pts h2 {
  font-size: 20px;
  letter-spacing: 3px;
}

.g .pts h2::before,
.g .pts h2::after {
  top: -7px;
  height: 35px;
}

.g .pts h2::before {
  left: -17px;
}

.g .pts h2::after {
  right: -17px;
}

.g .pts .flex {
  margin-top: 50px;
}

.g .pts .pt {
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  width: 170px;
  height: 170px;
}

.g .pts h4 {
  font-size: 19px;
}
}/*-- 560px --*/

@media screen and (min-width:660px) {
.g .pts .pt {
  margin-left: 15px;
  margin-right: 15px;
  width: 160px;
  height: 160px;
}
}/*-- 660px --*/

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

.g .dic {
  width: 32px;
}

.g .dic::before {
  bottom: 12.5px;
  right: 26px;
  height: 3px;
}

.g .dic::after {
  left: 21px;
  height: 3px;
}

.g .txts {
  margin-top: 45px;
}

.g .txts h2 {
  font-size: 21px;
}

.g .txts p {
  margin-bottom: 25px;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.g .pts {
  margin-top: 55px;
}

.g .pts h2 {
  font-size: 21px;
}

.g .pts h2::before,
.g .pts h2::after {
  width: 3px;
}

.g .pts .pt {
  margin-left: 20px;
  margin-right: 20px;
  width: 175px;
  height: 175px;
}

.g .pts h4 {
  letter-spacing: 3px;
  line-height: 1.7em;
}
}/*-- 760px --*/

@media screen and (min-width:860px) {
.g .pts .pt {
  margin-left: 25px;
  margin-right: 25px;
  width: 185px;
  height: 185px;
}
}/*-- 860px --*/

@media screen and (min-width:960px) {
.g {
  margin-top: 55px;
  margin-bottom: 65px;
}

.g .dic {
  width: 38px;
}

.g .dic::before {
  bottom: 15px;
  right: 31px;
}

.g .dic::after {
  left: 25px;
}

.g .txts {
  margin-bottom: 55px;
}

.g .txts h2 br.smp {
  display: none;
}

.g .txts p br.smp {
  display: none;
}

.g .txts h2 {
  font-size: 23px;
}

.g .txts p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.8em;
}

.g .pts h2 {
  font-size: 23px;
}

.g .pts .flex {
  margin-top: 60px;
  width: 95%;
}

.g .pts .pt {
  margin-left: 10px;
  margin-right: 10px;
  width: 160px;
  height: 160px;
}

.g .pts h4 {
  letter-spacing: 3px;
  line-height: 1.7em;
}
}/*-- 960px --*/

@media screen and (min-width:1060px) {
.g .pts .pt {
  margin-left: 15px;
  margin-right: 15px;
  width: 170px;
  height: 170px;
}
}/*-- 1060px --*/

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

.g .dic {
  width: 42px;
}

.g .dic::before {
  bottom: 17px;
  right: 34px;
}

.g .dic::after {
  left: 28px;
}

.g .txts {
  margin-top: 55px;
  margin-bottom: 60px;
}

.g .txts h2 {
  margin-bottom: 40px;
  font-size: 25px;
}

.g .txts p {
  margin-bottom: 30px;
}

.g .pts h2 {
  font-size: 25px;
}

.g .pts h2::before,
.g .pts h2::after {
  height: 40px;
}

.g .pts h2::before {
  left: -22px;
}

.g .pts h2::after {
  right: -22px;
}

.g .pts .pt {
  width: 180px;
  height: 180px;
}
}/*-- 1160px --*/

@media screen and (min-width:1260px) {
.g .pts .pt {
  margin-left: 18px;
  margin-right: 18px;
  width: 185px;
  height: 185px;
}
}/*-- 1260px --*/

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

.g .dic {
  width: 48px;
}

.g .dic::before {
  bottom: 19px;
  right: 38px;
  height: 4px;
}

.g .dic::after {
  left: 31px;
  height: 4px;
}

.g .txts {
  margin-top: 60px;
  margin-bottom: 65px;
}

.g .txts h2 {
  font-size: 27px;
}

.g .txts p {
  line-height: 1.9em;
}

.g .pts {
  margin-top: 60px;
}

.g .pts h2 {
  font-size: 27px;
}

.g .pts .pt {
  margin-left: 20px;
  margin-right: 20px;
  width: 200px;
  height: 200px;
}

.g .pts h4 {
  font-size: 21px;
  letter-spacing: 4px;
}
}/*-- 1360px --*/














/*----- service(navi) -----*/
.s {
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 40px;
  width: 100%;
  background-image: url('img/sbg.jpg');
  background-position: 70% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.s .ttl h2 {
  margin-left: 4px;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1em;
  text-align: center;
  color: rgb(255,120,40);
}

.s .ttl p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 3px;
  text-align: center;
  color: rgb(255,120,40);
}

.s .menus {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 60px auto 0;
  width: 100%;
}

.s .menu {
  margin: 0 3% 40px;
  cursor: pointer;
}

.s .menu .circle {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgb(255,245,55);
  border: rgb(255,255,255) 5px solid;
  transition: 0.5s;
}

.s .menu:hover .circle {
  border: rgb(255,255,255) 12px solid;
}

.s .menu .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s .m1 .circle img {
  width: 55px;
}

.s .m2 .circle img {
  width: 90px;
}

.s .m3 .circle img {
  width: 80px;
}

.s .m4 .circle img {
  width: 85px;
}

.s .m5 .circle img {
  width: 85px;
}

.s .m6 .circle img {
  width: 80px;
}

.s .menu h3 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}

@media screen and (min-width:460px) {
.s .menu {
  margin: 0 5% 45px;
}
}/*-- 460px --*/

@media screen and (min-width:560px) {
.s {
  padding-top: 80px;
  background-position: 60% 50%;
}

.s .ttl h2 {
  font-size: 38px;
}

.s .ttl p {
  font-size: 17px;
  letter-spacing: 4px;
}

.s .menu {
  margin: 0 5% 50px;
}

.s .menu .circle {
  width: 170px;
  height: 170px;
}

.s .menu:hover .circle {
  border: rgb(255,255,255) 15px solid;
}

.s .m1 .circle img {
  width: 60px;
}

.s .m2 .circle img {
  width: 100px;
}

.s .m3 .circle img {
  width: 85px;
}

.s .m4 .circle img {
  width: 90px;
}

.s .m5 .circle img {
  width: 95px;
}

.s .m6 .circle img {
  width: 85px;
}

.s .menu h3 {
  font-size: 17px;
  letter-spacing: 1px;
}
}/*-- 560px --*/

@media screen and (min-width:660px) {
.s .menu {
  margin: 0 6% 50px;
}
}/*-- 660px --*/

@media screen and (min-width:760px) {
.s .ttl h2 {
  margin-bottom: 18px;
  font-size: 40px;
}

.s .ttl p {
  letter-spacing: 5px;
}

.s .menus {
  margin-top: 70px;
}

.s .menu {
  margin: 0 3% 60px;
}
}/*-- 760px --*/

@media screen and (min-width:860px) {
.s .menu {
  margin: 0 4% 60px;
}
}/*-- 860px --*/

@media screen and (min-width:960px) {
.s {
  padding-top: 85px;
}

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

.s .menu .circle {
  width: 180px;
  height: 180px;
}

.s .menu h3 {
  margin-top: 20px;
  font-size: 18px;
}
}/*-- 960px --*/

@media screen and (min-width:1060px) {
.s {
  padding-top: 90px;
}

.s .menu {
  margin: 0 4.5% 70px;
}

.s .menu .circle {
  width: 190px;
  height: 190px;
}

.s .m1 .circle img {
  width: 65px;
}

.s .m2 .circle img {
  width: 115px;
}

.s .m3 .circle img {
  width: 90px;
}

.s .m4 .circle img {
  width: 100px;
}

.s .m5 .circle img {
  width: 105px;
}

.s .m6 .circle img {
  width: 90px;
}

.s .menu h3 {
  font-size: 19px;
}
}/*-- 1060px --*/

@media screen and (min-width:1160px) {
.s .ttl h2 {
  margin-bottom: 20px;
  font-size: 46px;
  letter-spacing: 10px;
}

.s .ttl p {
  font-size: 18px;
}

.s .menus {
  width: 95%;
  margin-top: 80px;
}

.s .menu .circle {
  width: 210px;
  height: 210px;
}

.s .m1 .circle img {
  width: 75px;
}

.s .m2 .circle img {
  width: 130px;
}

.s .m3 .circle img {
  width: 100px;
}

.s .m4 .circle img {
  width: 115px;
}

.s .m5 .circle img {
  width: 120px;
}

.s .m6 .circle img {
  width: 100px;
}

.s .menu h3 {
  font-size: 20px;
  letter-spacing: 2px;
}
}/*-- 1160px --*/

@media screen and (min-width:1260px) {
.s .ttl h2 {
  font-size: 48px;
}

.s .menus {
  width: 90%;
}
}/*-- 1260px --*/

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

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

.s .ttl p {
  font-size: 19px;
}

.s .menus {
  max-width: 1350px;
}

.s .menu {
  margin: 0 5% 75px;
}

.s .menu .circle {
  width: 230px;
  height: 230px;
}

.s .m1 .circle img {
  width: 80px;
}

.s .m2 .circle img {
  width: 140px;
}

.s .m3 .circle img {
  width: 110px;
}

.s .m4 .circle img {
  width: 125px;
}

.s .m5 .circle img {
  width: 125px;
}

.s .m6 .circle img {
  width: 110px;
}

.s .menu h3 {
  font-size: 21px;
  letter-spacing: 3px;
}
}/*-- 1460px --*/


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

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

.sm .item {
  width: 100%;
  padding-top: 50px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.sm .item .img {
  position: relative;
  margin-bottom: 50px;
  padding-top: 70px;
  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% 50%;
}

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

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

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

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

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

.sm .item .img h2 {
  position: relative;
  display: inline-block;
  margin-left: 10%;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1em;
  color: rgb(255,255,255);
}

.sm .s4 .img h2 {
  letter-spacing: -5px;
}

.sm .item .img h2 img.icon,
.sm .item .img h2 img.icon2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sm .s1 .img h2 img.icon {
  width: 22px;
  right: -50px;
}

.sm .s2 .img h2 img.icon {
  width: 35px;
  right: -70px;
}

.sm .s3 .img h2 img.icon {
  width: 30px;
  right: -60px;
}

.sm .s4 .img h2 img.icon {
  width: 29px;
  right: -60px;
}

.sm .s4 .img h2 img.icon2 {
  width: 32px;
  right: -100px;
}

.sm .s5 .img h2 img.icon {
  width: 30px;
  right: -60px;
}

.sm .s6 .img h2 img.icon {
  width: 30px;
  right: -60px;
}

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

.sm .item .img .list {
  margin-left: 10%;
  margin-right: 10%;
  list-style: "■";
  color: rgb(255,255,255);
}

.sm .item .img .list li {
  margin-bottom: 10px;
  margin-left: 1em;
  padding-left: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
}

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

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

.sm .item .chara {
  width: 90%;
  margin: 0 auto 50px;
}

.sm .item .chara .att {
  margin-bottom: 30px;
  padding: 10px 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: rgb(255,255,255);
  background-color: rgb(255,120,40);
  border-left: 10px solid rgb(150,70,25);
}

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

.sm .item .val .list {
  margin-bottom: 25px;
  list-style: "■";
}

.sm .item .val .list li {
  margin-bottom: 8px;
  margin-left: 1em;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.sm .item .val .bun {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  text-align: justify;
}

.sm .item .val .list2 li {
  margin-bottom: 20px;
}

.sm .item .val .list2 h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -1px;
}

.sm .item .val .list2 h4 span {
  margin-right: 7px;
  font-size: 19px;
  color: rgb(255,245,55);
}

.sm .item .val .list2 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  text-align: justify;
}

.sm .item .btn {
  position: relative;
  margin-right: 5%;
  margin-left: auto;
  width: 220px;
  height: 45px;
  background-color: rgb(255,120,40);
  box-shadow: 0 5px 0 rgb(150,70,25);
  transition: 0.4s;
}

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

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

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

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

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

.sm .item .img h2 {
  font-size: 30px;
  letter-spacing: 3px;
}

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

.sm .item .img .list li {
  padding-left: 7px;
  letter-spacing: 1px;
}

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

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

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

.sm .item .chara .att {
  margin-bottom: 35px;
  padding: 12px 20px;
  letter-spacing: 2px;
  border-left: 12px solid rgb(150,70,25);
}

.sm .item .val .list {
  margin-bottom: 30px;
}

.sm .item .val .list li {
  margin-bottom: 10px;
  font-size: 14.5px;
}

.sm .item .val .bun {
  margin-bottom: 30px;
  font-size: 14.5px;
  line-height: 1.8em;
}

.sm .item .val .list2 li {
  margin-bottom: 25px;
}

.sm .item .val .list2 h4 {
  margin-bottom: 8px;
  font-size: 17.5px;
  letter-spacing: 1px;
}

.sm .item .val .list2 h4 span {
  font-size: 20px;
}

.sm .item .val .list2 p {
  font-size: 14.5px;
  line-height: 1.8em;
}
}/*-- 460px --*/

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

.sm .item {
  margin-bottom: 120px;
}

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

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

.sm .s1 .img h2 img.icon {
  width: 25px;
  right: -80px;
}

.sm .s2 .img h2 img.icon {
  width: 42px;
  right: -100px;
}

.sm .s3 .img h2 img.icon {
  width: 34px;
  right: -90px;
}

.sm .s4 .img h2 img.icon {
  width: 34px;
  right: -100px;
}

.sm .s4 .img h2 img.icon2 {
  width: 37px;
  right: -155px;
}

.sm .s5 .img h2 img.icon {
  width: 34px;
  right: -100px;
}

.sm .s6 .img h2 img.icon {
  width: 34px;
  right: -100px;
}

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

.sm .item .img .list li {
  font-size: 16px;
}

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

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

.sm .item .chara {
  width: 85%;
}

.sm .item .chara .att {
  margin-bottom: 40px;
  font-size: 18px;
}

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

.sm .item .val .list li {
  margin-bottom: 12px;
  padding-left: 10px;
  font-size: 15px;
}

.sm .item .val .bun {
  font-size: 15px;
  letter-spacing: 1px;
}

.sm .item .val .list2 h4 {
  font-size: 18px;
  letter-spacing: 2px;
}

.sm .item .val .list2 h4 span {
  font-size: 21px;
}

.sm .item .val .list2 p {
  font-size: 15px;
  letter-spacing: 1px;
}

.sm .item .btn {
  margin-right: 7.5%;
  width: 260px;
  height: 50px;
  box-shadow: 0 7px 0 rgb(150,70,25);
}

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

.sm .item .btn a {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 50px;
}
}/*-- 560px --*/

@media screen and (min-width:660px) {
.sm .item .img h2 {
  font-size: 36px;
  letter-spacing: 5px;
}

.sm .item .img .bun {
  margin-bottom: 40px;
  line-height: 2em;
}

.sm .item .img .list li {
  letter-spacing: 1.5px;
}

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

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

.sm .item .val {
  width: 85%;
}
}/*-- 660px --*/

@media screen and (min-width:760px) {
.sm .item {
  margin-bottom: 140px;
}

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

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

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

.sm .item .img .list li {
  font-size: 16.5px;
}

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

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

.sm .item .chara {
  margin-bottom: 70px;
}

.sm .item .chara .att {
  margin-bottom: 45px;
  padding: 14px 25px;
  font-size: 18.5px;
}

.sm .item .val .list {
  margin-bottom: 35px;
}

.sm .item .val .list li {
  font-size: 15.5px;
}

.sm .item .val .bun {
  margin-bottom: 35px;
  font-size: 15.5px;
  letter-spacing: 1.5px;
}

.sm .item .val .list2 li {
  margin-bottom: 30px;
}

.sm .item .val .list2 h4 {
  font-size: 19px;
}

.sm .item .val .list2 h4 span {
  font-size: 22px;
}

.sm .item .val .list2 p {
  font-size: 15.5px;
  letter-spacing: 1.5px;
}

.sm .item .btn {
  width: 280px;
}
}/*-- 760px --*/

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

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

.sm .item .img h2 {
  margin-left: 12%;
  font-size: 40px;
}

.sm .item .img .bun {
  margin-left: 12%;
  margin-right: 25%;
  font-size: 17px;
}

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

.sm .item .img .list li {
  font-size: 17px;
}

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

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

.sm .item .chara .att {
  margin-bottom: 50px;
  font-size: 19px;
}

.sm .item .val .list li {
  font-size: 16px;
}

.sm .item .val .bun {
  font-size: 16px;
}

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

.sm .item .val .list2 h4 span {
  font-size: 23px;
}

.sm .item .val .list2 p {
  font-size: 16px;
}
}/*-- 860px --*/

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

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

.sm .item .img {
  margin-bottom: 75px;
  padding-top: 95px;
  padding-bottom: 95px;
  background-attachment: fixed;
}

.sm .item .img h2 {
  margin-left: 15%;
  margin-bottom: 60px;
  font-size: 42px;
  letter-spacing: 6px;
}

.sm .s1 .img h2 img.icon {
  width: 30px;
  right: -130px;
}

.sm .s2 .img h2 img.icon {
  width: 50px;
  right: -160px;
}

.sm .s3 .img h2 img.icon {
  width: 40px;
  right: -150px;
}

.sm .s4 .img h2 img.icon {
  width: 42px;
  right: -160px;
}

.sm .s4 .img h2 img.icon2 {
  width: 48px;
  right: -230px;
}

.sm .s5 .img h2 img.icon {
  width: 40px;
  right: -160px;
}

.sm .s6 .img h2 img.icon {
  width: 40px;
  right: -160px;
}

.sm .item .img .bun {
  margin-left: 15%;
  margin-right: 27.5%;
  margin-bottom: 45px;
  font-size: 17px;
  letter-spacing: 2px;
}

.sm .item .img .list {
  margin-left: 15%;
}

.sm .item .img .list li {
  margin-bottom: 12px;
  letter-spacing: 2px;
}

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

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

.sm .item .chara {
  width: 80%;
  margin-bottom: 75px;
}

.sm .item .chara .att {
  padding: 15px 30px;
  font-size: 20px;
}

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

.sm .item .val .list li {
  margin-bottom: 14px;
  letter-spacing: 1.5px;
}

.sm .item .val .bun {
  line-height: 1.9em;
}

.sm .item .val .list2 h4 {
  margin-bottom: 10px;
}

.sm .item .val .list2 p {
  line-height: 1.8em;
}

.sm .item .btn {
  margin-right: 10%;
}

.sm .item .btn a {
  font-size: 17px;
}
}/*-- 960px --*/

@media screen and (min-width:1060px) {
.sm .item {
/* padding-top: 65px; */
/* margin-top: -65px; */
}

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

.sm .item .img .list li {
  font-size: 17.5px;
}

.sm .item .chara {
  margin-bottom: 80px;
}

.sm .item .val .bun {
  line-height: 2em;
}
}/*-- 1060px --*/

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

.sm .item .img {
  margin-bottom: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

.sm .item .chara .att {
  margin-bottom: 55px;
  padding: 15px 40px;
}

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

.sm .item .val .list {
  margin-bottom: 40px;
}

.sm .item .val .bun {
  margin-bottom: 40px;
}

.sm .item .val .list2 li {
  margin-bottom: 35px;
}

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

@media screen and (min-width:1260px) {
.sm .item {
  margin-bottom: 160px;
}

.sm .item .img {
  margin-bottom: 80px;
  padding-top: 105px;
  padding-bottom: 105px;
}

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

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

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

.sm .item .chara .att {
  margin-bottom: 60px;
  padding: 16px 50px;
}

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

.sm .item .btn {
  width: 320px;
}
}/*-- 1260px --*/

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

.sm .item .img h2 {
  font-size: 48px;
  letter-spacing: 8px;
}

.sm .s1 .img h2 img.icon {
  width: 34px;
  right: -160px;
}

.sm .s2 .img h2 img.icon {
  width: 58px;
  right: -190px;
}

.sm .s3 .img h2 img.icon {
  width: 47px;
  right: -180px;
}

.sm .s4 .img h2 img.icon {
  width: 50px;
  right: -190px;
}

.sm .s4 .img h2 img.icon2 {
  width: 56px;
  right: -275px;
}

.sm .s5 .img h2 img.icon {
  width: 48px;
  right: -190px;
}

.sm .s6 .img h2 img.icon {
  width: 48px;
  right: -190px;
}

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

.sm .item .img .list li {
  margin-bottom: 15px;
  font-size: 18px;
}

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

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

.sm .item .chara .att {
  padding: 16px 60px;
  font-size: 21px;
  border-left: 15px solid rgb(150,70,25);
}

.sm .item .val .list li {
  font-size: 17px;
  letter-spacing: 2px;
}

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

.sm .item .val .list2 h4 {
  margin-bottom: 12px;
  font-size: 21px;
  letter-spacing: 3px;
}

.sm .item .val .list2 h4 span {
  font-size: 24px;
  line-height: 24px;
}

.sm .item .val .list2 p {
  font-size: 17px;
}
}/*-- 1360px --*/

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

.sm .item {
  margin-bottom: 170px;
}

.sm .item .img {
  margin-bottom: 85px;
}

.sm .item .img h2 {
  margin-left: 20%;
  margin-bottom: 65px;
}

.sm .item .img .bun {
  margin-left: 20%;
  margin-right: 38%;
  margin-bottom: 50px;
  line-height: 2.2em;
}

.sm .item .img .list {
  margin-left: 20%;
}

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

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

.sm .item .chara {
  margin-bottom: 85px;
}

.sm .item .chara .att {
  padding: 17px 70px;
  letter-spacing: 3px;
}

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

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

@media screen and (min-width:1560px) {
.sm .item {
  margin-bottom: 180px;
}

.sm .item .img {
  margin-bottom: 90px;
  padding-top: 115px;
}

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

.sm .item .img .bun {
  margin-right: 40%;
  letter-spacing: 2.5px;
}

.sm .item .img .list li {
  letter-spacing: 2.5px;
}

.sm .item .chara {
  margin-bottom: 90px;
}

.sm .item .chara .att {
  padding: 18px 70px;
  font-size: 22px;
}

.sm .item .val {
  width: 65%;
}
}/*-- 1560px --*/












/*----- works -----*/
.w {
  position: relative;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 90px;
  width: 100%;
  background-color: rgb(220,220,220);
}

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

.w .ttl h2 {
  margin-left: 4px;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1em;
  text-align: center;
  color: rgb(255,120,40);
}

.w .ttl p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 3px;
  text-align: center;
  color: rgb(255,120,40);
}

.w .txt {
  margin-top: 50px;
  margin-bottom: 45px;
}

.w .txt p {
  font-size: 13px;
  line-height: 1.6em;
  text-align: center;
}

.w .smp {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: rgb(255,255,255);
}

.w .smp .item {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto 30px;
}

.w .smp .inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid rgb(255,120,40);
  overflow: hidden;
}

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

.w .smp .inner:hover .cover {
  top: 0;
}

.w .smp .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
  color: rgb(255,255,255);
}

.w .smp .imgs {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.w .smp .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.w .smp .icon {
  position: absolute;
  bottom: 50px;
  right: 213px;
  width: 45px;
  z-index: 2;
}

.w .pc {
  display: none;
}

.w .btn {
  position: relative;
  margin: 60px auto 0;
  width: 280px;
  height: 50px;
  z-index: 1;
}

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

.w .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgb(0,0,0);
  transition: 0.5s;
  z-index: 1;
}

.w .btn:hover a::before {
  right: -40px;
}

.w .btn .bbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  background-color: rgba(255,120,80,0.7);
  transition: 0.4s;
  z-index: -1;
}

.w .btn:hover .bbg {
  top: 0;
  left: 0;
}

@media screen and (min-width:460px) {
.w .txt p {
  font-size: 14px;
  letter-spacing: 1px;
}

.w .btn {
  width: 320px;
}
}/*-- 460px --*/

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

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

.w .ttl p {
  font-size: 17px;
  letter-spacing: 4px;
}

.w .txt {
  margin-top: 60px;
}

.w .txt p {
  font-size: 15px;
  letter-spacing: 2px;
}

.w .smp {
  padding-top: 70px;
}

.w .smp .item {
  width: 280px;
  height: 280px;
  margin-bottom: 40px;
}

.w .smp .inner {
  border: 5px solid rgb(255,120,40);
}

.w .smp .name {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7em;
}

.w .smp .icon {
  bottom: 60px;
  right: 249px;
  width: 50px;
}

.w .btn {
  margin-top: 70px;
  width: 340px;
}

.w .btn a {
  font-size: 16px;
  letter-spacing: 2px;
}

.w .btn a::before {
  right: -40px;
  width: 80px;
}

.w .btn:hover a::before {
  right: -55px;
}
}/*-- 560px --*/

@media screen and (min-width:660px) {
.w .txt {
  margin-bottom: 50px;
}

.w .smp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.w .smp .item {
  margin-left: 3%;
  margin-right: 3%;
}

.w .btn {
  height: 55px;
}

.w .btn a {
  line-height: 55px;
  letter-spacing: 3px;
}
}/*-- 660px --*/

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

.w .ttl h2 {
  margin-bottom: 18px;
  font-size: 40px;
}

.w .ttl p {
  letter-spacing: 5px;
}

.w .txt p {
  font-size: 16px;
}

.w .smp .item {
  margin-left: 4%;
  margin-right: 4%;
}

.w .btn {
  width: 360px;
}
}/*-- 760px --*/

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

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

.w .txt {
  margin-top: 65px;
  margin-bottom: 60px;
}

.w .txt p {
  letter-spacing: 3px;
}

.w .smp {
  display: none;
}

.w .pc {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgb(255,255,255);
}

.w .pc .slicks {
  margin: 0 auto;
  width: 860px;
  height: 240px;
}

.w .pc .slick-track {
  margin-left: 0;
}

.w .pc .item {
  position: relative;
  display: block;
  width: 240px;
  height: 240px;
  margin-left: 30px;
  margin-right: 30px;
}

.w .pc .inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid rgb(255,120,40);
  overflow: hidden;
}

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

.w .pc .inner:hover .cover {
  top: 0;
}

.w .pc .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
  color: rgb(255,255,255);
}

.w .pc .imgs {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.w .pc .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.w .pc .icon {
  position: absolute;
  bottom: 50px;
  right: 213px;
  width: 45px;
  z-index: 2;
}

.w .btn {
  margin-top: 80px;
  width: 380px;
}

.w .btn a {
  font-size: 16.5px;
}
}/*-- 960px --*/

@media screen and (min-width:1060px) {
.w .pc {
  padding-top: 70px;
  padding-bottom: 70px;
}

.w .pc .slicks {
  width: 920px;
}

.w .pc .item {
  margin-left: 50px;
  margin-right: 50px;
}

.w .btn {
  height: 60px;
}

.w .btn a {
  line-height: 60px;
  letter-spacing: 4px;
}

.w .btn a::before {
  right: -50px;
  width: 100px;
}

.w .btn:hover a::before {
  right: -65px;
}
}/*-- 1060px --*/

@media screen and (min-width:1160px) {
.w .ttl h2 {
  margin-bottom: 20px;
  font-size: 46px;
  letter-spacing: 10px;
}

.w .ttl p {
  font-size: 18px;
}

.w .pc .slicks {
  width: 1080px;
  height: 280px;
}

.w .pc .item {
  width: 280px;
  height: 280px;
  margin-left: 50px;
  margin-right: 50px;
}

.w .pc .inner {
  border: 5px solid rgb(255,120,40);
}

.w .pc .name {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7em;
}

.w .pc .icon {
  bottom: 60px;
  right: 249px;
  width: 50px;
}
}/*-- 1160px --*/

@media screen and (min-width:1260px) {
.w {
  padding-bottom: 120px;
}

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

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

.w .txt p {
  font-size: 17px;
}

.w .pc .slicks {
  width: 1120px;
  height: 300px;
}

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

.w .pc .inner {
  border: 6px solid rgb(255,120,40);
}

.w .pc .name {
  font-size: 18px;
}

.w .pc .icon {
  bottom: 65px;
  right: 266px;
  width: 60px;
}

.w .btn {
  margin-top: 90px;
}

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

@media screen and (min-width:1460px) {
.w {
  padding-top: 100px;
  padding-bottom: 130px;
}

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

.w .ttl p {
  font-size: 19px;
}

.w .pc .slicks {
  width: 1220px;
}

.w .pc .item {
  margin-left: 70px;
  margin-right: 70px;
}
}/*-- 1460px --*/

@media screen and (min-width:1560px) {
.w {
  padding-bottom: 140px;
}

.w .txt {
  margin-top: 75px;
  margin-bottom: 65px;
}

.w .pc {
  padding-top: 80px;
  padding-bottom: 80px;
}

.w .pc .slicks {
  width: 1280px;
  height: 320px;
}

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

.w .pc .icon {
  bottom: 70px;
  right: 285px;
  width: 65px;
}

.w .btn {
  width: 420px;
  height: 65px;
}

.w .btn a {
  font-size: 18px;
  letter-spacing: 5px;
  line-height: 65px;
}
}/*-- 1560px --*/


/*----- news -----*/
.n {
  margin: 60px auto 0;
  width: 80%;
  border-radius: 10px;
  border: rgb(255,120,40) solid 2px;
}

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

.n .ttl {
  width: 100%;
  margin: 25px auto 0;
}

.n .ttl img.icon {
  margin: 0 auto;
  width: 25px;
}

.n .ttl h2 {
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1em;
  text-align: center;
  color: rgb(255,120,40);
}

.n .ttl p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1em;
  text-align: center;
  color: rgb(255,120,40);
}

.n .items {
  width: 90%;
  margin: 30px auto 20px;
}

.n .item {
  padding-bottom: 7px;
  margin-bottom: 12px;
  display: block;
  border-bottom: 1px dotted rgb(0,0,0);
}

.n .item:last-of-type {
  border-bottom: none;
}

.n .date {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  color: rgb(255,120,40);
}

.n .main {
  font-size: 13px;
  line-height: 1.3em;
}

@media screen and (min-width:460px) {
.n .ttl img.icon {
  width: 30px;
}

.n .ttl h2 {
  font-size: 19px;
  letter-spacing: 3px;
}

.n .items {
  width: 85%;
  margin-bottom: 25px;
}
}/*-- 460px --*/

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

.n .ttl {
  margin-top: 30px;
}

.n .ttl h2 {
  margin-top: 7px;
  font-size: 20px;
}

.n .ttl p {
  font-size: 13px;
  letter-spacing: 3px;
}

.n .items {
  margin-top: 35px;
}

.n .date {
  font-size: 14px;
}

.n .main {
  font-size: 14px;
}
}/*-- 560px --*/

@media screen and (min-width:660px) {
.n {
  width: 75%;
}

.n .item {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
}/*-- 660px --*/

@media screen and (min-width:760px) {
.n .ttl img.icon {
  width: 34px;
}

.n .ttl h2 {
  margin-bottom: 9px;
  font-size: 22px;
}

.n .items {
  margin-bottom: 30px;
}
}/*-- 760px --*/

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

@media screen and (min-width:960px) {
.n {
  width: 80%;
}

.n .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.n .ttl {
  margin-top: -20px;
  margin-right: 5%;
  width: 160px;
}

.n .ttl h2 {
  margin-bottom: 10px;
}

.n .items {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.n .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

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

.n .date {
  width: 140px;
  letter-spacing: 1px;
  line-height: 1.3em;
}

.n .main {
  flex: 1;
  padding-right: 5%;
  letter-spacing: 1px;
}
}/*-- 960px --*/

@media screen and (min-width:1060px) {
.n {
  width: 75%;
}

.n .ttl h2 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 23px;
}

.n .date {
  width: 150px;
  font-size: 14.5px;
}

.n .main {
  font-size: 14.5px;
}
}/*-- 1060px --*/

@media screen and (min-width:1160px) {
.n {
  width: 70%;
}

.n .wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
}/*-- 1160px --*/

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

.n .date {
  width: 160px;
  font-size: 15px;
}

.n .main {
  font-size: 15px;
}
}/*-- 1260px --*/

@media screen and (min-width:1360px) {
.n {
  margin-top: 80px;
  width: 65%;
  max-width: 940px;
}
}/*-- 1360px --*/













/*----- 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: 90%;
  margin-bottom: 100px;
}
}/*-- 960px --*/

@media screen and (min-width:1160px) {
.km {
  margin-bottom: 110px;
}
}/*-- 1160px --*/

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

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


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

.k .ttl {
  margin: 0 auto 55px;
  width: 100%;
}

.k .ttl h2 {
  margin-left: 4px;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1em;
  text-align: center;
  color: rgb(255,120,40);
}

.k .ttl p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 3px;
  text-align: center;
  color: rgb(255,120,40);
}

.k .items {
  width: 90%;
  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(255,120,40);
}

.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: 5px;
  text-align: justify;
  width: 70%;
}

@media screen and (min-width:460px) {
.k .items {
  width: 85%;
}

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

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

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

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

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

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

.k .ttl p {
  font-size: 17px;
  letter-spacing: 4px;
}

.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: 20px;
  letter-spacing: 1.5px;
}
}/*-- 560px --*/

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

.k .items {
  width: 80%;
}

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

.k .item .val {
  padding-right: 60px;
}
}/*-- 660px --*/

@media screen and (min-width:760px) {
.k .ttl h2 {
  margin-bottom: 18px;
  font-size: 40px;
}

.k .ttl p {
  letter-spacing: 5px;
}

.k .items {
  width: 75%;
}

.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: 60px;
}
}/*-- 760px --*/

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

@media screen and (min-width:960px) {
.k {
  margin-top: -50px;/*元40*/
  padding-top: 140px;/*元60*/
  margin-bottom: 0;
  width: 50%;
}

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

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

.k .items {
  width: 100%;
}

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

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

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

@media screen and (min-width:1060px) {
.k {
  margin-top: -55px;
  padding-top: 155px;
}

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

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

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

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

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

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

.k .ttl h2 {
  font-size: 42px;
  letter-spacing: 9px;
}

.k .ttl p {
  font-size: 18px;
}

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

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

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

@media screen and (min-width:1260px) {
.k .ttl h2 {
  font-size: 44px;
  letter-spacing: 10px;
}
}/*-- 1260px --*/

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

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

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

.k .item .val {
  padding-right: 60px;
  letter-spacing: 2px;
}
}/*-- 1360px --*/

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

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

.k .ttl p {
  font-size: 19px;
}

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

.k .item .att {
  letter-spacing: 3px;
}

.k .item .val {
  padding-right: 80px;
}
}/*-- 1460px --*/

@media screen and (min-width:1560px) {
.k .item .att,
.k .item .val {
  font-size: 17px;
  line-height: 1.8em;
}

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


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

.m .ttl {
  margin: 0 auto 55px;
  width: 100%;
}

.m .ttl h2 {
  margin-left: 4px;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1em;
  text-align: center;
  color: rgb(255,120,40);
}

.m .ttl p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 3px;
  text-align: center;
  color: rgb(255,120,40);
}

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

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

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

.m .main {
  height: 340px;
}
}/*-- 460px --*/

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

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

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

.m .ttl p {
  font-size: 17px;
  letter-spacing: 4px;
}

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

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

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

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

.m .ttl p {
  letter-spacing: 5px;
}

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

@media screen and (min-width:960px) {
.m {
  margin-top: -50px;/*元40*/
  padding-top: 140px;/*元60*/
  margin-bottom: 0;
  width: 40%;
}

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

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

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

@media screen and (min-width:1060px) {
.m {
  margin-top: -55px;
  padding-top: 155px;
}

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

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

.m .main {
  height: 680px;
}
}/*-- 1060px --*/

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

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

.m .ttl h2 {
  font-size: 42px;
  letter-spacing: 9px;
}

.m .ttl p {
  font-size: 18px;
}

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

@media screen and (min-width:1260px) {
.m .ttl h2 {
  font-size: 44px;
  letter-spacing: 10px;
}
}/*-- 1260px --*/

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

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

@media screen and (min-width:1460px) {
.m {
  padding-top: 180px;
}

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

.m .ttl p {
  font-size: 19px;
}

.m .main {
  height: 820px;
}
}/*-- 1460px --*/

@media screen and (min-width:1560px) {
.m .main {
  height: 880px;
}
}/*-- 1560px --*/


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

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

.c .ttl {
  margin: 0 auto 55px;
  width: 100%;
}

.c .ttl h2 {
  margin-left: 1.5px;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1em;
  text-align: center;
  color: rgb(255,255,255);
}

.c .ttl p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 3px;
  text-align: center;
  color: rgb(255,255,255);
}

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

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

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

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

.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(255,120,40);
  background-color: rgb(255,255,255);
  transition: 0.5s;
}

.c input[type="submit"]:hover {
  background-color: rgb(255,120,40);
  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: 90px;
}

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

.c .ttl p {
  font-size: 17px;
  letter-spacing: 4px;
}

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

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

.c .items {
  width: 75%;
}

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

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

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

@media screen and (min-width: 660px) {
.c .text {
  width: 80%;
  margin-bottom: 70px;
}

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

.c .items {
  width: 80%;
}

.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: 150px;
}

.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;
}
}/*-- 660px --*/

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

.c .ttl h2 {
  margin-bottom: 18px;
  font-size: 40px;
}

.c .ttl p {
  letter-spacing: 5px;
}

.c .text {
  width: 75%;
}

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

.c .items {
  width: 75%;
}

.c .item .att {
  width: 170px;
}
}/*-- 760px --*/

@media screen and (min-width: 860px) {
.c .item {
  margin-bottom: 30px;
}

.c .item .att {
  width: 200px;
}

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

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

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

.c .item .att {
  width: 220px;
  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;
}
}/*-- 960px --*/

@media screen and (min-width: 1060px) {
.c .item .att {
  width: 250px;
}
}/*-- 1060px --*/

@media screen and (min-width: 1160px) {
.c .ttl h2 {
  margin-bottom: 20px;
  font-size: 46px;
  letter-spacing: 10px;
}

.c .ttl p {
  font-size: 18px;
}

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

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

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

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

.c .ttl h2 {
  font-size: 48px;
}
}/*-- 1260px --*/

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

.c .ttl p {
  font-size: 19px;
}

.c .text {
  margin-bottom: 80px;
}
}/*-- 1460px --*/

@media screen and (min-width:1560px) {
.c {
  padding-bottom: 120px;
}
}/*-- 1560px --*/
