@charset "UTF-8";
/*Theme Name: 知足航路*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
html {
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", serif;
  color: #333;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
}

body img {
  height: auto;
}

body .inner {
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 20px;
}

body .inner.md {
  max-width: 1055px;
}

body .main_title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  body .main_title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}

body .main_title span {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
}

body .lead {
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

body .lead:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  body .lead {
    text-align: left;
    margin-bottom: 20px;
  }
}

body .lead p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  body .lead p.center {
    text-align: center;
  }
}

body .btn {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 300px;
  height: 60px;
  position: relative;
  border: #789aad 2px solid;
  background: #789aad;
  color: #fff;
  padding-right: 10px;
  font-weight: bold;
}

body .btn:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

body .btn:hover {
  background: #85a7bb;
}

body .btn.white {
  background: #fff;
  color: #789aad;
}

body .btn.white:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #789aad;
  border-right: solid 2px #789aad;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

body .btn.white:hover {
  background: #85a7bb;
  color: #fff;
}

body .bg_gray {
  background: #ededed;
}

body .bg_gray section {
  padding: 150px 0;
}

body .bg_gray section:not(:last-child) {
  padding: 150px 0 0;
}

@media screen and (max-width: 768px) {
  body .bg_gray section {
    padding: 40px 0;
  }
  body .bg_gray section:not(:last-child) {
    padding: 40px 0 0;
  }
}

body .bg_dgray {
  background: #d9d9d9;
}

body .bg_deco {
  background: url("images/bg_deco.webp");
  background-size: cover;
  background-position: center;
}

body .bg_deco section {
  padding: 150px 0;
}

body .bg_deco section:not(:last-child) {
  padding: 150px 0 0;
}

@media screen and (max-width: 768px) {
  body .bg_deco section {
    padding: 40px 0;
  }
  body .bg_deco section:not(:last-child) {
    padding: 40px 0;
  }
}

body .bg_deco .main_title,
body .bg_deco .lead {
  color: #fff;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(77, 77, 77, 0.4);
}

@media screen and (max-width: 768px) {
  header.active {
    background: #333;
  }
}

header .h_blc {
  width: 100%;
  height: auto;
  padding: 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  header .h_blc {
    padding: 15px 22px;
  }
}

header .h_logo {
  max-width: 207px;
}

@media screen and (max-width: 768px) {
  header .h_logo {
    max-width: 98px;
  }
}

header .h_logo img {
  width: 100%;
  height: auto;
}

header .menu-btn,
header #menu-btn-check {
  display: none;
}

@media screen and (max-width: 768px) {
  header .menu-btn,
  header #menu-btn-check {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 25px;
    z-index: 100;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after,
  header #menu-btn-check span,
  header #menu-btn-check span:before,
  header #menu-btn-check span:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before,
  header #menu-btn-check span:before {
    top: 22px;
  }
  header .menu-btn span:after,
  header #menu-btn-check span:after {
    top: 11px;
  }
}

@media screen and (max-width: 768px) {
  header #menu-btn-check:checked ~ .menu-btn span {
    background: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    visibility: visible;
    opacity: 1;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #333;
    color: #fff;
    position: fixed;
    top: 60px;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 20px 10px 100px;
    overflow-y: scroll;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
  }
}

header .nav {
  display: none;
}

@media screen and (max-width: 768px) {
  header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  header .nav a {
    color: #fff;
  }
}

header .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  header .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  header .btn_wrap li {
    width: 100%;
  }
}

header .btn_wrap .btn {
  width: 230px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  header .btn_wrap .btn {
    width: 100%;
  }
}

main section {
  padding: 150px 0;
}

@media screen and (max-width: 768px) {
  main section {
    padding: 40px 0;
  }
}

main .mv {
  background-image: url("images/mv.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1024px;
  position: relative;
}

@media screen and (max-width: 768px) {
  main .mv {
    height: 100vh;
  }
}

main .mv .copy {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  main .mv .copy {
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    left: 0;
    padding: 0 10px;
    width: 100%;
  }
}

main .mv .copy strong {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: right;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  main .mv .copy strong {
    font-size: 1.2rem;
  }
}

main .mv .copy > img {
  max-width: 635px;
  width: 100%;
  margin: 40px 0 40px auto;
}

@media screen and (max-width: 768px) {
  main .mv .copy > img {
    margin: 20px 0 20px auto;
    max-width: 320px;
    width: 90%;
  }
}

main .mv .copy p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  text-align: right;
  margin-bottom: 20px;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  main .mv .copy p {
    font-size: 0.9rem;
  }
}

main .mv .copy .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  main .mv .copy .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

main .mv .copy .btn_wrap img {
  width: 20px;
}

main #worry ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  main #worry ul {
    gap: 40px;
  }
}

main #worry ul li {
  width: calc(50% - 25px);
  border: 2px solid #333;
  border-radius: 10px;
  padding: 50px 40px 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  main #worry ul li {
    width: 100%;
    padding: 50px 20px 20px;
  }
}

main #worry ul li:nth-child(odd):after {
  position: absolute;
  content: "";
  background: url("images/icon_arrow.svg") no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -51px;
  width: 51px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  main #worry ul li:nth-child(odd):after {
    background-size: 100%;
    top: 115%;
    -webkit-transform: translateY(-115%);
            transform: translateY(-115%);
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 35px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  main #worry ul li:nth-child(even) {
    margin-bottom: 20px;
  }
}

main #worry ul span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 5px 0 10px 0;
  width: 80px;
  padding: 5px;
}

main #worry strong {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  main #worry strong {
    font-size: 1.3rem;
  }
}

main #worry strong span {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  main #worry strong span {
    font-size: 1rem;
  }
}

main #risk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main #risk ul li {
  width: calc(50% - 25px);
  min-height: 500px;
  border: 2px solid #333;
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  main #risk ul li {
    width: 100%;
    min-height: 100%;
    padding: 20px;
    text-align: left;
  }
  main #risk ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}

main #risk ul h3 {
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 1.3rem;
}

main #risk ul div {
  position: relative;
  max-width: 310px;
}

main #risk ul img {
  margin-bottom: 40px;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  main #risk ul img {
    margin-bottom: 20px;
  }
}

main #risk ul img.balloon {
  position: absolute;
  top: -50px;
  right: -60px;
}

@media screen and (max-width: 768px) {
  main #risk ul img.balloon {
    top: -70px;
    right: -10px;
    width: 60px;
  }
}

main #solution ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main #solution ul li {
  width: calc(25% - 25px);
  min-height: 300px;
  background: #fff;
  border-radius: 10px;
  padding: 50px 20px 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  main #solution ul li {
    width: 100%;
    min-height: 100%;
    padding: 20px;
    text-align: left;
  }
  main #solution ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}

main #solution ul li:not(:last-child):after {
  position: absolute;
  content: "";
  background: url("images/icon_arrow_w.svg") no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -31px;
  width: 31px;
  height: 15px;
}

@media screen and (max-width: 768px) {
  main #solution ul li:not(:last-child):after {
    top: 105%;
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

main #solution ul h3 {
  font-weight: bold;
  margin: 40px auto 20px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  main #solution ul h3 {
    margin: 20px auto;
  }
}

main #different .js-scrollable {
  margin-bottom: 50px;
}

main #different .js-scrollable img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  main #different .js-scrollable img {
    min-width: 750px;
  }
}

main #intro .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 75px;
}

@media screen and (max-width: 768px) {
  main #intro .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

main #intro .list > li {
  width: calc(33.33333% - 50px);
}

@media screen and (max-width: 768px) {
  main #intro .list > li {
    width: 100%;
  }
}

main #intro .list > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  main #intro .list > li ul {
    gap: 40px;
  }
}

main #intro .list > li li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: 2px solid #333;
  background: #fff;
  border-radius: 10px;
  padding: 30px 10px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

main #intro .list > li li:first-child:after {
  position: absolute;
  content: "";
  background: url("images/icon_arrow.svg") no-repeat;
  bottom: -35px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0;
  left: 0;
  margin: auto;
  width: 51px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  main #intro .list > li li:first-child:after {
    background-size: 100%;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 35px;
    height: 12px;
  }
}

main #intro .list > li li span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 5px 0 10px 0;
  width: 80px;
  padding: 5px;
}

main #intro .list > li li p {
  line-height: 1.8;
  margin-top: auto;
}

main #reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  main #reason ul {
    gap: 40px;
  }
}

main #reason ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  main #reason ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #reason ul .thumb {
  width: 250px;
  background: #333;
  border-radius: 10px 0 0 10px;
  border: 1px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  main #reason ul .thumb {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 10px;
  }
}

main #reason ul .cont {
  width: calc(100% - 250px);
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  main #reason ul .cont {
    padding: 20px;
    width: 100%;
  }
}

main #reason ul h3 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

main #reason ul p {
  line-height: 1.8;
}

main #business .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  main #business .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

main #business .thumb {
  width: 47%;
}

@media screen and (max-width: 768px) {
  main #business .thumb {
    width: 100%;
  }
}

main #business .thumb img {
  width: 100%;
}

main #business .cont {
  width: calc(53% - 50px);
}

@media screen and (max-width: 768px) {
  main #business .cont {
    width: 100%;
  }
}

main #business h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  main #business h3 {
    text-align: center;
    font-size: 1.2rem;
  }
}

main #business p {
  line-height: 1.8;
  color: #fff;
}

main #business p:not(:last-child) {
  margin-bottom: 30px;
}

main #overview img {
  width: 100%;
}

main #case {
  overflow: hidden;
  max-width: 2600px;
  margin: 0 auto;
}

main #case .swiper {
  overflow: visible !important;
  margin-bottom: 180px;
}

@media screen and (max-width: 768px) {
  main #case .swiper {
    margin-bottom: 80px;
  }
}

main #case .swiper li {
  background: #fff;
  border: 2px solid #333;
  padding: 30px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  main #case .swiper li {
    padding: 20px;
  }
}

main #case .swiper p {
  line-height: 1.8;
}

main #case .swiper p.user {
  margin-bottom: 20px;
}

main #case .swiper h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

main #case .swiper-pagination {
  bottom: -150px !important;
}

@media (max-width: 768px) {
  main #case .swiper-pagination {
    bottom: -70px !important;
  }
}

main #case .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  margin: 0 10px !important;
}

@media (max-width: 768px) {
  main #case .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}

main #case .swiper-pagination-bullet-active {
  background: #333 !important;
}

main #case .swiper-button-prev,
main #case .swiper-button-next {
  width: 80px;
  height: 80px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  pointer-events: auto;
}

@media (max-width: 768px) {
  main #case .swiper-button-prev,
  main #case .swiper-button-next {
    bottom: -80px;
    width: 40px;
    height: 40px;
  }
}

main #case .swiper-button-prev::after,
main #case .swiper-button-next::after {
  content: "";
  width: 15px;
  height: 25px;
  pointer-events: auto;
}

@media (max-width: 768px) {
  main #case .swiper-button-prev::after,
  main #case .swiper-button-next::after {
    width: 11px;
    height: 18.5px;
  }
}

main #case .swiper-button-prev {
  left: calc(50% - 190px);
}

@media (max-width: 768px) {
  main #case .swiper-button-prev {
    left: calc(50% - 124px);
  }
}

main #case .swiper-button-prev::after {
  background: url("images/icon_chevron.svg") no-repeat center/contain;
}

main #case .swiper-button-next {
  left: calc(50% + 190px);
}

@media (max-width: 768px) {
  main #case .swiper-button-next {
    left: calc(50% + 124px);
  }
}

main #case .swiper-button-next::after {
  background: url("images/icon_chevron.svg") no-repeat center/contain;
  rotate: 180deg;
}

main #recommend .list > li {
  border: 2px solid #333;
  border-radius: 10px;
  background: #fff;
}

main #recommend .list > li:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  main #recommend .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
}

main #recommend .list > li h3 {
  border-bottom: 2px solid #333;
  background: #4d4d4d;
  color: #fff;
  padding: 15px 50px;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 768px) {
  main #recommend .list > li h3 {
    padding: 10px;
    text-align: center;
  }
}

main #recommend .list > li div {
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  main #recommend .list > li div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}

main #recommend .list > li div li {
  position: relative;
  padding-left: 30px;
}

main #recommend .list > li div li:after {
  position: absolute;
  content: "";
  background: url("images/icon_check.svg") no-repeat;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
}

main #recommend .list > li div li:not(:last-child) {
  margin-bottom: 20px;
}

main #lineup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  main #lineup ul {
    gap: 30px;
  }
}

main #lineup ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  main #lineup ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #lineup ul .thumb {
  width: 250px;
  background: #4d4d4d;
  border-radius: 10px 0 0 10px;
  border: 1px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  main #lineup ul .thumb {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 10px;
  }
}

main #lineup ul .cont {
  width: calc(100% - 250px);
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  main #lineup ul .cont {
    padding: 20px;
    width: 100%;
  }
}

main #lineup ul h3 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

main #lineup ul p {
  line-height: 1.8;
}

main #lineup ul p:not(:last-child) {
  margin-bottom: 20px;
}

main #lineup ul dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
}

@media screen and (max-width: 768px) {
  main #lineup ul dl {
    display: block;
  }
}

main #lineup ul dl dt {
  min-width: 180px;
  font-weight: bold;
  background: #4d4d4d;
  color: #fff;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  main #lineup ul dl dt {
    min-width: 100%;
    padding: 10px;
  }
}

main #lineup ul dl dd {
  min-width: 250px;
}

@media screen and (max-width: 768px) {
  main #lineup ul dl dd {
    min-width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  main #loadmap .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main #loadmap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  main #loadmap .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

main #loadmap li {
  width: 16.6666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  main #loadmap li {
    width: 100%;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

main #loadmap li:nth-of-type(1) .head {
  background: #bebebe;
}

main #loadmap li:nth-of-type(1) .head::after {
  background: #bebebe;
}

main #loadmap li:nth-of-type(2) .head {
  background: #a3a3a3;
}

main #loadmap li:nth-of-type(2) .head::after {
  background: #a3a3a3;
}

main #loadmap li:nth-of-type(3) .head {
  background: #888;
}

main #loadmap li:nth-of-type(3) .head::after {
  background: #888;
}

main #loadmap li:nth-of-type(4) .head {
  background: #6c6c6c;
}

main #loadmap li:nth-of-type(4) .head::after {
  background: #6c6c6c;
}

main #loadmap li:nth-of-type(5) .head {
  background: #5e5e5e;
}

main #loadmap li:nth-of-type(5) .head::after {
  background: #5e5e5e;
}

main #loadmap li:nth-of-type(6) .head {
  background: #4d4d4d;
}

main #loadmap li:nth-of-type(6) .head::after {
  display: none;
}

main #loadmap .head {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  main #loadmap .head {
    width: 100px;
    font-size: 1rem;
  }
}

main #loadmap .head::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 20px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  main #loadmap .head::after {
    width: 100%;
    height: 33px;
    right: 0;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: -33px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}

main #loadmap .body {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 30px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 768px) {
  main #loadmap .body {
    width: calc(100% - 100px);
    margin-left: auto;
    padding: 20px;
  }
}

main #loadmap .body h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

main #loadmap .body p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-top: auto;
}

main #program .list > li {
  border: 2px solid #333;
  border-radius: 10px;
  background: #fff;
}

main #program .list > li:not(:last-child) {
  margin-bottom: 50px;
}

main #program .list > li h3 {
  border-bottom: 2px solid #333;
  background: #4d4d4d;
  color: #fff;
  padding: 15px 50px;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 768px) {
  main #program .list > li h3 {
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
  }
}

main #program .list > li div {
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  main #program .list > li div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}

main #program .list > li div li {
  position: relative;
  padding-left: 30px;
}

main #program .list > li div li:after {
  position: absolute;
  content: "";
  background: url("images/icon_book.svg") no-repeat;
  width: 18px;
  height: 13px;
  top: 5px;
  left: 0;
}

main #program .list > li div li:not(:last-child) {
  margin-bottom: 15px;
}

main #message {
  padding: 150px 0 0;
}

@media screen and (max-width: 768px) {
  main #message {
    padding: 40px 0 0;
  }
}

main #message .imgleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  main #message .imgleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  main #message .imgleft > img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

main #message .imgleft > div {
  width: calc(100% - 350px);
}

@media screen and (max-width: 768px) {
  main #message .imgleft > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

main #message .imgleft > div p {
  line-height: 1.8;
}

main #message .imgleft > div p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  main #message .imgleft > div p:not(:last-child) {
    margin-bottom: 20px;
  }
}

main #message .imgleft > div .name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  main #message .imgleft > div .name {
    text-align: center;
    margin: 0 auto 20px;
  }
}

main #message .imgleft > div .name span {
  margin: 10px 0;
  display: block;
}

main #faq ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  main #faq ul {
    gap: 20px;
  }
}

main #faq .title {
  background: #ededed;
  border-radius: 10px;
  padding: 20px 20px 20px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  main #faq .title {
    padding: 20px 20px 20px 60px;
    font-size: 1rem;
  }
}

main #faq .cont {
  position: relative;
  padding: 20px 20px 20px 100px;
}

@media screen and (max-width: 768px) {
  main #faq .cont {
    padding: 20px 20px 20px 60px;
  }
}

main #faq .icon {
  position: absolute;
  left: 40px;
  top: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  main #faq .icon {
    top: 12px;
    left: 10px;
  }
}

main #faq .icon.q {
  background: #4d4d4d;
  color: #fff;
}

main #contact .p-top-contact__contents {
  background: #fff;
  padding: 80px 22px;
}

@media screen and (max-width: 768px) {
  main #contact .p-top-contact__contents {
    padding: 30px 22px;
  }
}

main #contact .c-form {
  max-width: 800px;
  margin: 0 auto;
}

main #contact .c-form__item + .c-form__item {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__item + .c-form__item {
    margin-top: 24px;
  }
}

main #contact .c-form__item > label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__item > label {
    gap: 15px;
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

main #contact .c-form__required {
  width: 45px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #789aad;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__required {
    width: 40px;
    height: 19px;
    font-size: 8px;
    border-radius: 2px;
  }
}

main #contact .c-form input[type="text"],
main #contact .c-form input[type="tel"],
main #contact .c-form input[type="email"],
main #contact .c-form textarea,
main #contact .c-form select {
  border: #4d4d4d 1px solid;
  border-radius: 5px;
  margin-top: 16px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  main #contact .c-form input[type="text"],
  main #contact .c-form input[type="tel"],
  main #contact .c-form input[type="email"],
  main #contact .c-form textarea,
  main #contact .c-form select {
    margin-top: -3px;
  }
}

main #contact .c-form input[type="text"],
main #contact .c-form input[type="tel"],
main #contact .c-form input[type="email"],
main #contact .c-form textarea {
  padding: 20px 20px;
}

@media screen and (max-width: 768px) {
  main #contact .c-form input[type="text"],
  main #contact .c-form input[type="tel"],
  main #contact .c-form input[type="email"],
  main #contact .c-form textarea {
    padding: 10px 10px;
  }
}

main #contact .c-form textarea {
  min-height: 180px;
}

@media screen and (max-width: 768px) {
  main #contact .c-form textarea {
    min-height: 180px;
  }
}

main #contact .c-form select {
  padding: 17px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("images/form.svg");
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: right 24px center;
  background-color: #fff;
  /* 画像の位置 */
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  main #contact .c-form select {
    padding: 10px 10px;
    background-position: right 12px center;
    font-size: 13px;
  }
}

main #contact .c-form input::-webkit-input-placeholder,
main #contact .c-form textarea::-webkit-input-placeholder {
  color: #c3c3c3;
  font-size: 18px;
  line-height: 1.4444444444;
}

main #contact .c-form input::-ms-input-placeholder,
main #contact .c-form textarea::-ms-input-placeholder {
  color: #c3c3c3;
  font-size: 18px;
  line-height: 1.4444444444;
}

main #contact .c-form input:-ms-input-placeholder,
main #contact .c-form textarea:-ms-input-placeholder {
  color: #c3c3c3;
  font-size: 18px;
  line-height: 1.4444444444;
}

main #contact .c-form input::placeholder,
main #contact .c-form textarea::placeholder {
  color: #c3c3c3;
  font-size: 18px;
  line-height: 1.4444444444;
}

@media screen and (max-width: 768px) {
  main #contact .c-form input::-webkit-input-placeholder,
  main #contact .c-form textarea::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 1.4615384615;
  }
  main #contact .c-form input::-ms-input-placeholder,
  main #contact .c-form textarea::-ms-input-placeholder {
    font-size: 13px;
    line-height: 1.4615384615;
  }
  main #contact .c-form input:-ms-input-placeholder,
  main #contact .c-form textarea:-ms-input-placeholder {
    font-size: 13px;
    line-height: 1.4615384615;
  }
  main #contact .c-form input::placeholder,
  main #contact .c-form textarea::placeholder {
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

main #contact .c-form__radio {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-top: -4px;
  }
}

main #contact .c-form__radio > div {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

main #contact .c-form__radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

main #contact .c-form__radio input[type="radio"] {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #4d4d4d;
  background: #fff;
  border-radius: 50%;
  vertical-align: -2px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__radio input[type="radio"] {
    width: 19px;
    height: 19px;
  }
}

main #contact .c-form__radio input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4d4d4d;
  content: "";
}

@media screen and (max-width: 768px) {
  main #contact .c-form__radio input[type="radio"]:checked:before {
    width: 11px;
    height: 11px;
    top: 3px;
    left: 3px;
    -webkit-transform: unset;
    transform: unset;
  }
}

main #contact .c-form__radio > span {
  margin: 0 0 0 0;
}

main #contact .c-form__radio label {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__radio label {
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

main #contact .c-form__privacy {
  margin-top: 63px;
}

main #contact .c-form__privacy input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

main #contact .c-form__privacy .wpcf7-list-item-label {
  font-size: 18px;
  line-height: 1.3333333333;
  padding-left: 42px;
  font-weight: 500;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__privacy .wpcf7-list-item-label {
    font-size: 11px;
    line-height: 3.1538461538;
    padding-left: 9px;
  }
}

main #contact .c-form__privacy .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__privacy .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #d9d9d9;
    left: -15px;
  }
}

main #contact .c-form__privacy .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: transparent url("images/check.svg") no-repeat center center/contain;
  cursor: pointer;
  opacity: 0;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__privacy .wpcf7-list-item-label::after {
    width: 18px;
    height: 18px;
    left: -15px;
  }
}

main #contact .c-form__privacy
input[type="checkbox"]:checked
+ .wpcf7-list-item-label::after {
  opacity: 1;
}

main #contact .c-form__privacy
input[type="checkbox"]:checked
+ .wpcf7-list-item-label::before {
  opacity: 0;
}

main #contact .c-form__privacytitle {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__privacytitle {
    font-size: 18px;
    line-height: 2.1111111111;
  }
}

main #contact .c-form__scroll {
  border: #4d4d4d 1px solid;
  border-radius: 10px;
  height: 320px;
  overflow-y: scroll;
  margin-top: 32px;
  padding: 30px 46px 30px 17px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__scroll {
    margin-top: 24px;
    padding: 5px 20px 5px 10px;
    border-radius: 5px;
  }
}

main #contact .c-form__scroll div + div {
  margin-top: 20px;
}

main #contact .c-form__scroll strong {
  font-size: 18px;
  line-height: 1.6111111111;
  display: block;
  margin-top: 1em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__scroll strong {
    font-size: 10px;
    line-height: 1.5;
  }
}

main #contact .c-form__scroll div.-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__scroll div {
    font-size: 10px;
    line-height: 1.5;
  }
}

main #contact .c-form__scroll ol {
  list-style-type: decimal;
}

main #contact .c-form__scroll ol li {
  margin-left: 1.4em;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__scroll ol li {
    font-size: 10px;
    line-height: 1.5;
  }
}

main #contact .c-form__scroll ol li > ol > li {
  list-style-type: none;
  counter-increment: cnt;
  margin-left: 2em;
}

main #contact .c-form__scroll ol li > ol > li::before {
  content: "(" counter(cnt) ") ";
}

main #contact .c-form__scroll + .wpcf7-form-control-wrap {
  margin: 60px auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__scroll + .wpcf7-form-control-wrap {
    margin: 30px auto 0;
  }
}

main #contact .c-form__button {
  width: 300px;
  height: 56px;
  position: relative;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  main #contact .c-form__button {
    width: 287px;
    margin: 30px auto 0;
  }
}

main #contact .c-form__button .wpcf7-spinner {
  display: none;
}

main #contact .c-form__button input {
  background: #789aad;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

main #contact .c-form__button svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  cursor: pointer;
}

main #contact .c-form .wpcf7-not-valid-tip {
  margin-top: 1em;
}

main #contact .c-form .wpcf7 form.invalid .wpcf7-response-output,
main #contact .c-form .wpcf7 form.unaccepted .wpcf7-response-output,
main #contact .c-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
}

main #contact .wpcf7-submit {
  background: #789aad;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 300px;
  height: 56px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

main #contact .wpcf7-submit:hover {
  background: #85a7bb;
}

main #error .btn {
  margin: 0 auto;
}

footer {
  background: #202020;
  padding: 60px 22px 22px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0 100px;
  }
}

footer h2 {
  width: 336px;
}

@media screen and (max-width: 768px) {
  footer h2 {
    width: 242px;
    margin: 0 auto;
  }
}

footer table {
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  footer table {
    font-size: 12px;
    line-height: 1.5;
    margin: 56px auto 0;
  }
}

footer table th {
  width: 122px;
  padding: 4px 0px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  footer table th {
    width: 83px;
  }
}

footer table td {
  padding: 4px 0px;
}

@media screen and (max-width: 768px) {
  footer table td li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

footer small {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 600;
  display: block;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  footer small {
    margin-top: 52px;
  }
}

@media screen and (max-width: 768px) {
  footer .fixbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  footer .fixbtn li {
    width: 50%;
  }
  footer .fixbtn .btn {
    width: 100%;
  }
}

.pconly {
  display: block;
}

.smonly {
  display: none;
}

@media screen and (max-width: 768px) {
  .pconly {
    display: none;
  }
  .smonly {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */