/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(html) {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */
:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, pre, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(button) {
  text-transform: none;
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}
/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(select) {
  text-transform: none;
}
/**
 * Remove the margin in Firefox and Safari.
 */
:where(textarea) {
  margin: 0;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:where(:-moz-ui-invalid) {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
:where(dialog:not([open])) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
:where(summary) {
  display: list-item;
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  letter-spacing: 0.025em;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #3468A7;
  background: #fff;
}
img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
dd {
  margin: 0;
}
object,
embed {
  vertical-align: top;
}
a {
  color: inherit;
  transition: all 0.3s ease;
  text-decoration: none;
}
:focus {
  outline: none;
}
table {
  border-style: solid;
  border-collapse: collapse;
  border-width: 0;
}
th,
td {
  border-style: solid;
}
th {
  white-space: nowrap;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}
small {
  font-size: 77.7777%;
}
input,
select,
option,
textarea {
  color: inherit;
  font-size: 16px;
  background: #fff;
}
.cf::before,
.cf::after {
  content: "";
  display: table;
}
.cf::after {
  clear: both;
}
.pc {
  display: none;
}
@media screen and (min-width: 480px) {
  .pc {
    display: inline;
  }
}
@media screen and (min-width: 480px) {
  .sp {
    display: none;
  }
}
.wrapper {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 480px) {
  .wrapper {
    min-width: 1320px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 50px;
  background: rgba(52, 104, 167, 0.9);
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .header {
    height: 80px;
    min-width: 1320px;
    display: flex;
    justify-content: space-between;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
}
@media screen and (min-width: 480px) {
  .header__inner {
    justify-content: space-between;
  }
}
.header__menuBtn {
  display: block;
  width: 30px;
  height: 20px;
  padding: 15px 20px;
  position: relative;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 480px) {
  .header__menuBtn {
    display: none;
  }
}
.header__menuBtn ._inner {
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: all 0.3s ease;
}
.header__menuBtn ._inner::before, .header__menuBtn ._inner::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform-origin: center center;
}
.header__menuBtn ._inner::before {
  top: -9px;
  transition: top 0.3s ease 0.3s, transform 0.3s ease;
}
.header__menuBtn ._inner::after {
  bottom: -9px;
  transition: bottom 0.3s ease 0.3s, transform 0.3s ease;
}
.header__menuBtn.on ._inner {
  background: rgba(255, 255, 255, 0);
}
.header__menuBtn.on ._inner::before {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.3s ease, transform 0.3s ease 0.3s;
}
.header__menuBtn.on ._inner::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.3s ease, transform 0.3s ease 0.3s;
}
.header__logo {
  width: 127px;
  height: auto;
  margin: auto;
  line-height: 0;
}
@media screen and (min-width: 480px) {
  .header__logo {
    width: 179px;
    margin: 0;
    padding: 0 0 0 30px;
  }
}
.header__tel {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 480px) {
  .header__tel {
    display: none;
  }
}
.header__tel a {
  display: block;
  width: 20px;
  height: 28px;
  box-sizing: content-box;
  padding: 11px 20px;
}
.menu {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .menu {
    color: #fff;
    font-weight: 700;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    opacity: 1;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: flex-end;
    background: none;
  }
}
.menu.show {
  height: calc(100vh - 50px);
}
.menu__inner {
  height: 100%;
  background: rgba(205, 222, 242, 0.95);
  transform: translate(0, -100%);
  transition: all 0.6s ease;
}
@media screen and (min-width: 480px) {
  .menu__inner {
    transform: none;
    background: none;
  }
}
.menu.show .menu__inner {
  transform: translate(0, 0);
}
.menu__list {
  color: #3468A7;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .menu__list {
    color: #fff;
    display: flex;
    padding: 0 15px 0 0;
  }
}
.menu__item {
  border-bottom: 1px solid #3468A7;
}
@media screen and (min-width: 480px) {
  .menu__item {
    border: none;
    line-height: 20px;
  }
}
.menu__item a {
  color: inherit;
  display: block;
  padding: 6.6666666667%;
}
@media screen and (min-width: 480px) {
  .menu__item a {
    padding: 15px 20px;
  }
}
.menu__tel {
  width: 89.3333333333%;
  margin: 10.6666666667% auto;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .menu__tel {
    width: 260px;
    margin: 0 0 0 20px;
  }
}
.menu__tel a {
  display: block;
  color: #fff;
  background: #3468A7;
  padding: 4.776119403%;
}
@media screen and (min-width: 480px) {
  .menu__tel a {
    padding: 19px 0 18px;
  }
}
.menu__telText {
  font-size: 11px;
  margin: 0 0 1px;
}
.menu__telNumber {
  font-size: 24px;
  font-family: "Lora", serif;
  line-height: 1;
}
.menu__telNumber img {
  width: 23px;
  height: auto;
  margin: 1px 10px 0 0;
}
.contents__inner {
  padding: 121.8666666667vw 0 0;
}
@media screen and (min-width: 480px) {
  .contents__inner {
    padding: 100vh 0 0;
  }
}
.contents__inner--thanks {
  padding: 0;
}
.top {
  background-image: url(../img/fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 121.8666666667vw;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 30px;
}
@media screen and (min-width: 480px) {
  .top {
    background-size: cover;
    background-position: center;
    height: 100vh;
    min-width: 1320px;
    min-height: 640px;
  }
}
.top__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.8vw;
  height: 100%;
}
@media screen and (min-width: 480px) {
  .top__inner {
    gap: 40px;
  }
}
.top__catch {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.347826087;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  .top__catch {
    font-size: 40px;
  }
}
.top__logo {
  width: 38.1333333333vw;
}
@media screen and (min-width: 480px) {
  .top__logo {
    width: 241px;
  }
}
.top__text {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .top__text {
    font-size: 23px;
  }
}
.top__scroll {
  width: 9.0666666667vw;
  position: absolute;
  z-index: 1;
  bottom: 4.2666666667vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 480px) {
  .top__scroll {
    width: 55px;
    bottom: 35px;
  }
}
.anchor {
  height: 0;
  line-height: 0;
  margin: -50px 0 0;
  padding: 50px 0 0;
}
@media screen and (min-width: 480px) {
  .anchor {
    margin: -80px 0 0;
    padding: 80px 0 0;
  }
}
.section {
  position: relative;
  background: #fff;
}
.section--bg {
  background: rgba(205, 222, 242, 0.95);
}
.section__inner {
  width: 86.6666666667%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (min-width: 480px) {
  .section__inner {
    width: 1290px;
    padding: 120px 0;
  }
}
.section__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 480px) {
  .section__heading {
    font-size: 22px;
    margin: 10px 0 0;
  }
}
.section__headingEn {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 480px) {
  .section__headingEn {
    font-size: 36px;
  }
}
.section__copy {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  margin: 30px 0;
}
@media screen and (min-width: 480px) {
  .section__copy {
    font-size: 26px;
    margin: 60px 0 0;
  }
}
.section__text {
  font-size: 14px;
  line-height: 1.7142857143;
  margin: 1em 0;
}
@media screen and (min-width: 480px) {
  .section__text {
    font-size: 16px;
    text-align: center;
  }
}
.section__btn {
  width: 84.5070422535%;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 480px) {
  .section__btn {
    width: 320px;
  }
}
.section__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  background: #3468A7;
  box-sizing: border-box;
}
.section__contactArea {
  margin: 70px auto 0;
}
.section__contactHeading {
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .section__contactHeading {
    font-size: 26px;
  }
}
.section__contactText {
  font-size: 16px;
  line-height: 1.7142857143;
  text-align: center;
  margin: 10px 0 30px;
}
@media screen and (min-width: 480px) {
  .section__contactText {
    text-align: center;
  }
}
.section__contactBtn a {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: #3468A7;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: auto;
  padding: 15px;
  box-sizing: border-box;
}
.section__tel {
  color: #3468A7;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 16px 0 0;
}
.about__image {
  margin: 30px 0 0;
  text-align: center;
}
.about__image img {
  width: 100%;
  max-width: 403px;
}
.worksList {
  max-width: 300px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .worksList {
    max-width: 1180px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px auto 0;
  }
}
.worksList__item {
  margin: 21.3333333333% 0 0;
  color: #3468A7;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 480px) {
  .worksList__item {
    margin: 0;
    width: 280px;
  }
}
.worksList__body {
  padding: 20px 0;
}
.worksList__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4444444444;
  margin: 0 0 10px;
}
.worksList__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  margin: 0;
}
.recruitList {
  max-width: 300px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .recruitList {
    max-width: 1180px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px auto 0;
  }
}
.recruitList__item {
  margin: 21.3333333333% 0 0;
  color: #3468A7;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 480px) {
  .recruitList__item {
    margin: 0;
    width: 280px;
  }
}
.recruitList__body {
  padding: 20px 0;
}
.recruitList__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4444444444;
  margin: 0 0 10px;
}
.recruitList__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  margin: 0;
}
.recruitList__body {
  padding: 20px 10px;
  background: #fff;
}
.reasonsList,
.flowList,
.scheduleList,
.stepList {
  max-width: 300px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .reasonsList,
  .flowList,
  .scheduleList,
  .stepList {
    max-width: 1180px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px auto 0;
  }
}
.reasonsList__item,
.flowList__item,
.scheduleList__item,
.stepList__item {
  margin: 21.3333333333% 0 0;
  color: #3468A7;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 480px) {
  .reasonsList__item,
  .flowList__item,
  .scheduleList__item,
  .stepList__item {
    margin: 0;
    width: 280px;
  }
}
.reasonsList__body,
.flowList__body,
.scheduleList__body,
.stepList__body {
  padding: 20px 0;
}
.reasonsList__title,
.flowList__title,
.scheduleList__title,
.stepList__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4444444444;
  margin: 0 0 10px;
}
.reasonsList__text,
.flowList__text,
.scheduleList__text,
.stepList__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .reasonsList,
  .flowList,
  .scheduleList,
  .stepList {
    gap: 40px;
  }
}
.reasonsList__item,
.flowList__item,
.scheduleList__item,
.stepList__item {
  background: none;
}
@media screen and (min-width: 480px) {
  .reasonsList__item,
  .flowList__item,
  .scheduleList__item,
  .stepList__item {
    width: 260px;
  }
}
.reasonsList__image,
.flowList__image,
.scheduleList__image,
.stepList__image {
  max-width: 260px;
}
.reasonsList__title,
.flowList__title,
.scheduleList__title,
.stepList__title {
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .stepList {
    justify-content: center;
  }
}
.step {
  border-top: 1px solid #3468A7;
}
.requirements {
  border-top: 1px solid #3468A7;
}
.requirements__heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4545454545;
  text-align: center;
  margin: 0 0 40px;
}
.jobTable,
.companyTable {
  margin: 30px auto 0;
}
@media screen and (min-width: 480px) {
  .jobTable,
  .companyTable {
    display: table;
    width: 100%;
    max-width: 942px;
    margin: 60px auto 0;
    border-top: 1px solid #3468A7;
  }
}
.jobTable__inner,
.companyTable__inner {
  border-top: 1px solid #3468A7;
}
@media screen and (min-width: 480px) {
  .jobTable__inner,
  .companyTable__inner {
    display: table-row-group;
    width: 100%;
    border: none;
  }
}
.jobTable__item,
.companyTable__item {
  border-bottom: 1px solid #3468A7;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 480px) {
  .jobTable__item,
  .companyTable__item {
    display: table-row;
    width: 100%;
  }
}
.jobTable__title,
.companyTable__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 480px) {
  .jobTable__title,
  .companyTable__title {
    display: table-cell;
    width: 200px;
    border-bottom: 1px solid #3468A7;
    padding: 20px 0;
  }
}
.jobTable__data,
.companyTable__data {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
}
@media screen and (min-width: 480px) {
  .jobTable__data,
  .companyTable__data {
    font-size: 16px;
    display: table-cell;
    border-bottom: 1px solid #3468A7;
    padding: 20px 0;
  }
}
.jobTable__data p,
.companyTable__data p {
  margin: 0;
}
.jobTable__data p + p,
.companyTable__data p + p {
  margin: 1em 0;
}
.jobTable__data ul,
.companyTable__data ul {
  padding: 0 0 0 1em;
}
.jobTable__data ul li,
.companyTable__data ul li {
  text-indent: -1em;
}
.faq__section:first-child {
  margin: 30px auto 0;
}
@media screen and (min-width: 480px) {
  .faq__section:first-child {
    margin: 60px auto 0;
  }
}
.faq__section {
  margin: 60px auto 0;
}
@media screen and (min-width: 480px) {
  .faq__section {
    max-width: 942px;
    margin: 80px auto 0;
  }
}
.faq__subHeading {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media screen and (min-width: 480px) {
  .faq__subHeading {
    font-size: 20px;
  }
}
.qa {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.qa__q {
  display: flex;
}
.qa__q ._head {
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 17px;
  background: #3468A7;
  width: 40px;
  display: grid;
  place-content: center;
  flex-shrink: 0;
}
@media screen and (min-width: 480px) {
  .qa__q ._head {
    font-size: 29px;
    width: 63px;
  }
}
.qa__q ._body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.625;
  background: #fff;
  padding: 8px 18px;
  flex: 1;
}
@media screen and (min-width: 480px) {
  .qa__q ._body {
    font-size: 18px;
    padding: 19px 40px;
  }
}
.qa__a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0 0;
}
@media screen and (min-width: 480px) {
  .qa__a {
    font-size: 16px;
    padding: 18px 30px 0 103px;
  }
}
.company__contact {
  text-align: center;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 480px) {
  .company__contact {
    padding: 80px 0 70px;
  }
}
.company__contactHeading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.625;
}
.company__tel {
  font-family: "Lora", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2777777778;
  letter-spacing: 0;
}
.company__fax {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}
.company__hours {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.company__cert {
  text-align: center;
}
.company__cert img {
  width: 100%;
  max-width: 505px;
}
.map {
  position: relative;
}
.map iframe {
  width: 100%;
  vertical-align: top;
}
.contact {
  background: rgba(205, 222, 242, 0.95);
}
.contact__desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  margin: 30px 0 0;
  padding: 0 10px;
}
@media screen and (min-width: 480px) {
  .contact__desc {
    font-size: 19px;
    text-align: center;
    line-height: 2;
    margin: 70px 0 110px;
  }
}
@media screen and (min-width: 480px) {
  .radioBtn {
    display: flex;
    gap: 30px;
    line-height: 30px;
    margin: -50px 0 0;
  }
}
.thanks {
  background: rgba(205, 222, 242, 0.95);
  display: flex;
  align-items: center;
  height: 100vh;
}
@media screen and (min-width: 480px) {
  .thanks__heading {
    font-size: 39px;
    letter-spacing: 0;
  }
}
.thanks__inner {
  margin: auto;
}
.thanks__desc {
  font-size: 15px;
  text-align: center;
  margin: 6.1971830986% 0 0;
  padding: 0 10px;
}
@media screen and (min-width: 480px) {
  .thanks__desc {
    font-size: 19px;
    text-align: center;
    line-height: 2;
    margin: 75px 0;
  }
}
.thanks__btn {
  margin: 43.0985915493% auto 0;
}
@media screen and (min-width: 480px) {
  .thanks__btn {
    margin: 130px auto 0;
  }
}
.thanks__btn a {
  border: 1px solid #fff;
}
.form {
  margin: 7.6056338028% 0 0;
}
@media screen and (min-width: 480px) {
  .form {
    margin: 35px 0 0;
  }
}
.form__field {
  margin: 20px 0 0;
}
.form__field:first-child {
  margin: 0;
}
.form__note {
  font-size: 12px;
  color: #fff;
  margin: 0 0 20px;
}
.form input[type=text], .form input[type=tel], .form input[type=email], .form textarea {
  border: none;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 10px;
  vertical-align: top;
}
@media screen and (min-width: 480px) {
  .form input[type=text], .form input[type=tel], .form input[type=email], .form textarea {
    padding: 13px 10px;
  }
}
.form input[type=text]._error, .form input[type=tel]._error, .form input[type=email]._error, .form textarea._error {
  border: 2px solid #3468A7;
}
.form textarea {
  line-height: 1.7;
  height: 200px;
}
@media screen and (min-width: 480px) {
  .form textarea {
    height: 244px;
  }
}
.form input[disabled], .form textarea[disabled] {
  background: none;
}
@media screen and (min-width: 480px) {
  .form__inner {
    margin: 35px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .form__left {
    width: 590px;
  }
  .form__right {
    width: 610px;
  }
}
.subject {
  font-size: 18px;
}
.subject input {
  margin: 0 10px 0 0;
}
.submitBtn {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84.5070422535%;
  max-width: 240px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  margin: 11.2676056338% auto 0;
  padding: 18px;
  background: #3468A7;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .submitBtn {
    width: 320px;
    margin: 70px auto 0;
  }
}
.footer {
  color: #3468A7;
  text-align: center;
  background: #fff;
  padding: 12% 0;
  position: relative;
}
@media screen and (min-width: 480px) {
  .footer {
    padding: 70px 0;
  }
}
.footer__copyright {
  font-size: 12px;
}
.footer__copyright small {
  font-size: inherit;
  font-style: inherit;
}
.anm {
  opacity: 0;
  transition: all 1s ease 0.5s;
}
.anm.show {
  opacity: 1;
}
/*# sourceMappingURL=common.css.map */