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

::before,
::after {
  -webkit-box-sizing: inherit;
          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 {
  -webkit-box-sizing: content-box;
          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 {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  font-weight: 500;
  background: url(../images/bg.png) repeat;
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none;
}

.pc {
  display: block !important;
}

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

.tab {
  display: none !important;
}

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

.sp {
  display: none !important;
}

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

.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main {
  padding-bottom: 70px;
}

.content {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .img-tab {
    width: calc(768vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .img-tab {
    width: calc(440vw / (440 / 100));
  }
}

@media (max-width: 440px) {
  .img-sp {
    width: calc(440vw / (440 / 100));
  }
}

.heading-sp {
  margin: 0 calc(4vw / (768 / 100));
  padding: calc(18vw / (768 / 100)) 0 calc(16vw / (768 / 100));
  background: #7b7b7b;
  border-radius: 16px;
  color: #fff;
  font-size: calc(36vw / (768 / 100));
  letter-spacing: 1px;
  text-align: center;
}

@media (max-width: 440px) {
  .heading-sp {
    margin: 0 calc(4vw / (440 / 100));
    padding: calc(12vw / (440 / 100)) 0 calc(10vw / (440 / 100));
    font-size: calc(24vw / (440 / 100));
  }
}

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

@media (max-width: 768px) {
  .img-padding {
    padding: calc(50px / (768 / 100));
  }
}

.top__about-detail dl, .top__about-detail dl + img {
  width: 50%;
}

@media (max-width: 768px) {
  .top__about-detail dl, .top__about-detail dl + img {
    width: 100%;
  }
}

.top__about-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}

@media (max-width: 1280px) {
  .top__about-detail dl {
    gap: calc(20vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .top__about-detail dl {
    gap: calc(20vw / (768 / 100)) 0;
  }
}

@media (max-width: 440px) {
  .top__about-detail dl {
    gap: calc(20vw / (440 / 100)) 0;
  }
}

.top__about-detail dl dd {
  padding-top: 16px;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .top__about-detail dl dd {
    padding-top: calc(16vw / (1280 / 100));
    font-size: calc(18vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .top__about-detail dl dd {
    padding: calc(16vw / (768 / 100)) calc(12vw / (768 / 100)) 0 calc(12vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
    line-height: 1.6;
  }
}

@media (max-width: 440px) {
  .top__about-detail dl dd {
    padding: calc(16vw / (440 / 100)) calc(12vw / (440 / 100)) 0 calc(12vw / (440 / 100));
    font-size: calc(17vw / (440 / 100));
    line-height: 1.8;
  }
}

.top__about-detail dl dd p:nth-of-type(2) {
  padding-top: 8px;
}

@media (max-width: 1280px) {
  .top__about-detail dl dd p:nth-of-type(2) {
    padding-top: calc(8vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .top__about-detail dl dd p:nth-of-type(2) {
    padding-top: calc(8vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__about-detail dl dd p:nth-of-type(2) {
    padding-top: calc(8vw / (440 / 100));
  }
}

@media (max-width: 768px) {
  .top__about-detail dl img {
    width: calc(768vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__about-detail dl img {
    width: calc(440vw / (440 / 100));
  }
}

.top__work .flex > img, .top__work .flex > p {
  width: 50%;
}

@media (max-width: 768px) {
  .top__work .flex > img, .top__work .flex > p {
    width: 100%;
  }
}

.top__work p {
  padding-top: 16px;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .top__work p {
    padding-top: calc(16vw / (1280 / 100));
    font-size: calc(18vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .top__work p {
    padding: calc(16vw / (768 / 100)) calc(12vw / (768 / 100)) 0 calc(12vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
    line-height: 1.6;
  }
}

@media (max-width: 440px) {
  .top__work p {
    padding: calc(16vw / (440 / 100)) calc(12vw / (440 / 100)) 0 calc(12vw / (440 / 100));
    font-size: calc(16vw / (440 / 100));
    line-height: 1.8;
  }
}

.top__work p span {
  display: block;
  margin: 20px 0;
}

@media (max-width: 1280px) {
  .top__work p span {
    margin: calc(20vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .top__work p span {
    margin: calc(20vw / (768 / 100)) 0;
  }
}

@media (max-width: 440px) {
  .top__work p span {
    margin: calc(20vw / (440 / 100)) 0;
  }
}

.top__work-detail dl, .top__work-detail dl + img {
  width: 50%;
}

@media (max-width: 768px) {
  .top__work-detail dl, .top__work-detail dl + img {
    width: 100%;
  }
}

.top__work-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}

@media (max-width: 1280px) {
  .top__work-detail dl {
    gap: calc(20vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .top__work-detail dl {
    gap: calc(20vw / (768 / 100)) 0;
  }
}

@media (max-width: 440px) {
  .top__work-detail dl {
    gap: calc(20vw / (440 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .top__work-detail img {
    width: calc(768vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__work-detail img {
    width: calc(440vw / (440 / 100));
  }
}

.top__banner {
  padding-top: 20px;
}

@media (max-width: 1280px) {
  .top__banner {
    padding-top: calc(20vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .top__banner {
    padding-top: calc(20vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__banner {
    padding-top: calc(20vw / (440 / 100));
  }
}

.top__banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}

@media (max-width: 768px) {
  .top__banner ul {
    margin: 0 calc(10vw / (768 / 100));
    gap: calc(15vw / (768 / 100)) 0;
  }
}

@media (max-width: 440px) {
  .top__banner ul {
    gap: calc(15vw / (440 / 100));
  }
}

.top__banner ul li a img {
  width: auto;
  height: 40px;
}

@media (max-width: 1280px) {
  .top__banner ul li a img {
    height: calc(40vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .top__banner ul li a img {
    height: calc(40vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .top__banner ul li a img {
    height: calc(40vw / (440 / 100));
  }
}

.top__contact {
  padding: 30px 0;
}

@media (max-width: 1280px) {
  .top__contact {
    padding: calc(30vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .top__contact {
    padding: calc(30vw / (768 / 100)) 0;
  }
}

@media (max-width: 440px) {
  .top__contact {
    padding: calc(30vw / (440 / 100)) 0;
  }
}

.question__section1 dl, .question__section2 dl, .question__section3 dl, .question__section4 dl {
  padding: 15px 20px;
}

@media (max-width: 1280px) {
  .question__section1 dl, .question__section2 dl, .question__section3 dl, .question__section4 dl {
    padding: calc(15vw / (1280 / 100)) calc(20vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .question__section1 dl, .question__section2 dl, .question__section3 dl, .question__section4 dl {
    padding: calc(15vw / (768 / 100)) calc(20vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .question__section1 dl, .question__section2 dl, .question__section3 dl, .question__section4 dl {
    padding: calc(15vw / (440 / 100)) calc(20vw / (440 / 100));
  }
}

.question__section1 dl dt, .question__section2 dl dt, .question__section3 dl dt, .question__section4 dl dt {
  color: #F9227E;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.8;
}

@media (max-width: 1280px) {
  .question__section1 dl dt, .question__section2 dl dt, .question__section3 dl dt, .question__section4 dl dt {
    font-size: calc(23vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .question__section1 dl dt, .question__section2 dl dt, .question__section3 dl dt, .question__section4 dl dt {
    font-size: calc(23vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .question__section1 dl dt, .question__section2 dl dt, .question__section3 dl dt, .question__section4 dl dt {
    font-size: calc(22vw / (440 / 100));
  }
}

.question__section1 dl dt::before, .question__section2 dl dt::before, .question__section3 dl dt::before, .question__section4 dl dt::before {
  content: 'Q.';
  padding-right: 8px;
}

@media (max-width: 1280px) {
  .question__section1 dl dt::before, .question__section2 dl dt::before, .question__section3 dl dt::before, .question__section4 dl dt::before {
    padding-right: calc(8vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .question__section1 dl dt::before, .question__section2 dl dt::before, .question__section3 dl dt::before, .question__section4 dl dt::before {
    padding-right: calc(8vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .question__section1 dl dt::before, .question__section2 dl dt::before, .question__section3 dl dt::before, .question__section4 dl dt::before {
    padding-right: calc(8vw / (440 / 100));
  }
}

.question__section1 dl dd, .question__section2 dl dd, .question__section3 dl dd, .question__section4 dl dd {
  padding-bottom: 16px;
  font-size: 19px;
  line-height: 1.5;
}

@media (max-width: 1280px) {
  .question__section1 dl dd, .question__section2 dl dd, .question__section3 dl dd, .question__section4 dl dd {
    padding-bottom: calc(16vw / (1280 / 100));
    font-size: calc(19vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .question__section1 dl dd, .question__section2 dl dd, .question__section3 dl dd, .question__section4 dl dd {
    padding-bottom: calc(16vw / (768 / 100));
    font-size: calc(19vw / (768 / 100));
    line-height: 1.7;
  }
}

@media (max-width: 440px) {
  .question__section1 dl dd, .question__section2 dl dd, .question__section3 dl dd, .question__section4 dl dd {
    padding-bottom: calc(20vw / (440 / 100));
    font-size: calc(17vw / (440 / 100));
    line-height: 1.9;
  }
}

.question__section1 dl dd::before, .question__section2 dl dd::before, .question__section3 dl dd::before, .question__section4 dl dd::before {
  content: 'A.';
  padding-right: 8px;
}

@media (max-width: 1280px) {
  .question__section1 dl dd::before, .question__section2 dl dd::before, .question__section3 dl dd::before, .question__section4 dl dd::before {
    padding-right: calc(8vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .question__section1 dl dd::before, .question__section2 dl dd::before, .question__section3 dl dd::before, .question__section4 dl dd::before {
    padding-right: calc(8vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .question__section1 dl dd::before, .question__section2 dl dd::before, .question__section3 dl dd::before, .question__section4 dl dd::before {
    padding-right: calc(8vw / (440 / 100));
  }
}

.question__section1 dl dd:last-of-type, .question__section2 dl dd:last-of-type, .question__section3 dl dd:last-of-type, .question__section4 dl dd:last-of-type {
  padding: 0;
}

.question__contact {
  padding: 30px 0;
}

@media (max-width: 1280px) {
  .question__contact {
    padding: calc(30vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .question__contact {
    padding: calc(30vw / (768 / 100)) 0;
  }
}

@media (max-width: 440px) {
  .question__contact {
    padding: calc(30vw / (440 / 100)) 0;
  }
}

.recruit__table table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 30px;
  width: 1000px;
}

@media (max-width: 1280px) {
  .recruit__table table {
    padding-top: calc(30vw / (1280 / 100));
    width: calc(1100vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit__table table {
    padding-top: calc(30vw / (768 / 100));
    width: calc(700vw / (768 / 100));
  }
}

.recruit__table table tr {
  border: solid 1px #999;
}

.recruit__table table tr th {
  padding: 20px 0;
  width: 200px;
  background-color: #fdc7c3;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 1280px) {
  .recruit__table table tr th {
    padding: calc(20vw / (1280 / 100)) 0;
    width: calc(200vw / (1280 / 100));
    font-size: calc(20vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit__table table tr th {
    padding: calc(20vw / (768 / 100)) 0;
    width: calc(200vw / (768 / 100));
    font-size: calc(20vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .recruit__table table tr th {
    padding: calc(20vw / (440 / 100)) 0;
    width: calc(200vw / (440 / 100));
    font-size: calc(20vw / (440 / 100));
  }
}

.recruit__table table tr td {
  padding: 20px;
  background: #fff;
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 1280px) {
  .recruit__table table tr td {
    padding: calc(20vw / (1280 / 100));
    font-size: calc(18vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit__table table tr td {
    padding: calc(20vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .recruit__table table tr td {
    padding: calc(20vw / (440 / 100));
    font-size: calc(18vw / (440 / 100));
  }
}

.recruit__table table tr td li::before {
  content: '●';
  padding-right: 4px;
  font-size: 14px;
  vertical-align: middle;
}

@media (max-width: 1280px) {
  .recruit__table table tr td li::before {
    padding-right: calc(4vw / (1280 / 100));
    font-size: calc(14vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit__table table tr td li::before {
    padding-right: calc(4vw / (768 / 100));
    font-size: calc(14vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .recruit__table table tr td li::before {
    padding-right: calc(4vw / (440 / 100));
    font-size: calc(14vw / (440 / 100));
  }
}

.recruit__table table tr td li p {
  padding-bottom: 12px;
  font-size: 16px;
  color: #fc7c73;
}

@media (max-width: 1280px) {
  .recruit__table table tr td li p {
    padding-bottom: calc(12vw / (1280 / 100));
    font-size: calc(16vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit__table table tr td li p {
    padding-bottom: calc(12vw / (768 / 100));
    font-size: calc(16vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .recruit__table table tr td li p {
    padding-bottom: calc(12vw / (440 / 100));
    font-size: calc(16vw / (440 / 100));
  }
}

.recruit__table table tr td li:last-of-type p {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .recruit__table table tr th, .recruit__table table tr td {
    display: block;
    width: 100%;
  }
}

.recruit__line {
  padding: 30px 0 20px;
}

@media (max-width: 1280px) {
  .recruit__line img {
    width: calc(770vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit__line img {
    width: calc(768vw / (768 / 100));
  }
}

.header {
  padding-bottom: 5px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1280px) {
  .header {
    padding-bottom: calc(5vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .header {
    padding-bottom: calc(5vw / (768 / 100));
  }
}

.header h3 {
  padding: 9px 0;
  background: #fdc7c3;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 1280px) {
  .header h3 {
    padding: calc(9vw / (1280 / 100)) 0;
    font-size: calc(11vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .header h3 {
    padding: calc(32vw / (768 / 100)) 0 calc(32vw / (768 / 100)) calc(20vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
    line-height: 1.6;
    text-align: left;
  }
}

@media (max-width: 440px) {
  .header h3 {
    padding: calc(18vw / (440 / 100)) 0 calc(18vw / (440 / 100)) calc(16vw / (440 / 100));
    font-size: calc(14vw / (440 / 100));
  }
}

.header h3 a {
  border-bottom: 1px solid #fc7c73;
  color: #fc7c73;
}

.header h3 a:hover {
  border-bottom: 1px solid #febdb8;
  color: #febdb8;
}

.header__nav-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.header__nav-pc div {
  position: relative;
  width: 366.6px;
  height: 68px;
}

@media screen and (max-width: 1100px) {
  .header__nav-pc div {
    width: calc(366.6vw / (1100 / 100));
    height: calc(68vw / (1100 / 100));
  }
}

.header__nav-pc div:hover img:nth-of-type(2) {
  opacity: 0;
}

.header__nav-pc div:nth-of-type(n+4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
}

.header__nav-pc div img {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header__nav-tab {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fdc7c3;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
  z-index: 51;
}

.header__nav-tab::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(24vw / (768 / 100));
  margin-top: calc(-22vw / (768 / 100));
  vertical-align: middle;
}

.header__nav-tab-list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: calc(50vw / (768 / 100)) 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.header__nav-tab-list-link {
  font-size: calc(24vw / (768 / 100));
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 440px) {
  .header__nav-tab-list-link {
    font-size: calc(24vw / (440 / 100));
    line-height: 1.6;
  }
}

.header__nav-tab-active {
  top: 0 !important;
}

.header__tabButton {
  position: fixed;
  display: block;
  width: calc(44vw / (768 / 100));
  height: calc(32vw / (768 / 100));
  right: calc(32vw / (768 / 100));
  top: calc(30vw / (768 / 100));
  z-index: 52;
}

@media (max-width: 440px) {
  .header__tabButton {
    width: calc(44vw / (440 / 100));
    height: calc(32vw / (440 / 100));
    right: calc(23.5vw / (440 / 100));
    top: calc(30vw / (440 / 100));
  }
}

.header__tabButton span {
  position: absolute;
  left: 0px;
  top: calc(14vw / (768 / 100));
  width: 100%;
  height: calc(3vw / (768 / 100));
  border-radius: 5px;
  background: #fdc7c3;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media (max-width: 440px) {
  .header__tabButton span {
    top: calc(8vw / (440 / 100));
    height: calc(3vw / (440 / 100));
  }
}

.header__tabButton span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(-14vw / (768 / 100));
  width: 100%;
  height: calc(3vw / (768 / 100));
  border-radius: 5px;
  background: #fdc7c3;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media (max-width: 440px) {
  .header__tabButton span::before {
    top: calc(-12vw / (440 / 100));
    height: calc(3vw / (440 / 100));
  }
}

.header__tabButton span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(14vw / (768 / 100));
  width: 100%;
  height: calc(3vw / (768 / 100));
  border-radius: 5px;
  background: #fdc7c3;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media (max-width: 440px) {
  .header__tabButton span::after {
    top: calc(12vw / (440 / 100));
    height: calc(3vw / (440 / 100));
  }
}

.header__tabButton-active {
  background: none !important;
}

.header__tabButton-active::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.header__tabButton-active::after {
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}

.header__tabButton-bg {
  position: fixed;
  display: block;
  width: calc(80vw / (768 / 100));
  height: calc(80vw / (768 / 100));
  right: calc(14vw / (768 / 100));
  top: calc(6vw / (768 / 100));
  background: #fff;
  z-index: 52;
}

@media (max-width: 440px) {
  .header__tabButton-bg {
    width: calc(70vw / (440 / 100));
    height: calc(70vw / (440 / 100));
    right: calc(10vw / (440 / 100));
    top: calc(5vw / (440 / 100));
  }
}

.header__tabButton-bg::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #fdc7c3;
  z-index: 52;
}

.footer {
  position: relative;
  padding-bottom: 15px;
  background: #fdc7c3;
}

@media (max-width: 1280px) {
  .footer {
    padding-bottom: calc(15vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: calc(15vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .footer {
    padding-bottom: calc(15vw / (440 / 100));
  }
}

.footer__nav {
  padding-top: 20px;
  max-width: calc(100vw - 100px);
  margin: 0 auto;
  border-top: solid 4px #666;
}

@media (max-width: 1280px) {
  .footer__nav {
    padding-top: calc(20vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__nav {
    padding-top: calc(20vw / (768 / 100));
    max-width: 100%;
  }
}

@media (max-width: 440px) {
  .footer__nav {
    padding-top: calc(20vw / (440 / 100));
  }
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 400px;
}

@media (max-width: 1280px) {
  .footer__nav ul {
    width: calc(60vw - (100vw / (1280 / 100)));
  }
}

@media (max-width: 768px) {
  .footer__nav ul {
    width: calc(100vw - (100vw / (768 / 100)));
  }
}

@media (max-width: 440px) {
  .footer__nav ul {
    width: calc(100vw - (100vw / (440 / 100)));
  }
}

.footer__nav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2px 7px 0 7px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1280px) {
  .footer__nav ul li {
    padding: calc(2vw / (1280 / 100)) calc(7vw / (1280 / 100)) 0 calc(7vw / (1280 / 100));
    font-size: calc(13vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__nav ul li {
    padding: calc(2vw / (768 / 100)) calc(7vw / (768 / 100)) 0 calc(7vw / (768 / 100));
    font-size: calc(13vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .footer__nav ul li {
    padding: calc(2vw / (440 / 100)) calc(7vw / (440 / 100)) 0 calc(7vw / (440 / 100));
    font-size: calc(13vw / (440 / 100));
  }
}

.footer__nav ul li + li {
  border-left: 1px solid #fff;
}

.footer__nav ul li a:hover {
  border-bottom: 1px solid #e3b3af;
  color: #e3b3af;
}

.footer__copyright {
  margin-top: 80px;
}

@media (max-width: 1280px) {
  .footer__copyright {
    margin-top: calc(80vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__copyright {
    margin-top: calc(80vw / (768 / 100));
  }
}

@media (max-width: 768px) {
  .footer__copyright {
    margin-top: calc(20vw / (440 / 100));
  }
}

.footer__copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1280px) {
  .footer__copyright p {
    font-size: calc(12vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__copyright p {
    font-size: calc(12vw / (768 / 100));
    line-height: 1.5;
  }
}

@media (max-width: 440px) {
  .footer__copyright p {
    font-size: calc(12vw / (440 / 100));
  }
}

.footer__slide-to-top {
  position: fixed;
  right: 100px;
  bottom: 40px;
  cursor: pointer;
  z-index: 30;
}

@media (max-width: 768px) {
  .footer__slide-to-top {
    right: 10px;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  margin: 0 auto;
  gap: 36px 0;
  width: 1000px;
  font-size: 19px;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 1280px) {
  .form {
    padding: calc(60vw / (1280 / 100)) 0;
    width: calc(800vw / (1280 / 100));
    gap: calc(52vw / (1280 / 100)) 0;
    font-size: calc(22vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .form {
    padding: calc(25vw / (768 / 100)) 0;
    width: calc(700vw / (768 / 100));
    gap: calc(26vw / (768 / 100));
    font-size: calc(22vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .form {
    gap: calc(22vw / (440 / 100));
    font-size: calc(18vw / (440 / 100));
  }
}

.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .form-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(2vw / (768 / 100));
  }
}

.form-box-label {
  width: 35%;
  padding: 8px 0;
  letter-spacing: 0.2rem;
}

@media (max-width: 1280px) {
  .form-box-label {
    padding: calc(8vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .form-box-label {
    width: 100%;
  }
}

.form-box-label-text {
  width: 100px;
}

@media (max-width: 1280px) {
  .form-box-label-text {
    width: calc(100vw / (1280 / 100));
  }
}

.form-box .hissu::after {
  content: "必須";
  margin-top: 80px;
  padding: 6px 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background: #dc3232;
}

@media (max-width: 1280px) {
  .form-box .hissu::after {
    margin-left: calc(-4vw / (1280 / 100));
    padding: calc(6vw / (1280 / 100)) calc(10vw / (1280 / 100));
    font-size: calc(18vw / (1280 / 100));
    border-radius: calc(8vw / (1280 / 100));
  }
}

@media (max-width: 440px) {
  .form-box .hissu::after {
    font-size: calc(16vw / (440 / 100));
  }
}

.form-box-input {
  width: 60%;
}

@media (max-width: 768px) {
  .form-box-input {
    width: 100%;
  }
}

.form-box-input-date {
  position: relative;
  width: 100%;
}

.form-box-input-date::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-box-input input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
}

@media (max-width: 1280px) {
  .form-box-input input {
    padding: calc(8vw / (1280 / 100)) calc(12vw / (1280 / 100));
    border-radius: calc(4vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .form-box-input input {
    padding: calc(8vw / (768 / 100)) calc(12vw / (768 / 100));
    border-radius: calc(4vw / (768 / 100));
  }
}

.form-box-input-img {
  border: none !important;
}

.form-box-input textarea {
  width: 100%;
  height: 260px;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
  resize: none;
}

@media (max-width: 1280px) {
  .form-box-input textarea {
    height: calc(260vw / (1280 / 100));
    padding: calc(8vw / (1280 / 100)) calc(12vw / (1280 / 100));
    border-radius: calc(4vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .form-box-input textarea {
    height: calc(340vw / (768 / 100));
    margin-top: calc(22vw / (768 / 100));
    border-radius: calc(4vw / (768 / 100));
  }
}

.form-box-input .wpcf7-not-valid-tip {
  position: absolute;
  margin-top: 8px;
  font-size: 14px;
}

@media (max-width: 1280px) {
  .form-box-input .wpcf7-not-valid-tip {
    margin-top: calc(8vw / (1280 / 100));
    font-size: calc(14vw / (1280 / 100));
  }
}

@media (max-width: 440px) {
  .form-box-input .wpcf7-not-valid-tip {
    font-size: calc(12vw / (440 / 100));
  }
}

.form-box .small input {
  width: 16%;
  margin: 0 8px;
}

@media (max-width: 1280px) {
  .form-box .small input {
    margin-right: calc(8vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .form-box .small input {
    width: 21%;
    margin-right: calc(12vw / (768 / 100));
  }
}

.form-radio {
  width: 60%;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .form-radio {
    width: 100%;
  }
}

.form-radio input {
  width: auto;
}

.form-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-submit {
  position: relative;
  margin: 34px auto 0;
  text-align: center;
}

@media (max-width: 1280px) {
  .form-submit {
    margin: calc(34vw / (1280 / 100)) auto 0;
  }
}

@media (max-width: 768px) {
  .form-submit {
    margin: calc(40vw / (768 / 100));
  }
}

.form-submit input {
  width: 100%;
  padding: 18px 50px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.3rem;
  text-align: center;
  background: #666;
}

@media (max-width: 1280px) {
  .form-submit input {
    padding: calc(20vw / (1280 / 100)) calc(32vw / (1280 / 100));
    font-size: calc(26vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .form-submit input {
    width: 90%;
    padding: calc(18vw / (768 / 100)) calc(28vw / (768 / 100));
    font-size: calc(36vw / (768 / 100));
  }
}

.wpcf7-response-output {
  margin-top: 8px;
  color: #dc3232;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 1280px) {
  .wpcf7-response-output {
    margin-top: calc(8vw / (1280 / 100));
    font-size: calc(18vw / (1280 / 100));
  }
}

@media (max-width: 440px) {
  .wpcf7-response-output {
    font-size: calc(16vw / (440 / 100));
  }
}

.wpcf7 .wpcf7-not-valid {
  background: #f4c6cb;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}
/*# sourceMappingURL=style.css.map */