@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-x: hidden;
  overflow-y: 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;
}

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: "小塚明朝 Pr6N", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  overflow-x: hidden;
  color: #232323;
  font-weight: 500;
}

main {
  padding: 42px 0 60px;
}

@media (max-width: 1280px) {
  main {
    padding: calc(42vw / (1280 / 100)) 0 calc(60vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  main {
    padding: calc(120vw / (768 / 100)) 0 calc(60vw / (768 / 100));
  }
}

.gothic {
  font-family: "小塚ゴシック Pr6N", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

.pc {
  display: block !important;
}

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

.tab {
  display: none !important;
}

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

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

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

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

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

.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-row {
  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;
}

.page-title {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 16px 22px;
  gap: 8px;
  color: #3d58a0;
  font-size: 40px;
  font-weight: 600;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1280px) {
  .page-title {
    padding: calc(16vw / (1280 / 100)) calc(22vw / (1280 / 100));
    gap: calc(8vw / (1280 / 100));
    font-size: calc(40vw / (1280 / 100));
    -webkit-box-shadow: 0 0 calc(8vw / (1280 / 100)) rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 calc(8vw / (1280 / 100)) rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 768px) {
  .page-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: calc(16vw / (768 / 100)) 0;
    color: #fff;
    font-size: calc(28vw / (768 / 100));
    background: #3d58a0;
  }
}

@media (max-width: 440px) {
  .page-title {
    font-size: calc(24vw / (440 / 100));
  }
}

.page-title::before {
  content: "";
  width: 32px;
  height: 34px;
  background: url(../images/arrow-primary.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 1280px) {
  .page-title::before {
    width: calc(32vw / (1280 / 100));
    height: calc(34vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .page-title::before {
    display: none;
  }
}

.main__wrap {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}

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

.main__wrap-inner {
  width: 65%;
}

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

.main__wrap-side {
  width: 20%;
}

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

.about-head img {
  width: 100%;
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  gap: 40px;
}

@media (max-width: 1280px) {
  .about__list {
    margin-top: calc(60vw / (1280 / 100));
    gap: calc(40vw / (1280 / 100));
  }
}

.about__list dl dt {
  padding: 0 0 8px 2rem;
  color: #3d58a0;
  font-family: "小塚ゴシック Pr6N", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 42px;
  font-weight: 600;
  border-bottom: 6px solid #3d58a0;
}

@media (max-width: 1280px) {
  .about__list dl dt {
    padding: 0 0 calc(8vw / (1280 / 100)) 2rem;
    font-size: calc(42vw / (1280 / 100));
    border-bottom: calc(6vw / (1280 / 100)) solid #3d58a0;
  }
}

@media (max-width: 768px) {
  .about__list dl dt {
    padding: 0 calc(20vw / (768 / 100));
    font-size: calc(42vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .about__list dl dt {
    font-size: calc(28vw / (440 / 100));
  }
}

.about__list dl dd {
  margin-top: 8px;
  padding: 0 80px 0 2rem;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}

@media (max-width: 1280px) {
  .about__list dl dd {
    margin-top: calc(8vw / (1280 / 100));
    padding: 0 calc(80vw / (1280 / 100)) 0 2rem;
    font-size: calc(20vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .about__list dl dd {
    padding: 0 calc(20vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .about__list dl dd {
    font-size: calc(16vw / (440 / 100));
  }
}

.qa-text {
  padding-left: 8px;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  .qa-text {
    padding-left: calc(8vw / (1280 / 100));
    margin-top: calc(22vw / (1280 / 100));
    font-size: calc(18vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa-text {
    padding: 0 calc(20vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

.qa__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  padding-top: 32px;
  gap: 40px;
  border-top: 4px solid #3d58a0;
}

@media (max-width: 1280px) {
  .qa__contents {
    margin-top: calc(24vw / (1280 / 100));
    padding-top: calc(32vw / (1280 / 100));
    gap: calc(40vw / (1280 / 100));
    border-top: calc(4vw / (1280 / 100)) solid #3d58a0;
  }
}

.qa__contents h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
  font-size: 32px;
  font-weight: 600;
  border-bottom: 3px dotted #3d58a0;
}

@media (max-width: 1280px) {
  .qa__contents h3 {
    padding-bottom: calc(4vw / (1280 / 100));
    font-size: calc(32vw / (1280 / 100));
    border-bottom: calc(3vw / (1280 / 100)) dotted #3d58a0;
  }
}

@media (max-width: 768px) {
  .qa__contents h3 {
    padding-top: calc(18vw / (768 / 100));
    padding-left: calc(12vw / (768 / 100));
    font-size: calc(26vw / (768 / 100));
    border-bottom: calc(4vw / (768 / 100)) dotted #3d58a0;
  }
}

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

.qa__contents h3::before {
  content: "";
  border-top: 13px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #3d58a0;
}

@media (max-width: 1280px) {
  .qa__contents h3::before {
    border-top: calc(13vw / (1280 / 100)) solid transparent;
    border-right: calc(20vw / (1280 / 100)) solid transparent;
    border-bottom: calc(13vw / (1280 / 100)) solid transparent;
    border-left: calc(20vw / (1280 / 100)) solid #3d58a0;
  }
}

@media (max-width: 768px) {
  .qa__contents h3::before {
    border-top: calc(13vw / (768 / 100)) solid transparent;
    border-right: calc(20vw / (768 / 100)) solid transparent;
    border-bottom: calc(13vw / (768 / 100)) solid transparent;
    border-left: calc(20vw / (768 / 100)) solid #3d58a0;
  }
}

.qa__contents__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  gap: 8px;
}

@media (max-width: 1280px) {
  .qa__contents__desc {
    margin-top: calc(16vw / (1280 / 100));
    gap: calc(8vw / (1280 / 100));
  }
}

.qa__contents__desc dt {
  padding: 6px 0 2px 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  background: #3d58a0;
}

@media (max-width: 1280px) {
  .qa__contents__desc dt {
    padding: calc(6vw / (1280 / 100)) 0 calc(2vw / (1280 / 100)) calc(8vw / (1280 / 100));
    font-size: calc(22vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__contents__desc dt {
    padding: calc(12vw / (768 / 100)) calc(20vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .qa__contents__desc dt {
    padding: calc(12vw / (440 / 100)) calc(12vw / (440 / 100));
    font-size: calc(15vw / (440 / 100));
  }
}

.qa__contents__desc dd {
  padding: 8px;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .qa__contents__desc dd {
    padding: calc(8vw / (1280 / 100));
    font-size: calc(18vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .qa__contents__desc dd {
    padding: calc(12vw / (768 / 100)) calc(20vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .qa__contents__desc dd {
    padding: calc(12vw / (440 / 100)) calc(12vw / (440 / 100));
    font-size: calc(15vw / (440 / 100));
  }
}

.reason-head img {
  width: 100%;
}

.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  gap: 32px;
}

@media (max-width: 1280px) {
  .reason__list {
    margin-top: calc(16vw / (1280 / 100));
    gap: calc(32vw / (1280 / 100));
  }
}

.reason__list dl:nth-of-type(1) dt {
  color: #3d58a0;
  border-bottom: 6px solid #3d58a0;
}

@media (max-width: 1280px) {
  .reason__list dl:nth-of-type(1) dt {
    border-bottom: calc(6vw / (1280 / 100)) solid #3d58a0;
  }
}

@media (max-width: 768px) {
  .reason__list dl:nth-of-type(1) dt {
    border-bottom: calc(6vw / (768 / 100)) solid #3d58a0;
  }
}

.reason__list dl:nth-of-type(1) dt::before {
  background: url(../images/reason-list-deco0.png) no-repeat;
  background-size: 100%;
}

.reason__list dl:nth-of-type(2) dt {
  color: #baa516;
  border-bottom: 6px solid #baa516;
}

@media (max-width: 1280px) {
  .reason__list dl:nth-of-type(2) dt {
    border-bottom: calc(6vw / (1280 / 100)) solid #baa516;
  }
}

@media (max-width: 768px) {
  .reason__list dl:nth-of-type(2) dt {
    border-bottom: calc(6vw / (768 / 100)) solid #baa516;
  }
}

.reason__list dl:nth-of-type(2) dt::before {
  background: url(../images/reason-list-deco1.png) no-repeat;
  background-size: 100%;
}

.reason__list dl:nth-of-type(3) dt {
  color: #36b136;
  border-bottom: 6px solid #36b136;
}

@media (max-width: 1280px) {
  .reason__list dl:nth-of-type(3) dt {
    border-bottom: calc(6vw / (1280 / 100)) solid #36b136;
  }
}

@media (max-width: 768px) {
  .reason__list dl:nth-of-type(3) dt {
    border-bottom: calc(6vw / (768 / 100)) solid #36b136;
  }
}

.reason__list dl:nth-of-type(3) dt::before {
  background: url(../images/reason-list-deco2.png) no-repeat;
  background-size: 100%;
}

.reason__list dl:nth-of-type(4) dt {
  color: #db457d;
  border-bottom: 6px solid #db457d;
}

@media (max-width: 1280px) {
  .reason__list dl:nth-of-type(4) dt {
    border-bottom: calc(6vw / (1280 / 100)) solid #db457d;
  }
}

@media (max-width: 768px) {
  .reason__list dl:nth-of-type(4) dt {
    border-bottom: calc(6vw / (768 / 100)) solid #db457d;
  }
}

.reason__list dl:nth-of-type(4) dt::before {
  background: url(../images/reason-list-deco3.png) no-repeat;
  background-size: 100%;
}

.reason__list dl:nth-of-type(5) dt {
  color: #d40400;
  border-bottom: 6px solid #d40400;
}

@media (max-width: 1280px) {
  .reason__list dl:nth-of-type(5) dt {
    border-bottom: calc(6vw / (1280 / 100)) solid #d40400;
  }
}

@media (max-width: 768px) {
  .reason__list dl:nth-of-type(5) dt {
    border-bottom: calc(6vw / (768 / 100)) solid #d40400;
  }
}

.reason__list dl:nth-of-type(5) dt::before {
  background: url(../images/reason-list-deco4.png) no-repeat;
  background-size: 100%;
}

.reason__list dl dt {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 8px 2rem;
  gap: 16px;
  font-family: "小塚ゴシック Pr6N", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 42px;
  font-weight: 600;
}

@media (max-width: 1280px) {
  .reason__list dl dt {
    padding: 0 0 calc(8vw / (1280 / 100)) 2rem;
    font-size: calc(42vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .reason__list dl dt {
    font-size: calc(36vw / (768 / 100));
  }
}

.reason__list dl dt::before {
  content: "";
  width: 42px;
  height: 42px;
}

.reason__list dl dd {
  margin-top: 12px;
  padding: 0 80px 0 2rem;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}

@media (max-width: 1280px) {
  .reason__list dl dd {
    margin-top: calc(12vw / (1280 / 100));
    padding: 0 calc(80vw / (1280 / 100)) 0 2rem;
    font-size: calc(20vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .reason__list dl dd {
    margin-top: calc(16vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .reason__list dl dd {
    font-size: calc(16vw / (440 / 100));
  }
}

.recruit__list {
  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-top: 28px;
  gap: 4px 0;
}

@media (max-width: 1280px) {
  .recruit__list {
    margin-top: calc(28vw / (1280 / 100));
    gap: calc(4vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .recruit__list {
    position: relative;
    margin-top: 0;
    gap: 0;
    z-index: 1;
  }
}

.recruit__list li {
  width: 33%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02rem;
  background: #3d58a0;
}

@media (max-width: 1280px) {
  .recruit__list li {
    font-size: calc(18vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit__list li {
    width: 50%;
    color: #3d58a0;
    font-size: calc(18vw / (768 / 100));
    font-weight: 600;
    text-align: left;
    background: #f7f7f7;
    border-right: calc(2vw / (768 / 100)) solid #3d58a0;
    border-bottom: calc(2vw / (768 / 100)) solid #3d58a0;
  }
}

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

.recruit__list li a {
  display: block;
  padding: 22px 0;
}

@media (max-width: 1280px) {
  .recruit__list li a {
    padding: calc(22vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .recruit__list li a {
    padding: calc(22vw / (768 / 100)) 0 calc(22vw / (768 / 100)) calc(20vw / (768 / 100));
  }
}

.recruit__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  padding-top: 32px;
  gap: 40px;
  border-top: 4px solid #3d58a0;
}

@media (max-width: 1280px) {
  .recruit__contents {
    margin-top: calc(24vw / (1280 / 100));
    padding-top: calc(32vw / (1280 / 100));
    gap: calc(40vw / (1280 / 100));
    border-top: calc(4vw / (1280 / 100)) solid #3d58a0;
  }
}

@media (max-width: 768px) {
  .recruit__contents {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

@media (max-width: 768px) {
  .recruit__contents li {
    margin-top: calc(-92vw / (768 / 100));
    padding-top: calc(92vw / (768 / 100));
  }
}

.recruit__contents h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
  font-size: 32px;
  font-weight: 600;
  border-bottom: 3px dotted #3d58a0;
}

@media (max-width: 1280px) {
  .recruit__contents h3 {
    padding-bottom: calc(4vw / (1280 / 100));
    font-size: calc(32vw / (1280 / 100));
    border-bottom: calc(3vw / (1280 / 100)) dotted #3d58a0;
  }
}

@media (max-width: 768px) {
  .recruit__contents h3 {
    padding-top: calc(18vw / (768 / 100));
    padding-left: calc(12vw / (768 / 100));
    font-size: calc(26vw / (768 / 100));
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
}

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

.recruit__contents h3::before {
  content: "";
  border-top: 13px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #3d58a0;
}

@media (max-width: 1280px) {
  .recruit__contents h3::before {
    border-top: calc(13vw / (1280 / 100)) solid transparent;
    border-right: calc(20vw / (1280 / 100)) solid transparent;
    border-bottom: calc(13vw / (1280 / 100)) solid transparent;
    border-left: calc(20vw / (1280 / 100)) solid #3d58a0;
  }
}

@media (max-width: 768px) {
  .recruit__contents h3::before {
    border-top: calc(13vw / (768 / 100)) solid transparent;
    border-right: calc(20vw / (768 / 100)) solid transparent;
    border-bottom: calc(13vw / (768 / 100)) solid transparent;
    border-left: calc(20vw / (768 / 100)) solid #3d58a0;
  }
}

.recruit__contents__desc {
  margin-top: 16px;
}

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

.recruit__contents__desc 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;
}

.recruit__contents__desc dl:nth-of-type(1) dt {
  border-top: none;
}

.recruit__contents__desc dl:nth-of-type(1) dd {
  border-top: 1px solid #eee;
}

.recruit__contents__desc dl dt,
.recruit__contents__desc dl dd {
  padding: 16px 1rem;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .recruit__contents__desc dl dt,
  .recruit__contents__desc dl dd {
    padding: calc(16vw / (1280 / 100)) 1rem;
    font-size: calc(20vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .recruit__contents__desc dl dt,
  .recruit__contents__desc dl dd {
    padding: calc(12vw / (768 / 100)) calc(20vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .recruit__contents__desc dl dt,
  .recruit__contents__desc dl dd {
    padding: calc(12vw / (440 / 100)) calc(12vw / (440 / 100));
    font-size: calc(16vw / (440 / 100));
  }
}

.recruit__contents__desc dl dt {
  width: 30%;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  background: #3d58a0;
}

@media (max-width: 768px) {
  .recruit__contents__desc dl dt {
    width: 100%;
    text-align: left;
    border-top: none;
  }
}

.recruit__contents__desc dl dd {
  width: 70%;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

@media (max-width: 768px) {
  .recruit__contents__desc dl dd {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
}

.recruit__contents__desc dl dd .flex {
  display: block;
}

@media (max-width: 768px) {
  .recruit__contents__desc dl dd .flex {
    position: relative;
    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;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .recruit__contents__desc dl dd .flex div {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .recruit__contents__desc dl dd .flex div a {
    display: inline-block;
    width: 100%;
    padding: calc(18vw / (768 / 100)) 0;
    color: #3d58a0;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #3d58a0;
  }
}

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

.top h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
}

@media (max-width: 1280px) {
  .top h2 {
    font-size: calc(36vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .top h2 {
    margin-top: calc(42vw / (768 / 100));
    font-size: calc(48vw / (768 / 100));
  }
}

.top p {
  font-size: 24px;
  text-align: center;
}

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

@media (max-width: 768px) {
  .top p {
    margin-top: calc(6vw / (768 / 100));
    font-size: calc(31vw / (768 / 100));
  }
}

.top__desc {
  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;
  margin-top: 16px;
  gap: 40px;
}

@media (max-width: 1280px) {
  .top__desc {
    margin-top: calc(16vw / (1280 / 100));
    gap: calc(40vw / (1280 / 100));
  }
}

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

.top__desc dl {
  position: relative;
  width: 260px;
  height: 260px;
  margin-top: 32px;
}

@media (max-width: 1280px) {
  .top__desc dl {
    width: calc(260vw / (1280 / 100));
    height: calc(260vw / (1280 / 100));
    margin-top: calc(32vw / (1280 / 100));
  }
}

.top__desc dl:hover dt {
  display: none;
}

.top__desc dl dt {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #3d58a0;
  -webkit-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1280px) {
  .top__desc dl dt {
    width: calc(260vw / (1280 / 100));
    height: calc(260vw / (1280 / 100));
    -webkit-box-shadow: 0px 0px calc(21vw / (1280 / 100)) -1px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px calc(21vw / (1280 / 100)) -1px rgba(0, 0, 0, 0.5);
  }
}

.top__desc dl dt p {
  position: absolute;
  width: 260px;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1280px) {
  .top__desc dl dt p {
    width: calc(260vw / (1280 / 100));
    font-size: calc(32vw / (1280 / 100));
  }
}

.top__desc dl dd {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.5);
  z-index: -1;
}

@media (max-width: 1280px) {
  .top__desc dl dd {
    width: calc(260vw / (1280 / 100));
    height: calc(260vw / (1280 / 100));
    -webkit-box-shadow: 0px 0px calc(21vw / (1280 / 100)) -1px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px calc(21vw / (1280 / 100)) -1px rgba(0, 0, 0, 0.5);
  }
}

.top__desc dl dd p {
  position: absolute;
  width: 260px;
  top: 50%;
  left: 50%;
  font-size: 22px;
  line-height: 1.4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1280px) {
  .top__desc dl dd p {
    width: calc(260vw / (1280 / 100));
    font-size: calc(22vw / (1280 / 100));
  }
}

.top__tabDesc {
  margin-top: calc(36vw / (768 / 100));
  padding: 0 3%;
}

.top__tabDesc dl:nth-of-type(1) dt::before {
  content: "1.";
}

.top__tabDesc dl:nth-of-type(2) dt::before {
  content: "2.";
}

.top__tabDesc dl:nth-of-type(3) dt::before {
  content: "3.";
}

.top__tabDesc dl dt {
  background: #3d58a0;
  position: relative;
}

.top__tabDesc dl dt::before {
  position: absolute;
  top: 50%;
  left: 42px;
  color: #fff;
  font-size: calc(34vw / (768 / 100));
  font-weight: 600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top__tabDesc dl dt p {
  padding: calc(12vw / (768 / 100)) 0;
  color: #fff;
  font-size: calc(34vw / (768 / 100));
  font-weight: 600;
}

.top__tabDesc dl dd p {
  padding: calc(16vw / (768 / 100)) 0;
  color: #3d58a0;
  font-size: calc(18vw / (768 / 100));
  line-height: 1.6;
}

.top__guide h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  gap: 8px;
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 1280px) {
  .top__guide h3 {
    margin-top: calc(60vw / (1280 / 100));
    gap: calc(8vw / (1280 / 100));
    font-size: calc(32vw / (1280 / 100));
  }
}

.top__guide h3::before {
  content: "";
  width: 20px;
  height: 32px;
  background: url(../../assets/images/top-guide-head.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 1280px) {
  .top__guide h3::before {
    width: calc(20vw / (1280 / 100));
    height: calc(32vw / (1280 / 100));
  }
}

.top__guide__list {
  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-top: 40px;
}

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

.top__guide__list li {
  -webkit-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1280px) {
  .top__guide__list li {
    -webkit-box-shadow: 0px 0px calc(21vw / (1280 / 100)) -1px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px calc(21vw / (1280 / 100)) -1px rgba(0, 0, 0, 0.5);
  }
}

.top__guide__list li a:hover {
  opacity: 0.6;
}

.top__guide__list li img {
  width: 348px;
}

@media (max-width: 1280px) {
  .top__guide__list li img {
    width: calc(348vw / (1280 / 100));
  }
}

.top__tabGuide {
  margin-top: calc(8vw / (768 / 100));
}

.top__tabGuide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(16vw / (768 / 100));
  gap: calc(16vw / (768 / 100));
}

.top__tabGuide__list li {
  -webkit-box-shadow: 0 0 calc(5vw / (768 / 100)) 0 #777;
          box-shadow: 0 0 calc(5vw / (768 / 100)) 0 #777;
}

.work-text {
  padding-left: 8px;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  .work-text {
    padding-left: calc(8vw / (1280 / 100));
    margin-top: calc(22vw / (1280 / 100));
    font-size: calc(18vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work-text {
    padding: 0 calc(20vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

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

.work__list {
  margin-top: 22px;
}

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

.work__list 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;
  padding: 40px 0;
  border-top: 4px solid #3d58a0;
}

@media (max-width: 1280px) {
  .work__list dl {
    padding: calc(40vw / (1280 / 100)) 0;
    border-top: calc(4vw / (1280 / 100)) solid #3d58a0;
  }
}

@media (max-width: 768px) {
  .work__list dl {
    padding: 0;
    border-top: calc(6vw / (768 / 100)) solid #3d58a0;
  }
}

.work__list dl:nth-of-type(6) {
  border-bottom: 4px solid #3d58a0;
}

@media (max-width: 1280px) {
  .work__list dl:nth-of-type(6) {
    border-bottom: calc(4vw / (1280 / 100)) solid #3d58a0;
  }
}

@media (max-width: 768px) {
  .work__list dl:nth-of-type(6) {
    border-bottom: none;
  }
}

.work__list dl dt {
  width: 65%;
}

@media (max-width: 768px) {
  .work__list dl dt {
    width: 100%;
  }
}

.work__list dl dt h3 {
  padding: 0 0 8px 1rem;
  font-size: 28px;
  font-weight: 600;
  border-bottom: 4px dotted #3d58a0;
}

@media (max-width: 1280px) {
  .work__list dl dt h3 {
    padding: 0 0 calc(8vw / (1280 / 100)) 1rem;
    font-size: calc(28vw / (1280 / 100));
    border-bottom: calc(4vw / (1280 / 100)) dotted #3d58a0;
  }
}

@media (max-width: 768px) {
  .work__list dl dt h3 {
    padding: calc(16vw / (768 / 100)) 0;
    font-size: calc(26vw / (768 / 100));
    font-weight: 300;
    letter-spacing: 0.1rem;
    text-align: center;
  }
}

@media (max-width: 440px) {
  .work__list dl dt h3 {
    font-size: calc(22vw / (440 / 100));
  }
}

.work__list dl dt p {
  padding: 8px 0 0 1rem;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  .work__list dl dt p {
    padding: calc(8vw / (1280 / 100)) 0 0 1rem;
    font-size: calc(18vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .work__list dl dt p {
    padding: calc(32vw / (768 / 100)) calc(40vw / (768 / 100));
    font-size: calc(18vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .work__list dl dt p {
    font-size: calc(16vw / (440 / 100));
  }
}

.work__list dl dt div {
  padding-top: calc(32vw / (768 / 100));
  text-align: center;
}

.work__list dl dt div img {
  -webkit-box-shadow: 0 0 calc(8vw / (768 / 100)) calc(2vw / (768 / 100)) rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 calc(8vw / (768 / 100)) calc(2vw / (768 / 100)) rgba(0, 0, 0, 0.2);
}

.work__list dl dd {
  width: 30%;
}

.work__list dl dd img {
  width: 234px;
}

@media (max-width: 1280px) {
  .work__list dl dd img {
    width: calc(234vw / (1280 / 100));
  }
}

.footer__link1 {
  margin-top: 80px;
  background: #3d58a0;
}

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

@media (max-width: 768px) {
  .footer__link1 {
    background: none;
  }
}

.footer__link1 .container {
  position: relative;
  padding: 24px 0 38px;
}

@media (max-width: 1280px) {
  .footer__link1 .container {
    padding: calc(24vw / (1280 / 100)) 0 calc(38vw / (1280 / 100));
  }
}

.footer__link1__inner {
  width: 80%;
  text-align: center;
}

.footer__link1 h3 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1280px) {
  .footer__link1 h3 {
    font-size: calc(80vw / (1280 / 100));
    text-shadow: 0 calc(2vw / (1280 / 100)) calc(4vw / (1280 / 100)) rgba(0, 0, 0, 0.4);
  }
}

.footer__link1 p {
  margin-top: 8px;
  color: #fff;
  font-size: 22px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1280px) {
  .footer__link1 p {
    margin-top: calc(8vw / (1280 / 100));
    font-size: calc(22vw / (1280 / 100));
    text-shadow: 0 calc(2vw / (1280 / 100)) calc(4vw / (1280 / 100)) rgba(0, 0, 0, 0.4);
  }
}

.footer__link1-button {
  margin-top: 8px;
}

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

.footer__link1-button:hover {
  opacity: 0.6;
  -webkit-transition: 0.12s;
  transition: 0.12s;
}

.footer__link1-button img {
  width: 428px;
}

@media (max-width: 1280px) {
  .footer__link1-button img {
    width: calc(428vw / (1280 / 100));
  }
}

.footer__link1-img {
  position: absolute;
  right: 120px;
  bottom: 0;
  width: 297px;
}

@media (max-width: 1280px) {
  .footer__link1-img {
    right: calc(120vw / (1280 / 100));
    width: calc(297vw / (1280 / 100));
  }
}

.footer__link2 {
  margin-top: 60px;
  padding: 60px 0 80px;
  background: url(../images/footer-link1-bg.png) no-repeat;
  background-size: cover;
  background-position-y: -220px;
  text-align: center;
}

@media (max-width: 1280px) {
  .footer__link2 {
    margin-top: calc(60vw / (1280 / 100));
    padding: calc(60vw / (1280 / 100)) 0 calc(80vw / (1280 / 100));
    background-position-y: calc(-220vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .footer__link2 {
    margin-top: 0;
    background: none;
  }
}

.footer__link2 h3 {
  color: #fff;
  font-size: 44px;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  .footer__link2 h3 {
    font-size: calc(44vw / (1280 / 100));
  }
}

.footer__link2-button {
  margin-top: 32px;
}

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

.footer__link2-button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  margin: 0 auto;
  padding: 26px;
  border: 3px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .footer__link2-button a {
    width: calc(360vw / (1280 / 100));
    padding: calc(26vw / (1280 / 100));
    border: calc(3vw / (1280 / 100)) solid #fff;
  }
}

.footer__link2-button a:hover {
  padding: 26px 58px;
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1280px) {
  .footer__link2-button a:hover {
    padding: calc(26vw / (1280 / 100)) calc(58vw / (1280 / 100));
  }
}

.footer__link2-button a:hover img {
  right: -60px;
}

@media (max-width: 1280px) {
  .footer__link2-button a:hover img {
    right: calc(-60vw / (1280 / 100));
  }
}

.footer__link2-button a p {
  color: #fff;
  font-size: 34px;
}

@media (max-width: 1280px) {
  .footer__link2-button a p {
    font-size: calc(34vw / (1280 / 100));
  }
}

.footer__link2-button a img {
  position: absolute;
  width: 25px;
  height: 27px;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1280px) {
  .footer__link2-button a img {
    width: calc(25vw / (1280 / 100));
    height: calc(27vw / (1280 / 100));
    right: calc(22vw / (1280 / 100));
  }
}

.footer-copy {
  color: #fff;
  padding: 60px 0 120px;
  font-size: 14px;
  text-align: center;
  background: #3d58a0;
}

@media (max-width: 1280px) {
  .footer-copy {
    padding: calc(60vw / (1280 / 100)) 0 calc(120vw / (1280 / 100));
    font-size: calc(14vw / (1280 / 100));
  }
}

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

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

.contact {
  max-width: 880px;
  margin: 60px auto;
  padding: 16px 0;
  border: 1px solid #eaeaea;
}

@media (max-width: 1280px) {
  .contact {
    margin: calc(60vw / (1280 / 100)) auto;
    padding: calc(16vw / (1280 / 100)) 0;
  }
}

@media (max-width: 768px) {
  .contact {
    margin-top: calc(-32vw / (768 / 100));
    padding-top: calc(92vw / (768 / 100));
  }
}

.contact-title {
  margin: 0 10%;
  padding-bottom: 12px;
  font-size: 48px;
  text-align: center;
  border-bottom: 2px solid #888;
}

@media (max-width: 1280px) {
  .contact-title {
    padding-bottom: calc(12vw / (1280 / 100));
    font-size: calc(48vw / (1280 / 100));
  }
}

.contact-form {
  padding: 60px 10%;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px 0;
  font-size: 22px;
  text-align: left;
}

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

@media (max-width: 768px) {
  .form {
    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;
  padding: 0 3%;
}

@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%;
    text-align: center;
  }
}

.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-left: -4px;
  padding: 6px 10px;
  color: #ff0000;
  font-size: 22px;
  border-radius: 8px;
}

@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(22vw / (1280 / 100));
    border-radius: calc(8vw / (1280 / 100));
  }
}

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

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

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

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

@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));
    text-align: left;
  }
}

.form-box-input textarea {
  width: 100%;
  height: 260px;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 4px;
  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-textarea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-textarea .form-box-label {
  margin-right: auto;
}

.form-textarea .form-box-input {
  width: 100%;
}

.form-desc {
  text-align: center;
}

.form-desc span {
  color: #ff0000;
}

.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 {
  position: relative;
  width: 100%;
  padding: 18px 32px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.3rem;
  text-align: center;
  border-radius: 2px;
  background: #666;
  -webkit-box-shadow: 6px 6px 6px #999999;
          box-shadow: 6px 6px 6px #999999;
  cursor: pointer;
}

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

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

.form-submit input:hover {
  top: -4px;
  -webkit-box-shadow: 9px 9px 8px #999999;
          box-shadow: 9px 9px 8px #999999;
}

.form-submit input:active {
  top: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header {
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .header {
    z-index: 10;
  }
}

.header__top {
  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;
}

@media (max-width: 768px) {
  .header__top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .header__top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
}

.header__top__logo {
  width: 40%;
  padding-top: 12px;
}

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

@media (max-width: 768px) {
  .header__top__logo {
    width: 100%;
    text-align: right;
  }
}

.header__top__logo p {
  font-size: 16px;
}

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

@media (max-width: 768px) {
  .header__top__logo p {
    font-size: calc(21vw / (768 / 100));
  }
}

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

.header__top__logo h1 {
  font-size: 42px;
}

@media (max-width: 1280px) {
  .header__top__logo h1 {
    font-size: calc(42vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .header__top__logo h1 {
    font-size: calc(52vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .header__top__logo h1 {
    font-size: calc(34vw / (440 / 100));
  }
}

.header__top__info {
  padding-top: 12px;
}

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

.header__top__info dt {
  font-size: 16px;
}

@media (max-width: 1280px) {
  .header__top__info dt {
    font-size: calc(16vw / (1280 / 100));
  }
}

.header__top__info dd {
  font-size: 42px;
}

@media (max-width: 1280px) {
  .header__top__info dd {
    font-size: calc(42vw / (1280 / 100));
  }
}

.header__top__form a {
  position: relative;
  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;
  padding: 40px 32px 0;
  gap: 12px;
  background: #3d58a0;
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1280px) {
  .header__top__form a {
    padding: calc(40vw / (1280 / 100)) calc(32vw / (1280 / 100)) 0;
    gap: calc(12vw / (1280 / 100));
    -webkit-transform: translateY(calc(-22vw / (1280 / 100)));
            transform: translateY(calc(-22vw / (1280 / 100)));
  }
}

.header__top__form a::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -29px;
  height: 30px;
  border-top: 30px solid #3d58a0;
  border-right: 132px solid transparent;
  border-left: 132px solid transparent;
}

@media (max-width: 1280px) {
  .header__top__form a::after {
    bottom: calc(-29vw / (1280 / 100));
    height: calc(30vw / (1280 / 100));
    border-top: calc(30vw / (1280 / 100)) solid #3d58a0;
    border-right: calc(132vw / (1280 / 100)) solid transparent;
    border-left: calc(132vw / (1280 / 100)) solid transparent;
  }
}

.header__top__form a:hover {
  opacity: 0.7;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__top__form img {
  width: 27px;
}

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

.header__top__form p {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

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

.header__top__form p span {
  font-size: 16px;
}

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

.header__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 140px;
  background: url(../images/header-banner-bg.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

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

@media (max-width: 768px) {
  .header__banner {
    background: url(../images/header-banner-bg-tab.png) no-repeat;
    background-size: cover;
  }
}

.header__banner .container {
  position: relative;
}

.header__banner .right {
  margin-top: -24px;
  text-align: center;
}

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

@media (max-width: 1280px) {
  .header__banner .img1 {
    width: calc(356vw / (1280 / 100));
  }
}

@media (max-width: 1280px) {
  .header__banner .img2 {
    width: calc(572vw / (1280 / 100));
  }
}

.header__banner .button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1280px) {
  .header__banner .button {
    width: calc(387vw / (1280 / 100));
  }
}

.header__banner .button:hover {
  opacity: 0.7;
}

.header__banner .line {
  position: absolute;
  bottom: 0;
  left: 160px;
  padding: 12px 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #fff;
}

@media (max-width: 1280px) {
  .header__banner .line {
    left: calc(160vw / (1280 / 100));
    padding: calc(12vw / (1280 / 100)) calc(24vw / (1280 / 100));
    border-top-left-radius: calc(12vw / (1280 / 100));
    border-top-right-radius: calc(12vw / (1280 / 100));
  }
}

@media (max-width: 1280px) {
  .header__banner .line img {
    width: calc(155vw / (1280 / 100));
  }
}

.header__banner-tabImg {
  margin-top: calc(22vw / (768 / 100));
}

.header__banner-tabButton {
  position: absolute;
  bottom: calc(-116vw / (768 / 100));
  width: 100%;
  text-align: center;
}

.header__banner-tabButton img {
  width: calc(613vw / (768 / 100));
}

.header__banner-point {
  position: relative;
  height: 523px;
  z-index: -2;
}

@media (max-width: 1280px) {
  .header__banner-point {
    height: calc(523vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .header__banner-point {
    height: calc(568vw / (768 / 100));
  }
}

.header__nav {
  border-bottom: 3px solid #3d58a0;
}

@media (max-width: 1280px) {
  .header__nav {
    border-bottom: calc(3vw / (1280 / 100)) solid #3d58a0;
  }
}

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

.header__nav ul {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__nav ul li {
  color: #3d58a0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.06rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1280px) {
  .header__nav ul li {
    font-size: calc(22vw / (1280 / 100));
  }
}

.header__nav ul li:hover {
  color: #fff;
  background: #3d58a0;
}

.header__nav ul li a {
  display: inline-block;
  padding: 24px 28px;
}

@media (max-width: 1280px) {
  .header__nav ul li a {
    padding: calc(24vw / (1280 / 100)) calc(28vw / (1280 / 100));
  }
}

.header__nav ul li a:hover {
  color: #fff;
}

.header__tabButton {
  position: fixed;
  width: calc(42vw / (768 / 100));
  height: calc(32vw / (768 / 100));
  left: calc(32vw / (768 / 100));
  top: calc(30vw / (768 / 100));
}

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

.header__tabButton span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(-14vw / (768 / 100));
  width: 100%;
  height: calc(7vw / (768 / 100));
  background: #3d58a0;
}

.header__tabButton span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: calc(14vw / (768 / 100));
  width: 100%;
  height: calc(7vw / (768 / 100));
  background: #3d58a0;
}

.header__tabNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.header__tabNav-active {
  opacity: 1 !important;
  visibility: visible;
}

.header__tabNav-close {
  position: absolute;
  top: calc(12vw / (768 / 100));
  right: calc(12vw / (768 / 100));
  width: calc(50vw / (768 / 100));
}

.header__tabNav h3 {
  margin-top: calc(40vw / (768 / 100));
  color: #fff;
  font-size: calc(32vw / (768 / 100));
  font-weight: 600;
  text-align: center;
}

.header__tabNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(22vw / (768 / 100));
  padding: 0 3%;
  gap: calc(16vw / (768 / 100));
  color: #fff;
}

.header__tabNav ul li {
  width: 100%;
  margin: 0 auto;
  font-size: calc(22vw / (768 / 100));
  text-align: center;
  border: 1px solid #fff;
}

.header__tabNav ul li a {
  display: inline-block;
  width: 100%;
  padding: calc(40vw / (768 / 100)) 0;
}

.sideBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

@media (max-width: 1280px) {
  .sideBar {
    gap: calc(16vw / (1280 / 100));
  }
}

.sideBar div {
  width: 100%;
  text-align: right;
}

.sideBar div:nth-of-type(2) img {
  width: 248px;
}

@media (max-width: 1280px) {
  .sideBar div:nth-of-type(2) img {
    width: calc(248vw / (1280 / 100));
  }
}

.sideBar div img {
  width: 232px;
}

@media (max-width: 1280px) {
  .sideBar div img {
    width: calc(232vw / (1280 / 100));
  }
}

.tabLink {
  color: #484848;
  font-weight: 600;
}

.tabLink .flex dl {
  width: 50%;
  border-top: 1px solid #d7d7da;
}

.tabLink .flex dl:nth-of-type(1) {
  border-right: 1px solid #d7d7da;
}

.tabLink .flex dl a {
  gap: calc(12vw / (768 / 100));
}

.tabLink .flex dl a dd {
  font-size: calc(28vw / (768 / 100));
}

.tabLink dl {
  border-bottom: 1px solid #d7d7da;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(43%, #faf7f8), color-stop(56%, #ece7e9), to(#ece7e9));
  background: linear-gradient(to bottom, #fff 0%, #faf7f8 43%, #ece7e9 56%, #ece7e9 100%);
}

.tabLink dl a {
  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;
  padding: calc(26vw / (768 / 100)) 0;
  gap: calc(32vw / (768 / 100));
}

.tabLink dl a dt .tel {
  width: calc(72vw / (768 / 100));
}

.tabLink dl a dt .form {
  width: calc(64vw / (768 / 100));
}

.tabLink dl a dt .line {
  width: calc(88vw / (768 / 100));
}

.tabLink dl a dd {
  font-size: calc(36vw / (768 / 100));
}
/*# sourceMappingURL=style.css.map */