@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "enfont.ttf";
  src: url(../css/lucida-calligraphy-italic.ttf) format("truetype");
}
body {
  color: #000000;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 500;
}
@media (min-width: 767px) and (max-width:1025px) {
  body {
    line-height: 1.7;
    font-size: 15px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  body {
    line-height: 1.7;
    font-size: 14px;
  }
}
@media screen and (max-width: 519px) {
  body {
    line-height: 1.7;
    font-size: 13px;
  }
}

img {
  width: 100%;
}

.inner {
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width:1025px) {
  .inner {
    width: 700px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .inner {
    width: 480px;
  }
}
@media screen and (max-width: 519px) {
  .inner {
    width: 350px;
  }
}

.btn {
  position: relative;
  overflow: hidden;
  transition: ease 0.5s;
}
.btn span {
  position: relative;
  z-index: 3;
}
.btn a::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*================================

header

==================================*/
header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 30;
}
header.change-color {
  background-color: #DCDCDC;
  box-shadow: 0px 0px 30px -20px #000000;
  transition: 0.8s;
}
@media (min-width: 520px) and (max-width:766px) {
  header {
    height: 70px;
  }
}
@media screen and (max-width: 519px) {
  header {
    height: 70px;
  }
}

.header-nav {
  padding-top: 20px;
}

.header-nav-link {
  display: flex;
  justify-content: center;
}
.header-nav-link li {
  padding-right: 62px;
  padding-top: 7px;
}
.header-nav-link li a {
  font-size: 16px;
  color: #000000;
}
.header-nav-link li a:hover {
  opacity: 0.7;
}
@media (min-width: 767px) and (max-width:1025px) {
  .header-nav-link li a {
    font-size: 15px;
  }
}
.header-nav-link li.nav-white a {
  color: #ffffff;
}
.header-nav-link li.nav-white a.change-color {
  color: #000000;
}
@media (min-width: 767px) and (max-width:1025px) {
  .header-nav-link li {
    padding-right: 33px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .header-nav-link li {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .header-nav-link li {
    display: none;
  }
}

.contact-btn a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px 60px;
  display: inline-block;
  border-radius: 26px;
}
.contact-btn a.change-color {
  color: #000000;
  border: 1px solid #000000;
}
.contact-btn a::before {
  background-color: #ffffff;
  border-radius: 26px;
}
.contact-btn a:hover {
  color: #000000;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-btn a {
    color: #000000;
    border: 1px solid #000000;
  }
}
@media screen and (max-width: 519px) {
  .contact-btn a {
    color: #000000;
    border: 1px solid #000000;
    padding: 2px 30px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-btn {
    position: absolute;
    right: 70px;
    top: 10px;
  }
}
@media screen and (max-width: 519px) {
  .contact-btn {
    position: absolute;
    right: 60px;
    top: 20px;
  }
}

.contact-btn-b a {
  color: #000000;
  border: 1px solid #000000;
  padding: 8px 60px;
  display: inline-block;
  border-radius: 20px;
}
.contact-btn-b a::before {
  background-color: #ffffff;
  border-radius: 20px;
}
.contact-btn-b a:hover {
  color: #000000;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-btn-b a {
    padding: 4px 50px;
  }
}
@media screen and (max-width: 519px) {
  .contact-btn-b a {
    padding: 2px 30px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-btn-b {
    position: absolute;
    right: 70px;
    top: 20px;
  }
}
@media screen and (max-width: 519px) {
  .contact-btn-b {
    position: absolute;
    right: 60px;
    top: 20px;
  }
}

.drawer-icon {
  position: fixed;
  top: 22px;
  right: 16px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media screen and (max-width: 519px) {
  .drawer-icon {
    display: block;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  top: 8px;
  transform: rotate(-45deg);
  background: #5A5856;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  top: 8px;
  transform: rotate(45deg);
  background: #5A5856;
}

.drawer-icon-bars {
  width: 30px;
  height: 26px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 8px;
  background: #5A5856;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.drawer-icon-bar1.is-active,
.drawer-icon-bar2.is-active,
.drawer-icon-bar3.is-active {
  background: #E3E3E3;
  z-index: 299;
}

.drawer-icon-bar1 {
  top: 0px;
}

.drawer-icon-bar2 {
  top: 10px;
}

.drawer-icon-bar3 {
  top: 20px;
}

.drawer-content {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  padding: 140px 0;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content-item {
  padding: 15px 0 12px 30px;
  border-top: 1px solid #8D8D8D;
}
.drawer-content-item a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  color: #313333;
  font-weight: 500;
}

.drawer-top-logo {
  width: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}

.drawer-footer {
  padding: 40px 0 10px 0;
  background-color: #8D8D8D;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.drawer-footer p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  font-size: 12px;
}

.drawer-footer-logo {
  width: 60px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.drawer-footer-name {
  text-align: center;
}

/*================================

FV

==================================*/
.scroll-btn {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #000000;
  font-size: 16px;
  position: fixed;
  bottom: 70px;
  right: 160px;
  z-index: 25;
  padding: 38px 0 0 24px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .scroll-btn {
    width: 90px;
    height: 90px;
    font-size: 14px;
    padding: 32px 0 0 17px;
    right: 60px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .scroll-btn {
    width: 90px;
    height: 90px;
    font-size: 14px;
    padding: 32px 0 0 17px;
    right: 60px;
  }
}
@media screen and (max-width: 519px) {
  .scroll-btn {
    width: 80px;
    height: 80px;
    font-size: 12px;
    padding: 32px 0 0 17px;
    right: 40px;
    top: 340px;
  }
}

.FV {
  background-color: #DCDCDC;
  padding-bottom: 80px;
}
@media (min-width: 520px) and (max-width:766px) {
  .FV {
    position: relative;
  }
}
@media screen and (max-width: 519px) {
  .FV {
    position: relative;
    padding-bottom: 40px;
  }
}

.FV-inner {
  display: flex;
  justify-content: center;
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 519px) {
  .FV-inner {
    flex-direction: column-reverse;
  }
}

.FV-left {
  padding-top: 170px;
  width: 48%;
  margin-right: -130px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .FV-left {
    padding-top: 100px;
    margin-right: -50px;
    width: 50%;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-left {
    width: auto;
    text-align: center;
    margin: 0;
    padding-top: 100px;
  }
}
@media screen and (max-width: 519px) {
  .FV-left {
    width: auto;
    text-align: center;
    margin: 0;
    padding-top: 80px;
  }
}

.top-logo {
  width: 150px;
  padding-bottom: 30px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .top-logo {
    width: 130px;
    padding-bottom: 20px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .top-logo {
    position: absolute;
    top: -460px;
    left: 0;
    width: 100px;
  }
}
@media screen and (max-width: 519px) {
  .top-logo {
    position: absolute;
    top: -400px;
    left: 0;
    width: 80px;
  }
}

.FV-title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .FV-title {
    font-size: 17px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-title {
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .FV-title {
    text-align: center;
  }
}

.FV-text {
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 767px) and (max-width:1025px) {
  .FV-text {
    font-size: 12px;
    line-height: 2;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-text {
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .FV-text {
    text-align: center;
  }
}

.FV-right {
  width: 85%;
  position: relative;
  margin-top: -50px;
  margin-bottom: 0px;
  overflow: hidden;
  -webkit-clip-path: polygon(30% 0%, 95% 0%, 70% 100%, 5% 100%);
          clip-path: polygon(30% 0%, 95% 0%, 70% 100%, 5% 100%);
}
@media (min-width: 767px) and (max-width:1025px) {
  .FV-right {
    width: 80%;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-right {
    margin: 80px auto 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 519px) {
  .FV-right {
    margin: 70px auto 0 auto;
    width: 90%;
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(20px);
  }
}
.FV-img1,
.FV-img2,
.FV-img3 {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left; /* 位置を左下に調整 */
  animation: loop 15s linear forwards;
}
@media (min-width: 767px) and (max-width:1025px) {
  .FV-img1,
  .FV-img2,
  .FV-img3 {
    height: 700px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-img1,
  .FV-img2,
  .FV-img3 {
    height: 400px;
  }
}
@media screen and (max-width: 519px) {
  .FV-img1,
  .FV-img2,
  .FV-img3 {
    height: 350px;
  }
}
.FV-img1 img,
.FV-img2 img,
.FV-img3 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.FV-news:hover {
  scale: 1.02;
}

.FV-news-wrap {
  display: flex;
  padding: 60px 0;
  width: 800px;
  height: 100px;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width:1025px) {
  .FV-news-wrap {
    width: 620px;
    height: 80px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-news-wrap {
    position: absolute;
    width: 400px;
    left: 50%;
    bottom: 300px;
    transform: translateX(-50%);
    height: 60px;
  }
}
@media screen and (max-width: 519px) {
  .FV-news-wrap {
    position: absolute;
    width: 340px;
    left: 50%;
    bottom: 250px;
    transform: translateX(-50%);
    height: 60px;
  }
}

.FV-news-category {
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #ffffff;
  transition: 0.5s;
}
.FV-news-category:hover {
  opacity: 0.7;
}
@media (min-width: 767px) and (max-width:1025px) {
  .FV-news-category {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-news-category {
    height: 60px;
    width: 60px;
    font-size: 14px;
  }
}
@media screen and (max-width: 519px) {
  .FV-news-category {
    height: 60px;
    width: 50px;
    font-size: 12px;
  }
}

.entry-label {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .entry-label {
    padding-top: 26px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .entry-label {
    padding-top: 20px;
  }
}
@media screen and (max-width: 519px) {
  .entry-label {
    padding-top: 18px;
  }
}

.FV-news-content {
  background-color: #ffffff;
  width: 700px;
  height: 100px;
  padding: 24px 20px;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 767px) and (max-width:1025px) {
  .FV-news-content {
    width: 540px;
    height: 80px;
    padding: 18px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-news-content {
    width: 340px;
    height: 60px;
    padding: 13px;
  }
}
@media screen and (max-width: 519px) {
  .FV-news-content {
    width: 290px;
    height: 60px;
    padding: 10px;
  }
}

.FV-news-date {
  color: #BBBCBC;
  font-size: 14px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .FV-news-date {
    font-size: 12px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-news-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 519px) {
  .FV-news-date {
    font-size: 12px;
  }
}

.FV-news-text {
  color: #000000;
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-news-text {
    margin-right: 100px;
  }
}

.FV-news-btn {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
.FV-news-btn a {
  color: #000000;
}
.FV-news-btn a img {
  width: 80px;
  padding-left: 5px;
  padding-bottom: 7px;
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-news-btn a img {
    width: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 519px) {
  .FV-news-btn a img {
    width: 40px;
    padding-left: 0;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-news-btn a {
    font-size: 12px;
  }
}
@media screen and (max-width: 519px) {
  .FV-news-btn a {
    font-size: 12px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .FV-news-btn {
    right: 10px;
  }
}
@media screen and (max-width: 519px) {
  .FV-news-btn {
    right: 10px;
  }
}

/*================================

message

==================================*/
.message {
  background-color: #DCDCDC;
  padding: 80px 0 100px 0;
}
@media (min-width: 767px) and (max-width:1025px) {
  .message {
    padding: 60px 0 80px 0;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .message {
    padding: 0 0 80px 0;
  }
}
@media screen and (max-width: 519px) {
  .message {
    padding: 0 0 80px 0;
  }
}

.section-title {
  position: relative;
  line-height: 1.4;
  padding-bottom: 40px;
  overflow: hidden; /* 擬似要素の外側が隠れるように */
}
.section-title .title-message,
.section-title .title-recruit {
  display: flex;
  font-size: 72px;
  font-family: "enfont.ttf", sans-serif;
  background: linear-gradient(360deg, #6A3906 0%, #C9A063 57%, #E5D3B8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title .title-message .char,
.section-title .title-recruit .char {
  background: linear-gradient(360deg, #6A3906 0%, #C9A063 57%, #E5D3B8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title .title-message .char2,
.section-title .title-recruit .char2 {
  background: linear-gradient(360deg, #6A3906 0%, #C9A063 57%, #E5D3B8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 767px) and (max-width:1025px) {
  .section-title .title-message,
  .section-title .title-recruit {
    font-size: 66px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .section-title .title-message,
  .section-title .title-recruit {
    font-size: 44px;
    justify-content: center;
  }
}
@media screen and (max-width: 519px) {
  .section-title .title-message,
  .section-title .title-recruit {
    justify-content: center;
    font-size: 44px;
  }
}
.section-title p {
  color: #788283;
  margin-top: -20px;
}
@media (min-width: 520px) and (max-width:766px) {
  .section-title p {
    margin-top: 0;
  }
}
@media screen and (max-width: 519px) {
  .section-title p {
    margin-top: -10px;
  }
}
@media (min-width: 767px) and (max-width:1025px) {
  .section-title {
    padding-bottom: 40px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 519px) {
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
}

.section-sub-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (min-width: 520px) and (max-width:766px) {
  .section-sub-title {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .section-sub-title {
    font-size: 16px;
    text-align: center;
  }
}

@media (min-width: 520px) and (max-width:766px) {
  .section-text {
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .section-text {
    text-align: center;
  }
}

.message-menu {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 520px) and (max-width:766px) {
  .message-menu {
    display: block;
    padding-top: 20px;
  }
}
@media screen and (max-width: 519px) {
  .message-menu {
    display: block;
    padding-top: 20px;
  }
}

.message-menu-item {
  width: calc((100% - 60px) / 3);
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) and (max-width:1025px) {
  .message-menu-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .message-menu-item {
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 519px) {
  .message-menu-item {
    width: 260px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.message-menu-img {
  transition: ease 0.5s;
}
.message-menu-img:hover {
  transform: scale(1.1);
}

.message-menu-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.message-menu-btn a {
  transition: ease 0.5s;
  display: inline-block;
  width: 100%;
  height: 40px;
  background-color: #000000;
  opacity: 0.6;
  color: #ffffff;
  padding: 2px 20px;
}
.message-menu-btn a img {
  width: 50px;
  position: absolute;
  right: 18px;
  top: 16px;
}
.message-menu-btn a:hover {
  opacity: 1;
}
@media (min-width: 767px) and (max-width:1025px) {
  .message-menu-btn a {
    padding: 5px 20px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .message-menu-btn a {
    padding: 7px 20px;
  }
}
@media screen and (max-width: 519px) {
  .message-menu-btn a {
    padding: 9px 20px;
  }
}

/*================================

recruit

==================================*/
.recruit {
  margin-top: 20px;
  background-color: #DCDCDC;
  background-image: url(../img/recruit-back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 767px) and (max-width:1025px) {
  .recruit {
    padding: 80px 0;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit {
    padding: 60px 0;
  }
}
@media screen and (max-width: 519px) {
  .recruit {
    padding: 60px 0;
  }
}

.recruit-wrapper {
  position: relative;
}

.recruit-img {
  position: absolute;
  width: 200px;
  right: 0;
  top: 0;
}
@media (min-width: 767px) and (max-width:1025px) {
  .recruit-img {
    width: 24%;
    padding-left: 30px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-img {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .recruit-img {
    display: none;
  }
}

.recruit-btn {
  position: relative;
  margin-top: 40px;
  width: 200px;
}
.recruit-btn a {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #8D8D8D;
  color: #ffffff;
  padding: 7px 20px;
}
.recruit-btn a img {
  width: 100px;
  padding-left: 60px;
  padding-bottom: 10px;
}
.recruit-btn a::before {
  background-color: #ffffff;
}
.recruit-btn a:hover {
  color: #000000;
}
@media (min-width: 767px) and (max-width:1025px) {
  .recruit-btn a {
    padding: 10px 20px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-btn a {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 519px) {
  .recruit-btn a {
    padding: 12px 20px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-btn {
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 519px) {
  .recruit-btn {
    margin: 20px auto 0 auto;
  }
}

/*================================

footer

==================================*/
footer {
  background-color: #8D8D8D;
}

.footer-wrapper {
  display: flex;
  padding: 40px 0;
}
@media (min-width: 767px) and (max-width:1025px) {
  .footer-wrapper {
    display: block;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .footer-wrapper {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .footer-wrapper {
    display: block;
    padding: 20px 0;
  }
}

@media (min-width: 767px) and (max-width:1025px) {
  .footer-left {
    text-align: center;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .footer-left {
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .footer-left {
    text-align: center;
  }
}

.footer-logo {
  display: flex;
  padding-bottom: 10px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .footer-logo {
    justify-content: center;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .footer-logo {
    justify-content: center;
  }
}
@media screen and (max-width: 519px) {
  .footer-logo {
    justify-content: center;
  }
}

.footer-logo-left {
  width: 80px;
}
@media screen and (max-width: 519px) {
  .footer-logo-left {
    width: 60px;
  }
}

.footer-logo-right {
  width: 130px;
  padding-top: 13px;
  padding-left: 5px;
}
@media screen and (max-width: 519px) {
  .footer-logo-right {
    width: 100px;
  }
}

.footer-company {
  color: #ffffff;
}

.footer-address {
  color: #ffffff;
  font-size: 12px;
  font-feature-settings: "palt";
}

.footer-tel {
  color: #ffffff;
  font-size: 12px;
}

.footer-right {
  margin-left: auto;
  display: flex;
}
@media (min-width: 767px) and (max-width:1025px) {
  .footer-right {
    display: block;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .footer-right {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .footer-right {
    display: block;
  }
}

.footer-nav {
  display: flex;
  padding-top: 24px;
}
.footer-nav li {
  padding-right: 40px;
}
.footer-nav li a {
  color: #ffffff;
}
.footer-nav li a:hover {
  opacity: 0.7;
}
@media (min-width: 520px) and (max-width:766px) {
  .footer-nav li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 519px) {
  .footer-nav li {
    padding-right: 20px;
    font-size: 12px;
  }
}
@media (min-width: 767px) and (max-width:1025px) {
  .footer-nav {
    justify-content: center;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .footer-nav {
    justify-content: center;
  }
}
@media screen and (max-width: 519px) {
  .footer-nav {
    justify-content: center;
    padding-top: 20px;
  }
}

.footer-btn {
  margin-top: 25px;
  width: 120px;
  height: 35px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .footer-btn {
    text-align: center;
    margin: 30px auto 0 auto;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .footer-btn {
    text-align: center;
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 519px) {
  .footer-btn {
    text-align: center;
    margin: 20px auto 0 auto;
  }
}
.footer-btn a {
  display: inline-block;
  width: 120px;
  height: 35px;
  background-color: #ffffff;
  color: #8D8D8D;
  text-align: center;
  border-radius: 18px;
  padding-top: 1px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .footer-btn a {
    padding-top: 3px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .footer-btn a {
    padding-top: 4px;
  }
}
@media screen and (max-width: 519px) {
  .footer-btn a {
    padding-top: 5px;
  }
}
.footer-btn a:hover {
  color: #000000;
}
.footer-btn a::before {
  background-color: #DCDCDC;
  border-radius: 18px;
}

.footer-footer {
  text-align: center;
  padding-bottom: 10px;
  color: #ffffff;
}
@media screen and (max-width: 519px) {
  .footer-footer {
    font-size: 10px;
  }
}

/*==========================================

=======================================


about



==========================================

==============================================*/
.breadcrumb {
  margin: 0 auto;
  text-align: right;
  padding-bottom: 120px;
}
.breadcrumb span {
  padding: 0 10px;
}
.breadcrumb a {
  color: #000000;
}
.breadcrumb a:hover {
  opacity: 0.7;
}
@media (min-width: 767px) and (max-width:1025px) {
  .breadcrumb {
    padding-bottom: 110px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .breadcrumb {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 519px) {
  .breadcrumb {
    padding-bottom: 80px;
  }
}

.main {
  padding-top: 90px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .main {
    padding-top: 80px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .main {
    padding-top: 70px;
  }
}
@media screen and (max-width: 519px) {
  .main {
    padding-top: 70px;
  }
}

.product-main {
  background-color: #DCDCDC;
}

.main-title {
  padding-bottom: 50px;
}
.main-title h2 {
  line-height: 1;
}
.main-title p {
  font-size: 45px;
  font-family: "enfont.ttf", sans-serif;
}
@media (min-width: 767px) and (max-width:1025px) {
  .main-title p {
    font-size: 40px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .main-title p {
    font-size: 36px;
  }
}
@media screen and (max-width: 519px) {
  .main-title p {
    font-size: 32px;
  }
}

.back-title-wrap {
  overflow: hidden;
}

.back-title {
  font-family: "enfont.ttf", sans-serif;
  white-space: nowrap; /* テキストが折り返されないように設定 */
  overflow: hidden;
  animation: loop-slide 15s infinite linear;
}

@keyframes loop-slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*================================
about-vision
====================================*/
.about-vision {
  padding-top: 80px;
  padding-bottom: 140px;
  background-color: #5A5856;
  color: #ffffff;
}
@media (min-width: 520px) and (max-width:766px) {
  .about-vision {
    padding-top: 40px;
  }
}
@media screen and (max-width: 519px) {
  .about-vision {
    padding-top: 30px;
  }
}

.vision-title {
  font-size: 18px;
  line-height: 0.7;
}
@media (min-width: 520px) and (max-width:766px) {
  .vision-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 519px) {
  .vision-title {
    font-size: 16px;
  }
}

.vision-subTitle {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width:1025px) {
  .vision-subTitle {
    font-size: 28px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .vision-subTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 519px) {
  .vision-subTitle {
    font-size: 24px;
  }
}

.back-title-l {
  font-size: 100px;
  color: #ffffff;
  opacity: 0.3;
}
@media (min-width: 767px) and (max-width:1025px) {
  .back-title-l {
    font-size: 70px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .back-title-l {
    font-size: 60px;
  }
}
@media screen and (max-width: 519px) {
  .back-title-l {
    font-size: 50px;
  }
}

.vision-message {
  position: relative;
}
.vision-message h4 {
  font-size: 27px;
  font-weight: 700;
}
.vision-message h4 span {
  font-size: 14px;
  font-weight: 300;
  padding-left: 20px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .vision-message h4 {
    font-size: 25px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .vision-message h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 519px) {
  .vision-message h4 {
    font-size: 20px;
  }
}
.vision-message p {
  padding-top: 10px;
  line-height: 1.7;
}

.vision-name {
  font-size: 14px;
  position: absolute;
  right: 0;
}

/*================================
about-profile
====================================*/
.about-profile {
  padding: 100px 0;
  background: url(../img/about/company-back.png) no-repeat center center/cover;
}

.about-inner {
  position: relative;
}

.profile-title {
  font-size: 18px;
  line-height: 0.2;
}
@media (min-width: 520px) and (max-width:766px) {
  .profile-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 519px) {
  .profile-title {
    font-size: 16px;
  }
}

.back-title-m {
  font-family: "enfont.ttf", sans-serif;
  font-size: 66px;
  color: #000000;
  opacity: 0.23;
  padding-bottom: 80px;
  letter-spacing: -2.6px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .back-title-m {
    font-size: 52px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .back-title-m {
    font-size: 48px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 519px) {
  .back-title-m {
    font-size: 40px;
    padding-bottom: 20px;
  }
}

.profile-img {
  position: absolute;
  width: 270px;
  top: -70px;
  right: 60px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .profile-img {
    width: 240px;
    right: 20px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .profile-img {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .profile-img {
    display: none;
  }
}

.profile-item {
  display: flex;
  padding: 30px 0;
  width: 60%;
}
@media (min-width: 520px) and (max-width:766px) {
  .profile-item {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 519px) {
  .profile-item {
    width: 100%;
    padding: 15px 0;
  }
}
.profile-item:not(:last-child) {
  border-bottom: 1px solid #8D8D8D;
}

.profile-item-name {
  width: 180px;
}
@media screen and (max-width: 519px) {
  .profile-item-name {
    width: 140px;
  }
}

.profile-item-text {
  width: calc(100% - 180px);
}
@media screen and (max-width: 519px) {
  .profile-item-text {
    width: calc(100% - 140px);
  }
}

.profile-item-texts {
  width: calc(100% - 180px);
}
.profile-item-texts p {
  width: 100%;
}
.profile-item-texts p:first-child {
  padding-bottom: 40px;
}

/*================================
about-access
====================================*/
.about-access {
  padding: 100px 0;
}
@media (min-width: 520px) and (max-width:766px) {
  .about-access {
    padding: 80px 0;
  }
}
@media screen and (max-width: 519px) {
  .about-access {
    padding: 70px 0;
  }
}

.access-inner {
  width: 980px;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width:1025px) {
  .access-inner {
    width: 740px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .access-inner {
    width: 470px;
  }
}
@media screen and (max-width: 519px) {
  .access-inner {
    padding: 0 20px;
    width: 100%;
  }
}

.access-title {
  font-size: 18px;
}
@media (min-width: 520px) and (max-width:766px) {
  .access-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 519px) {
  .access-title {
    font-size: 16px;
  }
}

.access-subTitle {
  font-size: 35px;
  font-family: "enfont.ttf", sans-serif;
}
@media (min-width: 520px) and (max-width:766px) {
  .access-subTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 519px) {
  .access-subTitle {
    font-size: 26px;
  }
}

.access-map-title {
  padding-bottom: 15px;
  padding-top: 50px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .access-map-title {
    padding-top: 40px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .access-map-title {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 519px) {
  .access-map-title {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}

.access-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================================
about-business
====================================*/
.about-business {
  padding: 200px 0 100px 0;
  background-color: #DCDCDC;
  background-image: url(../img/about/business-top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 767px) and (max-width:1025px) {
  .about-business {
    padding: 130px 0 60px 0;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .about-business {
    padding: 80px 0 40px 0;
  }
}
@media screen and (max-width: 519px) {
  .about-business {
    padding: 40px 0 30px 0;
  }
}

.business-wrap {
  width: 100%;
  padding: 135px 80px 40px 80px;
  background-color: rgba(255, 255, 255, 0.79);
}
@media (min-width: 767px) and (max-width:1025px) {
  .business-wrap {
    padding: 100px 40px 40px 40px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .business-wrap {
    padding: 70px 40px 0 40px;
  }
}
@media screen and (max-width: 519px) {
  .business-wrap {
    padding: 50px 10px 0 10px;
  }
}

.business-title {
  font-size: 18px;
  text-align: center;
  line-height: 0.2;
}
@media (min-width: 520px) and (max-width:766px) {
  .business-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 519px) {
  .business-title {
    font-size: 16px;
  }
}

.business-subTitle {
  font-size: 35px;
  font-family: "enfont.ttf", sans-serif;
  text-align: center;
}
@media (min-width: 520px) and (max-width:766px) {
  .business-subTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 519px) {
  .business-subTitle {
    font-size: 26px;
  }
}

.business-text {
  padding: 40px 0 60px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width:1025px) {
  .business-text {
    font-size: 18px;
    padding: 30px 0 50px 0;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .business-text {
    font-size: 16px;
    padding: 20px 0 40px 0;
  }
}
@media screen and (max-width: 519px) {
  .business-text {
    font-size: 16px;
    padding: 20px 0 30px 0;
  }
}

.business-item-row {
  position: relative;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.business-item-row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 520px) and (max-width:766px) {
  .business-item-row:nth-child(even) {
    flex-direction: column;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 519px) {
  .business-item-row:nth-child(even) {
    flex-direction: column;
    padding-bottom: 60px;
  }
}
@media (min-width: 767px) and (max-width:1025px) {
  .business-item-row {
    padding-bottom: 80px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .business-item-row {
    flex-direction: column;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 519px) {
  .business-item-row {
    flex-direction: column;
    padding-bottom: 60px;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}
@media (min-width: 520px) and (max-width:766px) {
  .row-reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 519px) {
  .row-reverse {
    flex-direction: column;
  }
}

.business-item-img {
  width: 320px;
  position: relative;
  z-index: 8;
  height: 200px;
}
.business-item-img img {
  height: 100%;
}
@media (min-width: 767px) and (max-width:1025px) {
  .business-item-img {
    width: 280px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .business-item-img {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .business-item-img {
    width: 100%;
  }
}
.business-item-img::after {
  position: absolute;
  content: "";
  width: 330px;
  height: 210px;
  background-color: #0A0000;
  opacity: 0.2;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 767px) and (max-width:1025px) {
  .business-item-img::after {
    height: 100%;
    width: 105%;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .business-item-img::after {
    width: 103%;
    height: 105%;
  }
}
@media screen and (max-width: 519px) {
  .business-item-img::after {
    width: 103%;
    height: 105%;
  }
}

.img-reverse {
  margin-right: 30px;
}

.business-item-explain {
  width: 380px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .business-item-explain {
    width: 300px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .business-item-explain {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 519px) {
  .business-item-explain {
    width: 100%;
    padding-top: 20px;
  }
}

.business-item-title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (min-width: 520px) and (max-width:766px) {
  .business-item-title {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 519px) {
  .business-item-title {
    font-size: 16px;
    padding-bottom: 5px;
  }
}

.business-item-text {
  font-size: 14px;
  line-height: 1.7;
}

.back-title-s {
  position: absolute;
  font-family: "enfont.ttf", sans-serif;
  white-space: nowrap; /* テキストが折り返されないように設定 */
  font-size: 55px;
  letter-spacing: -1px;
  opacity: 0.13; /* 初期状態で透明 */
  bottom: 0;
  white-space: nowrap;
}
.back-title-s .char {
  display: inline-block;
}
@media (min-width: 767px) and (max-width:1025px) {
  .back-title-s {
    font-size: 50px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .back-title-s {
    font-size: 44px;
  }
}
@media screen and (max-width: 519px) {
  .back-title-s {
    font-size: 35px;
  }
}

/*==========================================

=======================================


product



==========================================

==============================================*/
.main-FV {
  width: 100%;
  height: 400px;
  position: relative;
}
@media (min-width: 767px) and (max-width:1025px) {
  .main-FV {
    height: 350px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .main-FV {
    height: 300px;
  }
}
@media screen and (max-width: 519px) {
  .main-FV {
    height: 250px;
  }
}

.product-FV {
  background: url(../img/product/product-top2.jpg) no-repeat center right/cover;
  background-color: #DCDCDC;
}

.main-FV-text1 {
  color: #ffffff;
  background-color: #000000;
  padding: 4px 12px;
  position: absolute;
  font-weight: 700;
}

.main-FV-text2 {
  color: #000000;
  background-color: #ffffff;
  padding: 4px 12px;
  position: absolute;
  font-weight: 700;
}

.product-FV-text1 {
  left: 200px;
  bottom: 150px;
  rotate: 3deg;
}

.product-FV-text2 {
  left: 210px;
  bottom: 110px;
  rotate: -3deg;
}

/*==========================================

product-point

==============================================*/
.product-point {
  padding-bottom: 100px;
  background-color: #ffffff;
}
@media (min-width: 520px) and (max-width:766px) {
  .product-point {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 519px) {
  .product-point {
    padding-bottom: 60px;
  }
}

.main-backTitle {
  font-family: "enfont.ttf", sans-serif;
  font-size: 92px;
  width: 960px;
  margin: 0 auto;
  line-height: 1;
  padding-bottom: 60px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .main-backTitle {
    font-size: 70px;
    width: 800px;
    padding-bottom: 40px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .main-backTitle {
    font-size: 60px;
    width: 500px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 519px) {
  .main-backTitle {
    font-size: 46px;
    width: 350px;
    padding-bottom: 20px;
  }
}

.product-backTitle {
  color: #948D89;
}

.product-section-title {
  color: #5A5856;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 60px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .product-section-title {
    padding-bottom: 20px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .product-section-title {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 519px) {
  .product-section-title {
    padding-bottom: 18px;
  }
}

.product-inner {
  width: 780px;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width:1025px) {
  .product-inner {
    width: 650px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .product-inner {
    width: 400px;
  }
}
@media screen and (max-width: 519px) {
  .product-inner {
    width: 300px;
  }
}

.product-point-item {
  display: flex;
  padding-bottom: 20px;
}
@media (min-width: 520px) and (max-width:766px) {
  .product-point-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 519px) {
  .product-point-item {
    flex-direction: column;
  }
}

.point-item-left {
  width: 50%;
}
@media (min-width: 520px) and (max-width:766px) {
  .point-item-left {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .point-item-left {
    width: 100%;
  }
}

.point-item-right {
  width: 50%;
  background-color: #5A5856;
  color: #ffffff;
  text-align: center;
  padding: 25px 0 20px 0;
}
.point-item-right p {
  font-size: 14px;
  padding: 10px 60px 0 60px;
}
.point-item-right.is-wide p {
  padding: 10px 10px 0 10px;
}
@media (min-width: 520px) and (max-width:766px) {
  .point-item-right {
    width: 100%;
    padding: 15px 0 15px 0;
  }
}
@media screen and (max-width: 519px) {
  .point-item-right {
    width: 100%;
    padding: 15px 0 15px 0;
  }
}

.point-item-number {
  font-size: 18px;
  border-bottom: 1px solid #8D8D8D;
  margin: 0 20px;
  padding-bottom: 5px;
}

.point-item-title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}
@media (min-width: 520px) and (max-width:766px) {
  .point-item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 519px) {
  .point-item-title {
    font-size: 16px;
  }
}

/*==========================================

product-lineup

==============================================*/
.product-lineup {
  background-color: #ffffff;
  padding-bottom: 80px;
}

.product-lineup-text {
  text-align: center;
  color: #231815;
  font-size: 14px;
  padding-bottom: 40px;
  margin-top: -30px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .product-lineup-text {
    margin-top: 0;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .product-lineup-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 519px) {
  .product-lineup-text {
    margin-top: 0;
  }
}

.lineup-wrap {
  display: flex;
  flex-wrap: wrap;
}

.lineup-item {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  border: 1px solid #5A5856;
}
.lineup-item:not(:nth-child(3n+1)) {
  margin-left: 20px;
}
@media (min-width: 520px) and (max-width:766px) {
  .lineup-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 519px) {
  .lineup-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .lineup-item {
    width: calc((100% - 15px) / 2);
  }
  .lineup-item:nth-child(even) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 519px) {
  .lineup-item {
    width: 100%;
  }
}

.lineup-img {
  height: 200px;
}
.lineup-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lineup-content {
  padding: 5px 15px 15px 15px;
}
.lineup-content p {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 5px;
}

.lineup-item-name {
  color: #5A5856;
  font-weight: 700;
  border-bottom: 1px solid #5A5856;
  font-size: 18px;
}

.pagination {
  padding-bottom: 80px;
  text-align: center;
  font-size: 18px;
}
.pagination span {
  padding: 0 10px;
}
.pagination .next {
  display: none;
}
.pagination a {
  color: #000000;
}
.pagination a:hover {
  opacity: 0.7;
}

/*==========================================

=======================================


recruit



==========================================

==============================================*/
.recruit-main {
  background-color: #DCDCDC;
}

.recruit-FV {
  background: url(../img/recruit-top.jpg) no-repeat center center/cover;
}

.recruit-FV-text1 {
  right: 350px;
  bottom: 110px;
  rotate: -3deg;
}
@media (min-width: 767px) and (max-width:1025px) {
  .recruit-FV-text1 {
    right: 100px;
    bottom: 90px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-FV-text1 {
    right: 40px;
    bottom: 60px;
  }
}
@media screen and (max-width: 519px) {
  .recruit-FV-text1 {
    right: 20px;
    bottom: 60px;
  }
}

.recruit-FV-text2 {
  right: 320px;
  bottom: 75px;
  rotate: -6deg;
}
@media (min-width: 767px) and (max-width:1025px) {
  .recruit-FV-text2 {
    right: 110px;
    bottom: 60px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-FV-text2 {
    right: 50px;
    bottom: 30px;
  }
}
@media screen and (max-width: 519px) {
  .recruit-FV-text2 {
    right: 30px;
    bottom: 30px;
  }
}

.recruit-mission {
  background-color: #EEE65E;
  padding-bottom: 120px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .recruit-mission {
    padding-bottom: 100px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-mission {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 519px) {
  .recruit-mission {
    padding-bottom: 80px;
  }
}

.recruit-backTitle {
  color: #ffffff;
}

.recruit-mission-title {
  text-align: center;
  font-size: 20px;
  padding-bottom: 30px;
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-mission-title {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 519px) {
  .recruit-mission-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.recruit-mission-text {
  text-align: center;
  font-size: 16px;
  padding-bottom: 60px;
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-mission-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 519px) {
  .recruit-mission-text {
    font-size: 14px;
  }
}
.recruit-mission-text br.none-pc {
  display: none;
}
@media (min-width: 767px) and (max-width:1025px) {
  .recruit-mission-text br.none-pc {
    display: block;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-mission-text br.none-pc {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .recruit-mission-text br.none-pc {
    display: block;
  }
}

.btn-b {
  margin: 30px auto 0 auto;
}
.btn-b a {
  background-color: #000000;
}
.btn-b a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

/*==========================================

recruit-box

==============================================*/
.recruit-box {
  padding: 80px 0;
  background-color: #ffffff;
}
@media (min-width: 767px) and (max-width:1025px) {
  .recruit-box {
    padding: 40px 0;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 519px) {
  .recruit-box {
    padding: 15px 0;
  }
}

.recruit-table-wrap {
  background-color: #DCDCDC;
  padding: 100px 60px;
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-table-wrap {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 519px) {
  .recruit-table-wrap {
    padding: 40px 20px;
  }
}

.recruit-table-title {
  color: #5A5856;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 80px;
}
@media (min-width: 520px) and (max-width:766px) {
  .recruit-table-title {
    font-size: 18px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 519px) {
  .recruit-table-title {
    font-size: 18px;
    padding-bottom: 40px;
  }
}

.recruit-table {
  width: 100%;
  border: 1px solid #ffffff;
  border-collapse: collapse;
}
th {
  background-color: #5A5856;
  color: #ffffff;
  padding: 0 40px;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  white-space: nowrap;
}
@media (min-width: 520px) and (max-width:766px) {
  th {
    padding: 0 20px;
  }
}
@media screen and (max-width: 519px) {
  th {
    padding: 10px;
    display: block;
  }
}

td {
  padding: 40px;
  white-space: pre-wrap;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 520px) and (max-width:766px) {
  td {
    padding: 20px;
  }
}
@media screen and (max-width: 519px) {
  td {
    padding: 20px;
    display: block;
  }
}

.btn-g {
  margin: 50px auto 0 auto;
}
.btn-g a {
  background-color: #5A5856;
}
.btn-g a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.btn-y {
  margin: 40px auto 120px auto;
  background-color: #ffffff;
}
.btn-y a {
  background-color: #FFBD00;
  color: #ffffff;
}
.btn-y a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.btn-y a::before {
  background-color: #5A5856;
}
.btn-y a:hover {
  color: #ffffff;
}
@media (min-width: 520px) and (max-width:766px) {
  .btn-y {
    margin: 40px auto 80px auto;
  }
}
@media screen and (max-width: 519px) {
  .btn-y {
    margin: 40px auto 60px auto;
  }
}

/*==========================================

=======================================


news



==========================================

==============================================*/
.h2-title-wrap {
  text-align: center;
  padding-bottom: 60px;
}
.h2-title-wrap h2 {
  font-family: "enfont.ttf", sans-serif;
  font-size: 40px;
}
@media (min-width: 520px) and (max-width:766px) {
  .h2-title-wrap h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 519px) {
  .h2-title-wrap h2 {
    font-size: 30px;
  }
}
@media (min-width: 767px) and (max-width:1025px) {
  .h2-title-wrap {
    padding-bottom: 40px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .h2-title-wrap {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 519px) {
  .h2-title-wrap {
    padding-bottom: 30px;
  }
}

.news-content-wrap {
  width: 100%;
  padding-bottom: 100px;
}

.news-content {
  display: flex;
  padding: 60px 20px;
  border-bottom: 1px solid #8D8D8D;
}
@media (min-width: 520px) and (max-width:766px) {
  .news-content {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 519px) {
  .news-content {
    display: block;
    padding: 20px 0;
  }
}

.news-content-item {
  display: flex;
}

.news-tab .entry-label {
  display: inline-block;
  width: 90px;
  height: 40px;
  text-align: center;
  padding-top: 3px;
  color: #ffffff;
}
@media (min-width: 767px) and (max-width:1025px) {
  .news-tab .entry-label {
    padding-top: 5px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .news-tab .entry-label {
    width: 70px;
    height: 30px;
  }
}
@media screen and (max-width: 519px) {
  .news-tab .entry-label {
    width: 70px;
    height: 30px;
    margin-bottom: 10px;
  }
}

.news-text {
  color: #000000;
}

.news-date {
  padding: 0 40px;
  color: #000000;
}
@media screen and (max-width: 519px) {
  .news-date {
    padding: 0 20px 0 0;
  }
}

/*==========================================

=======================================


single



==========================================

==============================================*/
.single-wrap {
  width: 70%;
  margin: 40px auto 0 auto;
}
@media (min-width: 520px) and (max-width:766px) {
  .single-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .single-wrap {
    width: 100%;
  }
}

.single-date {
  text-align: center;
}

.single-title {
  font-size: 30px;
  text-align: center;
  padding-bottom: 50px;
}
@media (min-width: 520px) and (max-width:766px) {
  .single-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 519px) {
  .single-title {
    font-size: 24px;
  }
}

.single-tab {
  display: none;
}

.single-pagination {
  position: relative;
  margin: 120px 0;
  padding: 70px 0;
  border-top: 1px solid #8D8D8D;
  border-bottom: 1px solid #8D8D8D;
}
@media (min-width: 520px) and (max-width:766px) {
  .single-pagination {
    margin: 80px 0;
  }
}
@media screen and (max-width: 519px) {
  .single-pagination {
    margin: 60px 0;
  }
}
.single-pagination a {
  color: #313333;
  font-size: 14px;
}
@media (min-width: 520px) and (max-width:766px) {
  .single-pagination a {
    font-size: 12px;
  }
}
@media screen and (max-width: 519px) {
  .single-pagination a {
    font-size: 12px;
  }
}
.single-pagination a img {
  margin-bottom: 10px;
  width: 100px;
}
@media (min-width: 520px) and (max-width:766px) {
  .single-pagination a img {
    width: 60px;
  }
}
@media screen and (max-width: 519px) {
  .single-pagination a img {
    position: absolute;
    width: 120px;
  }
}

.archive-to {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-prev img {
  padding-right: 20px;
  margin-bottom: 10px;
  width: 100px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .single-prev img {
    padding-right: 5px;
    width: 60px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .single-prev img {
    left: 0;
    bottom: -20px;
    position: absolute;
    width: 100px;
  }
}
@media screen and (max-width: 519px) {
  .single-prev img {
    left: 0;
    bottom: -20px;
    position: absolute;
    width: 100px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .single-prev {
    width: 180px;
  }
}
@media screen and (max-width: 519px) {
  .single-prev {
    width: 100px;
  }
}

.single-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.single-next img {
  padding-left: 20px;
  margin-bottom: 10px;
  width: 100px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .single-next img {
    padding-left: 5px;
    width: 60px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .single-next img {
    right: 0;
    bottom: -20px;
    position: absolute;
    width: 100px;
  }
}
@media screen and (max-width: 519px) {
  .single-next img {
    right: 0;
    bottom: -20px;
    position: absolute;
    width: 100px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .single-next {
    width: 180px;
  }
}
@media screen and (max-width: 519px) {
  .single-next {
    width: 100px;
  }
}

/*==========================================

=======================================


contact



==========================================

==============================================*/
.contact-message {
  text-align: center;
  font-size: 18px;
  padding-bottom: 50px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact-message {
    font-size: 16px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-message {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 519px) {
  .contact-message {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.contact-img {
  width: 600px;
  margin: 0 auto;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-img {
    width: 420px;
  }
}
@media screen and (max-width: 519px) {
  .contact-img {
    width: 300px;
  }
}

.contact-flow {
  width: 660px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-flow {
    width: 530px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 519px) {
  .contact-flow {
    width: 380px;
    padding-bottom: 70px;
  }
}
.contact-flow span:not(:first-child) {
  padding-left: 197px;
  color: #8D8D8D;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact-flow span:not(:first-child) {
    padding-left: 203px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-flow span:not(:first-child) {
    padding-left: 120px;
  }
}
@media screen and (max-width: 519px) {
  .contact-flow span:not(:first-child) {
    padding-left: 65px;
  }
}

.contact-form {
  width: 100%;
}

.contact-from-row {
  display: flex;
  padding-bottom: 40px;
}
.contact-from-row:nth-child(6) {
  padding-bottom: 0;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-from-row {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .contact-from-row {
    display: block;
  }
}

.contact-from__label {
  width: 220px;
  font-weight: 700;
}
.contact-from__label .is-required {
  position: relative;
  display: inline-block;
}
.contact-from__label .is-required::after {
  position: absolute;
  content: "必須";
  border-radius: 2px;
  background: #000000;
  width: 40px;
  height: 24px;
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  font-size: 12px;
  text-align: center;
}

.contact-from__input {
  width: calc(100% - 220px);
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-from__input {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .contact-from__input {
    width: 100%;
  }
}
.contact-from__input span {
  padding: 0 10px;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-from__input span {
    padding: 0;
  }
}
@media screen and (max-width: 519px) {
  .contact-from__input span {
    padding: 0;
  }
}
.contact-from__input [type=text] {
  border: 0;
  width: 440px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #8D8D8D;
  height: 40px;
  position: relative;
  padding: 10px;
}
.contact-from__input [type=text]:hover {
  border: 1px solid #3B69FF;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact-from__input [type=text] {
    width: 380px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-from__input [type=text] {
    margin-top: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .contact-from__input [type=text] {
    margin-top: 8px;
    width: 100%;
  }
}
.contact-from__input select {
  border: 0;
  width: 440px;
  border: 1px solid #8D8D8D;
  height: 40px;
  position: relative;
  padding: 10px;
}
.contact-from__input select:hover {
  border: 1px solid #3B69FF;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact-from__input select {
    width: 380px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-from__input select {
    margin-top: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .contact-from__input select {
    margin-top: 8px;
    width: 100%;
  }
}
.contact-from__input [type=tel] {
  border: 0;
  width: 440px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #8D8D8D;
  height: 40px;
  position: relative;
  padding: 10px;
}
.contact-from__input [type=tel]:hover {
  border: 1px solid #3B69FF;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact-from__input [type=tel] {
    width: 380px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-from__input [type=tel] {
    margin-top: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .contact-from__input [type=tel] {
    margin-top: 8px;
    width: 100%;
  }
}
.contact-from__input [type=email] {
  border: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #8D8D8D;
  height: 40px;
  padding: 10px;
}
.contact-from__input [type=email]:hover {
  border: 1px solid #3B69FF;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact-from__input [type=email] {
    width: 480px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-from__input [type=email] {
    width: 100%;
    margin-top: 8px;
  }
}
@media screen and (max-width: 519px) {
  .contact-from__input [type=email] {
    margin-top: 8px;
    width: 100%;
  }
}
.contact-from__input textarea {
  border: 1px solid #8D8D8D;
  width: 680px;
  height: 200px;
  padding: 10px;
}
.contact-from__input textarea:hover {
  border: 1px solid #3B69FF;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact-from__input textarea {
    width: 480px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-from__input textarea {
    width: 100%;
    height: 160px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 519px) {
  .contact-from__input textarea {
    width: 100%;
    height: 160px;
    margin-top: 8px;
  }
}

.contact__input-zip span {
  padding: 0 10px;
}
.contact__input-zip span.zip-icon {
  padding-left: 0;
  padding-right: 40px;
  font-size: 20px;
}
.contact__input-zip span.zip-icon-pre {
  padding-right: 5px;
}
.contact__input-zip [type=text] {
  border: 0;
  width: 100px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #8D8D8D;
  height: 40px;
  position: relative;
  padding: 10px;
}
.contact__input-zip [type=text]:hover {
  border: 1px solid #3B69FF;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact__input-zip [type=text] {
    margin-top: 8px;
  }
}
@media screen and (max-width: 519px) {
  .contact__input-zip [type=text] {
    margin-top: 8px;
  }
}

.contact__input-address {
  width: calc(100% - 220px);
  padding-top: 10px;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact__input-address {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .contact__input-address {
    width: 100%;
  }
}
.contact__input-address [type=text] {
  border: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #8D8D8D;
  height: 40px;
  position: relative;
  padding: 10px;
}
.contact__input-address [type=text]:hover {
  border: 1px solid #3B69FF;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact__input-address [type=text] {
    width: 480px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact__input-address [type=text] {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .contact__input-address [type=text] {
    width: 100%;
  }
}

.contact-from-btn {
  margin-top: 60px;
  text-align: center;
}
.contact-from-btn [type=submit] {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  padding: 7px 20px;
}
.contact-from-btn [type=submit]:hover {
  background-color: #8D8D8D;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-from-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 519px) {
  .contact-from-btn {
    margin-top: 40px;
  }
}
.contact-from-btn [type=button] {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  padding: 7px 20px;
}
.contact-from-btn [type=button]:hover {
  background-color: #8D8D8D;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-from-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 519px) {
  .contact-from-btn {
    margin-top: 40px;
  }
}

.contact-privacy-btn {
  position: relative;
  margin: 30px auto 100px auto;
  width: 200px;
}
.contact-privacy-btn a {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #FFBD00;
  font-size: 14px;
  color: #ffffff;
  padding-top: 15px;
  padding-left: 10px;
}
.contact-privacy-btn a span {
  padding-left: 30px;
}
.contact-privacy-btn a img {
  width: 25px;
  height: auto;
  left: 10px;
  top: 10px;
  position: absolute;
}
.contact-privacy-btn a:hover {
  background-color: #8D8D8D;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-privacy-btn {
    margin: 20px auto 80px auto;
  }
}
@media screen and (max-width: 519px) {
  .contact-privacy-btn {
    margin: 20px auto 60px auto;
  }
}

.contact-back-btn {
  text-align: center;
  margin-bottom: 60px;
}
.contact-back-btn [type=button] {
  display: inline-block;
  border: 1px solid transparent;
  width: 200px;
  height: 50px;
  background-color: #FFBD00;
  color: #ffffff;
  padding: 7px 20px;
}
.contact-back-btn [type=button]:hover {
  background-color: #8D8D8D;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-back-btn {
    margin: 20px auto 80px auto;
  }
}
@media screen and (max-width: 519px) {
  .contact-back-btn {
    margin: 20px auto 60px auto;
  }
}

.contact-flow-check {
  width: 660px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-flow-check {
    width: 530px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 519px) {
  .contact-flow-check {
    width: 380px;
    padding-bottom: 70px;
  }
}
.contact-flow-check span:not(:nth-child(2)) {
  color: #8D8D8D;
}
.contact-flow-check span:not(:first-child) {
  padding-left: 197px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact-flow-check span:not(:first-child) {
    padding-left: 203px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-flow-check span:not(:first-child) {
    padding-left: 120px;
  }
}
@media screen and (max-width: 519px) {
  .contact-flow-check span:not(:first-child) {
    padding-left: 65px;
  }
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}

.pc-none {
  display: none;
}
@media (min-width: 520px) and (max-width:766px) {
  .pc-none {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .pc-none {
    display: block;
  }
}

.contact-thanks {
  padding: 300px 0 200px 0;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact-thanks {
    padding: 240px 0 180px 0;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-thanks {
    padding: 200px 0 140px 0;
  }
}
@media screen and (max-width: 519px) {
  .contact-thanks {
    padding: 150px 0 100px 0;
  }
}
.contact-thanks h2 {
  font-size: 40px;
  text-align: center;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact-thanks h2 {
    font-size: 32px;
  }
}
@media (min-width: 520px) and (max-width:766px) {
  .contact-thanks h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 519px) {
  .contact-thanks h2 {
    font-size: 26px;
  }
}
.contact-thanks p {
  text-align: center;
  padding-top: 20px;
}