@charset "UTF-8";
a[href^=tel] {
  pointer-events: none;
  text-decoration: none;
  cursor: default !important;
}

.show_sp {
  display: none !important;
}

.show_tb {
  display: none !important;
}

.container {
  min-width: 1100px;
  overflow: hidden;
}

.row {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

body {
  padding-top: 114px;
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
       transform: perspective(1px) translateZ(0);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
       box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  -moz-animation-name: hvr-pop;
       animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
       animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
       animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
       animation-iteration-count: 1;
}

.hvz {
  overflow: hidden;
}

.hvz figure {
  overflow: hidden;
}

.hvz img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.hvz:hover {
  opacity: 1;
}

.hvz:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.header {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#5DC2E5), to(#FF8FCF));
  background: -webkit-linear-gradient(left, #5DC2E5 0%, #FF8FCF 100%);
  background: -moz- oldlinear-gradient(left, #5DC2E5 0%, #FF8FCF 100%);
  background: linear-gradient(90deg, #5DC2E5 0%, #FF8FCF 100%);
  padding: 40px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header h1 {
  font-size: 0;
  line-height: 0;
}

.header a {
  display: inline-block;
  width: 223px;
}

.footer {
  background-color: #3B3B3B;
  padding: 41px 0 15px;
}

.footer a {
  color: #fff;
}

.footer .f_link01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

.footer .f_link01 li {
  margin-bottom: 13px;
}

.footer .f_link01 li:not(:last-child) {
  position: relative;
  margin-right: 33px;
}

.footer .f_link01 li:not(:last-child)::after {
  content: "｜";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.footer .f_link01 li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: #FFFFFF;
}

.footer .f_link02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .f_link02 li {
  margin: 0 13px;
}

.footer .f_link02 li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: #FFFFFF;
}

.ttl {
  margin-bottom: 41px;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  text-align: left;
}

.p_contact {
  padding: 55px 0 92px;
  text-align: center;
}

.p_contact .form {
  display: inline-block;
  width: 600px;
  text-align: left;
}

.p_contact .form .f_txtError {
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-bottom: 4px;
  color: #f00;
}

.p_contact .form button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #333;
  border: 0;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  max-width: 100%;
  width: 375px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#A8E9FF), to(#FFDFFE));
  background: -webkit-linear-gradient(left, #A8E9FF 0%, #FFDFFE 100%);
  background: -moz- oldlinear-gradient(left, #A8E9FF 0%, #FFDFFE 100%);
  background: linear-gradient(90deg, #A8E9FF 0%, #FFDFFE 100%);
  margin-top: 40px;
}

.p_contact .form dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p_contact .form dl + dl {
  margin-top: 8px;
}

.p_contact .form dl dt {
  width: 144px;
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
  padding-top: 8px;
}

.p_contact .form dl dd {
  width: -webkit-calc(100% - 144px);
  width: -moz-calc(100% - 144px);
  width: calc(100% - 144px);
}

.p_contact .form dl dd input {
  width: 100%;
  padding: 0 15px;
  outline: none;
  font-size: 16px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  -moz-border-radius: 0;
       border-radius: 0;
  border: 0;
  background: #F3F3F3;
}

.p_contact .form dl dd textarea {
  width: 100%;
  padding: 10px 15px;
  outline: none;
  font-size: 16px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 145px;
  -moz-border-radius: 0;
       border-radius: 0;
  border: 0;
  background: #F3F3F3;
  resize: none;
}

.p_column {
  padding: 55px 0 92px;
  font-size: 16px;
  line-height: 1.7;
}

.p_column p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.p_column .info {
  margin-top: 18px;
}

.p_column .info ul li {
  text-indent: -15px;
  padding-left: 15px;
}

.p_top .mv {
  text-align: center;
  position: relative;
}

.p_top .mv .box {
  width: 634px;
  display: inline-block;
  background-color: #fff;
  padding: 75px 55px;
}

.p_top .mv .box .mv_btn {
  width: 375px;
  display: inline-block;
  margin-top: 66px;
}

.p_top .mv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-calc(50% - 317px);
  width: -moz-calc(50% - 317px);
  width: calc(50% - 317px);
  height: 100%;
  background: url(../img/mv_bg1.png) center/100% 100% no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  display: block;
}

.p_top .mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc(50% - 317px);
  width: -moz-calc(50% - 317px);
  width: calc(50% - 317px);
  height: 100%;
  background: url(../img/mv_bg2.png) center/100% 100% no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  display: block;
}

.p_top .sec01 {
  background-color: #FFFDF5;
  padding: 86px 0 76px;
}

.p_top .sec01 h2 {
  text-align: center;
  margin-bottom: 60px;
}

.p_top .sec01 h2 img {
  width: 509px;
}

.p_top .sec01 ul li + li {
  margin-top: 59px;
}

.p_top .sec01 ul .cus {
  margin-right: -14px;
}

.p_top .sec02 {
  padding: 72px 0 133px;
  text-align: center;
}

.p_top .sec02 img {
  width: 1024px;
}

.p_top .sec03 {
  background-color: #F7F7F7;
  padding: 78px 0 180px;
}

.p_top .sec03 .row {
  max-width: 963px;
}

.p_top .sec03 h2 {
  text-align: center;
  margin-bottom: 80px;
}

.p_top .sec03 h2 img {
  width: 306px;
}

.p_top .sec03 ul li + li {
  margin-top: 110px;
}

.p_top .sec04 {
  padding: 78px 0 106px;
}

.p_top .sec04 .row {
  max-width: 1060px;
}

.p_top .sec04 h2 {
  text-align: center;
  margin-bottom: 75px;
}

.p_top .sec04 h2 img {
  width: 324px;
}

.p_top .sec04 ul {
  display: -ms-grid;
  display: grid;
  gap: 40px 15px;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p_top .sec04 ul li a {
  display: block;
  line-height: 0;
  width: 100%;
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
       box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.p_top .sec05 {
  padding: 87px 0 55px;
}

.p_top .sec05 .row {
  max-width: 1060px;
}

.p_top .sec05 h2 {
  text-align: center;
  margin-bottom: 73px;
}

.p_top .sec05 h2 img {
  width: 489px;
}

.p_top .sec05 ul {
  display: -ms-grid;
  display: grid;
  gap: 40px 15px;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p_top .sec05 ul li {
  line-height: 0;
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
       box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.p_top .sec05 ul li img {
  width: 100%;
  height: auto;
}

.p_top .sec05 .recruitment_txt {
  margin-top: 73px;
  text-align: center;
}

.p_top .sec05 .recruitment_txt img {
  width: 794px;
}

.p_top .sec06 {
  padding: 50px 0 83px;
  background-color: #FFFDF5;
}

.p_top .sec06 .row {
  max-width: 1060px;
}

.p_top .sec06 h2 {
  text-align: center;
  margin-bottom: 50px;
}

.p_top .sec06 h2 img {
  width: 460px;
}

.p_top .sec07 {
  padding: 70px 0 115px;
  background-color: #F7F7F7;
}

.p_top .sec07 h2 {
  text-align: center;
  margin-bottom: 73px;
}

.p_top .sec07 h2 img {
  width: 281px;
}

.p_top .sec07 ul li + li {
  margin-top: 25px;
}

.p_top .qa {
  padding: 15px 0 96px;
  background-color: #F7F7F7;
}

.p_top .qa h2 {
  text-align: center;
  margin-bottom: 73px;
}

.p_top .qa h2 img {
  width: 328px;
}

.p_top .qa .dlist dl {
  background: #FFFFFF;
  padding: 30px 45px 30px 55px;
}

.p_top .qa .dlist dl + dl {
  margin-top: 20px;
}

.p_top .qa .dlist dl dt {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.70833;
  color: #333333;
  margin-bottom: 30px;
}

.p_top .qa .dlist dl dd {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6875;
  color: #333333;
}

.p_top .boxCt {
  padding: 63px 0 101px;
  text-align: center;
}

.p_top .boxCt p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 29px;
}

.p_top .boxCt a {
  display: inline-block;
  width: 375px;
}
