@charset "UTF-8";
.wrapper {
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
.sp__none{
  display: none;
}
}
.top-main {
  margin-top: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .top-main {
    margin-top: 60px;
    height: auto;
  }
}
.top-main::before {
  content: "";
  background: url(../img/mv.png) no-repeat center top/100%;
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  text-align: center;
  color: #fff;
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .top-main::before {
    background: url(../img/mv.png) no-repeat center bottom/100%;
    width: 100%;
    margin-left: auto;
    left: 0;
  }
}

@media only screen and (max-width: 980px) {
  .top-main::before {
    background: url(../img/mv.png) no-repeat calc(50% - 48px) bottom / 100%;
    }
  }


@media only screen and (max-width: 750px) {
  .top-main::before {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .top-main__pict {
    position: relative;
  }
}
.top-main__inner {
  max-width: 1080px;
  width: calc(100% - 50px);
  color: #fff;
  margin: -80px auto 0;
}
@media only screen and (max-width: 750px) {
  .top-main__inner {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.top-main__h2 {
  font-size: 40px;
  line-height: 140%;
  font-weight: 700;
  padding: 5px 15px;
  background: linear-gradient(60deg, #22b4ea 0%, #22b4ea 55%, #6ef0ff 100%);
  display: table;
  margin-bottom: 15px;
  text-align: justify;
}
@media only screen and (max-width: 980px) {
  .top-main__h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 750px) {
  .top-main__h2 {
    letter-spacing: -0.02em;
    padding: 2px 10px;
    margin-bottom: 10px;
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.top-main__sub {
  padding: 10px 15px;
  background: linear-gradient(60deg, #22b4ea 0%, #22b4ea 55%, #6ef0ff 100%);
  display: table;
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
}
@media only screen and (max-width: 980px) {
  .top-main__sub {
    font-size: 19px;
    font-size: 2.5333333333vw;
  }
}
@media only screen and (max-width: 750px) {
  .top-main__sub {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: -0.02em;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}

.float {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 35px 0;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .float {
    padding: 18px 0;
  }
}
.float__list {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .float__list {
    width: calc(100% - 30px);
  }
}
.float__item {
  max-width: 460px;
  width: 48%;
  text-align: center;
}
.float__link {
  width: 100%;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: solid 1px #22b4ea;
  padding: 10px 0;
  display: block;
  color: #fff;
  background-color: #22b4ea;
}
.float__link:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 750px) {
  .float__link {
    font-size: 18px;
    letter-spacing: 0;
    padding: 7px 0;
  }
}
.float__link--air {
  color: #22b4ea;
  background-color: #fff;
}
.about {
  padding: 60px 0;
  margin: 0 auto;
  color: #fff;
  background: url(../img/bg_blue.jpg) top center/cover;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .about {
    padding: 30px 0;
  }
}
.about__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .about__inner {
    width: calc(100% - 30px);
  }
}
.about__info {
  margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  .about__info {
    margin-bottom: 40px;
  }
}
.about__h3 {
  font-size: 40px;
line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom: solid 5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .about__h3 {
    font-size: 32px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: solid 3px;
  }
}
.about__b-text {
  width: 100%;
  font-size: 22px;
  line-height: 200%;
  font-weight: 500;
  letter-spacing: 0.06rem;
}
@media only screen and (max-width: 750px) {
  .about__b-text {
    font-size: 18px;
    line-height: 180%;
    width: 100%;
  }
}
.work {
  padding: 60px 0 70px;
  margin: 0 auto;
  background: url(../img/bg_koshi.png) center top;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .work {
    padding: 40px 0 50px;
  }
}
.work__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .work__inner {
    width: calc(100% - 30px);
  }
}
.work__h3 {
  font-size: 40px;
line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom: solid 5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #22b4ea;
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .work__h3 {
    font-size: 32px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: solid 3px;
  }
}
@media only screen and (max-width: 750px) {
  .work__h3 {
    margin-bottom: 40px;
  }
}
.work__list {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .work__list {
    margin-bottom: 30px;
  }
}
.work__item {
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .work__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
.work__item:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .work__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.work__pict {
  max-width: 554px;
}
@media only screen and (min-width: 751px) {
  .work__pict {
    width: 48%;
  }
}
@media only screen and (max-width: 750px) {
  .work__pict {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.work__body {
  max-width: 540px;
}
@media only screen and (min-width: 751px) {
  .work__body {
    width: 48%;
  }
}
@media only screen and (max-width: 750px) {
  .work__body {
    margin: 0 auto 0px;
    max-width: 550px;
    width: 100%;
    box-sizing: border-box;
  }
}
.work__ttl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .work__ttl {
    margin-bottom: 10px;
  }
}
.work__h4 {
  font-size: 32px;
line-height: 1.5;
  color: #22b4ea;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-bottom: solid 2px;
}
@media only screen and (max-width: 750px) {
  .work__h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.work__txt {
  line-height: 160%;
  font-size: 18px;
  font-weight: 500
}
@media only screen and (max-width: 750px) {
  .work__txt {
    line-height: 160%;
  }
}

.data {
  box-sizing: border-box;
  align-items: normal;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .data {
    max-width: 600px;
  }
}
.data__h4 {
  font-size: 32px;
line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .data__h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.data__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .data__list {
    margin-bottom: 20px;
  }
}
.data__item {
  box-sizing: border-box;
  max-width: 328px;
  width: 33.3%;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  .data__item {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 751px) {
  .data__item {
    padding-bottom: 30px;
  }
  .data__item {
    border-right: solid 4px #22b4ea;
  }

 .data__item:nth-child(3),.data__item:nth-child(6){
    border-right:none;
  }
}
@media only screen and (max-width: 750px) {
  .data__item {
    border-bottom: solid 2px #22b4ea;
    padding-bottom: 20px ;
    margin: 20px auto 0px;
  }
}

@media only screen and (max-width: 750px) {
  .data__item:nth-child(1) {
    padding-bottom: 20px ;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 750px) {
  .data__item:nth-child(6) {
    border-bottom: none;
    padding-bottom: 20px ;
    margin: 20px auto 0px;
  }
}


.data__num {
  max-width: 40px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 750px) {
  .data__num {
    max-width: 48px;
    margin: 0 auto 10px;
  }
}
.data__ttl {
  display: table;
  margin: 0 auto 25px;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 24px;
  color: #22b4ea;
  line-height: 120%;
}
@media only screen and (max-width: 960px) {
  .data__ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .data__ttl {
    letter-spacing: 0.02em;
    margin: 0 auto 12px;
  }
}
.data__pict {
  max-width: 100px;
  min-width: 50px;
  width: 52%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .data__pict {
    width: 40%;
      max-width: 140px;
  }
}
.data__btn {
  width: 230px;
  line-height: 140%;
  box-sizing: border-box;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  color: #22b4ea;
  border: solid 2px #22b4ea;
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
  .data__btn {
    width: 180px;
    padding: 7px 0;
    font-size: 18px;
  }
}

.staff {
  padding: 60px 0;
  margin: 0 auto;
  background: url(../img/bg_blue.jpg) top center/cover;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .staff {
    padding: 40px 0 50px;
  }
}
.staff__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .staff__inner {
    width: calc(100% - 30px);
  }
}
.staff__h3 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom: solid 5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #fff;
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .staff__h3 {
    font-size: 32px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: solid 3px;
  }
}
@media only screen and (max-width: 750px) {
  .staff__h3 {
    margin-bottom: 40px;
  }
}
.staff__list {
  margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  .staff__list {
    margin-bottom: 40px;
  }
}
.staff__item {
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .staff__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.staff__item:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .staff__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.staff__pict {
  max-width: 554px;
}
@media only screen and (min-width: 751px) {
  .staff__pict {
    width: 48%;
  }
}
@media only screen and (max-width: 750px) {
  .staff__pict {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.staff__body {
  max-width: 480px;
}
@media only screen and (min-width: 751px) {
  .staff__body {
    width: 48%;
  }
}
@media only screen and (max-width: 750px) {
  .staff__body {
    margin: 0 auto 0px;
    max-width: 550px;
    width: 100%;
    box-sizing: border-box;
  }
}
.staff__ttl {
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .staff__ttl {
    margin-bottom: 5px;
  }
}
.staff__h4 {
  font-size: 32px;
line-height: 1;
  color: #fff;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: solid 4px;
}
@media only screen and (max-width: 750px) {
  .staff__h4 {
    font-size: 24px;
    border-bottom: solid 2px;
  }
}
.staff__txt {
  font-size: 20px;
  line-height: 190%;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .staff__txt {
    font-size: 16px;
    line-height: 180%;
    font-weight: 500;
  }
}
.staff__slider {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.staff__cap {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 750px) {
  .staff__cap {
    padding: 7px 10px;
  }
}
.staff__info {
  max-width: 680px;
  width: 100%;
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin: 40px auto 0;
}
@media only screen and (max-width: 750px) {
  .staff__info {
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    text-align: left;
    margin: 20px auto 0;
  }
}

.faq {
  padding: 60px 0 70px;
  margin: 0 auto;
  background: url(../img/bg_koshi.png) center top;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .faq {
    padding: 40px 0 50px;
  }
}
.faq__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .faq__inner {
    width: calc(100% - 30px);
  }
}
.faq__h3 {
  font-size: 40px;
line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom: solid 5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #22b4ea;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .faq__h3 {
    font-size: 32px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: solid 3px;
  }
}
@media only screen and (max-width: 750px) {
  .faq__h3 {
    margin-bottom: 30px;
  }
}
.faq__box {
  background-color: #fff;
}
.faq__list {
  max-width: 930px;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 45px 0px 60px;
}
@media only screen and (max-width: 750px) {
  .faq__list {
    width: calc(100% - 40px);
    padding: 20px 0px 30px;
  }
}
.faq__item {
  width: 100%;
  padding: 15px 0px 20px;
  border-bottom: solid 1px #333333;
}
@media only screen and (max-width: 750px) {
  .faq__item {
    padding: 10px 0 15px;
  }
}
.faq__inttl {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  padding-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .faq__inttl {
    gap: 10px;
    padding-bottom: 10px;
  }
}
.faq__pp {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  min-width: 40px;
  width: 7%;
  height: 40px;
  min-height: 40px;
  line-height: 110%;
  font-weight: 500;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .faq__pp {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }
}
.faq__pp--q {
  color: #fff;
  background-color: #22b4ea;
}
.faq__pp--a {
  color: #333333;
  border: solid 1px;
  box-sizing: border-box;
  background-color: #fff;
}
.faq__qu--a {
  color: #333333;
  max-width: 865px;
  width: 94%;
  line-height: 200%;
}
@media only screen and (max-width: 750px) {
  .faq__qu--a {
    line-height: 180%;
  }
}
.faq__qu--16 {
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .faq__qu--16 {
    font-size: 14px;
  }
}
.faq__a {
  display: flex;
  gap: 16px;
  letter-spacing: 0.05em;
  line-height: 180%;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .faq__a {
    gap: 10px;
  }
}


/* 
.recruit {
  padding: 60px 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 750px) {
  .recruit {
    padding: 30px 0;
  }
}
.recruit__h4 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .recruit__h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .recruit__h4 {
    margin-bottom: 20px;
  }
}
.recruit__inner {
  max-width: 940px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .recruit__inner {
    width: calc(100% - 30px);
  }
}
.recruit__item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .recruit__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.recruit__tab {
  font-size: 24px;
  text-align: center;
  color: #22b4ea;
  border: solid 3px;
  background-color: #fff;
  padding: 22px 0;
  letter-spacing: 0;
  box-sizing: border-box;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .recruit__tab {
    font-size: 17px;
    letter-spacing: -0.04em;
    border: solid 2px;
    padding: 10px 0;
  }
}
.recruit__tab::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  background: url(../img/icon_arrow.png) no-repeat center/100%;
}
@media only screen and (max-width: 750px) {
  .recruit__tab::after {
    width: 9px;
    height: 9px;
    margin-top: -4px;
    right: 8px;
  }
}
.recruit__tab.close::after {
  transform: rotateZ(180deg);
}
.recruit__body {
  max-width: 890px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background-color: #fff;
  display: none;
  padding: 30px 15px 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .recruit__body {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .recruit__body {
    width: 100%;
    padding: 20px 10px 30px;
  }
}
.recruit__box {
  font-size: 18px;
  letter-spacing: 0;
  display: flex;
  border-bottom: 1px #E6E6E6 solid;
  padding: 20px 15px 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .recruit__box {
    display: block;
    font-size: 15px;
    padding: 10px 10px 15px;
  }
}
.recruit__dt {
  max-width: 215px;
  width: 27%;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .recruit__dt {
    max-width: 100%;
    width: 100%;
    margin-bottom: 8px;
  }
}
.recruit__dd {
  max-width: 600px;
  width: 72%;
  line-height: 160%;
}
@media only screen and (max-width: 750px) {
  .recruit__dd {
    max-width: 100%;
    width: 100%;
  }
}
.recruit__bold {
  font-size: 20px;
  display: inline-block;
  padding-bottom: 3px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .recruit__bold {
    font-size: 18px;
  }
}

#recruit {
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}
@media only screen and (max-width: 750px) {
  #recruit {
    padding-top: 60px;
    margin-top: -60px;
  }
}

#form {
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}
@media only screen and (max-width: 750px) {
  #form {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.form {
  font-family: "Noto Sans JP", sans-serif;
  padding: 60px 0;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .form {
    padding: 30px 0;
  }
}
.form__h4 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .form__h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.form__info {
  max-width: 460px;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
  color: #22b4ea;
}
@media only screen and (max-width: 750px) {
  .form__info {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .form__info {
    max-width: 360px;
    margin-bottom: 30px;
  }
}
.form__sub {
  font-size: 22px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .form__sub {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
.form__btn {
  width: 100%;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: solid 1px;
  padding: 12px 0;
  display: block;
  color: #22b4ea;
}
@media only screen and (max-width: 750px) {
  .form__btn {
    font-size: 20px;
    padding: 8px 0;
  }
}
.form__inner {
  max-width: 860px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .form__inner {
    width: calc(100% - 30px);
  }
}
/*=======================================
#contents_mailform
----------------------------------------*/
#contents_mailform {
  font-family: "Noto Sans JP", sans-serif;
}
#contents_mailform form table {
  width: 100%;
  margin: 0 auto 0px;
  border-collapse: collapse;
}
#contents_mailform form tr {
  border-bottom: solid 1px #333333;
}
#contents_mailform form tr:first-child {
  border-top: solid 1px #333333;
}
#contents_mailform form tr .label_required {
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
  background-color: #22b4ea;
  padding: 0.1rem 0.4rem;
  margin-left: 0.8rem;
  box-sizing: border-box;
}
#contents_mailform form tr .label_ninni {
  font-size: 14px;
  letter-spacing: 3px;
  color: #333333;
  border: solid 1px #333333;
  padding: 0.1rem 0.4rem;
  margin-left: 1.2rem;
  box-sizing: border-box;
}
#contents_mailform form tr th {
  font-size: 18px;
  max-width: 320px;
  width: 30%;
  padding: 1.2rem 0 1.2rem 1.2rem;
  vertical-align: top;
}
#contents_mailform form tr th.kome::after {
  content: "※複数選択可";
  font-size: 12px;
  display: block;
}
#contents_mailform form tr td {
  padding: 1.2rem;
  font-size: 18px;
  vertical-align: middle;
}
#contents_mailform form tr input:not(.form__check),
#contents_mailform form tr textarea {
  width: 100%;
  padding: 7px 0.8rem;
  font-size: 18px;
  border: 1px #333333 solid;
  vertical-align: middle;
  box-sizing: border-box;
}
#contents_mailform form tr textarea {
  font-size: 15px;
}
#contents_mailform form tr select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #333333;
  width: 100%;
  margin: 0;
  padding: 7px 25px 7px 0.8rem;
  font-size: 18px;
  background: url(../img/select_ya.png) right 10px center no-repeat #fff;
  border: 1px #000 solid;
}
#contents_mailform form tr .privacy {
  margin-bottom: 1.6rem;
  line-height: 160%;
}
#contents_mailform form .wrap_button {
  padding: 2.6rem 0 60px;
  text-align: center;
}
#contents_mailform form button {
  width: 100%;
  max-width: 460px;
  height: auto;
  font-size: 26px;
  letter-spacing: 0.08em;
  padding: 10px 0;
  color: #fff;
  background-color: #22b4ea;
  text-align: center;
  margin: 0 auto;
}
#contents_mailform form button:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

#contents_mailform .form__c-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #contents_mailform .form__c-list::after {
    content: "";
    width: 30%;
    display: block;
  }
}
#contents_mailform .form__radio {
  width: 25%;
}
@media only screen and (min-width: 751px) {
  #contents_mailform .form__radio:nth-child(-n+4) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #contents_mailform .form__radio {
    width: 30%;
  }
  #contents_mailform .form__radio:nth-child(-n+6) {
    margin-bottom: 10px;
  }
}
#contents_mailform .form__check {
  float: right;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  #contents_mailform .form__check {
    width: 18px;
    height: 18px;
  }
}
#contents_mailform .form__p {
  display: flex;
  justify-content: start;
  flex-direction: row-reverse;
  gap: 10px;
  max-width: 180px;
}

.checkbox-container {
  position: relative;
  cursor: pointer;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
  #contents_mailform form tr th {
    display: block;
    padding-bottom: 0;
  }
  #contents_mailform form tr td {
    display: block;
    padding: 0.5rem 0rem 1.2rem;
  }
  #contents_mailform form tr th {
    width: 25rem;
    padding: 1.2rem 0 0 0rem;
    vertical-align: top;
  }
  #contents_mailform form tr input,
  #contents_mailform form tr textarea {
    padding: 0.8rem 1em;
    font-size: 15px;
  }
  #contents_mailform form tr textarea {
    font-size: 14px;
  }
  #contents_mailform form tr .label_required, #contents_mailform form tr .label_ninni {
    font-size: 12px;
  }
  #contents_mailform form button {
    font-size: 22px;
  }
  #contents_mailform form .wrap_button {
    padding: 2.6rem 0 40px;
  }
  #contents_mailform form tr input:not(.form__check), #contents_mailform form tr textarea {
    font-size: 15px;
    padding: 10px 0.7rem;
  }
  #contents_mailform form tr select {
    font-size: 15px;
    padding: 10px 25px 10px 0.7rem;
  }
}
#formWrap {
  padding-top: 180px;
}
@media only screen and (max-width: 750px) {
  #formWrap {
    padding-top: 100px;
  }
}

.contact {
  max-width: 860px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .contact {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .contact {
    padding-bottom: 60px;
  }
}
.contact__ttl {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .contact__ttl {
    margin-bottom: 30px;
  }
}
.contact__h3 {
  font-size: 32px;
 line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .contact__h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.contact__text {
  text-align: center;
  line-height: 240%;
}
@media only screen and (max-width: 750px) {
  .contact__text {
    line-height: 180%;
  }
}
.contact__red {
  color: #e50014;
}

.f-btn {
  max-width: 720px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (min-width: 751px) {
  .f-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .f-btn {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .f-btn {
    max-width: 350px;
    margin-top: 25px;
  }
}
.f-btn__btn {
  max-width: 350px;
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .f-btn__btn {
    max-width: 350px;
    width: 100%;
  }
}
.f-btn__txt {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
}
.f-btn__txt:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  .f-btn__txt {
    font-size: 16px;
  }
}
.f-btn__txt--submit {
  background-color: #22b4ea;
}
.f-btn__txt--back {
  background-color: #B5B5B6;
}
.thanks {
  padding: 180px 0;
}
@media only screen and (max-width: 750px) {
  .thanks {
    padding: 100px 0;
  }
}
.thanks__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .thanks__inner {
    width: calc(100% - 30px);
  }
}
.thanks__ttl {
  font-size: 32px;
  line-height: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 750px) {
  .thanks__ttl {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
.thanks__body {
  text-align: center;
  line-height: 180%;
  margin-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .thanks__body {
    margin-bottom: 60px;
  }
}
.thanks__btn {
  color: #fff;
  font-size: 26px;
  text-align: center;
  background-color: #22b4ea;
  max-width: 380px;
  line-height: 50px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 750px) {
  .thanks__btn {
    font-size: 22px;
    width: 80%;
    line-height: 40px;
  }
} */

/*=======================================
#slide
----------------------------------------*/
/*-----共通設定-----*/

.wrapper .swiper-pagination {
  bottom: -15px;
}
@media only screen and (max-width: 750px) {
  .wrapper .swiper-pagination {
    bottom: -10px;
  }
}
.wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #fff;
  margin: 3px;
}
@media only screen and (max-width: 750px) {
  .wrapper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 2px;
  }
}
.wrapper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2252c1;
}
.wrapper #slide .inner {
  width: 100%;
  margin: 0 auto;
}
.wrapper #slide .inner h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.wrapper #slide .inner .text_intro {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.wrapper #slide .inner .slide_box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 3.5rem 0;
  background-color: #E6E6E6;
}
.wrapper #slide .inner .swiper-container {
  max-width: 960px;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
}
.wrapper #slide .inner .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E6E6;
  margin: auto;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}
.wrapper #slide .inner .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.wrapper #slide .inner .swiper-container .swiper-slide a:hover {
  transition: unset;
  opacity: 1;
}
/*---------------------------------------
#slide
=======================================*/
/*----------フェード----------*/
.scroll-space {
  padding-top: 0;
  height: auto;
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}

.fadein-bottom {
  transform: translate(0, 30px);
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}/*# sourceMappingURL=index.css.map */