@charset "UTF-8";
.flex, .sec2-flex, .sec4-list, .sec5-flex, .sec6-flex, .sec6-tit, .sec6-list li a, .dust {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  width: 405px;
  text-align: center;
  color: #fcf9ea;
  background: #f23005;
  transition: .3s;
  line-height: 1;
  padding: 15px 0;
  border-radius: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  box-shadow: 0 5px  #861f08;
}
.btn:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  left: 30px;
  transition: .3s;
}
.btn:hover:after {
  left: 70px;
}

.samune a {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.samune a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 50% !important;
  left: 50% !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.samune a:hover img {
  width: 120%;
  height: 120%;
}

.iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #321709;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pre-text {
  line-height: 2;
}

.sec1, .sec4 {
  background: #758c20;
  padding: 80px 0;
  text-align: center;
  color: #fcf9ea;
}
.sec1 .contents:after, .sec4 .contents:after {
  content: "";
  width: 166px;
  height: 229px;
  background: url(../img/sec1-ab.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec1 .contents:before, .sec4 .contents:before {
  content: "";
  width: 205px;
  height: 197px;
  background: url(../img/sec1-ab2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec2 {
  position: relative;
  padding: 80px 0;
}
.sec2:after {
  content: "";
  max-width: 1100px;
  width: 100%;
  height: 14px;
  background: url(../img/border2.png) center;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec3 {
  padding: 65px 0 80px;
  position: relative;
}
.sec3:after {
  content: "";
  width: 100%;
  height: 35px;
  background: url(../img/border.png) center;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -18px;
}

.sec4 {
  color: #321709;
}
.sec4 .contents:after,
.sec4 .contents:before {
  content: none;
}

.sec5 {
  padding: 80px 0 120px;
  position: relative;
}
.sec5:after {
  content: "";
  width: 368px;
  height: 407px;
  background: url(../img/sec5-ab1.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec5:before {
  content: "";
  width: 84px;
  height: 120px;
  background: url(../img/sec5-ab2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 90px;
  bottom: 0;
}
.sec5 .contents {
  z-index: 2;
}

.sec6 {
  position: relative;
  padding: 120px 0 0;
}
.sec6:after {
  content: "";
  width: 100%;
  height: 35px;
  background: url(../img/border3.png) center;
  background-repeat: repeat-x;
  position: absolute;
  top: -18px;
}
.sec6:before {
  content: "";
  width: 288px;
  height: 284px;
  background: url(../img/sec6-ab1.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -200px;
}
.sec6 .contents {
  z-index: 2;
}

.sec7 {
  padding: 80px 0 90px;
  position: relative;
}
.sec7:after {
  content: "";
  width: 256px;
  height: 456px;
  background: url(../img/sec7-ab.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec7:before {
  content: "";
  width: 160px;
  height: 158px;
  background: url(../img/sec7-ab2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 180px;
  bottom: -175px;
}
.sec7 .contents {
  z-index: 2;
}

.sec8 {
  padding: 90px 0 50px;
  position: relative;
}
.sec8:after {
  content: "";
  max-width: 1100px;
  width: 100%;
  height: 14px;
  background: url(../img/border2.png) center;
  background-repeat: repeat-x;
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec8:before {
  content: "";
  width: 276px;
  height: 312px;
  background: url(../img/sec8-ab.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -100px;
}
.sec8 .contents {
  z-index: 2;
}

.sec9 {
  padding: 50px 0 180px;
  position: relative;
}
.sec9:after {
  content: "";
  width: 383px;
  height: 378px;
  background: url(../img/sec9-ab1.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -100px;
}
.sec9:before {
  content: "";
  width: 201px;
  height: 150px;
  background: url(../img/sec9-ab2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 300px;
  bottom: 100px;
}
.sec9 .contents {
  z-index: 2;
}

/*-----header----*/
.contents {
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.h1 {
  padding: 15px 0 15px 25px;
  font-size: 1.4rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  color: #fcf9ea;
}

.logo {
  display: inline-block;
  margin-left: 25px;
}

.mv {
  width: 100%;
  height: 900px;
  background-size: cover;
  position: relative;
  overflow: visible;
}

.catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fixed2 {
  display: block;
  position: fixed;
  right: 5px;
  top: 250px;
  box-shadow: 5px 5px #321709;
  z-index: 10;
}
.fixed2:hover {
  opacity: .7;
}

.sec1-tit {
  margin-bottom: 27px;
}

.sub-tit {
  background: url(../img/sub-tit.png) no-repeat;
  background-size: cover;
  width: 170px;
  padding: 6px 0;
  text-align: center;
  color: #758c20;
  font-size: 3.2rem;
  margin: 0 auto 25px;
  letter-spacing: 3px;
}

.sec2-tit {
  margin-bottom: 20px;
}

.sec2-list li:first-child {
  position: relative;
  z-index: 1;
  background: url(../img/sec2-1.png) no-repeat right center;
}
.sec2-list li:nth-child(2) {
  z-index: 0;
  position: relative;
  top: -90px;
  margin-bottom: -185px;
  padding: 185px 0;
  background: url(../img/sec2-2.png) no-repeat left center;
}
.sec2-list li:nth-child(2) p {
  position: absolute;
  width: 570px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec2-list li:nth-child(3) {
  position: relative;
  background: url(../img/sec2-3.png) no-repeat right center;
  top: -120px;
  padding: 150px 0;
  margin-bottom: -120px;
}
.sec2-list li:nth-child(3) p {
  position: absolute;
  width: 570px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec2-list li:nth-child(4) {
  position: relative;
  background: url(../img/sec2-4.png) no-repeat left center;
  top: -170px;
  padding: 85px 0;
  margin-bottom: -170px;
}
.sec2-list li:nth-child(4) p {
  position: absolute;
  width: 570px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec2-list li:last-child {
  position: relative;
  top: -85px;
  padding: 85px 0;
  margin-bottom: -85px;
  background: url(../img/sec2-5.png) no-repeat right center;
}
.sec2-list li:last-child .sec2-img {
  position: absolute;
  width: 570px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec2-list li:nth-child(even) .sec2-flex {
  flex-flow: row-reverse;
}
.sec2-list li:nth-child(even) .sec2-flex .sec2-dlt {
  background: #f2b705;
}
.sec2-list li:nth-child(even) .sec2-flex .sec2-dlt dt {
  border-bottom: dashed 1px #926707;
}
.sec2-list li:nth-child(even) .sec2-flex .sec2-dlt dd span {
  color: #f23005;
  border-bottom: 1px solid #f23005;
}
.sec2-list li:nth-child(odd) .sec2-flex {
  color: #fcf9ea;
}
.sec2-list li:nth-child(odd) .sec2-flex .sec2-dlt {
  background: #d3a790;
}
.sec2-list li:nth-child(odd) .sec2-flex .sec2-dlt dt {
  border-bottom: dashed 1px #e9d3c8;
}
.sec2-list li:nth-child(odd) .sec2-flex .sec2-dlt dd span {
  color: #321709;
  border-bottom: 1px solid #321709;
}

.sec2-flex {
  align-items: center;
  flex-wrap: nowrap;
}
.sec2-flex .sec2-left,
.sec2-flex .sec2-dlt {
  width: 50%;
}
.sec2-flex .sec2-left .sec2-dlt,
.sec2-flex .sec2-dlt .sec2-dlt {
  width: 100%;
}

.sec2-dlt {
  border-radius: 25px;
  box-sizing: border-box;
  padding: 40px 35px 35px;
}
.sec2-dlt dt {
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.elli {
  padding-left: 15px;
  position: relative;
}
.elli:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.elli span {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
  border-bottom: none !important;
  color: #fcf9ea !important;
}

.sec3-tit {
  text-align: center;
  margin-bottom: 45px;
}

.sec3-cont {
  width: 100%;
  border-radius: 25px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  padding: 60px;
}
.sec3-cont p {
  width: 410px;
}
.sec3-cont p a {
  margin-top: 50px;
  width: 100%;
}
.sec3-cont:after {
  content: "";
  /* width: 565px; */
  width: 500px;
  /* height: 448px; */
  height: 300px;
  background: url(../img/sec3-ab.png) no-repeat;
  background-size: contain;
  position: absolute;
  /* right: 20px; */
  right: 0px;
  bottom: 20px;
}

.sec4-tit {
  margin-bottom: 55px;
}

.sec4-list li {
  background: url(../img/sec4-bg.png) no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 40px 50px;
  width: 520px;
  box-sizing: border-box;
}

.sec4-dlt dt {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 22px;
  border-bottom: dashed 1px #958477;
  margin-bottom: 20px;
}
.sec4-dlt dt p {
  padding: 14px 0;
  background: #f4c433;
}
.sec4-dlt dd {
  text-align: left;
}

.sec5-tit {
  text-align: center;
  margin-bottom: 55px;
}

.sec5-flex {
  align-items: flex-start;
}

.sec5-cont {
  max-width: 640px;
  width: 100%;
  padding: 60px 60px 90px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border-radius: 25px;
}
.sec5-cont span {
  position: absolute;
  bottom: 60px;
  right: 60px;
  color: #758c20;
  border-bottom: 1px solid #758c20;
  font-weight: 700;
}

.sec5-img {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border: 10px solid #fff;
  max-width: 410px;
  width: 100%;
  background: #321709;
  box-sizing: border-box;
}

.sec6-tit {
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  width: 275px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: url(../img/sec6-bg.png);
}

.sec6-list {
  max-width: 805px;
  width: 100%;
  padding: 60px 50px 60px 40px;
  box-sizing: border-box;
  background: #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.sec6-list li {
  margin-bottom: 20px;
}
.sec6-list li:last-child {
  margin-bottom: 0;
}
.sec6-list li a {
  position: relative;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.sec6-list li a:hover {
  top: -3px;
  right: -3px;
}
.sec6-list li a time {
  display: block;
  border-radius: 4px;
  line-height: 1;
  padding: 12px;
  background: #d6d1ce;
  text-align: center;
}
.sec6-list li a p {
  max-width: 550px;
  width: 100%;
  padding: 12px 10px 24px;
  border-bottom: 1px solid #bdbbb7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec7-tit {
  margin-bottom: 55px;
  text-align: center;
}

.sec8-tit {
  text-align: center;
  margin-bottom: 55px;
}

.sec8-text {
  color: #f23005;
  text-align: center;
  margin-bottom: 20px;
}

.contact {
  border-collapse: collapse;
}
.contact th {
  width: 360px;
  padding: 12px 10px 12px 20px;
  box-sizing: border-box;
  color: #fcf9ea;
  background: #91a740;
  border: 1px solid #d9d9d9;
  font-weight: 700;
}
.contact td {
  border: 1px solid #d9d9d9;
  padding: 12px 20px;
  background: #fff;
}

.sec9-tit {
  text-align: center;
  margin-bottom: 55px;
}

.sec9-table {
  border-collapse: separate;
  border-spacing: 0 8px;
  margin-bottom: 40px;
}
.sec9-table th {
  width: 235px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: url(../img/sec9-bg.png);
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  font-weight: 700;
}
.sec9-table td {
  padding: 20px 40px;
  line-height: 1;
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.foot {
  position: relative;
  margin-top: -40px;
  background: url(../img/ft-bg.png) no-repeat;
  background-size: cover;
  padding-top: 80px;
  text-align: center;
  color: #fff;
}

.ft-logo {
  display: inline-block;
  margin-bottom: 40px;
}

.copyright {
  font-size: 1.4rem;
  opacity: .7;
  padding: 10px 0;
  line-height: 1;
}
.copyright a {
  color: #fff;
}

/*--------blog-------*/
.sub-mv {
  background: url(../img/mv1.png) no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
}

.title {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  box-sizing: border-box;
  max-width: 600px;
  padding: 10px 30px;
  font-size: 4.6rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog {
  padding: 80px 0 180px;
}

.blog .sub-tit {
  width: auto;
}

.blog .sec6-list {
  max-width: 1080px;
  border-radius: 25px;
}
.blog .sec6-list li a p {
  max-width: 800px;
}

.deta-time {
  padding: 0 10px;
  display: block;
  margin-bottom: 10px;
  font-size: 2.0rem;
}

.deta-dlt {
  background: #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.deta-dlt dt {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 2.0rem;
  border-bottom: 1px solid #321709;
}
.deta-dlt dd {
  padding: 10px;
}

.deta-nav {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

.deta-nav li a {
  display: block;
  width: 90px;
  line-height: 40px;
  background: #f4c433;
  font-size: 2.0rem;
  transition: .3s;
}

.back a {
  padding-left: 20px;
  position: relative;
}

.back a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 10px;
  border-top: 3px solid #321709;
  border-right: 3px solid #321709;
  transform: rotate(-135deg);
  border-radius: 2px;
}

.to-top a {
  text-align: center;
  padding: 0 10px;
}

.next a {
  padding-right: 20px;
  position: relative;
}

.next a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 15px;
  right: 10px;
  border-top: 3px solid #321709;
  border-right: 3px solid #321709;
  transform: rotate(45deg);
  border-radius: 2px;
}

.deta-nav li a:hover {
  opacity: 0.7;
}

.pagenation {
  width: 300px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-around;
}

.pagenation li {
  text-align: center;
  width: 40px;
  background: #f4c433;
  color: #321709;
  font-weight: bold;
  border-radius: 8px;
  opacity: .7;
  line-height: 40px;
}

.pagenation li a {
  display: block;
}

.pagenation .current {
  opacity: 1;
  display: block;
}

.pagenation li:hover {
  opacity: 1;
}

.m-30 {
  margin-bottom: 30px;
}

.pc-none {
  display: none;
}

.no-post {
  text-align: center;
  font-size: 1.8rem;
}

main {
  position: relative;
}

.dust {
  position: absolute;
  font-size: 1.4rem;
  left: 10px;
  top: 5px;
}
.dust li {
  position: relative;
  padding: 0 10px;
  margin-right: 10px;
}
.dust li:last-child {
  margin-right: 0;
}
.dust li:last-child:after {
  content: none;
}
.dust li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: -8px;
  border-top: 1px solid #321709;
  border-right: 1px solid #321709;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
}
@media (max-width: 1080px) {
  .dust {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .ip-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  body {
    min-width: 360px;
  }

  .mv {
    height: 500px;
  }

  .sub-mv {
    height: 400px;
  }

  .catch {
    width: 81%;
  }

  .fixed2 {
    width: 50px;
  }

  .sec1, .sec4,
  .sec2,
  .sec3,
  .sec4,
  .sec5,
  .sec6,
  .sec7,
  .sec8,
  .sec9 {
    overflow: visible;
  }

  .sec1 .contents:before, .sec4 .contents:before,
  .sec1 .contents:after,
  .sec4 .contents:after,
  .sec3-cont:after,
  .sec5 .contents:after,
  .sec5 .contents:before,
  .sec5:after,
  .sec5:before,
  .sec6:before,
  .sec7:after,
  .sec7:before,
  .sec8:before,
  .sec9:after,
  .sec9:before {
    content: none;
  }

  .sec2-flex {
    flex-wrap: wrap;
  }

  .sec2-flex .sec2-left,
  .sec2-flex .sec2-dlt {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }

  .sec2-list li:nth-child(even) .sec2-flex {
    flex-wrap: wrap;
  }

  .sec2-list li:first-child p {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .sec2-list li:nth-child(2) p, .sec2-list li:nth-child(3) p, .sec2-list li:nth-child(4) p, .sec2-list li:last-child .sec2-img {
    margin: 0 auto;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  .sec2-list li:nth-child(2) {
    margin-bottom: -90px;
    padding: 120px 0 20px;
  }
  .sec2-list li:nth-child(3), .sec2-list li:nth-child(4), .sec2-list li:last-child {
    top: auto;
    margin-bottom: 0;
    padding: 20px 0;
  }

  .sec4-list {
    justify-content: center;
  }
  .sec4-list li {
    margin-bottom: 40px;
  }
  .sec4-list li:last-child {
    margin-bottom: 0;
  }

  .sec5-flex {
    flex-flow: wrap-reverse;
    justify-content: center;
  }

  .sec6-tit {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 25px;
  }

  .sec6-list {
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
  }

  .contact th,
  .contact td,
  .sec9-table th,
  .sec9-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .sec9-table th,
  .sec9-table td {
    border-radius: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .mv {
    height: 400px;
  }

  .sub-mv {
    height: 350px;
  }

  /*----section----*/
  .sec1, .sec4,
  .sec2 {
    padding: 60px 0;
  }

  .sec3 {
    padding: 50px 0 60px;
  }

  .sec5 {
    padding: 60px 0 80px;
  }

  .sec6 {
    padding: 80px 0 0;
  }

  .sec7 {
    padding: 60px 0 70px;
  }

  .sec8 {
    padding: 70px 0 30px;
  }

  .sec9 {
    padding: 30px 0 140px;
  }

  /*----font----*/
  .none-560 {
    display: none;
  }

  body {
    font-size: 1.4rem;
    font-size: 14px;
  }

  .h1,
  .copyright {
    font-size: 1.0rem;
  }

  .title {
    font-size: 3.2rem;
  }

  .sub-tit {
    font-size: 2.8rem;
  }

  .sub-tit {
    width: 154px;
  }

  .sec3-cont {
    padding: 20px;
  }
  .sec3-cont p {
    width: auto;
  }

  .sec5-cont {
    padding: 20px 20px  60px;
  }
  .sec5-cont span {
    bottom: 30px;
  }

  .sec6-tit {
    padding: 30px 0;
  }

  .sec6-list {
    padding: 30px 15px 30px 15px;
  }

  .sec6-list li a {
    flex-wrap: wrap;
  }

  .optional-mark,
  .required-mark {
    padding: 4px 7px;
    font-size: 14px;
  }

  .btn {
    width: 340px;
  }
  .btn:hover:after {
    left: 30px;
  }
}
