body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  color: #fff;
  background: #fff;
  font-size: 16px;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.rel {
  position: relative;
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

.brHid {
  display: none;
}
@media (max-width: 750px) {
  .brHid {
    display: inline;
  }
}

@keyframes bound {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.header {
  width: 100%;
  background: url(../images/catch_bg.png) no-repeat;
  background-size: 100%;
  padding-top: 1.92vw;
}
.header h1 {
  width: 5.36vw;
}
.header h1 img {
  width: 100%;
  height: auto;
}
.header__top {
  width: 65vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.7vw;
}
.header__top ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__top ul li {
  margin: 0 0.65vw;
  list-style: none;
}
.header__top ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.72vw;
  transition: 0.2s;
}
.header__catch {
  width: 46.66vw;
  margin: 0 auto 2.6vw auto;
}
.header__catch img {
  width: 100%;
  height: auto;
}
.header__sub {
  display: block;
  width: 27.91vw;
  height: auto;
  margin: 0 auto 0.9375vw auto;
}
.header__contact {
  width: 29.63vw;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  transition: 0.2s;
}
@media (min-width: 750px) {
  .header__contact:hover {
    filter: brightness(1.2);
  }
}
.header__contact img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.3));
  animation: bound 1.2s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .header h1 {
    width: 8vw;
  }
  .header__top ul li a {
    font-size: 1vw;
  }
}
@media (max-width: 750px) {
  .header {
    background: url(../images/sp/catch_bg.png) no-repeat;
    background-size: 100%;
    height: auto;
  }
  .header h1 {
    width: 13.73vw;
    margin: 3.2vw 0 0 3.2vw;
  }
  .header__top {
    width: 100%;
  }
  .header__top ul {
    display: none;
  }
  .header__catch {
    width: 100%;
    margin-bottom: 10vw;
  }
  .header__sub {
    width: 79.3vw;
  }
  .header__contact {
    width: 77.33vw;
  }
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slideOn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.625vw 0;
  width: 100%;
  background: #000;
  margin-top: -4.6vw;
}
.slideOn img {
  height: 20.83vw;
  animation: horizontal-animation 120s linear infinite;
}
@media (max-width: 750px) {
  .slideOn {
    margin-top: -9vw;
  }
  .slideOn img {
    height: 39vw;
  }
}

.system {
  background: url(../images/bg_bk.png) no-repeat;
  background-size: cover;
  padding: 7vw 0 5.2vw;
}
.system h3 {
  text-align: center;
  color: #fff;
  font-size: 2.29vw;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #fff;
  width: 70%;
  margin: 0 auto 4.16vw auto;
}
.system h3 span {
  font-size: 1.25vw;
  color: #bca251;
  margin-bottom: 1.25vw;
  font-weight: 400;
}
.system__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.79vw;
}
.system__flex img {
  width: 18.75vw;
  height: auto;
  margin: 0 1vw;
}
.system__txt {
  width: 39.89vw;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .system h3 {
    font-size: 3vw;
  }
  .system h3 span {
    font-size: 1.5vw;
  }
  .system__flex img {
    width: 20.75vw;
  }
  .system__txt {
    width: auto;
    height: 6vw;
  }
}
@media (max-width: 750px) {
  .system {
    padding: 10vw 0;
  }
  .system h3 {
    width: calc(100% - 6.4vw);
    font-size: 5.33vw;
    margin-bottom: 10vw;
  }
  .system h3 span {
    font-size: 3.2vw;
  }
  .system__flex {
    display: block;
  }
  .system__flex img {
    display: block;
    width: 66.66vw;
    height: auto;
    margin: 0 auto 3.2vw auto;
  }
  .system__txt {
    width: 100%;
    height: auto;
    margin-top: 10vw;
  }
}

.separator {
  display: block;
  width: 100%;
  height: auto;
}

.merit {
  background: url(../images/merit_bg.png) no-repeat;
  background-size: 100%;
  padding: 5vw 0;
}
.merit h3 {
  text-align: center;
  color: #fff;
  font-size: 2.29vw;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #fff;
  width: 70%;
  margin: 0 auto 4.16vw auto;
}
.merit h3 span {
  font-size: 1.25vw;
  color: #bca251;
  margin-bottom: 1.25vw;
  font-weight: 400;
}
.merit__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto -1vw auto;
}
.merit__flex div {
  width: 14.64vw;
  height: 13.89vw;
  text-align: center;
}
.merit__flex div img {
  width: 5.2vw;
  height: auto;
  display: block;
  margin: 0 auto;
}
.merit__flex div p:nth-of-type(1) {
  font-size: 1.45vw;
  font-weight: 900;
  color: #bca251;
  text-align: left;
}
.merit__flex div p:nth-of-type(2) {
  font-size: 1.45vw;
  color: #fff;
  font-size: 1vw;
  text-align: left;
  display: inline-block;
  line-height: 1.5em;
}
.merit__msg {
  width: 48vw;
  height: auto;
  display: block;
  margin: 2vw auto 0 auto;
}
@media (max-width: 1024px) {
  .merit {
    background-size: cover;
  }
  .merit h3 {
    font-size: 3vw;
  }
  .merit h3 span {
    font-size: 1.5vw;
  }
  .merit__msg {
    width: auto;
    height: 6vw;
  }
}
@media (max-width: 750px) {
  .merit {
    padding: 10vw 0;
  }
  .merit h3 {
    width: calc(100% - 6.4vw);
    font-size: 5.33vw;
    margin-bottom: 10vw;
  }
  .merit h3 span {
    font-size: 3.2vw;
  }
  .merit__flex {
    width: 100%;
    align-items: flex-start;
  }
  .merit__flex div {
    width: 42vw;
    height: auto;
    margin-bottom: 9.6vw;
  }
  .merit__flex div img {
    width: 100%;
  }
  .merit__flex div p:nth-of-type(1) {
    font-size: 4.8vw;
  }
  .merit__flex div p:nth-of-type(2) {
    font-size: 3.46vw;
    text-align: center;
  }
  .merit__msg {
    width: 100%;
    height: auto;
  }
}

@keyframes down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 0;
    transform: translateY(2vw);
  }
  100% {
    opacity: 0;
    transform: translateY(2vw);
  }
}
.down {
  width: 2vw;
  height: auto;
  display: block;
  margin: 0 auto;
  animation: down 1.5s linear infinite;
}
@media (max-width: 750px) {
  .down {
    width: 5vw;
    margin-bottom: 10vw;
  }
}

.feature {
  background: #000;
  padding: 5.83vw 0;
}
.feature h3 {
  text-align: center;
  color: #fff;
  font-size: 2.29vw;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #fff;
  width: 70%;
  margin: 0 auto 4.16vw auto;
}
.feature h3 span {
  font-size: 1.25vw;
  color: #bca251;
  margin-bottom: 1.25vw;
  font-weight: 400;
}
.feature__img {
  width: 52.13vw;
  height: auto;
  display: block;
  margin: 0 auto 4.16vw auto;
}
.feature__msg {
  width: 53.59vw;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .feature {
    background-size: cover;
  }
  .feature h3 {
    font-size: 3vw;
  }
  .feature h3 span {
    font-size: 1.5vw;
  }
  .feature__msg {
    width: auto;
    height: 6vw;
  }
}
@media (max-width: 750px) {
  .feature {
    padding: 10vw 0;
  }
  .feature h3 {
    width: calc(100% - 6.4vw);
    font-size: 5.33vw;
    margin-bottom: 10vw;
  }
  .feature h3 span {
    font-size: 3.2vw;
  }
  .feature__img {
    width: 100%;
    margin-bottom: 10vw;
  }
  .feature__msg {
    width: 100%;
    height: auto;
  }
}

.voice {
  background: url(../images/voice_bg.png) no-repeat;
  background-size: cover;
  padding: 4vw 0 1vw 0;
}
.voice h3 {
  text-align: center;
  color: #fff;
  font-size: 2.29vw;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #fff;
  width: 70%;
  margin: 0 auto 4.16vw auto;
}
.voice h3 span {
  font-size: 1.25vw;
  color: #bca251;
  margin-bottom: 1.25vw;
  font-weight: 400;
}
.voice__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.79vw;
}
.voice__sect {
  width: 18.8vw;
  height: 32.3vw;
  background: rgba(24, 32, 50, 0.5);
  border: 1px solid #fff;
  margin: 0 1vw;
}
.voice__sect__in {
  border: 1px solid #6d717b;
  width: 17vw;
  height: 30.5vw;
  margin: 0.4vw;
  padding: 0.4vw;
}
.voice__sect img {
  width: 100%;
  height: auto;
  margin-bottom: 2.34375vw;
}
.voice__sect h4 {
  font-size: 1.25vw;
  text-align: center;
  margin-bottom: 0.625vw;
  line-height: 1.3em;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice__sect p:nth-of-type(1) {
  font-size: 0.83vw;
  text-align: center;
  margin-bottom: 0.625vw;
}
.voice__sect p:nth-of-type(2) {
  font-size: 0.83vw;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  .voice__sect {
    width: 20.8vw;
    height: 41.8vw;
  }
  .voice__sect__in {
    width: 19vw;
    height: 40vw;
  }
  .voice__sect h4 {
    font-size: 1.5vw;
    height: 4vw;
  }
  .voice__sect p:nth-of-type(1) {
    font-size: 1.2vw;
  }
  .voice__sect p:nth-of-type(2) {
    font-size: 1.2vw;
    line-height: 1.5em;
  }
  .voice__sect img {
    margin-bottom: 1.3vw;
  }
}
@media (max-width: 750px) {
  .voice {
    padding: 10vw 4vw;
    background: url(../images/sp/voice_bg.png) no-repeat;
    background-size: cover;
  }
  .voice h3 {
    width: calc(100% - 6.4vw);
    font-size: 5.33vw;
    margin-bottom: 10vw;
  }
  .voice h3 span {
    font-size: 3.2vw;
  }
  .voice__flex {
    display: block;
  }
  .voice__sect {
    width: 100%;
    height: auto;
    margin: 0 0 3.2vw 0;
  }
  .voice__sect__in {
    width: calc(100% - 10vw);
    height: auto;
    padding: 3vw;
    margin: 2vw;
  }
  .voice__sect img {
    margin-bottom: 10vw;
  }
  .voice__sect h4 {
    font-size: 4.8vw;
    margin-bottom: 5.2vw;
    height: auto;
  }
  .voice__sect p:nth-of-type(1) {
    font-size: 3.46vw;
    margin-bottom: 5.2vw;
  }
  .voice__sect p:nth-of-type(2) {
    font-size: 3.46vw;
  }
}

.criteria {
  background: url(../images/criteria_bg.png) no-repeat;
  background-size: 100%;
  padding: 5vw 0;
}
.criteria__img {
  background: url(../images/criteria_img.png) no-repeat;
  background-size: 100%;
  width: 52vw;
  height: 35.67vw;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 0.75rem rgba(37, 64, 84, 0.5));
}
.criteria p:nth-of-type(1) {
  font-size: 1.25vw;
  text-align: center;
  color: #fff;
  padding-top: 22vw;
  margin-bottom: 2vw;
  line-height: 1.5em;
}
.criteria p:nth-of-type(2) {
  font-size: 1vw;
  text-align: center;
  color: #fff;
}
.criteria p:nth-of-type(2) a {
  color: #ffe670;
}
@media (max-width: 1024px) {
  .criteria {
    background-size: cover;
  }
  .criteria__img {
    width: 62vw;
    height: 42.67vw;
  }
  .criteria__img p:nth-of-type(1) {
    font-size: 1.5vw;
    padding-top: 26vw;
  }
  .criteria__img p:nth-of-type(2) {
    font-size: 1.5vw;
  }
}
@media (max-width: 750px) {
  .criteria {
    padding: 10vw 0;
  }
  .criteria__img {
    background: url(../images/sp/criteria_img.png) no-repeat;
    background-size: 100%;
    width: 93.6vw;
    height: 102vw;
  }
  .criteria__img p:nth-of-type(1) {
    font-size: 3.46vw;
    padding-top: 66vw;
    margin-bottom: 5vw;
  }
  .criteria__img p:nth-of-type(2) {
    font-size: 3.46vw;
    line-height: 1.5em;
  }
}

.flow {
  background: #000;
  padding: 5vw 0;
}
.flow h3 {
  text-align: center;
  color: #fff;
  font-size: 2.29vw;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #fff;
  width: 70%;
  margin: 0 auto 4.16vw auto;
}
.flow h3 span {
  font-size: 1.25vw;
  color: #bca251;
  margin-bottom: 1.25vw;
  font-weight: 400;
}
.flow__flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flow__sect {
  text-align: center;
  width: 12.6vw;
}
.flow__sect img {
  width: 10vw;
  height: auto;
  display: block;
  margin: 0 auto 2vw auto;
}
.flow__sect h4 {
  font-size: 1.25vw;
  color: #bca251;
  margin-bottom: 1vw;
}
.flow__sect p {
  color: #fff;
  font-size: 0.83vw;
  text-align: left;
  line-height: 1.5em;
}
.flow__sect p a {
  color: #ffe670;
}
.flow__arrow {
  width: 2.125vw;
  margin: 6.5vw 1vw 0 1vw;
}
@media (max-width: 1024px) {
  .flow {
    background-size: cover;
  }
  .flow h3 {
    font-size: 3vw;
  }
  .flow h3 span {
    font-size: 1.5vw;
  }
  .flow__sect {
    width: 16vw;
  }
  .flow__sect h4 {
    font-size: 2vw;
  }
  .flow__sect p {
    font-size: 1.5vw;
  }
}
@media (max-width: 750px) {
  .flow {
    padding: 10vw 0;
  }
  .flow h3 {
    width: calc(100% - 6.4vw);
    font-size: 5.33vw;
    margin-bottom: 10vw;
  }
  .flow h3 span {
    font-size: 3.2vw;
  }
  .flow__flex {
    display: block;
  }
  .flow__sect {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 93.6vw;
    margin-left: 3vw;
  }
  .flow__sect span {
    display: block;
  }
  .flow__sect span p {
    width: 21.73vw;
    height: 6.4vw;
    border-radius: 4vw;
    font-size: 3.46vw;
  }
  .flow__sect div {
    width: 28vw;
    height: 28vw;
  }
  .flow__sect div img {
    width: 15vw;
  }
  .flow__sect img {
    width: 26.66vw;
  }
  .flow__sect aside {
    margin-left: 2vw;
  }
  .flow__sect h4 {
    text-align: left;
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .flow__sect p {
    font-size: 3.46vw;
    text-align: left;
  }
  .flow__arrow {
    width: 5.67vw;
    margin: 4vw 1vw 4vw 14vw;
    transform: rotate(90deg);
  }
}

.faq {
  background: #000;
  padding: 5vw 0;
}
.faq h3 {
  text-align: center;
  color: #fff;
  font-size: 2.29vw;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #fff;
  width: 70%;
  margin: 0 auto 4.16vw auto;
}
.faq h3 span {
  font-size: 1.25vw;
  color: #bca251;
  margin-bottom: 1.25vw;
  font-weight: 400;
}
.faq__sect {
  width: 41.66vw;
  color: #fff;
  font-size: 1vw;
  margin: 0 auto 1.25vw auto;
}
.faq__q {
  width: 100%;
  padding: 2vw 0;
  background: #363b45;
  margin-bottom: 2px;
}
.faq__q p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 2vw;
  width: 90%;
  line-height: 1.3em;
  font-weight: 700;
}
.faq__q span {
  font-size: 1.5625vw;
  transform: translateY(-0.2vw);
  font-weight: 700;
  display: block;
  margin-right: 1vw;
}
.faq__a {
  width: 100%;
  padding: 2vw 0;
  background: #57585a;
}
.faq__a p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 2vw;
  width: 90%;
  line-height: 1.3em;
}
.faq__a span {
  color: #bca251;
  font-size: 1.5625vw;
  transform: translateY(-0.2vw);
  font-weight: 700;
  display: block;
  margin-right: 1vw;
}
@media (max-width: 1024px) {
  .faq {
    background-size: cover;
  }
  .faq h3 {
    font-size: 3vw;
  }
  .faq h3 span {
    font-size: 1.5vw;
  }
  .faq__sect {
    width: 65vw;
  }
  .faq__q span {
    font-size: 2vw;
  }
  .faq__q p {
    font-size: 1.5vw;
  }
  .faq__a span {
    font-size: 2vw;
  }
  .faq__a p {
    font-size: 1.5vw;
  }
}
@media (max-width: 750px) {
  .faq {
    padding: 10vw 0;
  }
  .faq h3 {
    width: calc(100% - 6.4vw);
    font-size: 5.33vw;
    margin-bottom: 10vw;
  }
  .faq h3 span {
    font-size: 3.2vw;
  }
  .faq__sect {
    width: 93.6vw;
  }
  .faq__q p {
    font-size: 3.46vw;
    padding: 3.5vw 0;
  }
  .faq__q p span {
    font-size: 4vw;
    margin: 0 2vw;
  }
  .faq__a p {
    font-size: 3.46vw;
    padding: 3.5vw 0;
  }
  .faq__a p span {
    font-size: 4vw;
    margin: 0 2vw;
  }
}

.contact {
  background: url(../images/contact_bg.png) no-repeat;
  background-size: cover;
  padding: 5.67vw 0 4.1vw 0;
}
.contact__frame__top {
  display: block;
  width: 52.083vw;
  height: auto;
  margin: 0 auto;
}
.contact__frame__mid {
  padding: 3vw 0;
  width: 52.083vw;
  background: url(../images/contact_frame_mid.png) repeat-y;
  background-size: 100%;
  margin: 0 auto;
}
.contact__frame__btm {
  display: block;
  width: 52.083vw;
  height: auto;
  margin: 0 auto;
}
.contact h3 {
  text-align: center;
  color: #fff;
  font-size: 2.29vw;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 1.25vw;
  width: 70%;
  margin: 0 auto 2vw auto;
}
.contact h3 span {
  font-size: 1.25vw;
  color: #bca251;
  margin-bottom: 1.25vw;
  font-weight: 400;
}
.contact__link {
  font-size: 1vw;
  text-align: center;
  color: #fff;
  margin-bottom: 1.92vw;
}
.contact__link a {
  color: #ffe670;
}
.contact__rec {
  width: 27vw;
  border: 2px solid #bca251;
  background: rgba(188, 162, 81, 0.7);
  padding: 1.5625vw 1.35vw;
  text-align: center;
  color: #fff;
  font-size: 0.83vw;
  margin: 0 auto 2.91vw auto;
  line-height: 1.5vw;
}
.contact__form {
  width: 33.72vw;
  margin: 0 auto;
}
.contact__form__sect {
  width: 100%;
  margin-bottom: 1.66vw;
  position: relative;
}
.contact__form__sect div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.83vw;
  margin-bottom: 0.5vw;
}
.contact__form__sect div p {
  font-size: 0.83vw;
  color: #fff;
  font-weight: 700;
}
.contact__form__sect div p:nth-of-type(2) {
  background: #bca251;
  margin-left: 0.5vw;
  width: 2.91vw;
  height: 1.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.72vw;
  border-radius: 2px;
}
.contact__form__sect span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.83vw;
}
.contact__form__sect input {
  height: 2.91vw;
  border-radius: 0.2vw;
  border: none;
  outline: none;
  padding: 0 1vw;
  font-size: 1vw;
}
.contact__form__sect input::-moz-placeholder {
  color: #abb2bf;
}
.contact__form__sect input::placeholder {
  color: #abb2bf;
}
.contact__form__sect textarea::-moz-placeholder {
  color: #abb2bf;
}
.contact__form__sect textarea::placeholder {
  color: #abb2bf;
}
.contact__form__sect textarea {
  width: 100%;
  height: 13.625vw;
  font-size: 1vw;
  border-radius: 0.2vw;
  padding: 1vw;
}
.contact__form__sect aside {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact__form__sect .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -1.2vw;
  left: 0;
  width: 20vw;
  color: #ff7e7e;
}
.contact__form__sect .wpcf7-response-output {
  opacity: 0;
}
.contact__form .wpcf7-response-output {
  border: none !important;
  color: #ff7e7e;
  font-size: 0.83vw;
  width: 100%;
  text-align: center;
  margin-top: 0 !important;
  padding: 0 !important;
}
.contact .input1 {
  width: calc(100% - 2vw);
}
.contact .input2 {
  width: 5.2vw;
  margin: 0 0.5vw;
}
.contact .input3 {
  width: 5.2vw;
  margin: 0;
}
.contact__privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.83vw;
  margin-bottom: 2.6vw;
}
.contact__privacy a {
  color: #fff;
}
.contact__privacy input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #a0a8b5;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
}
.contact__privacy input[type=checkbox]:checked {
  background: #bca251;
}
.contact__privacy input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.contact .wpcf7-submit {
  width: 18.8vw;
  height: 4vw;
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
}
.contact .wpcf7-submit img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .contact {
    background-size: cover;
  }
  .contact h3 {
    font-size: 3vw;
  }
  .contact h3 span {
    font-size: 1.5vw;
  }
  .contact__frame__top {
    width: 60.083vw;
  }
  .contact__frame__mid {
    width: 60.083vw;
  }
  .contact__frame__btm {
    width: 60.083vw;
  }
  .contact__link {
    font-size: 1.5vw;
  }
  .contact__rec {
    width: 43vw;
    font-size: 1.5vw;
    line-height: 1.8em;
  }
  .contact__form {
    width: 45vw;
  }
  .contact__form__sect div {
    margin-bottom: 1vw;
  }
  .contact__form__sect div p {
    font-size: 1.5vw;
  }
  .contact__form__sect div p:nth-of-type(2) {
    width: 4vw;
    height: 2vw;
    font-size: 1.3vw;
  }
  .contact__form__sect input {
    height: 4vw;
  }
  .contact__privacy {
    font-size: 1.5vw;
  }
  .contact__btn {
    width: 29.63vw;
  }
}
@media (max-width: 750px) {
  .contact {
    padding: 10vw 0;
    background: url(../images/sp/contact_bg.png) no-repeat;
  }
  .contact h3 {
    width: calc(100% - 6.4vw);
    font-size: 5.33vw;
    margin-bottom: 7vw;
  }
  .contact h3 span {
    font-size: 3.2vw;
  }
  .contact__frame__top {
    width: 93.6vw;
  }
  .contact__frame__mid {
    width: 93.6vw;
  }
  .contact__frame__btm {
    width: 93.6vw;
  }
  .contact__link {
    font-size: 3.46vw;
    margin-bottom: 4.8vw;
  }
  .contact__rec {
    width: 74.66vw;
    font-size: 3.46vw;
    margin-bottom: 10vw;
  }
  .contact__form {
    width: 78.66vw;
  }
  .contact__form div p {
    font-size: 3.46vw;
    margin-bottom: 2vw;
  }
  .contact__form div p:nth-of-type(2) {
    width: 10.66vw;
    height: 4.26vw;
    font-size: 3vw;
    margin-left: 1vw;
  }
  .contact__form__sect {
    margin-bottom: 5vw;
  }
  .contact__form__sect input {
    height: 10vw;
    border-radius: 0.7vw;
    font-size: 3.46vw;
  }
  .contact__form__sect textarea {
    border-radius: 0.7vw;
    font-size: 3.46vw;
    height: 30vw;
  }
  .contact__form__sect span p {
    width: auto !important;
    margin-left: 0 !important;
  }
  .contact__form__sect .wpcf7-not-valid-tip {
    font-size: 2.5vw;
    width: 65vw;
    bottom: -3vw;
  }
  .contact__privacy {
    font-size: 3.46vw;
  }
  .contact .wpcf7-submit {
    width: 61.33vw;
    height: 15vw;
    margin: 10vw auto;
  }
  .contact .wpcf7-response-output {
    font-size: 2.5vw;
    margin-top: -14vw !important;
  }
  .contact .input2 {
    width: 100%;
  }
  .contact .input3 {
    width: 100%;
  }
}

.footer {
  position: absolute;
  width: 100%;
  background: #000;
}
.footer h2 {
  width: 4vw;
  margin: 2.8vw auto 1.45vw auto;
}
.footer h2 img {
  width: 100%;
  height: auto;
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.83vw;
  margin-bottom: 1.45vw;
}
.footer ul li {
  list-style: none;
  margin: 0 1vw;
}
.footer ul li a {
  color: #fff;
  text-decoration: none;
}
.footer ul:nth-of-type(2) li {
  margin: 0 0.5vw;
}
.footer small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.44vw;
  color: #fff;
  background: #717b91;
  font-size: 0.83vw;
}
.footer__btm {
  background: #545b6b;
  padding: 1.66vw 0;
  position: relative;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__btm div {
  width: 31vw;
  position: relative;
}
.footer__btm div img {
  width: 100%;
  height: auto;
}
.footer__btm div p {
  font-size: 0.83vw;
  position: absolute;
  bottom: 0.5vw;
  left: 7.5vw;
}
.footer__btm div p a {
  color: #ffe670;
  display: inline;
  margin-left: 0;
}
.footer__btm a {
  width: 23.95vw;
  display: block;
  margin-left: 2vw;
}
.footer__btm a img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.5));
}
.footer__btn {
  display: block;
  width: 24.42vw;
  transition: 0.2s;
}
.footer__btn img {
  width: 100%;
  height: auto;
}
@media (min-width: 750px) {
  .footer__btn:hover {
    filter: brightness(1.2);
  }
}
@media (max-width: 1024px) {
  .footer h2 {
    width: 10vw;
  }
  .footer ul {
    font-size: 1.5vw;
  }
  .footer small {
    height: 3vw;
    font-size: 1.5vw;
  }
  .footer__btm {
    padding: 2.66vw 0;
  }
  .footer__btm div {
    width: 42vw;
  }
  .footer__btm div p {
    font-size: 1.5vw;
  }
  .footer__btm a {
    width: 29.63vw;
  }
}
@media (max-width: 750px) {
  .footer {
    background: url(../images/bg_footer_sp.png) no-repeat;
    background-size: 100%;
  }
  .footer h2 {
    width: 20.4vw;
    margin-bottom: 5vw;
  }
  .footer__menu {
    padding: 8vw 0 0 0;
  }
  .footer ul {
    font-size: 3.46vw;
    flex-wrap: wrap;
    margin: 0 auto 5vw 14vw;
    width: 86vw;
    justify-content: flex-start;
  }
  .footer ul li {
    width: 45%;
    margin-bottom: 5vw;
    margin: 0 2vw 4vw 2vw;
  }
  .footer ul:nth-of-type(2) {
    margin: 0 auto 12vw auto;
  }
  .footer ul:nth-of-type(2) li {
    margin: 0 3.5vw;
  }
  .footer__menu2 {
    justify-content: center !important;
  }
  .footer__menu2 li {
    width: auto !important;
  }
  .footer small {
    height: 6.4vw;
    font-size: 2.13vw;
  }
  .footer__btm {
    padding: 2.5vw 0;
    display: block;
  }
  .footer__btm div {
    width: 85.33vw;
    margin: 0 auto 3vw auto;
  }
  .footer__btm div img {
    width: 100%;
  }
  .footer__btm div p {
    font-size: 3.46vw;
    bottom: 1vw;
    left: 9vw;
  }
  .footer__btm a {
    width: 60vw;
    margin: 0 auto;
  }
}

.footer__btm {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
}

.is-show {
  opacity: 1;
  z-index: 100;
}

.headerSub {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 55px auto;
  padding: 0 20px;
}
@media (max-width: 750px) {
  .headerSub {
    padding: 0;
    margin: 0 auto 8.79vw 3.2vw;
  }
  .headerSub h1 {
    width: 13.6vw;
  }
  .headerSub h1 img {
    width: 100%;
    height: auto;
  }
}

.otherWrap {
  width: 100%;
  background: url(../images/bg_other.png) no-repeat;
  background-size: cover;
  padding: 40px 0 80px 0;
}
.otherWrap__in {
  width: 1000px;
  margin: 0 auto;
}
.otherWrap .breadcrumb {
  font-size: 16px;
  color: #fff;
  transition: 0.2s;
}
.otherWrap .breadcrumb img {
  width: 16px;
  transform: translateY(0.2vw);
  margin-right: 10px;
}
.otherWrap .breadcrumb:hover {
  opacity: 0.7;
}
.otherWrap h2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  margin: 70px 0 53px 0;
}
.otherWrap__frame {
  width: 800px;
  padding: 80px 100px;
  background: #fff;
  color: #384662;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.7em;
}
.otherWrap__frame a {
  color: #384662;
}
.otherWrap .lpback {
  display: block;
  margin: 0 auto;
  width: 290px;
  transition: 0.2s;
}
.otherWrap .lpback:hover {
  filter: brightness(1.2);
}
.otherWrap__table {
  width: 100%;
  font-size: 16px;
}
.otherWrap__table div {
  border-top: 1px solid #a0a8b5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 33px 0;
}
.otherWrap__table div:last-of-type {
  border-bottom: 1px solid #a0a8b5;
}
.otherWrap__table p {
  width: 100%;
}
.otherWrap__table p:nth-of-type(1) {
  text-align: left;
  color: #1c3968;
  width: 30%;
  font-weight: 700;
}
.otherWrap__table p:nth-of-type(2) {
  text-align: left;
  width: 70%;
}
.otherWrap .right {
  text-align: right;
}
@media (max-width: 1024px) {
  .otherWrap__in {
    width: 80%;
    margin: 0 auto;
  }
  .otherWrap__frame {
    padding: 5vw;
    width: calc(100% - 10vw);
  }
}
@media (max-width: 750px) {
  .otherWrap {
    padding: 5.33vw 0;
  }
  .otherWrap__in {
    width: 93.6vw;
  }
  .otherWrap .breadcrumb {
    font-size: 2.13vw;
    margin-bottom: 10vw;
  }
  .otherWrap .breadcrumb img {
    width: 2.13vw;
    transform: translateY(0.2vw);
    margin-right: 1vw;
  }
  .otherWrap h2 {
    font-size: 4.8vw;
    margin: 9vw 0 7.6vw 0;
  }
  .otherWrap__frame {
    font-size: 3.46vw;
    margin-bottom: 3.46vw;
  }
  .otherWrap .lpback {
    width: 58.8vw;
    height: auto;
    display: block;
  }
  .otherWrap .lpback img {
    width: 100%;
    height: auto;
  }
  .otherWrap__table div {
    display: block;
    padding: 5.2vw 0;
  }
  .otherWrap__table p {
    font-size: 3.46vw;
  }
  .otherWrap__table p:nth-of-type(1) {
    width: 100%;
  }
  .otherWrap__table p:nth-of-type(2) {
    width: 100%;
  }
}/*# sourceMappingURL=base.css.map */