@charset "UTF-8";
/* testです */
html,
body {
  overflow-x: hidden;
}

html.episode-active,
body.episode-active {
  overflow-x: visible;
  height: 100%;
  background: rgb(216, 231, 237);
}

html {
  scroll-behavior: smooth;
}

body {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Maru Gothic", serif;
  color: #111;
  font-size: 100%;
  font-style: normal;
  background-repeat: no-repeat;
  font-weight: 500;
  letter-spacing: 0.15em;
}

body#tinymce {
  background: #fff;
  text-align: left;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

html.no-scroll {
  overflow: hidden;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

:lang(en) {
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 1.8em;
}

sup {
  font-family: "Montserrat", sans-serif;
}

/*.zen-regular {
  font-weight: 400;
}
.zen-medium {
  font-weight: 500;
}
.zen-bold {
  font-weight: 700;
}
.zen-black {
  font-weight: 900;
}*/
img {
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.center {
  text-align: center;
}

.text-center {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

ul.normal,
ol.normal {
  margin-left: 24px;
}

ul.normal li {
  list-style-type: disc;
}

ol.normal li {
  list-style-type: decimal;
}

.relative {
  position: relative;
}

.effect {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.effect.is-show {
  opacity: 1;
  transform: translateY(0);
}

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.6;
}

@media all and (min-width: 961px) {
  .text-center {
    text-align: center;
  }
}
/*=======================================================================
pc,sp切り替え
=======================================================================*/
.pc,
.pc_on {
  display: none;
}

.sp,
.sp_on {
  display: block;
}

@media all and (min-width: 961px) {
  .pc,
  .pc_on {
    display: block;
  }
  .sp,
  .sp_on {
    display: none;
  }
}
/*=======================================================================
余白
=======================================================================*/
.mab8 {
  margin-bottom: 8px;
}

.mab16 {
  margin-bottom: 16px;
}

.mab24 {
  margin-bottom: 24px;
}

.mab32 {
  margin-bottom: 32px;
}

.mab40 {
  margin-bottom: 40px;
}

.mab48 {
  margin-bottom: 48px;
}

.mab64 {
  margin-bottom: 64px;
}

.pa20 {
  padding: 0 20px;
}

.mal16 {
  margin-left: 16px;
}

.marl-auto {
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 960px) {
  .sp_up_48 {
    margin-top: -48px;
  } /*スマホ調整用*/
}
/*=======================================================================
pagenavi
=======================================================================*/
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-family: "Montserrat", sans-serif;
  font-size: 125%;
  font-weight: 600;
  color: #0f91c8;
  padding: 12px 16px;
  margin: 0 4px;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #0f91c8;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  transition: 0.03s;
  border-bottom: 4px solid transparent;
}

.wp-pagenavi span.current {
  color: #0f91c8;
  font-weight: 600;
  border: 2px solid #0f91c8;
  border-radius: 100vh;
}

.wp-pagenavi a.page:hover {
  border-bottom: 4px solid #0f91c8;
}

.wp-pagenavi span.pages,
.extend {
  display: none;
}

.extend {
  display: none;
}

@media all and (min-width: 961px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 8px 16px;
  }
  .page {
    display: block;
  }
  .wp-pagenavi a.page {
    display: block;
  }
}
ul.page-numbers {
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
  font-weight: bold;
  font-size: 20px;
  color: #0AA0E1;
  height: 46px;
}
ul.page-numbers li .current {
  position: relative;
}
ul.page-numbers li .current::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  translate: -50% -50%;
  width: 41px;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 50%;
}
ul.page-numbers li a {
  text-decoration: none;
  color: inherit;
}
ul.page-numbers li .next, ul.page-numbers li .prev {
  display: block;
  width: 26px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
ul.page-numbers li .next {
  background-image: url(../img/arrow_right.svg);
}
ul.page-numbers li .prev {
  background-image: url(../img/arrow_left.svg);
}
@media screen and (min-width: 961px) {
  ul.page-numbers {
    margin-top: 22px;
  }
}

/*=======================================================================
flex
=======================================================================*/
@media all and (min-width: 961px) {
  .flex,
  .flex_fs,
  .flex_sb,
  .flex_center,
  .flex_end {
    display: flex;
  }
  .flex_fs,
  .flex_sb {
    flex-wrap: wrap;
  }
  .flex_fs {
    justify-content: flex-start;
  }
  .flex_sb {
    justify-content: space-between;
  }
  .flex_center {
    justify-content: center;
  }
  .flex_end {
    justify-content: flex-end;
  }
  .list2 li {
    width: 50%;
  }
  .list2-2 li {
    width: 49%;
  }
  .list2-3 li {
    width: 49.5%;
  }
  .list3 li {
    width: 32%;
  }
  .list3 li ul li {
    width: 100%;
  }
  .list4 li {
    width: 23%;
  }
  .list5 li {
    width: 19%;
  }
  .w49 {
    width: 49%;
  }
  .w80 {
    width: 100%;
    max-width: 800px;
  }
}
.list100 li {
  width: 100%;
}

/*=======================================================================
iframe
=======================================================================*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=======================================================================
header
=======================================================================*/
header {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 0 8px;
  box-sizing: border-box;
}

h1 {
  width: 150px;
  margin: 8px;
  flex-shrink: 0;
  z-index: 99999;
}

h1 img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 960px) {
  header h1 {
    width: 180px;
  }
}
@media screen and (min-width: 961px) {
  header {
    padding: 0 16px;
    padding-left: 41px;
  }
  h1 {
    width: 240px;
  }
}
/*=======================================================================
nav
=======================================================================*/
#main_nav {
  display: none; /* モバイルでは非表示 */
  flex-grow: 1;
  margin-left: 40px;
  margin-right: 16px;
}

#main_nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main_nav ul li {
  margin: 0 0.5%;
}

#main_nav ul li a {
  text-decoration: none;
  color: #000;
  display: block;
}

#nav_contact {
  letter-spacing: 0.05em;
}

#nav_contact a {
  position: relative;
  color: #01a0e1 !important;
  font-weight: 600 !important;
}

#nav_contact a:before {
  content: url(../img/icon_mail.png);
  display: inline-block;
  width: 21px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}

#nav_contact a {
  padding: 0 8px 0 24px !important;
}

#sp_contact {
  width: 44px;
  height: 44px;
  background: #f4f9fa;
  border-radius: 22px;
  position: absolute;
  right: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sp_contact img {
  width: 23px;
}

.menu_btn {
  position: absolute;
  top: 0;
  right: 16px;
  text-align: center;
  margin-left: 16px;
  flex-shrink: 0;
  width: 57px;
  height: 50px;
  cursor: pointer;
  z-index: 99999;
}

.menu_btn img {
  transition: opacity 0.3s;
}

.menu_btn:hover img {
  opacity: 0.6;
}

#sp_nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background: url("../img/nav_bk.svg") no-repeat #f4f9fa;
  background-position: 110% 101%;
  background-size: 280px;
  z-index: 1000;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  overflow-y: auto;
  padding-top: 96px;
  padding-bottom: 170px;
  pointer-events: none;
}

#sp_nav.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  /*gap: 2rem;*/
  padding: 3rem;
}

.menu-column {
  list-style: none;
  padding: 0;
}

.menu-toggle {
  background: none;
  border: none;
  font-size: clamp(1.25rem, 1.212rem + 0.19vw, 1.375rem);
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #000;
  letter-spacing: 0.2em;
  text-decoration: none;
}

.menu-toggle .arrow img {
  width: 22px;
  height: auto;
  transition: transform 0.3s ease;
}

.menu-toggle.open .arrow img {
  transform: rotate(180deg);
}

.child-menu {
  display: none;
}

.child-menu li,
.sub .menu-toggle {
  font-size: 93.8% !important;
}

.sub .menu-toggle {
  justify-content: flex-start !important;
}

.sub .menu-toggle::before {
  content: "●";
  color: #01a0e1;
  margin-right: 4px;
}

.sub {
  margin-bottom: 0;
}

.child-menu li {
  border-bottom: 1px solid #cecece;
}

.child-menu li a {
  text-decoration: none;
  color: #000;
  line-height: 40px;
  display: block;
}

.menu-toggle.open + .child-menu {
  display: block;
}

.sp_nav_contact .menu-toggle {
  background: url("../img/icon_mail.png") no-repeat;
  background-position: left top 50%;
  padding-left: 32px;
  color: #01a0e1;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 17px;
}

.pc_non:hover {
  opacity: 1 !important;
  cursor: default;
}

@media screen and (min-width: 1024px) {
  .menu_btn {
    top: 26px;
  }
}
@media screen and (min-width: 1281px) {
  #header {
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
  }
  #main_nav {
    display: block;
    margin: 0 120px 0 60px;
    background: #f4f9fa;
    border-radius: 100vh;
    max-width: 584px;
  }
  #main_nav ul {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 0;
  }
  #main_nav ul li {
    font-size: 93.8%;
  }
  #main_nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    line-height: 55px;
    padding: 0 8px;
    font-weight: 500;
  }
  #nav_contact {
    margin-left: 20px !important;
  }
  #sp_contact {
    display: none;
  }
  .menu_btn {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    text-align: center;
    width: 89px;
    height: 78px;
  }
  .menu_btn:hover {
    opacity: 0.6;
  }
  #sp_nav {
    background: url("../img/nav_bk.svg") no-repeat #f4f9fa;
    padding-top: 150px;
    background-position: 93.5% 101%;
    background-size: 270px auto;
    height: auto;
    padding-bottom: 70px;
    min-height: 0;
  }
  .menu-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }
  .menu-column {
    flex: 1;
  }
  .menu-column.worksColumn {
    flex: 1.5;
  }
  .menu-toggle {
    font-size: 30px;
  }
  .menu-toggle.info {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .menu-toggle.privacy {
    padding-top: 7px;
  }
  .sub {
    margin-bottom: 0;
  }
  .child-menu {
    display: block;
  }
  .worksChild {
    display: grid;
    grid-template-columns: 174px 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
  }
  .child-menu.side-by-side {
    display: grid;
    width: 84%;
  }
  .child-menu li {
    border-bottom: none;
    letter-spacing: 0.1em;
  }
  .child-menu.side-by-side li {
    width: auto;
    margin-right: 30px;
  }
  .child-menu.side-by-side li.grow {
    width: 100%;
  }
  .menu-toggle .arrow {
    display: none;
  }
  #sp_menu_case {
    display: none !important;
  }
  .menu-toggle:hover,
  .child-menu li a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1366px) {
  #main_nav {
    margin: 0 120px 0 160px;
  }
}
@media screen and (min-width: 1600px) {
  .child-menu.side-by-side {
    width: 70%;
  }
}
@media screen and (max-width: 1280px) {
  .menu-column .menu-toggle.open + .child-menu {
    margin-bottom: 20px;
  }
  .menu-column .menu-toggle.info {
    padding-bottom: 12px;
  }
  .menu-column .menu-toggle.privacy {
    padding-top: 0;
  }
}
/*=======================================================================
article
=======================================================================*/
.blue_wrap {
  background: #01a0e1;
  padding: 15px;
}

.blue_wrap_in {
  background: #fff;
  border-radius: 11px;
}

.content_wrap {
  padding: 80px 16px 49px;
}

.top_ti {
  color: #01a0e1;
  text-align: center;
  letter-spacing: 0.1em;
}

.top_ti:not(#statement) {
  font-size: clamp(1.625rem, 1.319rem + 1.53vw, 2.625rem);
  margin-bottom: 32px;
}

#statement .top_ti {
  font-size: clamp(1.125rem, 0.896rem + 1.15vw, 1.875rem);
  margin-bottom: 44px;
}

#contents {
  padding: 110px 0 92px 0;
}

.btn_black {
  width: 85%;
  max-width: 320px;
  line-height: 54px;
  margin-left: auto;
  margin-right: auto;
}

.btn_black a {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 100vh;
}

.btn_black a:hover {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 1281px) {
  .blue_wrap {
    padding: 25px;
  }
  .content_wrap {
    padding: 144px 78px;
  }
  #statement .top_ti {
    margin-bottom: 90px;
  }
  #contents {
    padding: 124px 0 152px 0;
  }
  .btn_black {
    max-width: 390px;
    line-height: 65px;
  }
}
/*=======================================================================
footer
=======================================================================*/
footer {
  position: relative;
  padding-top: 160px;
}

body.front-page footer {
  background: #ecf3f6;
}

#footer_icon {
  width: 156px;
  position: absolute;
  top: 80px;
  right: 20px;
}

#footer_icon img {
  vertical-align: bottom;
  margin-bottom: -8px;
}

footer .blue_wrap {
  padding: 15px 15px 0 15px;
}

footer .blue_wrap_in {
  padding: 24px 24px 40% 24px;
}

.footer_logo {
  width: 100%;
  margin-bottom: 32px;
}

footer address {
  font-style: normal;
  font-size: clamp(0.75rem, 0.654rem + 0.48vw, 1.063rem);
  margin-bottom: 32px;
}

.btn,
.btn02,
.btn03 {
  width: 100%;
  text-align: center;
}

.btn {
  font-size: 143.8%;
  line-height: 70px;
  margin-bottom: 24px;
}

.btn02,
.btn03 {
  font-size: clamp(0.938rem, 0.842rem + 0.48vw, 1.25rem);
  margin-bottom: 16px;
}

.btn02 {
  line-height: 60px;
}

.btn03 span {
  font-size: clamp(0.813rem, 0.755rem + 0.29vw, 1rem);
  display: block;
  margin-top: -8px;
}

.btn03 a {
  padding: 16px 0;
}

.btn a,
.btn02 a,
.btn03 a {
  background: #01a0e1;
  color: #fff;
  border-radius: 100vh;
  display: block;
  text-decoration: none;
  position: relative;
}

.btn a::before {
  content: url("../img/icon_mail_w.png");
  margin-right: 16px;
}

footer ul {
  margin-bottom: 40px;
}

footer ul li {
  font-size: 106.3%;
  position: relative;
  margin-bottom: 1em;
}

footer ul li::before {
  content: "●";
  color: #01a0e1;
  margin-right: 4px;
}

footer ul li a {
  text-decoration: none;
  color: #000;
}

#footer_img,
.footer_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, transparent 80%, #01a0e1 80%);
  padding-bottom: 30px;
}

#footer_img img,
.footer_img img {
  width: 120%;
}

#copy {
  height: 55px;
  background-color: #01a0e1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#copy p {
  font-size: 8px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 961px) {
  footer:not(body.front-page) {
    padding-top: 245px;
  }
  #footer_icon {
    right: 80px;
  }
  #footer_icon:not(body.front-page) {
    top: 165px;
  }
  footer .blue_wrap {
    padding: 25px 25px 0 25px;
  }
  footer .blue_wrap_in {
    padding: 0;
  }
  footer .blue_wrap_in .flex_center {
    padding: 98px;
    padding-bottom: 20px;
    max-width: 1600px;
    margin: 0 auto;
  }
  footer .blue_wrap_in .flex_center div:first-of-type {
    width: 45%;
    margin-right: 2%;
  }
  footer .blue_wrap_in .flex_center div:last-of-type {
    width: 53%;
  }
  .footer_logo {
    max-width: 425px;
    margin-bottom: 56px;
  }
  address {
    margin-bottom: 68px;
  }
  .btn {
    line-height: 100px;
    max-width: 425px;
  }
  footer ul {
    margin-bottom: 0;
  }
  footer ul li {
    margin-right: 24px;
    margin-bottom: 0;
  }
  #footer_img,
  .footer_img {
    position: relative;
    overflow: visible;
    width: 100%;
    background: none;
    padding-bottom: 0;
  }
  #footer_img img,
  .footer_img img {
    width: 104%;
    display: block;
    translate: -1% 14%;
  }
}
@media screen and (min-width: 1025px) {
  footer ul {
    display: flex;
  }
  footer ul li:first-child {
    order: 2;
  }
}
@media screen and (max-width: 960px) {
  footer .blue_wrap_in {
    padding-top: 65px;
    padding-bottom: 52vw;
  }
  footer .footer_logo {
    margin-bottom: 27px;
  }
  footer address {
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
  footer ul {
    margin-bottom: 35px;
  }
  footer #footer_img {
    left: auto;
    right: 0;
    bottom: 9.3vw;
    aspect-ratio: 137/58;
    width: 96.2%;
    padding-bottom: 0;
  }
  footer #footer_img img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 228vw;
  }
  footer #copy {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 53px;
    font-size: 9px;
    letter-spacing: 0.05em;
  }
}
/*=======================================================================
form
=======================================================================*/
input,
select,
textarea {
  background: #eaeaea;
}

#form label {
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}

#form input[type=text],
#form input[type=tel],
#form input[type=number],
#form input[type=email],
#form textarea,
select {
  width: 100%;
  padding: 16px;
}

select,
option {
  padding: 16px;
  width: 100%;
  cursor: pointer;
}

input:focus,
textarea:focus,
select:focus {
  background: #c5eeff;
}

textarea {
  min-height: 150px;
}

#form_head p,
label {
  font-size: clamp(0.875rem, 0.818rem + 0.29vw, 1.063rem);
}

label a {
  color: #000;
}

#form,
.screen-reader-response {
  max-width: 840px;
  margin: 0 auto;
}

#form {
  padding: 40px 24px;
}

#form dl {
  margin-bottom: 20px;
}

#form dl div:not(:last-of-type) {
  margin-bottom: 40px;
}

#form dt span {
  font-size: 87.5%;
  color: #454545;
  font-weight: 400;
  display: block;
  margin-bottom: 16px;
}

#form sup {
  color: #e66c3f;
}

.attention {
  font-size: 75%;
  margin-bottom: 50px;
}

input[type=checkbox] {
  margin: 8px;
}

input[type=submit] {
  background: #01a0e1;
  color: #fff;
  border-radius: 100vh;
  display: block;
  text-align: center;
  margin: 78px auto 0 auto;
  width: 220px;
  height: 65px;
  font-size: 150%;
}

input[type=submit]:hover {
  opacity: 0.6;
}

.file-input-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.resumebox {
  width: 100%;
  color: #444;
  background-color: #eaeaea;
  padding: 16px;
  border-radius: 4px;
  cursor: pointer;
  text-align: left;
}

.hidden-fields-container {
  border: none;
}

span.wpcf7-list-item {
  display: block;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  max-width: 400px;
  margin: -80px auto 80px auto;
  position: relative;
  z-index: 2;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  max-width: 400px;
  margin: -80px auto 80px auto;
  position: relative;
  z-index: 2;
}

.wpcf7-file::-webkit-file-upload-button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  color: transparent;
}

.wpcf7-file {
  position: relative;
  opacity: 0;
  cursor: pointer;
}

.wpcf7-file ~ .wpcf7-list-item-label {
  margin-left: 10px;
}

.file-wrapper {
  position: relative;
}

.file-wrapper .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  cursor: pointer;
  background: #eaeaea;
}

label[for=resume].file-btn-label {
  color: #444;
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 12%;
  left: -24px;
  width: 200px !important;
}

.filename {
  position: absolute;
  top: 12%;
  right: 24px;
  color: #eaeaea;
  transition: color 0.3s ease;
}

.filename.active {
  color: #444;
}

input.resumebox {
  position: relative;
  z-index: 2;
  opacity: 0;
  width: 100%;
  padding: 16px;
  cursor: pointer;
  background: #eaeaea;
}

@media screen and (min-width: 961px) {
  #form {
    padding: 90px 130px;
  }
  #form dl div:not(:last-of-type) {
    margin-bottom: 52px;
  }
  input[type=submit] {
    width: 250px;
  }
  #form dt span {
    display: inline;
  }
}
.mask {
  position: fixed;
  inset: 0;
  z-index: 2;
  background-color: #A8ADAF;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.mask.active {
  opacity: 0.6;
  visibility: visible;
}

article.linearGradientBg {
  background-image: url("../img/inquiryBg.png");
  background-size: 100% 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
article.linearGradientBg + footer {
  background-color: #D8E7ED;
}