@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Lato:wght@400;600;700&display=swap);
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
a {
  color: #0790d8;
}
@media (hover: hover) {
  a {
    transition: 0.15s ease-out;
  }
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  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] {
  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;
}
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
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]:focus {
  outline: auto;
}
table {
  border-color: inherit;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
@font-face {
  font-family: icons;
  src: url("../media/files/fonts/icons.woff2") format("woff2"), url("../media/files/fonts/icons.woff") format("woff");
}
* {
  font-family: Lato, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (max-width: 576px) {
  * {
    font-family: sans-serif;
  }
}
html {
  font-size: 93.75%;
  line-height: 1.5;
  color: #444;
}
@media screen and (max-width: 576px) {
  html {
    font-size: 13.5px;
  }
}
i {
  font-family: icons;
  font-size: 21px;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
}
.scrollLock {
  overflow: hidden;
}
.button {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
  background-color: #0790d8;
  border-radius: 40px;
}
@media (hover: hover) {
  .button {
    transition: background-color 0.15s ease-out;
  }
  .button:hover {
    background-color: #0677b3;
  }
}
.button--hidden {
  display: none;
}
.button--icon {
  justify-content: center;
  width: 40px;
}
.button--small {
  height: 34px;
  font-size: 0.8rem;
}
.button--smallIcon {
  justify-content: center;
  width: 34px;
  height: 34px;
}
.button--globalNav {
  position: relative;
  width: 34px;
  height: 34px;
}
.button--globalNav span {
  position: absolute;
  left: 10px;
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  transition: all 0.25s;
}
.button--globalNav span:nth-of-type(1) {
  top: calc(35% - 1px);
}
.button--globalNav span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.button--globalNav span:nth-of-type(3) {
  top: calc(65% - 1px);
}
.button--globalNav--open span:nth-of-type(1) {
  transform: translateY(5px) rotate(135deg);
}
.button--globalNav--open span:nth-of-type(2) {
  opacity: 0;
}
.button--globalNav--open span:nth-of-type(3) {
  transform: translateY(-5px) rotate(-135deg);
}
.button i {
  color: #fff;
}
.globalNav {
  background-color: #0790d8;
  position: fixed;
  top: 70px;
  z-index: 4;
  display: none;
  place-items: center;
  width: 100vw;
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
  overflow-y: auto;
}
.globalNav--open {
  display: grid;
}
.globalNav__container {
  width: 70vw;
  padding: 32px 0;
}
@media screen and (max-width: 576px) {
  .globalNav__container {
    width: 90vw;
  }
}
.globalNav ul:first-child {
  padding: 0;
  margin: 0;
  border-top: none;
}
.globalNav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0 0;
  margin: 32px 0 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.globalNav ul li {
  width: 50%;
  padding: 8px;
}
.globalNav ul li a {
  display: flex;
  align-items: center;
  transition: color 0.15s ease-out;
}
.globalNav ul li a:hover {
  color: #ccc;
}
.globalNav ul li a i {
  margin: 0 8px 0 0;
  font-size: 24px;
}
.header {
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  gap: 8px;
  width: 100%;
  min-width: 980px;
  height: 70px;
  padding: 0 16px;
  line-height: 0;
}
@media screen and (max-width: 576px) {
  .header {
    grid-template-columns: 1fr auto auto;
    padding: 0 8px;
  }
}
@media screen and (max-width: 576px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
}
.header--fullHeight {
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .header--fullHeight {
    position: fixed;
  }
}
.header__logo {
  display: grid;
  place-items: center;
}
.header__logo img {
  height: 38px;
}
@media screen and (max-width: 576px) {
  .header__logo {
    display: none;
  }
}
.header__logo--narrow {
  display: none;
}
.header__logo--narrow img {
  height: 40px;
}
@media screen and (max-width: 576px) {
  .header__logo--narrow {
    display: grid;
    justify-content: left;
    order: 1;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .header__nav--left {
    order: 3;
  }
}
.header__nav--right {
  justify-content: right;
}
@media screen and (max-width: 576px) {
  .header__nav--right {
    order: 2;
  }
}
.header__nav--right .button {
  margin: 0 0 0 8px;
}
@media screen and (max-width: 576px) {
  .header__nav--right .button--bgm {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .header__nav--right .button--mypage i {
    display: none;
  }
}
.footer {
  background-color: #254069;
}
.footer--home, .footer--category {
  position: fixed;
  bottom: 0;
  width: auto;
}
@media screen and (max-width: 576px) {
  .footer--home, .footer--category {
    position: static;
    display: block !important;
  }
}
.footer--home {
  left: 50%;
  background-color: rgba(0, 0, 0, 0);
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .footer--home {
    margin: 24px 0 0;
    background-color: #254069;
    transform: none;
  }
}
.footer--home .footer__copyright {
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .footer--home .footer__copyright {
    color: #fff;
  }
}
.footer--category {
  width: 100vw;
}
.footer--category .footer__copyright {
  line-height: 32px;
  color: #fff;
}
.footer__copyright {
  width: fit-content;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 48px;
  color: #fff;
}
.breadcrumb {
  display: flex;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.breadcrumb li::after {
  margin: 0 3px;
  font-family: icons;
  font-size: 16px;
  content: "";
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li a:hover {
  color: #aaa;
}
.tab {
  display: flex;
  padding: 16px 16px 0;
  background-color: #254069;
  border-radius: 12px 12px 0 0;
}
.tab__item {
  width: 100%;
  padding: 12px 12px 18px;
  color: #fff;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.tab__item--selected {
  color: #444;
  background-color: #f3f3f3;
}
.horizontalCard {
  display: block;
  display: flex;
  padding: 16px;
  color: #444;
  background-color: #fff;
  border-radius: 6px;
}
.horizontalCard__header {
  display: flex;
}
.horizontalCard__headerItem {
  margin: 0 16px 0 0;
}
.horizontalCard__body {
  flex: 1;
}
body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 100vh;
  min-height: 100dvh;
}
@media screen and (max-width: 576px) {
  body {
    grid-template-rows: auto 1fr auto;
  }
}
.pageHeader {
  min-width: 980px;
}
@media screen and (max-width: 576px) {
  .pageHeader {
    min-width: 100%;
    margin: 70px 0 0;
  }
}
.pageHeader__breadcrumb {
  padding: 8px 24px;
  font-size: 0.875rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 576px) {
  .pageHeader__breadcrumb {
    padding: 8px;
  }
}
.pageHeader__title {
  padding: 24px;
  font-size: 2rem;
  color: #fff;
  background-color: #0790d8;
}
@media screen and (max-width: 576px) {
  .pageHeader__title {
    padding: 8px;
    font-size: 1.6rem;
  }
}
.pageBody {
  min-width: 980px;
  padding: 48px;
  background-color: #f3f7fa;
  background-image: url("../media/images/common/bg_page.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
@media screen and (max-width: 576px) {
  .pageBody {
    min-width: 100%;
    padding: 16px;
  }
}
.pageBody__frame {
  max-width: 980px;
  padding: 48px;
  margin: 0 auto;
  background-color: #f3f3f3;
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .pageBody__frame {
    padding: 16px;
  }
}
.pageBody__tab {
  margin: -48px -48px 0;
}
@media screen and (max-width: 576px) {
  .pageBody__tab {
    margin: -16px -16px 0;
  }
}
.pageBody__tabContent {
  margin: 48px 0 0 0;
}
@media screen and (max-width: 576px) {
  .pageBody__tabContent {
    margin: 24px 0 0 0;
  }
}
.pageBody__tabContent li {
  margin: 24px 0 0 0;
}
.pageBody__frame--white {
  background-color: #fff;
}
input, textarea, select {
  border: 1px solid #aaa;
  padding: 6px 7px;
  appearance: auto;
  background-color: #fff;
}
textarea {
  margin-top: 10px;
  width: 100%;
}
.redtx {
  padding: 5px 0 0 0;
  color: #e01212;
  font-weight: 700;
  font-size: 12px;
  margin-top: 2px;
  display: block;
}
.ico-must {
  background-color: #e01212;
  color: #fff;
  font-size: 11px;
  margin: 0 0.6em;
  padding: 0.4em 0.5em 0.5em;
  line-height: 1;
  display: inline-block;
}
.error {
  background: #fff7f9;
  border: 2px solid #e01212;
  padding: 1em;
  color: #e01212;
  font-weight: 700;
  margin-bottom: 2em;
  line-height: 1.4;
  text-align: center;
}
.areaTtl {
  text-align: left;
  font-weight: 700;
  background-color: #036eb8;
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border-radius: 5px;
}
@media screen and (min-width: 577px) {
  .areaTtl {
    text-align: center;
    font-size: 20px;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
  }
}
.form__row {
  padding: 0 0 2em;
  text-align: left;
}
.form__row--sub {
  padding: 1em;
  background-color: #eaeaea;
  display: none;
  margin-bottom: 3em;
}
.form__row--sub--show {
  display: block;
}
.formTtl {
  text-align: left;
  background-color: #d2eaf5;
  padding: 0.9em 1em 1em;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
  border-radius: 5px;
}
.formTtl--required::before {
  content: "必須";
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  width: 3em;
  background: #e01212;
  color: #fff;
  font-size: 12px;
  padding: 0 0.5em;
  margin-right: 7px;
  border-radius: 5px;
  line-height: 1.8;
}
@media screen and (min-width: 577px) {
  .formTtl {
    font-size: 17px;
  }
  .formTtl__sub {
    font-size: 15px;
  }
}
.formTxt {
  margin: 1em 0;
}
.userInfo__ttl {
  background: #efefef;
  padding: 0.3em 0.8em 0.4em;
}
.userInfo__input {
  margin: 0.5em 0 1em;
}
@media screen and (min-width: 577px) {
  .userInfo {
    margin-bottom: 1em;
  }
  .userInfo__row {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 1em;
  }
  .userInfo__ttl {
    width: 30%;
    background: none;
    padding: 0;
  }
  .userInfo__input {
    flex: 1;
    margin: 0;
  }
}
.dateArea {
  display: flex;
  border-top: 1px solid #ccc;
  padding: 1em 0;
  align-items: center;
  flex-wrap: wrap;
}
.dateArea--noborder {
  border: none;
}
.dateArea div {
  margin: 0 0.5em 0.5em 0;
}
.dateArea div:nth-child(1) {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 577px) {
  .dateArea div {
    margin-right: 1em;
  }
}
.radioList__item--conform {
  list-style: disc;
  margin-left: 2em;
}
.radioList__item__label {
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  line-height: 1.3;
  cursor: pointer;
}
.radioList__item__label:not(:last-of-type) {
  margin-bottom: 10px;
}
.radioList__item__label input {
  margin-right: 5px;
}
@media screen and (min-width: 577px) {
  .radioList {
    display: flex;
    flex-direction: column;
  }
}
.subList {
  margin-left: 1em;
  display: none;
  margin-bottom: 1em;
  background-color: #eee;
  padding: 1em;
  border-radius: 10px;
}
.subList p {
  margin-bottom: 0.5em;
}
.txtCheck {
  text-align: center;
  margin-bottom: 2em;
}
.fornInput__notes {
  margin-bottom: 1em;
}
.formComplete {
  border: 5px solid #14a0dc;
  padding: 2em;
  margin-top: 1em;
}
.formComplete__ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
}
.formComplete__txt {
  text-align: left;
}
@media screen and (min-width: 577px) {
  .formComplete__ttl {
    font-size: 28px;
    margin-bottom: 1em;
    text-align: center;
  }
  .formComplete__txt {
    text-align: center;
  }
}
.listNote {
  margin: 2em auto 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}
.listNote li {
  margin: 0 0 1em 1.4em;
  text-indent: -1.4em;
  line-height: 1.3;
}
.listNote li:last-of-type {
  margin-bottom: 0;
}
.listNote li:before {
  display: inline-block;
  width: 1.4em;
  content: "※";
  text-indent: 0;
}
.btnFormWrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}
.btnForm {
  width: 100%;
  max-width: 300px;
  margin: 20px 0 auto;
}
.btnForm input {
  width: 100%;
  display: block;
  text-align: center;
  background: #1070af;
  color: #fff;
  padding: 1em 2em;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s ease;
  -webkit-appearance: none;
}
.btnForm input:hover {
  opacity: 0.7;
}
.btnForm--back input {
  background: #999;
}
.enquateIndent {
  margin-bottom: 7px;
}
.enquateIndent p {
  margin-right: 1em;
}
.enquateIndent div {
  margin: 5px 0 15px;
}
.enquateIndent div label {
  margin: 0 10px 0 0 !important;
}
@media screen and (min-width: 577px) {
  .enquateIndent {
    display: flex;
    align-items: center;
  }
  .enquateIndent div {
    display: flex;
    margin: 0;
  }
  .enquateIndent div::before {
    content: "（";
  }
  .enquateIndent div::after {
    content: "）";
  }
}
.listNote--enquate {
  border: 5px solid #eee;
  padding: 1em;
}
.radioList--row {
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 577px) {
  .radioList--row .radioList__item {
    width: 48%;
  }
}
@media screen and (min-width: 577px) {
  .telework {
    display: flex;
  }
  .telework p {
    margin-left: 1em;
  }
}
/*# sourceMappingURL=./inquiry.css.map */