@charset "UTF-8";
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: rem(16);
}

body {
  margin: 0;
}

main {
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #fff;
}

li {
  list-style-type: none;
}

body {
  position: relative;
  font-variant-ligatures: none;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  color: #777;
  background: #FEEDF2;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.main {
  background: #fff;
}

.wrap {
  max-width: 960px;
  margin: 0 auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .tab-container {
    padding: 0 2.0833333333vw;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none;
}
@media (max-width: 440px) {
  .sp {
    display: block !important;
  }
}

.top-banner {
  padding: 36px 0;
  text-align: center;
  background: url(../images/top-banner-bg.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 960px) {
  .top-banner {
    padding: 3.75vw 0;
  }
}
@media (max-width: 768px) {
  .top-banner {
    background: none;
  }
}
@media (max-width: 960px) {
  .top-banner img {
    width: 91.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top-banner img {
    width: 100%;
  }
}
.top-desc {
  margin: 8px 2% 0;
  border: 1px dashed #FBB0D2;
  border-radius: 10px;
  padding: 16px 22px;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .top-desc {
    margin: 0.8333333333vw 2% 0;
    padding: 1.6666666667vw 2.2916666667vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top-desc {
    padding: 0;
    font-size: 2.0833333333vw;
    border: none;
  }
}
.top-desc .blue {
  color: #06C;
  font-size: 20px;
}
@media (max-width: 960px) {
  .top-desc .blue {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .top-desc .blue {
    font-size: 2.6041666667vw;
  }
}
.top-desc .pink {
  color: #ED72AF;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .top-desc .pink {
    font-size: 2.2916666667vw;
  }
}
@media (max-width: 768px) {
  .top-desc .pink {
    font-size: 2.8645833333vw;
  }
}
.top__nav {
  margin-top: 12px;
  padding: 0 3%;
}
@media (max-width: 960px) {
  .top__nav {
    margin-top: 1.25vw;
  }
}
@media (max-width: 768px) {
  .top__nav {
    margin-top: 2.0833333333vw;
  }
}
.top__nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top__nav__list-link {
  position: relative;
  width: 32.8%;
  height: 220px;
  margin-bottom: 20px;
  transition: 0.8s all ease-in-out;
}
@media (max-width: 960px) {
  .top__nav__list-link {
    height: 22.9166666667vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .top__nav__list-link {
    width: 100%;
    max-width: 480px;
    height: 180px;
    margin: 0 auto 3.125vw;
    border-radius: 4px;
  }
}
.top__nav__list-link:nth-of-type(1) {
  background: url(../images/top-link1.png);
  background-size: cover;
}
.top__nav__list-link:nth-of-type(2) {
  background: url(../images/top-link2.png);
  background-size: cover;
}
.top__nav__list-link:nth-of-type(3) {
  background: url(../images/top-link3.png);
  background-size: cover;
}
.top__nav__list-link:nth-of-type(4) {
  background: url(../images/top-link4.png);
  background-size: cover;
}
.top__nav__list-link:nth-of-type(5) {
  background: url(../images/top-link5.png);
  background-size: cover;
}
.top__nav__list-link:nth-of-type(6) {
  background: url(../images/top-link6.png);
  background-size: cover;
}
.top__nav__list-link:nth-of-type(7) {
  background: url(../images/top-link7.png);
  background-size: cover;
}
.top__nav__list-link:nth-of-type(8) {
  background: url(../images/top-link8.png);
  background-size: cover;
}
.top__nav__list-link:nth-of-type(9) {
  background: url(../images/top-link9.png);
  background-size: cover;
}
.top__nav__list-link-text {
  position: absolute;
  bottom: 16px;
  left: 0;
  height: 100px;
  padding: 16px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.02rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  color: #970430;
}
@media (max-width: 960px) {
  .top__nav__list-link-text {
    bottom: 1.6666666667vw;
    height: 10.4166666667vw;
    padding: 1.6666666667vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .top__nav__list-link-text {
    top: 186px;
    bottom: auto;
    left: 50%;
    width: 95%;
    height: auto;
    padding: 14px;
    font-size: 12px;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .top__nav .open {
    height: 270px;
    transition: 0.8s all ease-in-out;
  }
}

.about__contents:nth-of-type(1) .about__contents__inner {
  padding: 40px 0 88px 72px;
  background: url(../images/about-contents1-bg.png) right no-repeat;
  background-size: auto 380px;
}
@media (max-width: 960px) {
  .about__contents:nth-of-type(1) .about__contents__inner {
    padding: 4.1666666667vw 0 9.1666666667vw 7.5vw;
    background-size: auto 39.5833333333vw;
  }
}
@media (max-width: 768px) {
  .about__contents:nth-of-type(1) .about__contents__inner {
    padding: 5.2083333333vw 0 28.6458333333vw 0;
    background: url(../images/about-contents1-bg.png) bottom right no-repeat;
    background-size: auto 49.4791666667vw;
  }
}
.about__contents:nth-child(2) .about__contents__inner {
  padding: 24px 0 0 402px;
  background: url(../images/about-contents2-bg.png) no-repeat;
  background-size: auto 360px;
}
@media (max-width: 960px) {
  .about__contents:nth-child(2) .about__contents__inner {
    padding: 2.5vw 0 0 41.875vw;
    background-size: auto 37.5vw;
  }
}
@media (max-width: 768px) {
  .about__contents:nth-child(2) .about__contents__inner {
    padding: 5.2083333333vw 0 18.2291666667vw 0;
    background: url(../images/about-contents2-bg.png) bottom right no-repeat;
    background-size: auto 46.875vw;
  }
}
.about__contents:nth-child(3) .about__contents__inner {
  padding: 36px 0 66px 104px;
  background: url(../images/about-contents3-bg.png) right no-repeat;
  background-size: auto 380px;
}
@media (max-width: 960px) {
  .about__contents:nth-child(3) .about__contents__inner {
    padding: 3.75vw 0 6.875vw 10.8333333333vw;
    background-size: auto 39.5833333333vw;
  }
}
@media (max-width: 768px) {
  .about__contents:nth-child(3) .about__contents__inner {
    padding: 5.2083333333vw 0 31.25vw 0;
    background: url(../images/about-contents3-bg.png) bottom right no-repeat;
    background-size: auto 49.4791666667vw;
  }
}
.about__contents:nth-child(4) .about__contents__inner {
  padding: 30px 0 18px 404px;
  background: url(../images/about-contents4-bg.png) no-repeat;
  background-size: auto 380px;
}
@media (max-width: 960px) {
  .about__contents:nth-child(4) .about__contents__inner {
    padding: 3.125vw 0 1.875vw 42.0833333333vw;
    background-size: auto 39.5833333333vw;
  }
}
@media (max-width: 768px) {
  .about__contents:nth-child(4) .about__contents__inner {
    padding: 5.2083333333vw 0 31.25vw 0;
    background: url(../images/about-contents4-bg.png) bottom right no-repeat;
    background-size: auto 49.4791666667vw;
  }
}
.about__contents:nth-child(5) .about__contents__inner {
  padding: 30px 0 86px 400px;
  background: url(../images/about-contents5-bg.png) no-repeat;
  background-size: auto 280px;
}
@media (max-width: 960px) {
  .about__contents:nth-child(5) .about__contents__inner {
    padding: 3.125vw 0 8.9583333333vw 41.6666666667vw;
    background-size: auto 29.1666666667vw;
  }
}
@media (max-width: 768px) {
  .about__contents:nth-child(5) .about__contents__inner {
    padding: 5.2083333333vw 0 23.4375vw 0;
    background: url(../images/about-contents5-bg.png) bottom right no-repeat;
    background-size: auto 36.4583333333vw;
  }
}
.about__contents-title::before, .about__contents-title::after {
  content: "";
  display: block;
  background: url(../images/footer-side-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  width: 100%;
  height: 20px;
}
@media (max-width: 960px) {
  .about__contents-title::before, .about__contents-title::after {
    height: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .about__contents-title::before, .about__contents-title::after {
    height: 2.6041666667vw;
  }
}
.about__contents-title-text {
  padding: 22px 0 20px 50px;
  color: #fff;
  font-weight: 600;
  background: url(../images/about-contents-head.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 960px) {
  .about__contents-title-text {
    padding: 2.2916666667vw 0 2.0833333333vw 5.2083333333vw;
  }
}
@media (max-width: 768px) {
  .about__contents-title-text {
    display: flex;
    align-items: center;
    padding: 16px 0 16px 20px;
    font-size: 3.125vw;
    background: #fe5aab;
  }
}
@media (max-width: 440px) {
  .about__contents-title-text {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .about__contents-title-text img {
    width: 3.125vw;
    margin-right: 1.0416666667vw;
  }
}
@media (max-width: 440px) {
  .about__contents-title-text img {
    width: 5.4545454545vw;
    margin-right: 1.8181818182vw;
  }
}
.about__contents__inner-title {
  color: #E4527D;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .about__contents__inner-title {
    font-size: 2.7083333333vw;
  }
}
@media (max-width: 768px) {
  .about__contents__inner-title {
    padding: 0 2.0833333333vw;
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .about__contents__inner-title {
    font-size: 4.5454545455vw;
  }
}
.about__contents__inner-text {
  margin-top: 20px;
  color: #111111;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .about__contents__inner-text {
    margin-top: 2.0833333333vw;
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .about__contents__inner-text {
    margin-top: 0;
    padding: 2.6041666667vw 2.0833333333vw 0;
    font-size: 2.0833333333vw;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 440px) {
  .about__contents__inner-text {
    font-size: 3.1818181818vw;
  }
}
.about__contents__inner-text span {
  color: #cd6b7c;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .about__contents__inner-text span {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .about__contents__inner-text span {
    color: #111111;
    font-size: 2.0833333333vw;
    font-weight: 300;
  }
}
@media (max-width: 440px) {
  .about__contents__inner-text span {
    font-size: 3.1818181818vw;
  }
}
.about__contents__inner-img img {
  width: 510px;
}
@media (max-width: 960px) {
  .about__contents__inner-img img {
    width: 53.125vw;
  }
}

.salary__contents-title::before, .salary__contents-title::after {
  content: "";
  display: block;
  background: url(../images/footer-side-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  width: 100%;
  height: 20px;
}
@media (max-width: 960px) {
  .salary__contents-title::before, .salary__contents-title::after {
    height: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .salary__contents-title::before, .salary__contents-title::after {
    height: 2.6041666667vw;
  }
}
.salary__contents-title-text {
  padding: 22px 0 20px 50px;
  color: #fff;
  font-weight: 600;
  background: url(../images/about-contents-head.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 960px) {
  .salary__contents-title-text {
    padding: 2.2916666667vw 0 2.0833333333vw 5.2083333333vw;
  }
}
@media (max-width: 768px) {
  .salary__contents-title-text {
    display: flex;
    align-items: center;
    padding: 16px 0 16px 20px;
    font-size: 3.125vw;
    background: #fe5aab;
  }
}
@media (max-width: 440px) {
  .salary__contents-title-text {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .salary__contents-title-text img {
    width: 3.125vw;
    margin-right: 1.0416666667vw;
  }
}
@media (max-width: 440px) {
  .salary__contents-title-text img {
    width: 5.4545454545vw;
    margin-right: 1.8181818182vw;
  }
}
.salary__contents-container {
  margin: 0 5%;
}
@media (max-width: 768px) {
  .salary__contents-container {
    margin: 0 3%;
  }
}
.salary__contents__top {
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .salary__contents__top {
    margin-top: 2.0833333333vw;
  }
}
.salary__contents__top__inner {
  width: 55%;
}
@media (max-width: 768px) {
  .salary__contents__top__inner {
    width: 100%;
  }
}
.salary__contents__top__inner-title {
  padding: 10px;
  color: #FF6699;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02rem;
  border-bottom: #FF6699 solid 1px;
}
@media (max-width: 960px) {
  .salary__contents__top__inner-title {
    padding: 1.0416666667vw;
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__top__inner-title {
    font-size: 2.34375vw;
  }
}
@media (max-width: 440px) {
  .salary__contents__top__inner-title {
    font-size: 3.6363636364vw;
  }
}
.salary__contents__top__inner-title::first-letter {
  color: #CC3399;
  font-size: 26px;
}
@media (max-width: 960px) {
  .salary__contents__top__inner-title::first-letter {
    font-size: 2.7083333333vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__top__inner-title::first-letter {
    font-size: 3.125vw;
  }
}
@media (max-width: 440px) {
  .salary__contents__top__inner-title::first-letter {
    font-size: 5vw;
  }
}
.salary__contents__top__inner-text {
  margin-top: 20px;
  padding: 10px;
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.8;
}
@media (max-width: 960px) {
  .salary__contents__top__inner-text {
    margin-top: 2.0833333333vw;
    padding: 1.0416666667vw;
    font-size: 1.4583333333vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__top__inner-text {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 440px) {
  .salary__contents__top__inner-text {
    font-size: 2.9545454545vw;
  }
}
.salary__contents__top-img {
  width: 40%;
}
.salary__contents__bottom {
  padding: 10px;
}
@media (max-width: 960px) {
  .salary__contents__bottom {
    padding: 1.0416666667vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__bottom {
    margin-top: 4.1666666667vw;
  }
}
.salary__contents__bottom-title {
  margin-bottom: 20px;
  color: #C36;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .salary__contents__bottom-title {
    margin-bottom: 2.0833333333vw;
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__bottom-title {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 440px) {
  .salary__contents__bottom-title {
    font-size: 4.0909090909vw;
  }
}
.salary__contents__bottom__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 0 0;
}
@media (max-width: 960px) {
  .salary__contents__bottom__list {
    padding: 1.25vw 0 0;
  }
}
@media (max-width: 768px) {
  .salary__contents__bottom__list {
    padding: 1.5625vw 3.125vw 0;
  }
}
.salary__contents__bottom__list-link {
  width: 48%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f9bfc8;
}
@media (max-width: 960px) {
  .salary__contents__bottom__list-link {
    margin-bottom: 3.125vw;
    padding-bottom: 1.0416666667vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__bottom__list-link {
    width: 100%;
    border-bottom: 2px solid #f9bfc8;
  }
}
.salary__contents__bottom__list-link-title {
  margin-bottom: 12px;
  font-size: 18px;
}
@media (max-width: 960px) {
  .salary__contents__bottom__list-link-title {
    margin-bottom: 1.25vw;
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__bottom__list-link-title {
    font-size: 2.34375vw;
  }
}
@media (max-width: 440px) {
  .salary__contents__bottom__list-link-title {
    font-size: 3.6363636364vw;
  }
}
.salary__contents__bottom__list-link .title1 {
  color: #a48cff;
}
.salary__contents__bottom__list-link .title2 {
  color: #6db1d6;
}
.salary__contents__bottom__list-link .title3 {
  color: #fe9051;
}
.salary__contents__bottom__list-link .title4 {
  color: #fb757c;
}
.salary__contents__bottom__list-link .title5 {
  color: #a48cff;
}
.salary__contents__bottom__list-link .flex {
  align-items: center;
}
.salary__contents__bottom__list-link-img {
  width: 35%;
  padding: 4px;
}
@media (max-width: 960px) {
  .salary__contents__bottom__list-link-img {
    padding: 0.4166666667vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__bottom__list-link-img img {
    width: 100%;
  }
}
.salary__contents__bottom__list-link-inner {
  width: 65%;
  padding: 24px 28px;
  font-size: 14px;
  text-align: center;
  background: url(../images/salary-bottom-bg1.png) center top no-repeat, url(../images/salary-bottom-bg2.png) center bottom no-repeat;
  background-size: 100% auto, 100% auto;
}
@media (max-width: 960px) {
  .salary__contents__bottom__list-link-inner {
    padding: 2.5vw 2.9166666667vw;
    font-size: 1.4583333333vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__bottom__list-link-inner {
    padding: 3.125vw 3.6458333333vw;
    font-size: 2.0833333333vw;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .salary__contents__bottom__list-link-inner {
    font-size: 3.1818181818vw;
  }
}
.salary__contents__bottom__list-link-inner .flex {
  align-items: center;
  margin-bottom: 6px;
}
@media (max-width: 960px) {
  .salary__contents__bottom__list-link-inner .flex {
    margin-bottom: 0.625vw;
  }
}
.salary__contents__bottom__list-link-inner-left {
  color: #fb757c;
}
@media (max-width: 768px) {
  .salary__contents__bottom__list-link-inner-left {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .salary__contents__bottom__list-link-inner-right {
    width: 45%;
  }
}
.salary__contents__bottom__list-link-inner-right span {
  color: #fb757c;
  font-size: 16px;
  border-bottom: 4px solid #fce07f;
}
@media (max-width: 960px) {
  .salary__contents__bottom__list-link-inner-right span {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .salary__contents__bottom__list-link-inner-right span {
    font-size: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .salary__contents-banner img {
    width: 95%;
    margin-bottom: 5.2083333333vw;
  }
}

.flow-title::before, .flow-title::after {
  content: "";
  display: block;
  background: url(../images/footer-side-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  width: 100%;
  height: 20px;
}
@media (max-width: 960px) {
  .flow-title::before, .flow-title::after {
    height: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .flow-title::before, .flow-title::after {
    height: 2.6041666667vw;
  }
}
.flow-title-text {
  padding: 22px 0 20px 50px;
  color: #fff;
  font-weight: 600;
  background: url(../images/about-contents-head.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 960px) {
  .flow-title-text {
    padding: 2.2916666667vw 0 2.0833333333vw 5.2083333333vw;
  }
}
@media (max-width: 768px) {
  .flow-title-text {
    display: flex;
    align-items: center;
    padding: 16px 0 16px 20px;
    font-size: 3.125vw;
    background: #fe5aab;
  }
}
@media (max-width: 440px) {
  .flow-title-text {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .flow-title-text img {
    width: 3.125vw;
    margin-right: 1.0416666667vw;
  }
}
@media (max-width: 440px) {
  .flow-title-text img {
    width: 5.4545454545vw;
    margin-right: 1.8181818182vw;
  }
}
.flow__top {
  padding: 24px 0 80px;
  background: url(../images/flow-top-bg.png) right no-repeat;
  background-size: contain;
}
@media (max-width: 960px) {
  .flow__top {
    padding: 2.5vw 0 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .flow__top {
    background: none;
  }
}
.flow__top-text {
  width: 560px;
  margin: 20px 5%;
  color: #111111;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .flow__top-text {
    width: 58.3333333333vw;
    margin: 2.0833333333vw 5%;
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .flow__top-text {
    width: 100%;
    margin: 2.6041666667vw 0;
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .flow__top-text {
    font-size: 3.1818181818vw;
  }
}
.flow__top-text::first-letter {
  font-size: 24px;
}
@media (max-width: 960px) {
  .flow__top-text::first-letter {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .flow__top-text::first-letter {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .flow__top-text::first-letter {
    font-size: 3.1818181818vw;
  }
}
.flow__top-mail {
  padding: 1.5625vw 0;
  color: #fff;
  font-size: 2.34375vw;
  text-align: center;
  background: #dfa52a;
  border-radius: 4px;
}
@media (max-width: 440px) {
  .flow__top-mail {
    padding: 2.7272727273vw 0;
    font-size: 3.6363636364vw;
  }
}
.flow__top-img {
  width: 560px;
  margin: 0 5%;
  text-align: center;
}
@media (max-width: 960px) {
  .flow__top-img {
    width: 58.3333333333vw;
  }
}
.flow__top-img img {
  width: 462px;
}
@media (max-width: 960px) {
  .flow__top-img img {
    width: 48.125vw;
  }
}
.flow__step-title {
  padding: 10px 0;
  color: #E4527D;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
}
@media (max-width: 960px) {
  .flow__step-title {
    padding: 1.0416666667vw 0;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .flow__step-title {
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 440px) {
  .flow__step-title {
    font-size: 4.0909090909vw;
  }
}
.flow__step-title::before {
  content: "▶";
}
.flow__step-title span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
}
@media (max-width: 960px) {
  .flow__step-title span {
    margin-top: 0.625vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .flow__step-title span {
    font-size: 1.5625vw;
  }
}
@media (max-width: 440px) {
  .flow__step-title span {
    font-size: 2.7272727273vw;
  }
}
.flow__step-img1 {
  width: 80%;
  margin: 0 auto;
  background: url(../images/tel-contact.png) center no-repeat;
  background-size: 100%;
}
.flow__step-img1 a {
  display: block;
  padding: 28px 0;
}
@media (max-width: 960px) {
  .flow__step-img1 a {
    padding: 2.9166666667vw 0;
  }
}
.flow__step-img1 p {
  margin-left: 360px;
  color: #60c559;
  font-size: 32px;
}
@media (max-width: 960px) {
  .flow__step-img1 p {
    margin-left: 37.5vw;
    font-size: 3.3333333333vw;
  }
}
.flow__step-img2 {
  width: 80%;
  margin: 0 auto;
  background: url(../images/form-contact.png) center no-repeat;
  background-size: 100%;
}
.flow__step-img2 a {
  display: block;
  height: 92px;
  text-shadow: 1px 2px 0px #2d5745;
  border: 1px solid #7B3724;
  border-left: 1px solid #C15F39;
  border-top: 1px solid #C15F39;
}
@media (max-width: 960px) {
  .flow__step-img2 a {
    height: 9.5833333333vw;
  }
}
.flow__step-text {
  width: 560px;
  margin: 20px 15%;
  color: #111111;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 960px) {
  .flow__step-text {
    width: 58.3333333333vw;
    margin: 2.0833333333vw 15%;
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .flow__step-text {
    width: 100%;
    margin: 0;
    padding: 2.6041666667vw 2.0833333333vw;
    font-size: 1.953125vw;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 440px) {
  .flow__step-text {
    font-size: 3.1818181818vw;
  }
}
.flow__step-text::first-letter {
  font-size: 24px;
}
@media (max-width: 960px) {
  .flow__step-text::first-letter {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .flow__step-text::first-letter {
    font-size: 1.953125vw;
  }
}
@media (max-width: 440px) {
  .flow__step-text::first-letter {
    font-size: 3.1818181818vw;
  }
}
.flow__step-text span {
  color: #cd6b7c;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .flow__step-text span {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .flow__step-text span {
    font-size: 1.953125vw;
    font-weight: 300;
  }
}
@media (max-width: 440px) {
  .flow__step-text span {
    font-size: 3.1818181818vw;
  }
}
@media (max-width: 768px) {
  .flow__step-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    margin: 8px 2.0833333333vw 0;
    text-align: center;
    border-radius: 4px;
  }
  .flow__step-link-text {
    color: #fff;
  }
  .flow__step-link-text span {
    display: block;
    font-size: 12px;
  }
  .flow__step-link img {
    width: 20px;
  }
}
.flow__step .tel {
  background: #4dcd92;
}
.flow__step .form {
  background: #AD3625;
}
.flow .bg1 {
  background: url(../images/flow-step1-bg.png) bottom right no-repeat;
  background-size: cover;
}
.flow .bg2 {
  background: url(../images/flow-step2-bg.png) bottom right no-repeat;
  background-size: cover;
}
.flow .bg3 {
  background: url(../images/flow-step3-bg.png) bottom right no-repeat;
  background-size: cover;
}
.flow .bg4 {
  background: url(../images/flow-step4-bg.png) bottom right no-repeat;
  background-size: cover;
}
.flow .bg5 {
  background: url(../images/flow-step5-bg.png) top left no-repeat;
  background-size: cover;
}
.flow-arrow {
  text-align: center;
}
.flow-arrow img {
  width: 120px;
  margin: 10px 0 5px;
}
@media (max-width: 960px) {
  .flow-arrow img {
    width: 12.5vw;
    margin: 1.0416666667vw 0 0.5208333333vw;
  }
}
@media (max-width: 768px) {
  .flow-arrow img {
    width: 15.625vw;
    margin: 1.3020833333vw 0 0.6510416667vw;
  }
}
@media (max-width: 440px) {
  .flow-arrow img {
    width: 27.2727272727vw;
    margin: 2.2727272727vw 0 1.1363636364vw;
  }
}

.recruit {
  padding: 40px 0;
  background: url(../images/recruit-bg.png) no-repeat;
  background-size: 543px 666px;
}
@media (max-width: 960px) {
  .recruit {
    padding: 4.1666666667vw 0;
    background-size: 56.5625vw 69.375vw;
  }
}
.recruit-container {
  width: 53%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .recruit-container {
    width: 100%;
    padding: 23.4375vw 2.0833333333vw 0;
  }
}
.recruit-title {
  color: #F6C;
  font-size: 20px;
}
@media (max-width: 960px) {
  .recruit-title {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .recruit-title {
    font-size: 2.34375vw;
  }
}
@media (max-width: 440px) {
  .recruit-title {
    font-size: 4.0909090909vw;
  }
}
.recruit-title::before {
  content: "▶";
  font-size: 16px;
}
@media (max-width: 960px) {
  .recruit-title::before {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .recruit-title::before {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .recruit-title::before {
    font-size: 3.6363636364vw;
  }
}
.recruit__box {
  margin-top: 22px;
}
@media (max-width: 960px) {
  .recruit__box {
    margin-top: 2.2916666667vw;
  }
}
.recruit__box__item {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 960px) {
  .recruit__box__item {
    margin-top: 0.8333333333vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .recruit__box__item {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .recruit__box__item {
    font-size: 3.6363636364vw;
  }
}
.recruit__box__item:nth-child(even) .recruit__box__item-left {
  background: rgba(229, 101, 152, 0.9);
}
.recruit__box__item:nth-child(odd) .recruit__box__item-left {
  background: rgba(219, 105, 156, 0.9);
}
.recruit__box__item:nth-child(even) .recruit__box__item-right {
  background: rgba(248, 148, 188, 0.9);
}
.recruit__box__item:nth-child(odd) .recruit__box__item-right {
  background: rgba(228, 148, 182, 0.9);
}
.recruit__box__item-left {
  width: 30%;
  padding: 16px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 960px) {
  .recruit__box__item-left {
    padding: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .recruit__box__item-left {
    padding: 2.0833333333vw;
  }
}
.recruit__box__item-right {
  width: 70%;
  margin-left: 1px;
  padding: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 960px) {
  .recruit__box__item-right {
    padding: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .recruit__box__item-right {
    padding: 2.0833333333vw;
  }
}
.recruit__box__item-right a {
  color: #ff0;
}
.recruit-link {
  width: 80%;
  margin: 40px auto 0;
  background: url(../images/form-contact.png) center no-repeat;
  background-size: 100%;
}
@media (max-width: 960px) {
  .recruit-link {
    margin: 4.1666666667vw auto 0;
  }
}
.recruit-link a {
  display: block;
  height: 92px;
  text-shadow: 1px 2px 0px #2d5745;
  border: 1px solid #7B3724;
  border-left: 1px solid #C15F39;
  border-top: 1px solid #C15F39;
}
@media (max-width: 960px) {
  .recruit-link a {
    height: 9.5833333333vw;
  }
}
@media (max-width: 768px) {
  .recruit-form {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    margin: 8px 2.0833333333vw 0;
    text-align: center;
    border-radius: 4px;
    background: #AD3625;
  }
  .recruit-form-text {
    color: #fff;
  }
  .recruit-form-text span {
    display: block;
    font-size: 12px;
  }
  .recruit-form img {
    width: 20px;
  }
}

@media (max-width: 768px) {
  .migrant {
    padding-bottom: 2.6041666667vw;
  }
}
.migrant-title::before, .migrant-title::after {
  content: "";
  display: block;
  background: url(../images/footer-side-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  width: 100%;
  height: 20px;
}
@media (max-width: 960px) {
  .migrant-title::before, .migrant-title::after {
    height: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .migrant-title::before, .migrant-title::after {
    height: 2.6041666667vw;
  }
}
.migrant-title-text {
  padding: 22px 0 20px 50px;
  color: #fff;
  font-weight: 600;
  background: url(../images/about-contents-head.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 960px) {
  .migrant-title-text {
    padding: 2.2916666667vw 0 2.0833333333vw 5.2083333333vw;
  }
}
@media (max-width: 768px) {
  .migrant-title-text {
    display: flex;
    align-items: center;
    padding: 16px 0 16px 20px;
    font-size: 3.125vw;
    background: #fe5aab;
  }
}
@media (max-width: 440px) {
  .migrant-title-text {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .migrant-title-text img {
    width: 3.125vw;
    margin-right: 1.0416666667vw;
  }
}
@media (max-width: 440px) {
  .migrant-title-text img {
    width: 5.4545454545vw;
    margin-right: 1.8181818182vw;
  }
}
.migrant-sub {
  margin: 10px 0 30px;
  color: #d79695;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 960px) {
  .migrant-sub {
    margin: 1.0416666667vw 0 3.125vw;
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .migrant-sub {
    text-align: left;
    font-size: 2.34375vw;
  }
}
@media (max-width: 440px) {
  .migrant-sub {
    font-size: 3.8636363636vw;
  }
}
.migrant-text {
  margin: 8px 0;
  padding: 0 10%;
  color: #333333;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.9;
}
@media (max-width: 960px) {
  .migrant-text {
    margin: 0.8333333333vw 0;
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .migrant-text {
    padding: 0;
    font-size: 1.953125vw;
  }
}
@media (max-width: 440px) {
  .migrant-text {
    font-size: 3.1818181818vw;
  }
}
.migrant-img {
  text-align: center;
}
.migrant-img img {
  width: 826px;
}
@media (max-width: 960px) {
  .migrant-img img {
    width: 86.0416666667vw;
  }
}
@media (max-width: 768px) {
  .migrant-img img {
    width: 100%;
  }
}
.migrant__link {
  margin: 40px 0 80px;
}
@media (max-width: 960px) {
  .migrant__link {
    margin: 4.1666666667vw 0 8.3333333333vw;
  }
}
.migrant__link-img1 {
  width: 47%;
  margin: 0 auto;
  background: url(../images/tel-contact.png) center no-repeat;
  background-size: 100%;
}
.migrant__link-img1 a {
  display: block;
  padding: 30px 0 26px;
}
@media (max-width: 960px) {
  .migrant__link-img1 a {
    padding: 3.125vw 0 2.7083333333vw;
  }
}
.migrant__link-img1 p {
  margin-left: 230px;
  color: #60c559;
  font-size: 24px;
}
@media (max-width: 960px) {
  .migrant__link-img1 p {
    margin-left: 23.9583333333vw;
    font-size: 2.5vw;
  }
}
.migrant__link-img2 {
  width: 47%;
  margin: 0 auto;
  background: url(../images/form-contact.png) center no-repeat;
  background-size: 100%;
}
.migrant__link-img2 a {
  display: block;
  height: 82px;
}
@media (max-width: 960px) {
  .migrant__link-img2 a {
    height: 8.5416666667vw;
  }
}
@media (max-width: 768px) {
  .migrant-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    margin: 8px 0 0;
    text-align: center;
    border-radius: 4px;
  }
  .migrant-link-text {
    color: #fff;
  }
  .migrant-link-text span {
    display: block;
    font-size: 12px;
  }
  .migrant-link img {
    width: 20px;
  }
}
.migrant .tel {
  background: #4dcd92;
}
.migrant .form {
  background: #ad3625;
}

.contact-title {
  margin: 10px auto;
  padding-left: 10px;
  color: #980A29;
  background: #FFE1EE;
  border-radius: 5px;
}
.contact-title-text {
  padding: 10px 0 10px 70px;
  font-size: 20px;
  line-height: 0.8;
  background: url(../images/contact-head.png) left no-repeat;
  background-size: auto 100%;
}
.contact-title-text span {
  font-size: 10px;
}
.contact__form {
  padding: 20px 10%;
  margin: 20px auto;
  background: #ffdaf0;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .contact__form {
    padding: 20px 10px;
  }
}
.contact__form-label {
  padding: 0 10px 15px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px dotted #ffb22d;
  height: auto;
}
.contact__form-label-text {
  display: block;
  width: 100%;
  color: #222222;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 0.2em;
  font-weight: bold;
  height: auto;
  text-align: left;
}
.contact__form-label .req::before {
  content: "必須";
  padding: 2px 4px;
  font-size: 10px;
  display: inline-block;
  width: 2.6em;
  text-align: center;
  content: "必須";
  line-height: 1.2;
  margin-right: 0.5em;
  color: rgb(255, 255, 255);
  border-radius: 2px;
  padding: 2px;
  background: rgb(255, 117, 169);
}
.contact__form-label-input {
  width: 100%;
  margin: 0 auto;
  padding: 0.6em 15px;
  border-radius: 4px;
  background: #FFFFFF;
  border: solid 1px #FF75A9;
}
.contact__form-label-input::-moz-placeholder {
  color: #e0e0e0;
}
.contact__form-label-input:-ms-input-placeholder {
  color: #e0e0e0;
}
.contact__form-label-input::placeholder {
  color: #e0e0e0;
}
.contact__form-label-check {
  border-radius: 4px;
}
.contact__form-label-check .wpcf7-list-item {
  position: relative;
  display: block;
  margin: 0;
}
.contact__form-label-check .wpcf7-list-item label input {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.contact__form-label-check .wpcf7-list-item label input:checked + span {
  color: #fff;
  background: #FF75A9;
}
.contact__form-label-check .wpcf7-list-item label span {
  display: block;
  width: 100%;
  padding: 10px 0 10px 40px;
  color: #FF75A9;
  border: solid 1px #FF75A9;
  border-top: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
}
.contact__form-label-check .wpcf7-list-item label span:first-of-type {
  border-top: solid 1px #FF75A9;
}
.contact__form-label-check .first span {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact__form-label-check .last span {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.contact__form-label-date {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 36px;
  color: #FF75A9;
  border: solid 1px #FF75A9;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
}
.contact__form-label-date ~ span {
  margin-top: -20px;
}
.contact__form-label-date::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.contact__form-label-select {
  position: relative;
  width: 100%;
  padding: 10px 0 10px 36px;
  color: #FF75A9;
  border: solid 1px #FF75A9;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
}
.contact__form-label-area {
  width: 100%;
  height: 6em;
  padding: 0.6em 15px;
  color: #222222;
  border: solid 1px #FF75A9;
  border-radius: 4px;
  background: #FFFFFF;
}
.contact__form-label .your-cert::after, .contact__form-label .your-time::after {
  content: "";
  background: url(../images/contact-arrow.png) right no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.contact__form-submit input {
  width: 100%;
  margin: 10px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  border: 1px solid #DC2496;
  border-radius: 4px;
  background: #FBA3BF;
  background-image: linear-gradient(#FBA3BF, #F2658E);
}
.contact .wpcf7 form.invalid .wpcf7-response-output, .contact .wpcf7 form.unaccepted .wpcf7-response-output, .contact .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 16px 26px;
  color: rgb(255, 0, 0);
  font-size: 26px;
  border-color: rgb(255, 0, 0);
  border-radius: 6px;
}
.contact .wpcf7 form.sent .wpcf7-response-output {
  padding: 16px 26px;
  color: #FF75A9;
  font-size: 26px;
  border-color: #FF75A9;
  border-radius: 6px;
}

.footer {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .footer {
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .footer {
    margin-top: 0;
  }
}
.footer__nav {
  padding: 16px 0;
  background: #fff;
}
@media (max-width: 960px) {
  .footer__nav {
    padding: 1.6666666667vw 0;
  }
}
@media (max-width: 768px) {
  .footer__nav {
    padding: 0;
  }
}
.footer__nav::before, .footer__nav::after {
  content: "";
  display: block;
  background: url(../images/footer-side-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  width: 100%;
  height: 20px;
}
@media (max-width: 960px) {
  .footer__nav::before, .footer__nav::after {
    height: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .footer__nav::before, .footer__nav::after {
    display: none;
  }
}
.footer__nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
  padding: 10px 0;
  background: url(../images/footer-nav-bg.png) no-repeat;
  background-size: 1200px auto;
  background-position: left 0pt top -80px;
}
@media (max-width: 960px) {
  .footer__nav__list {
    margin-right: 1.0416666667vw;
    padding: 1.0416666667vw 0;
    background-size: 125vw auto;
    background-position: left 0pt top -8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .footer__nav__list {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2.0833333333vw;
    background-size: auto;
  }
}
.footer__nav__list-link {
  width: 12%;
  margin-left: 2px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: rgba(233, 90, 159, 0.9);
}
@media (max-width: 960px) {
  .footer__nav__list-link {
    margin-left: 0.2083333333vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .footer__nav__list-link {
    width: 32.5%;
    margin-top: 1.0416666667vw;
    font-size: 2.0833333333vw;
    background: #940327;
  }
}
@media (max-width: 440px) {
  .footer__nav__list-link {
    font-size: 3.1818181818vw;
  }
}
.footer__nav__list-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
@media (max-width: 960px) {
  .footer__nav__list-link a {
    height: 5vw;
  }
}
@media (max-width: 768px) {
  .footer__nav__list-link a {
    height: 7.8125vw;
  }
}
@media (max-width: 440px) {
  .footer__nav__list-link a {
    height: 9.0909090909vw;
  }
}
@media (max-width: 768px) {
  .footer__nav__list-contact {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 8px;
    height: 46px;
  }
  .footer__nav__list-contact-text {
    color: #fff;
  }
  .footer__nav__list-contact-text span {
    display: block;
    font-size: 12px;
  }
}
.footer__nav__list .tel {
  background: #4dcd92;
}
.footer__nav__list .mail {
  background: #dfa52a;
}
.footer__nav__list .line {
  background: #00c300;
}
.footer-copy {
  padding: 20px 0;
  color: #F6C;
  font-size: 10px;
  text-align: center;
  background: none;
}
@media (max-width: 960px) {
  .footer-copy {
    padding: 2.0833333333vw 0;
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 768px) {
  .footer-copy {
    padding: 3.125vw 0;
    color: #fff;
    background: #be4057;
  }
}

.header {
  padding: 10px 0;
  background: #fff;
}
@media (max-width: 960px) {
  .header {
    padding: 1.0416666667vw 0;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0;
  }
}
.header__top {
  align-items: flex-end;
}
@media (max-width: 768px) {
  .header__top {
    display: block;
  }
}
.header__top-logo {
  width: 35%;
}
@media (max-width: 768px) {
  .header__top-logo {
    width: 100%;
  }
}
.header__top-logo-text {
  color: #D2428A;
}
@media (max-width: 768px) {
  .header__top-logo-text {
    color: #fff;
    font-size: 1.8229166667vw;
    text-align: center;
    background: #97041E;
  }
  .header__top-logo-text::after {
    content: "";
    display: block;
    background: url(../images/header-top-deco.png) repeat-x;
    height: 30px;
  }
}
.header__top-logo-img {
  margin-top: 12px;
}
@media (max-width: 960px) {
  .header__top-logo-img {
    margin-top: 1.25vw;
  }
}
@media (max-width: 768px) {
  .header__top-logo-img {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header__top-logo-img img {
    width: 83.3333333333vw;
  }
}
.header__top__contact {
  width: 55%;
}
@media (max-width: 768px) {
  .header__top__contact {
    width: 100%;
  }
}
.header__top__contact-title {
  padding: 4px 0;
  text-align: center;
  background: #eee;
}
@media (max-width: 960px) {
  .header__top__contact-title {
    padding: 0.4166666667vw 0;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .header__top__contact-title {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .header__top__contact-title {
    padding: 0.9090909091vw 0;
    font-size: 3.1818181818vw;
  }
}
.header__top__contact-list {
  margin-top: 8px;
}
@media (max-width: 960px) {
  .header__top__contact-list {
    margin-top: 0.8333333333vw;
  }
}
@media (max-width: 440px) {
  .header__top__contact-list {
    margin-top: 1.8181818182vw;
  }
}
.header__top__contact-list-link {
  width: 33%;
  border-radius: 4px;
}
.header__top__contact-list-link:nth-of-type(1) {
  background: #52ca90;
}
.header__top__contact-list-link:nth-of-type(2) {
  background: #dfa52a;
}
.header__top__contact-list-link:nth-of-type(3) {
  background: #00c300;
}
.header__top__contact-list-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
}
@media (max-width: 960px) {
  .header__top__contact-list-link a {
    height: 4.7916666667vw;
  }
}
@media (max-width: 768px) {
  .header__top__contact-list-link a {
    height: 5.9895833333vw;
  }
}
@media (max-width: 440px) {
  .header__top__contact-list-link a {
    height: 8.1818181818vw;
  }
}
.header__top__contact-list-link-img {
  width: 20px;
  margin-right: 4px;
}
@media (max-width: 960px) {
  .header__top__contact-list-link-img {
    width: 2.0833333333vw;
    margin-right: 0.4166666667vw;
  }
}
@media (max-width: 768px) {
  .header__top__contact-list-link-img {
    width: 2.8645833333vw;
    margin-bottom: 2px;
  }
}
@media (max-width: 440px) {
  .header__top__contact-list-link-img {
    width: 4.0909090909vw;
    margin-bottom: 2px;
  }
}
.header__top__contact-list-link-text {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 960px) {
  .header__top__contact-list-link-text {
    font-size: 1.7708333333vw;
  }
}
@media (max-width: 768px) {
  .header__top__contact-list-link-text {
    margin-top: 2px;
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .header__top__contact-list-link-text {
    font-size: 3.1818181818vw;
  }
}
.header__top__contact-list-link-text span {
  display: block;
  font-size: 13px;
}
@media (max-width: 960px) {
  .header__top__contact-list-link-text span {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 768px) {
  .header .nav-wrap::before, .header .nav-wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 2.6041666667vw;
    background: url(../images/footer-side-bg.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .header .nav-wrap::before {
    margin-top: 3.3854166667vw;
  }
}
.header__nav {
  margin-top: 20px;
  background: url(../images/header-nav-bg.png) no-repeat;
  background-size: 640px auto;
}
@media (max-width: 960px) {
  .header__nav {
    margin-top: 2.0833333333vw;
    background-size: 66.6666666667vw auto;
  }
}
@media (max-width: 768px) {
  .header__nav {
    margin-top: 0;
    background-size: auto;
  }
}
.header__nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 960px) {
  .header__nav__list {
    padding: 1.0416666667vw 0;
  }
}
@media (max-width: 768px) {
  .header__nav__list {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2.0833333333vw 0;
  }
}
.header__nav__list-link {
  width: 12%;
  margin-left: 2px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: rgba(233, 90, 159, 0.9);
}
@media (max-width: 960px) {
  .header__nav__list-link {
    margin-left: 0.2083333333vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .header__nav__list-link {
    width: 32.5%;
    margin-top: 1.0416666667vw;
    font-size: 2.0833333333vw;
    background: #940327;
  }
}
@media (max-width: 440px) {
  .header__nav__list-link {
    font-size: 3.1818181818vw;
  }
}
.header__nav__list-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
@media (max-width: 960px) {
  .header__nav__list-link a {
    height: 5vw;
  }
}
@media (max-width: 768px) {
  .header__nav__list-link a {
    flex-direction: column;
    height: 11.1979166667vw;
  }
}
@media (max-width: 440px) {
  .header__nav__list-link a {
    height: 15vw;
  }
}
.header__nav__list-link-img {
  margin-top: 0.78125vw;
}
.header__nav__list-link-img img {
  width: 3.125vw;
}
@media (max-width: 440px) {
  .header__nav__list-link-img img {
    width: 4.0909090909vw;
  }
}

.form {
  padding: 20px 10%;
  margin: 20px auto;
  background: #ffdaf0;
  border-radius: 6px;
  font-size: 20px;
}
.form h3 {
  margin-bottom: 40px;
  font-size: 50px;
  text-align: center;
  color: #767978;
  border-bottom: 1px #767978 dashed;
}
@media (max-width: 768px) {
  .form h3 {
    font-size: 6.5104166667vw;
  }
}
@media (max-width: 960px) {
  .form {
    font-size: 1.6129032258vw;
  }
}
@media (max-width: 768px) {
  .form {
    font-size: 2.34375vw;
  }
}
@media (max-width: 440px) {
  .form {
    font-size: 4.0909090909vw;
  }
}
.form .text02 {
  display: none;
}
.form .error {
  display: block;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  color: red;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .form .error {
    top: 110%;
    left: 0;
  }
}
.form .box {
  width: 800px;
  margin: 0 auto;
}
.form .box .form-confirm {
  color: #222222;
  padding-bottom: 40px;
  text-align: center;
  line-height: 1.5;
}
.form .box .form-confirm h4 {
  font-size: 28px;
  padding-bottom: 10px;
}
.form .box .form-box-input {
  color: #222222;
}
.form .hissu {
  position: relative;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .form .hissu {
    margin-left: 0;
  }
}
.form .hissu::after {
  content: "必須";
  position: absolute;
  left: -40px;
  top: -6px;
  padding: 4px;
  border-radius: 20%;
  background: #ff75a9;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 768px) {
  .form .hissu::after {
    left: -5.2083333333vw;
  }
}
@media (max-width: 440px) {
  .form .hissu::after {
    left: -9.0909090909vw;
    font-size: 2.2727272727vw;
  }
}
.form-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: justify;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 5px 0;
  margin: 40px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .form-box {
    flex-direction: column;
  }
}
.form-box:first-of-type {
  margin-top: 0;
}
.form-box label {
  width: 40%;
  color: #222222;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .form-box label {
    width: 100%;
  }
}
.form-box input {
  padding: 8px;
  width: 100%;
  background: #ffffff;
  border: solid 1px #ff75a9;
  border-radius: 4px;
}
.form-box ::-moz-placeholder {
  color: #e0e0e0;
  font-size: 16px;
}
.form-box :-ms-input-placeholder {
  color: #e0e0e0;
  font-size: 16px;
}
.form-box ::placeholder {
  color: #e0e0e0;
  font-size: 16px;
}
.form-box input[type=date] {
  width: 100%;
  position: relative;
  padding-left: 30px;
}
.form-box input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-box textarea {
  width: 100%;
  resize: none;
  padding: 8px 12px;
  background: #fff;
  border: solid 1px #ff75a9;
}
@media (max-width: 768px) {
  .form-box textarea {
    width: 100%;
  }
}
.form-box-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.form-box-radio-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: solid 1px #ff75a9;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
}
.form-box-radio-inner input {
  width: 5%;
}
@media (max-width: 768px) {
  .form-box-radio-inner input {
    width: 15%;
  }
}
.form-box-radio-inner label {
  width: 100%;
  color: #ff75a9;
  padding: 10px 0;
  font-size: 16px;
}
.form .mensetsu {
  color: #ff75a9;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
}
.form-select {
  position: relative;
  width: 100%;
}
.form-select .radioflex {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .form-select .radioflex {
    flex-direction: column;
    gap: 0;
  }
}
.form-select .radioflex label {
  color: #222222;
  width: 30%;
  font-size: 13px;
  font-weight: bold;
}
.form-select .radioflex .form-select {
  width: 100%;
}
.form-select label {
  margin-bottom: 5px;
  width: 40%;
  color: #222222;
  font-size: 13px;
  font-weight: bold;
}
.form-select select {
  border: solid 1px #ff75a9;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  color: #ff75a9;
  padding: 10px 0 10px 36px;
}
.form-select select::after {
  content: "";
  background: url(../images/contact-arrow.png) right no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.form-select-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10%;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .form-select-wrap {
    padding: 0;
  }
}
.form-select-wrap label {
  width: 100% !important;
}
.form-select-check {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
  gap: 0 10px;
  color: #ff75a9;
  border: solid 1px #ff75a9;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
}
.form-select :first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.form-select :last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-select label {
  display: flex;
  align-items: center;
  width: 40%;
  margin-right: 0 !important;
}
.form-select label input {
  margin-right: 8px;
}
@media (max-width: 960px) {
  .form-select label input {
    margin-right: 0.6451612903vw;
  }
}
.form-select label span {
  color: #ff75a9;
  font-weight: normal;
  font-size: 16px;
}
.form-submit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #dc2496;
  color: #fff;
}
.form-submit input,
.form-submit button {
  background-image: linear-gradient(#fba3bf, #f2658e);
  padding: 16px 0;
}

/********************************************
* Now Loading
********************************************/
#form-load {
  display: none;
}

.loader {
  margin: 0 auto;
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load1 {
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
          animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  text-align: center;
  background-color: #b1b1b1;
  color: #ffffff;
  opacity: 0.8;
  width: 800px;
}
.load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}/*# sourceMappingURL=style.css.map */