/*
Theme Name: 河内商会様
Author: K.Nakamura
Description: 河内商会様
*/

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

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

.f .smp .maintext {
  position: absolute;
  left: 8%;
  top: 50px;
  width: 250px;
  z-index: 2;
}

.f .smp .bg {
  position: absolute;
  left: 45%;
  top: 170px;
  width: 170px;
  z-index: 1;
}

.f .pc {
  display: none;
}

@media screen and (min-width:460px) {
.f .smp {
  height: 360px;
}

.f .smp .maintext {
  left: 13%;
  top: 60px;
  width: 280px;
}

.f .smp .bg {
  left: 48%;
  top: 190px;
  width: 190px;
}
}/*-- 460px --*/

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

.f .smp .maintext {
  left: 15%;
  width: 310px;
}

.f .smp .bg {
  top: 190px;
  width: 210px;
}
}/*-- 560px --*/

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

.f .smp .maintext {
  left: 18%;
  width: 330px;
}

.f .smp .bg {
  left: 50%;
  top: 200px;
  width: 230px;
}
}/*-- 660px --*/

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

.f .smp .maintext {
  left: 20%;
  top: 70px;
  width: 350px;
}

.f .smp .bg {
  top: 210px;
  width: 240px;
}
}/*-- 760px --*/

@media screen and (min-width:860px) {
.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 }
}

}/*-- 860px --*/












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

.n .ttl {
  margin: 0 auto;
  margin-left: 10%;
  text-align: left;
}

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

.n .ttl h2 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1em;
  color: rgb(0,0,0);
  z-index: 2;
}

.n .ttl img {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 30px;
  z-index: 1;
  pointer-events: none;
}

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

.n .item {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

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

.n .date {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  color: rgb(115,170,55);
}

.n .main {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2em;
}

@media screen and (min-width:460px) {
.n .main {
  margin-right: 15%;
}

}/*-- 460px --*/

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

.n .ttl {
  margin-left: 15%;
}

.n .ttl h2 {
  font-size: 23px;
  letter-spacing: 4px;
}

.n .ttl img {
  left: -22px;
  width: 32px;
}

.n .items {
  width: 70%;
  margin-top: 30px;
}

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

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

@media screen and (min-width:760px) {
.n .ttl h2 {
  font-size: 24px;
}

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

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

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

@media screen and (min-width:860px) {
.n {
  margin-top: 50px;
  margin-bottom: 50px;
}

.n .wrap {
  margin: 0 auto;
  width: 75%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.n .ttl h2 {
  font-size: 26px;
}

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

.n .main {
  margin-right: 0;
}
}/*-- 860px --*/

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

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

.n .date {
  flex-shrink: 0;
  font-size: 14.5px;
  line-height: 1.3em;
  margin-right: 40px;
}

.n .main {
  flex-shrink: 0;
  flex: 1;
  margin-top: 0;
  font-size: 14.5px;
}
}/*-- 960px --*/

@media screen and (min-width:1060px) {
.n .ttl {
  margin-right: 90px;
}

.n .ttl h2 {
  font-size: 28px;
}

.n .ttl img {
  left: -25px;
  width: 35px;
}

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

.n .date {
  margin-right: 50px;
}
}/*-- 1060px --*/

@media screen and (min-width:1160px) {
.n {
  margin-top: 55px;
  margin-bottom: 55px;
}

.n .wrap {
  width: 70%;
}
}/*-- 1160px --*/

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

.n .ttl {
  margin-right: 100px;
}

.n .ttl h2 {
  font-size: 30px;
}

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

.n .date {
  font-size: 15px;
  margin-right: 55px;
}

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


}/*-- 1260px --*/









/*----- greeting -----*/
.g {
  position: relative;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 90px;
  width: 100%;
  background-image: url('img/g1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

.g .wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.g h2 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 12px;
  width: 300px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5em;
}

.g h2::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgb(115,170,55);
}

.g h2::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgb(235,200,40);
}

.g h2 br {
  display: inline;
}

.g .flex {
  width: 100%;
  display: block;
  margin: 45px auto 0;
}

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

.g .text p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: justify;
}

.g .img {
  position: relative;
  margin-top: 55px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
  width: 90%;
  height: 180px;
  background-image: url('img/g2.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g .img::before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  top: 25px;
  left: 10%;
  background-color: rgb(235,200,40);
  z-index: -1;
}

@media screen and (min-width:460px) {
.g h2 {
  padding-bottom: 15px;
  width: 340px;
  font-size: 22px;
  letter-spacing: 1.5px;
}

.g .text {
  width: 85%;
}

.g .text p {
  font-size: 14.5px;
  line-height: 1.6em;
}

.g .img {
  height: 230px;
}
}/*-- 460px --*/

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

.g h2 {
  width: 390px;
  font-size: 25px;
  letter-spacing: 2px;
}

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

.g .text {
  width: 80%;
}

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

.g .img {
  margin-top: 60px;
  margin-left: auto;
  width: 80%;
  height: 270px;
}

.g .img::before {
  width: 100%;
  top: 30px;
  left: 40px;
}
}/*-- 560px --*/

@media screen and (min-width:760px) {
.g h2 {
  width: 460px;
  font-size: 28px;
  letter-spacing: 3px;
}

.g h2::before{
  height: 5px;
}

.g h2::after {
  bottom: -5px;
  height: 5px;
}

.g .text {
  width: 75%;
}

.g .text p {
  font-size: 16px;
  line-height: 1.7em;
}

.g .img {
  margin-top: 65px;
  width: 75%;
  height: 300px;
}
}/*-- 760px --*/

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

.g h2 {
  padding-bottom: 12px;
  width: 770px;
  font-size: 31px;
}

.g h2 br {
  display: none;
}

.g .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 82.5%;
  margin-top: 55px;
}

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

.g .text p {
  font-size: 15.5px;
  letter-spacing: 0;
  line-height: 1.6em;
}

.g .img {
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0;
  width: 30%;
  height: 280px;
}

.g .img::before {
  top: 25px;
  left: 25px;
}
}/*-- 960px --*/

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

.g h2 {
  width: 840px;
  font-size: 33px;
}

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

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

.g .img {
  height: 300px;
}
}/*-- 1160px --*/

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

.g h2 {
  width: 880px;
  font-size: 35px;
}

.g .flex {
  width: 80%;
}

.g .text p {
  letter-spacing: 1px;
  line-height: 1.9em;
}

.g .img {
  height: 320px;
}

.g .img::before {
  top: 30px;
  left: 30px;
}
}/*-- 1360px --*/

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

.g h2 {
  width: 900px;
  font-size: 36px;
}

.g h2::before{
  height: 6px;
}

.g h2::after {
  bottom: -6px;
  height: 6px;
}

.g .flex {
  margin-top: 65px;
}

.g .text p {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 2em;
}

.g .img {
  height: 350px;
}
}/*-- 1560px --*/


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

.w .wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

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

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

.w .ttl h2 {
  position: relative;
  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;
  left: -25px;
  bottom: 0;
  width: 35px;
  z-index: 1;
  pointer-events: none;
}

.w .items {
  width: 90%;
  margin: 50px auto 0;
}

.w .item {
  width: 100%;
  margin: 0 auto 25px;
}

.w .item .flex {
  display: flex;
}

.w .item .imgs {
  flex-shrink: 0;
  width: 60%;
  height: 180px;
  overflow: hidden;
}

.w .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.4s;
}

.w .item:hover .img {
  transform: scale(1.1);
}

.w .item .txts {
  flex-shrink: 0;
  width: 40%;
}

.w .item .att {
  display: block;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  background-color: rgb(235,200,40);
}

.w .item .date {
  margin-left: 10%;
  font-size: 13px;
  line-height: 1em;
}

.w .item .cat {
  margin-top: 5px;
  margin-left: 10%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.w .item .val {
  width: 100%;
  height: 130px;
  padding: 15px 10%;
  background-color: rgb(115,170,55);
  overflow-y: auto;
}

.w .item .main {
  font-size: 13px;
  line-height: 1.5em;
  text-align: justify;
}

@media screen and (min-width:460px) {
.w .items {
  width: 80%;
}
}/*-- 460px --*/

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

.w .ttl h2 {
  font-size: 34px;
  letter-spacing: 8px;
}

.w .ttl img {
  left: -32.5px;
  width: 45px;
}

.w .items {
  margin-top: 55px;
}

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

.w .item .imgs {
  height: 230px;
}

.w .item .att {
  height: 70px;
  padding-top: 15px;
}

.w .item .date {
  font-size: 14px;
}

.w .item .cat {
  margin-top: 10px;
  font-size: 14px;
}

.w .item .val {
  height: 160px;
  padding: 20px 10%;
}

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

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

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

.w .ttl img {
  left: -37.5px;
  width: 50px;
}

.w .items {
  margin-top: 60px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.w .item {
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 32%;
}

.w .item .flex {
  display: block;
}

.w .item .imgs {
  width: 100%;
  height: 180px;
}

.w .item .txts {
  width: 100%;
}

.w .item .att {
  height: initial;
  padding-top: 12px;
  padding-bottom: 12px;
}

.w .item .date {
  margin-left: 7.5%;
}

.w .item .cat {
  margin-top: 7.5px;
  margin-left: 7.5%;
  font-size: 15px;
}

.w .item .val {
  height: initial;
  padding: 20px 7.5%;
  overflow: initial;
}

.w .item .main {
  font-size: 15px;
}
}/*-- 760px --*/

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

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

.w .ttl img {
  left: -40px;
  width: 55px;
}

.w .items {
  margin-top: 70px;
}

.w .item {
  width: 31%;
}

.w .item .imgs {
  height: 200px;
}
}/*-- 960px --*/

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

.w .item .att {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.w .item .cat {
  margin-top: 0;
  margin-left: 10%;
}
}/*-- 1060px --*/

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

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

.w .ttl img {
  left: -42.5px;
  width: 57.5px;
}

.w .items {
  width: 85%;
  margin-top: 75px;
}

.w .item .imgs {
  height: 220px;
}

.w .item .att {
  padding-top: 17px;
  padding-bottom: 17px;
}

.w .item .date {
  margin-left: 10%;
  font-size: 14.5px;
}

.w .item .cat {
  font-size: 15.5px;
  letter-spacing: 1px;
}

.w .item .val {
  padding: 22px 10%;
}

.w .item .main {
  font-size: 15.5px;
}
}/*-- 1160px --*/

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

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

.w .ttl img {
  left: -45px;
  width: 62.5px;
}

.w .items {
  width: 80%;
  margin-top: 80px;
}

.w .item .imgs {
  height: 240px;
}

.w .item .date {
  font-size: 15px;
}

.w .item .cat {
  margin-left: 12.5%;
  font-size: 16px;
}

.w .item .val {
  padding: 25px 10%;
}

.w .item .main {
  font-size: 16px;
}
}/*-- 1360px --*/

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

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

.w .ttl img {
  left: -50px;
  width: 70px;
}

.w .items {
  margin-top: 85px;
}

.w .item .imgs {
  height: 260px;
}

.w .item .att {
  padding-top: 20px;
  padding-bottom: 20px;
}

.w .item .date {
  font-size: 15.5px;
}

.w .item .cat {
  font-size: 16.5px;
}

.w .item .val {
  padding: 27.5px 10%;
}

.w .item .main {
  font-size: 16.5px;
}
}/*-- 1560px --*/







/*----- service(navi) -----*/
.s {
margin: 90px auto 0;
padding-top: 0;
  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 70px;
}

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

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

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

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

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

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

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

.s .menu .text {
  width: 87.5%;
  margin: 30px auto 0;
}

.s .menu .lead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 12px;
  border-bottom: 2px solid rgb(80,170,40);
}

.s .menu .mn {
  width: 32px;
}

.s .menu .line {
  width: 1px;
  height: 28px;
  margin-left: 8%;
  margin-right: 8%;
  background-color: rgb(80,170,40);
}

.s .menu h3 {
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 1em;
}

.s .m5 h3,
.s .m6 h3 {
  letter-spacing: 1px;
}

.s .menu .txts {
  margin: 20px auto 0;
  width: 100%;
}

.s .menu .txts p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
}

.s .menu .btn {
  position: relative;
  margin-top: 35px;
  width: 200px;
  height: 45px;
  border-radius: 22.5px;
  border: 3px solid rgb(80,170,40);
  cursor: pointer;
  overflow: hidden;
}

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

.s .menu .btn:hover::before {
  left: 0;
}

.s .menu .btn .more {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 39px;
}

.s .menu .btn .arrow {
  position: absolute;
  top: 50%;
  right: 11.25px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  color: rgb(255,255,255);
  background-color: rgb(235,200,40);
}

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

.s .menu {
  margin-bottom: 80px;
}

.s .menu .img {
  height: 360px;
}

.s .menu .text {
  width: 80%;
  margin-top: 45px;
}

.s .menu .lead {
  padding-bottom: 15px;
}

.s .menu .mn {
  width: 40px;
}

.s .menu .line {
  height: 36px;
  margin-left: 7.5%;
  margin-right: 7.5%;
}

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

.s .menu .txts {
  margin-top: 25px;
}

.s .menu .txts p {
  font-size: 15px;
  line-height: 1.6em;
}

.s .menu .btn {
  margin-top: 40px;
  width: 250px;
  height: 50px;
  border-radius: 25px;
}

.s .menu .btn .more {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 44px;
}

.s .menu .btn .arrow {
  right: 12.5px;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  font-size: 15.5px;
  line-height: 25px;
}
}/*-- 560px --*/

@media screen and (min-width:760px) {
.s {
margin-top: 110px;
padding-top: 0;
}

.s .menu {
  margin-bottom: 85px;
}

.s .menu .img {
  height: 400px;
}

.s .menu .text {
  width: 75%;
  margin-top: 50px;
}

.s .menu .mn {
  width: 48px;
}

.s .menu .line {
  height: 38px;
}

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

.s .menu .txts {
  margin-top: 30px;
}

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

.s .menu .btn {
  margin-top: 45px;
  width: 300px;
  height: 55px;
  border-radius: 27.5px;
}

.s .menu .btn .more {
  font-size: 17px;
  letter-spacing: 4px;
  line-height: 49px;
}

.s .menu .btn .arrow {
  right: 13.75px;
}
}/*-- 760px --*/

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

.s .menu {
  margin-bottom: 90px;
  display: flex;
  align-items: center;
}

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

.s .menu .img {
  flex-shrink: 0;
  width: 55%;
  height: 480px;
}

.s .menu .text {
  flex-shrink: 0;
  width: 45%;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.s .menu .mn {
  width: 38px;
}

.s .menu .line {
  height: 35px;
}

.s .menu h3 {
  font-size: 24px;
  letter-spacing: 3px;
}

.s .menu .txts {
  margin-top: 30px;
}

.s .menu .txts p {
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5em;
}

.s .menu .btn {
  margin-top: 35px;
  width: 240px;
  height: 50px;
  border-radius: 25px;
}

.s .menu .btn .more {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 44px;
}

.s .menu .btn .arrow {
  right: 12.5px;
}
}/*-- 960px --*/

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

.s .menu .txts p {
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.6em;
}
}/*-- 1060px --*/

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

.s .menu .mn {
  width: 40px;
}

.s .menu h3 {
  font-size: 26px;
}

.s .menu .txts p {
  font-size: 16px;
  line-height: 1.65em;
}

.s .menu .btn {
  margin-top: 40px;
  width: 260px;
  height: 55px;
  border-radius: 27.5px;
}

.s .menu .btn .more {
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 49px;
}

.s .menu .btn .arrow {
  right: 13.75px;
}
}/*-- 1160px --*/

@media screen and (min-width:1360px) {
.s .menu {
  margin-bottom: 95px;
}

.s .menu .img {
  height: 550px;
}

.s .menu .lead {
  padding-bottom: 17.5px;
}

.s .menu .mn {
  width: 46px;
}

.s .menu .line {
  height: 38px;
}

.s .menu h3 {
  font-size: 30px;
}

.s .menu .txts {
  margin-top: 35px;
}

.s .menu .txts p {
  font-size: 16.5px;
  line-height: 1.75em;
}

.s .menu .btn {
  margin-top: 45px;
  width: 280px;
}
}/*-- 1360px --*/

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

.s .menu {
  margin-bottom: 100px;
}

.s .menu .img {
  height: 560px;
}

.s .menu .lead {
  padding-bottom: 20px;
}

.s .menu .mn {
  width: 50px;
}

.s .menu .line {
  height: 40px;
}

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

.s .menu .txts {
  margin-top: 37.5px;
}

.s .menu .txts p {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.8em;
}

.s .menu .btn {
  margin-top: 50px;
  width: 300px;
}
}/*-- 1560px --*/


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

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

.sm .item {
  width: 100%;
margin: 0 auto 100px;
padding-top: 0;
}

.sm .item:nth-of-type(6) {
  margin-bottom: 0!important;
}

.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: 50% 60%;
}

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

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

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

.sm .item .img .bun {
  margin-bottom: 25px;
  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 .last {
  margin-bottom: 0;
}

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

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

.sm .item .main {
  width: 90%;
  margin: 40px auto 50px;
}

.sm .item .main .att {
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
  border-left: 8px solid rgb(68,102,33);
  background-color: rgb(115,170,55);
}

.sm .item .main .att h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3em;
  color: rgb(255,255,255);
}

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

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

.sm .item .main .val h4 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
}

.sm .item .main .val span {
  margin-right: 5px;
}

.sm .item .main .val p {
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
}

.sm .item .btns {
  margin: 0 auto;
  width: 90%;
  padding-top: 25px;
  padding-bottom: 10px;
  background-color: rgb(220,245,225);
}

.sm .item .btns .flex {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.sm .item .btns .btn {
  position: relative;
  width: 47%;
  height: 80px;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}

.sm .item .btns .b1 {
  background-image: url('img/sb1.jpg');
}

.sm .item .btns .b2 {
  background-image: url('img/sb2.jpg');
}

.sm .item .btns .b3 {
  background-image: url('img/sb3.jpg');
}

.sm .item .btns .b4 {
  background-image: url('img/sb4.jpg');
}

.sm .item .btns .b5 {
  background-image: url('img/sb5.jpg');
}

.sm .item .btns .b6 {
  background-image: url('img/sb6.jpg');
}

.sm .item .btn .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  line-height: 80px;
  color: rgb(255,255,255);
  background-color: rgba(0,0,0,0.4);
  transition: 0.5s;
}

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

.sm .item .img h2 {
  margin-bottom: 40px;
  font-size: 30px;
  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 {
  width: 85%;
  margin-top: 45px;
  margin-bottom: 60px;
}

.sm .item .main .att {
  padding: 12px 15px;
}

.sm .item .main .att h3 {
  letter-spacing: 2px;
}

.sm .item .main .val h4 {
  font-size: 15.5px;
}

.sm .item .main .val span {
  margin-right: 7.5px;
}

.sm .item .main .val p {
  font-size: 14.5px;
}

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

.sm .item .btns .btn {
  height: 90px;
}

.sm .item .btn .cover {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 90px;
}
}/*-- 460px --*/

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

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

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

.sm .item .img h2 {
  margin-left: 10%;
  font-size: 34px;
  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 {
  margin-top: 50px;
  margin-bottom: 65px;
}

.sm .item .main .att {
  padding: 13px 20px;
  border-left: 10px solid rgb(68,102,33);
}

.sm .item .main .att h3 {
  font-size: 18px;
}

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

.sm .item .main .val p {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.6em;
}

.sm .item .btns {
  padding-top: 30px;
  padding-bottom: 10px;
}

.sm .item .btns .flex {
  width: 80%;
}

.sm .item .btns .btn {
  margin-bottom: 20px;
  height: 100px;
}

.sm .item .btn .cover {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 100px;
}
}/*-- 560px --*/

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

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

.sm .item .img h2 {
  margin-bottom: 45px;
  font-size: 35px;
}

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

.sm .item .img .last {
  margin-bottom: 0;
}

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

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

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

.sm .item .main .att {
  padding: 14px 20px;
}

.sm .item .main .val {
  margin-top: 40px;
}

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

.sm .item .btns .flex {
  width: 90%;
}

.sm .item .btns .btn {
  width: 31.5%;
}

.sm .item .btn .cover {
  letter-spacing: 0;
}
}/*-- 660px --*/

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

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

.sm .item .img h2 {
  margin-bottom: 50px;
  font-size: 38px;
  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 {
  margin-top: 55px;
  margin-bottom: 80px;
  width: 80%;
}

.sm .item .main .att {
  padding: 15px 25px;
  border-left: 12px solid rgb(68,102,33);
}

.sm .item .main .att h3 {
  font-size: 19px;
}

.sm .item .main .val h4 {
  margin-bottom: 15px;
  font-size: 17.5px;
}

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

.sm .item .btns {
  width: 80%;
}
}/*-- 760px --*/

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

.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 .main .att h3 {
  font-size: 20px;
}

.sm .item .main .val {
  width: 85%;
}

.sm .item .main .val li {
  margin-bottom: 32.5px;
}

.sm .item .btns .flex {
  width: 85%;
}

.sm .item .btn .cover {
  letter-spacing: 1px;
}
}/*-- 860px --*/

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

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

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

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

.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 {
  margin-top: 60px;
  margin-bottom: 90px;
}

.sm .item .main .att {
  padding: 15px 30px;
}

.sm .item .main .val {
  margin-top: 50px;
}

.sm .item .main .val h4 {
  letter-spacing: 1.5px;
}

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

.sm .item .btns .flex {
  width: 95%;
}

.sm .item .btns {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sm .item .btns .btn {
  width: 15.5%;
  margin-bottom: 0;
}

.sm .item .btn .cover {
  top: -101%;
  font-size: 13px;
  letter-spacing: -2px;
}

.sm .item .btn:hover .cover {
  top: 0;
}
}/*-- 960px --*/

@media screen and (min-width:1060px) {
.sm .item .main .val {
  width: 80%;
}

.sm .item .btn .cover {
  letter-spacing: -1px;
}
}/*-- 1060px --*/

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

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

.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 .att {
  padding: 15px 35px;
}

.sm .item .btn .cover {
  letter-spacing: 0;
}
}/*-- 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 .att {
  padding: 16px 35px;
}

.sm .item .main .att h3 {
  font-size: 21px;
  letter-spacing: 3px;
}

.sm .item .btn .cover {
  font-size: 14px;
  letter-spacing: 0.5px;
}
}/*-- 1260px --*/

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

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

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

.sm .item .img h2 {
  font-size: 44px;
  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 {
  margin-top: 70px;
  margin-bottom: 100px;
}

.sm .item .main .att {
  padding: 18px 35px;
  border-left: 15px solid rgb(68,102,33);
}

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

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

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

.sm .item .btn .cover {
  font-size: 14.5px;
  letter-spacing: 1px;
}
}/*-- 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: 46px;
}

.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 .att {
  padding: 18px 50px;
}

.sm .item .main .att h3 {
  font-size: 22px;
}

.sm .item .main .val {
  margin-top: 55px;
}

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

.sm .item .main .val h4 {
  font-size: 18.5px;
}

.sm .item .main .val p {
  font-size: 17px;
}

.sm .item .btns .btn {
  height: 110px;
}

.sm .item .btn .cover {
  font-size: 15px;
  line-height: 110px;
}
}/*-- 1460px --*/

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

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

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

.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 .btn .cover {
  letter-spacing: 2px;
}
}/*-- 1560px --*/




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

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

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

.k .ttl h2 {
  position: relative;
  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;
  left: -25px;
  bottom: 0;
  width: 35px;
  z-index: 1;
  pointer-events: none;
}

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

.k .item {
  margin: 0 auto;
  position: relative;
  display: flex;
  border-bottom: solid 1px rgb(180,180,180);
}

.k .item:nth-of-type(1) {
  border-top: solid 1px rgb(180,180,180);
}

.k .item .att,
.k .item .val {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.6em;
}

.k .item .att {
  width: 30%;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgb(115,170,55);
  background-color: rgb(240,240,240);
}

.k .item .val {
  width: 70%;
  padding-right: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: justify;
}

@media screen and (min-width:460px) {
.k .item .att,
.k .item .val {
  padding-left: 15px;
  font-size: 14.5px;
}

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

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

.k .ttl h2 {
  font-size: 34px;
  letter-spacing: 8px;
}

.k .ttl img {
  left: -32.5px;
  width: 45px;
}

.k .items {
  margin-top: 60px;
}

.k .item .att,
.k .item .val {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 15px;
}

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

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

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

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

.k .ttl img {
  left: -37.5px;
  width: 50px;
}

.k .item .att,
.k .item .val {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  font-size: 16px;
}

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

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

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

.k .ttl img {
  left: -40px;
  width: 55px;
}

.k .items {
  margin-top: 65px;
  width: 85%;
}
}/*-- 960px --*/

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

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

.k .ttl img {
  left: -42.5px;
  width: 57.5px;
}

.k .items {
  width: 80%;
}

.k .item .att,
.k .item .val {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.k .item .val {
  padding-right: 150px;
  padding-left: 40px;
}
}/*-- 1160px --*/

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

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

.k .ttl img {
  left: -45px;
  width: 62.5px;
}

.k .items {
  margin-top: 70px;
  width: 75%;
}

.k .item .att,
.k .item .val {
  font-size: 16.5px;
  letter-spacing: 3px;
}
}/*-- 1360px --*/

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

.k .ttl img {
  left: -50px;
  width: 70px;
}

.k .items {
  width: 70%;
}

.k .item .att,
.k .item .val {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 17px;
}
}/*-- 1560px --*/


/*----- contact -----*/
.c {
  padding-top: 60px;
  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 .ttl .inner {
  position: relative;
  display: inline-block;
}

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

.c .ttl img {
  position: absolute;
  left: -25px;
  bottom: 0;
  width: 35px;
  z-index: 1;
  pointer-events: none;
}

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

.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: 55px 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(115,170,55);
  background-color: rgb(255,255,255);
  transition: 0.5s;
}

.c input[type="submit"]:hover {
  background-color: rgb(115,170,55);
  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: 70px;
  padding-bottom: 80px;
}

.c .ttl h2 {
  font-size: 34px;
  letter-spacing: 4px;
}

.c .ttl img {
  left: -32.5px;
  width: 45px;
}

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

.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"] {
  margin-top: 60px;
  width: 250px;
}
}/*-- 560px --*/

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

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

.c .ttl img {
  left: -37.5px;
  width: 50px;
}

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

.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: 65px;
  height: 55px;
  border-radius: 27.5px;
  line-height: 55px;
  letter-spacing: 10px;
}
}/*-- 760px --*/

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

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

.c .ttl img {
  left: -40px;
  width: 55px;
}

.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: 70px;
  width: 300px;
}
}/*-- 960px --*/

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

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

.c .ttl img {
  left: -42.5px;
  width: 57.5px;
}

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

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

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

@media screen and (min-width: 1360px) {
.c .ttl h2 {
  font-size: 48px;
  letter-spacing: 5px;
}

.c .ttl img {
  left: -45px;
  width: 62.5px;
}
}/*-- 1360px --*/

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

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

.c .ttl img {
  left: -50px;
  width: 70px;
}

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

.c input[type="submit"] {
  margin-top: 75px;
}
}/*-- 1560px --*/
