@charset "UTF-8";
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}
html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  background: #fff;
}
@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
  }
}
html body,
html dd,
html div,
html dl,
html dt,
html fieldset,
html form,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html input,
html li,
html ol,
html p,
html td,
html textarea,
html th,
html ul {
  padding: 0;
  margin: 0;
}
html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section {
  display: block;
  padding: 0;
  margin: 0;
}
html address,
html caption,
html em,
html strong,
html th {
  font-style: normal;
}
html caption,
html th {
  text-align: left;
}
html hr,
html legend {
  display: none;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-size: 100%;
}
html ol,
html ul {
  list-style: none;
}
html a {
  text-decoration: none;
  color: inherit;
}
html a img,
html fieldset {
  border: none;
}
html a:visited {
  text-decoration: none;
}
html p {
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  html p {
    letter-spacing: 0.05rem;
  }
}
html * {
  box-sizing: border-box;
}
html blockquote,
html dl,
html ol,
html pre,
html table,
html ul {
  margin-bottom: 0;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #333;
  font-size: 1.6em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1.5px;
  line-height: 1.6;
  height: 100%;
  min-width: 1120px;
  background: #fff;
}
@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 3.8461538462vw;
    -webkit-overflow-scrolling: touch;
  }
}

.wrap {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .wrap {
    padding: 0 4%;
  }
}
.wrap.w1200 {
  width: 1200px;
  max-width: 100%;
}
.wrap.w1100 {
  width: 1100px;
  max-width: 100%;
}
.wrap.w1000 {
  width: 1000px;
  max-width: 100%;
}
.wrap.w1050 {
  width: 1050px;
  max-width: 100%;
}
.wrap.w900 {
  width: 900px;
  max-width: 100%;
}
.wrap.w890 {
  width: 890px;
  max-width: 100%;
}
.wrap.w800 {
  width: 800px;
  max-width: 100%;
}
.wrap.w700 {
  width: 700px;
  max-width: 100%;
}
.wrap.w600 {
  width: 600px;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

#page {
  position: relative;
  margin: 0 auto;
  width: auto;
}
@media (max-width: 480px) {
  #page {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #page.open {
    transition: all 0.2s;
    position: fixed;
    transform: translate3d(-80%, 0, 0);
  }
}
#header {
  width: 100%;
  min-width: 1100px;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
  z-index: 10000;
}
@media (max-width: 480px) {
  #header {
    min-width: 100%;
    margin: 0;
  }
}
#header.hidden {
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
}
#header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 1100px;
  padding: 20px 50px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #header .header {
    align-items: center;
    flex-wrap: nowrap;
    min-width: 100%;
    padding: 3.0769230769vw 4.4871794872vw;
  }
}
#header .header img {
  display: block;
  width: 100%;
}
@media (max-width: 480px) {
  #header .header img {
    width: 100%;
  }
  #header .header img.only_pc {
    display: none;
  }
}
#header .header .head-logo {
  width: 207px;
}
@media (max-width: 480px) {
  #header .header .head-logo {
    width: 26.5384615385vw;
  }
}
#header .header .head-logo a {
  display: block;
  transition: opacity 0.3s;
}
#header .header .head-logo a img {
  width: 100%;
}
@media (min-width: 480px) {
  #header .header .head-logo a:hover {
    opacity: 0.7;
  }
}
#header .header #sp_navi {
  display: none;
}
@media (max-width: 480px) {
  #header .header #sp_navi {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  #header .header #sp_navi li .sns_link {
    display: block;
    width: 9.2307692308vw;
    border-radius: 50%;
    overflow: hidden;
  }
  #header .header #sp_navi li#gnavi_open {
    width: 11.5384615385vw;
  }
}

@media (max-width: 480px) {
  #gnavi {
    position: fixed;
    top: 0;
    right: -80%;
    font-size: 1.1rem;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#gnavi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 22px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #gnavi ul {
    display: block;
    background-color: transparent;
    padding: 5% 0;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  #gnavi ul li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #1d2088;
    margin: 0;
  }
}
#gnavi ul li a {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  margin-right: 35px;
  white-space: nowrap;
  z-index: 1;
}
#gnavi ul li a::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1d2088;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 480px) {
  #gnavi ul li a {
    font-size: 4.1025641026vw;
    text-align: left;
    padding: 5.1282051282vw 0;
  }
}
@media (min-width: 480px) {
  #gnavi ul li a:hover {
    color: #1d2088;
  }
  #gnavi ul li a:hover::after {
    opacity: 1;
  }
}
#gnavi ul li a .fa-solid {
  padding-left: 4px;
}
#gnavi ul li.tel, #gnavi ul li.inquiry {
  width: 194px;
  height: 57px;
}
@media (max-width: 480px) {
  #gnavi ul li.tel, #gnavi ul li.inquiry {
    width: 100%;
    height: 19.2307692308vw;
    border-bottom: none;
    margin-top: 5.1282051282vw;
  }
}
#gnavi ul li.tel a, #gnavi ul li.inquiry a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 0;
  margin: 0;
}
#gnavi ul li.tel a::after, #gnavi ul li.inquiry a::after {
  content: none;
}
@media (max-width: 480px) {
  #gnavi ul li.tel a, #gnavi ul li.inquiry a {
    border-radius: 1.2820512821vw;
  }
}
#gnavi ul li.tel {
  margin-right: 20px;
}
@media (max-width: 480px) {
  #gnavi ul li.tel {
    margin-right: 0;
  }
}
#gnavi ul li.tel a {
  color: #fff;
  background-color: #1d2088;
}
@media (max-width: 480px) {
  #gnavi ul li.tel a .flex_in {
    flex-direction: row;
    gap: 2.5641025641vw;
  }
}
#gnavi ul li.tel a .icon {
  width: 20px;
}
@media (max-width: 480px) {
  #gnavi ul li.tel a .icon {
    width: 5.7692307692vw;
  }
}
#gnavi ul li.tel a .num {
  font-family: "Akshar", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (max-width: 480px) {
  #gnavi ul li.tel a .num {
    font-size: 6.1538461538vw;
  }
}
#gnavi ul li.tel a .num .time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
}
@media (max-width: 480px) {
  #gnavi ul li.tel a .num .time {
    font-size: 3.8461538462vw;
  }
}
#gnavi ul li.inquiry a {
  color: #fff;
  font-weight: bold;
  background-color: #de4d0d;
  transition: opacity 0.3s;
}
@media (max-width: 480px) {
  #gnavi ul li.inquiry a {
    font-size: 4.6153846154vw;
  }
}
#gnavi ul li.inquiry a .icon {
  display: block;
  width: 30px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  #gnavi ul li.inquiry a .icon {
    width: 7.6923076923vw;
    margin-right: 5.1282051282vw;
  }
}
@media (min-width: 480px) {
  #gnavi ul li.inquiry a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 480px) {
  #gnavi #close {
    color: #fff;
    font-size: 4.6153846154vw;
    padding: 3.8461538462vw 5%;
    width: 100%;
    background: #222;
    margin-top: 10.2564102564vw;
  }
  #gnavi #close span {
    font-size: 3.8461538462vw;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
}

@media (max-width: 480px) {
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
  }
}
@media (max-width: 480px) {
  #gnavi.open {
    transition: all 0.2s;
    transform: translate3d(-100%, 0, 0);
    background-color: #fff;
  }
}
#contents {
  position: relative;
}
#contents.top::before {
  content: none;
}
#contents .contents_header {
  position: relative;
  width: 100%;
  height: 317px;
  background-color: #86cef2;
  z-index: 1;
}
@media (max-width: 480px) {
  #contents .contents_header {
    left: 0;
    width: 100%;
    height: 40.641025641vw;
  }
}
#contents .contents_header::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -15%);
  content: "";
  width: 828px;
  height: 125px;
  background-image: url(../img/contents_header-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 480px) {
  #contents .contents_header::before {
    top: 64%;
    width: 81.9230769231vw;
    height: 14.7435897436vw;
    background-image: url(../img/contents_header-sp.png);
  }
}
#contents .contents_header .head_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#contents .contents_header .head_inner .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #1d2088;
}
@media (max-width: 480px) {
  #contents .contents_header .head_inner .ttl {
    font-size: 5.7692307692vw;
  }
}
#contents .breadcrumbs {
  position: relative;
  padding: 5px 0;
  z-index: 3;
}
@media (max-width: 480px) {
  #contents .breadcrumbs {
    padding: 5px 10px;
  }
}
#contents .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 480px) {
  #contents .breadcrumbs ul {
    max-width: 100%;
  }
}
#contents .breadcrumbs ul:after {
  content: "";
  display: block;
  clear: both;
}
#contents .breadcrumbs ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  margin-right: 5px;
  float: left;
}
@media (max-width: 480px) {
  #contents .breadcrumbs ul li {
    font-size: 3.3333333333vw;
  }
}
#contents .breadcrumbs ul li a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  margin-right: 4px;
}
#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}
#contents .section {
  position: relative;
  z-index: 1;
  padding: 100px 0 90px;
}
@media (max-width: 480px) {
  #contents .section {
    padding: 14.1025641026vw 0 15.3846153846vw;
  }
}
#contents .section.message {
  padding-bottom: 0;
}
#contents .section .section_inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #contents .section .section_inner {
    max-width: 100%;
    padding: 0;
  }
}
#contents #MailForm {
  padding-top: 80px;
}
@media (max-width: 480px) {
  #contents #MailForm {
    padding: 50px 10px 0;
  }
}

.footer {
  position: relative;
  min-width: 1100px;
  width: 100%;
  height: auto;
  background-color: #1d2088;
}
@media (max-width: 480px) {
  .footer {
    min-width: 100%;
  }
}
.footer .map {
  height: 316px;
}
@media (max-width: 480px) {
  .footer .map {
    height: 89.7435897436vw;
  }
}
.footer .footer_inner {
  width: 1100px;
  color: #fff;
  text-align: center;
  padding: 40px 0 30px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .footer .footer_inner {
    width: 100%;
    max-width: 100%;
    padding: 14.4871794872vw 0 17.9487179487vw;
  }
}
.footer .footer_inner .msg {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .footer .footer_inner .msg {
    line-height: 1.4;
    margin-bottom: 13.5897435897vw;
  }
}
.footer .footer_inner .company {
  width: 229px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .footer .footer_inner .company {
    width: 61.5384615385vw;
  }
}
.footer .footer_inner .company a {
  display: block;
  line-height: 2.5;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 480px) {
  .footer .footer_inner .company a {
    font-size: 4.6153846154vw;
    line-height: 3;
  }
}
@media (min-width: 480px) {
  .footer .footer_inner .company a:hover {
    opacity: 0.7;
  }
}
.footer .footer_inner .address {
  width: 568px;
  font-size: 1.5rem;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  padding-bottom: 38px;
  margin: 0 auto 30px;
}
@media (max-width: 480px) {
  .footer .footer_inner .address {
    width: 100%;
    font-size: 3.5897435897vw;
    line-height: 1.6;
    letter-spacing: 0.2564102564vw;
    border-bottom: none;
    padding-bottom: 0;
    margin: -1.5384615385vw auto 14.358974359vw;
  }
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi {
    width: 100%;
    padding: 0 7%;
  }
}
.footer .footer_inner .footernavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul {
    justify-content: space-between;
    gap: 3.5897435897vw 0;
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li {
    width: 40%;
    text-align: left;
  }
}
.footer .footer_inner .footernavi ul li a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  margin: 0 25px;
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li a {
    margin: 0;
  }
}
.footer .footer_inner .footernavi ul li a .fa-solid {
  padding-left: 4px;
}
.footer .copy {
  width: 100%;
  text-align: center;
  background-color: #f7f6f2;
  padding: 12px 0;
}
@media (max-width: 480px) {
  .footer .copy {
    padding: 2.5641025641vw 0 3.3333333333vw;
  }
}
.footer .copy p {
  margin-bottom: 0;
}
.footer .copy img {
  width: 86px;
  vertical-align: bottom;
}
@media (max-width: 480px) {
  .footer .copy img {
    margin: 0 auto;
    display: block;
    top: 2px;
    left: auto;
  }
}
.footer .copy a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  color: #333;
  text-decoration: none;
  gap: 41px;
}
@media (max-width: 480px) {
  .footer .copy a {
    flex-direction: column;
    gap: 1.2820512821vw;
    font-size: 2.6923076923vw;
  }
}
.footer #pagetop {
  display: none;
  width: 147px;
  height: auto;
  aspect-ratio: 147/84;
  will-change: bottom;
}
@media (max-width: 480px) {
  .footer #pagetop {
    width: 23.0769230769vw;
    background-color: transparent;
  }
}
.footer #pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/pagetop.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  transition: background-image 0.3s;
  color: #333;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 480px) {
  .footer #pagetop a:hover {
    background-image: url(../img/pagetop-hover.png);
  }
}
.footer #pagetop.fixed {
  display: block;
  right: 50px;
  bottom: 50px;
  z-index: 90;
}
@media (max-width: 480px) {
  .footer #pagetop.fixed {
    right: 9px;
  }
}

.access_map {
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 480px) {
  .access_map {
    padding: 0 10px;
    width: 100%;
  }
}
.access_map .map_set {
  border: 1px dotted #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
  height: 450px;
  width: 100%;
}
@media (max-width: 480px) {
  .access_map .map_set {
    box-shadow: inherit;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 1rem;
    padding: 13px 10px;
  }
}
.access_map .access_data {
  line-height: 1.4;
  padding: 15px 0 0;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .access_map .access_data {
    font-size: 4.1025641026vw;
    padding: 0;
    margin-bottom: 0;
  }
}
.access_map .access_data dl {
  padding: 0 5px;
  margin-bottom: 10px;
}
.access_map .access_data dl:after {
  content: "";
  display: block;
  clear: both;
}
.access_map .access_data dl dt {
  font-weight: bold;
  float: left;
}
@media (max-width: 480px) {
  .access_map .access_data dl dt {
    float: none;
  }
}
.access_map .access_data dl dd {
  padding-left: 80px;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd {
    padding-left: 0;
    margin-bottom: 12px;
  }
}
.access_map .access_data dl dd .postal_code {
  display: block;
  margin-right: 1.5rem;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd .postal_code {
    margin-right: 0;
  }
}
.access_map .access_data dl dd a {
  color: #333;
}
@media (max-width: 480px) {
  .access_map .explanation {
    font-size: 4.1025641026vw;
  }
}

.privacy_section {
  position: relative;
  padding: 0 0 100px;
  z-index: 1;
}
@media (max-width: 480px) {
  .privacy_section {
    padding: 30px 0 40px;
  }
}
.privacy_section .privacy_section_inner {
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner {
    padding: 0 10px;
    max-width: 100%;
  }
}
.privacy_section .privacy_section_inner .privacy_set {
  margin-bottom: 20px;
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
  font-size: 1.6rem;
  border-left: 6px solid #1d2088;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #f2f2f2;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 3px solid #1d2088;
    margin-bottom: 20px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
  padding: 0 10px 15px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
    line-height: 1.4;
    padding: 0 5px 15px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
    margin-bottom: 10px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

section.phone {
  padding: 100px 0 50px;
}
@media (max-width: 480px) {
  section.phone {
    padding: 12.8205128205vw 0 6.4102564103vw;
  }
}

#MailForm .section_title {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #MailForm .section_title {
    font-size: 6.4102564103vw;
    margin-bottom: 12.8205128205vw;
  }
}
#MailForm .section_title::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1d2088;
}
@media (max-width: 480px) {
  #MailForm .section_title::after {
    width: 25.641025641vw;
    height: 0.7692307692vw;
  }
}

.inquiry_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 480px) {
  .inquiry_info {
    flex-direction: column;
    gap: 5.1282051282vw;
    padding: 0 4%;
  }
}
.inquiry_info .no {
  width: 100%;
  font-size: 4.5rem;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .inquiry_info .no {
    font-size: 7.6923076923vw;
    line-height: 1;
  }
}
.inquiry_info .no a {
  display: block;
  width: 50%;
  letter-spacing: 0.1rem;
  line-height: 1;
  border: 1px solid #1d2088;
  background-color: #fff;
  padding: 30px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .inquiry_info .no a {
    width: 80%;
    padding: 6.4102564103vw 5.1282051282vw;
  }
}
.inquiry_info .no span {
  font-size: 65%;
}
.inquiry_info .no span.time {
  font-size: 2rem;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .inquiry_info .no span.time {
    font-size: 4.6153846154vw;
  }
}
@media (max-width: 480px) {
  .inquiry_info .no.fax {
    padding: 6.4102564103vw 5.1282051282vw;
  }
}
.inquiry_info .time {
  display: block;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .inquiry_info .time {
    font-size: 3.8461538462vw;
    line-height: 1.4;
  }
}
.inquiry_info .time .small {
  font-size: 1.4rem;
}

.attent_block {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .attent_block {
    padding: 5.1282051282vw 0;
    margin-bottom: 25.641025641vw;
  }
}
.attent_block .title {
  font-size: 1.6rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 5px 0;
}
.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}
@media (max-width: 480px) {
  .attent_block p {
    line-height: 1.4;
  }
}

.thanks_title {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .thanks_title {
    font-size: 5.1282051282vw;
    line-height: 1;
    margin-bottom: 6.6666666667vw;
  }
}

.thanks_msg {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
}
@media (max-width: 480px) {
  .thanks_msg {
    text-align: left;
    padding: 0 4%;
  }
}
.thanks_msg p {
  margin-bottom: 20px;
}

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px;
}

#MailForm span.required {
  background: #9B0000;
}

#MailForm span.any {
  background: #999;
}

#MailForm table {
  border: 1px solid #b1b1b1;
  margin: 0 0 25px;
  width: 100%;
}
@media (max-width: 480px) {
  #MailForm table {
    border: 0;
  }
}
#MailForm table td,
#MailForm table th {
  font-weight: normal;
  border: 1px solid #b1b1b1;
  padding: 25px;
}
@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: 0;
    width: 100%;
    display: block;
  }
}
#MailForm table th {
  padding-left: 75px;
  width: 25%;
  background: rgba(34, 50, 140, 0.1);
  position: relative;
}
@media (max-width: 480px) {
  #MailForm table th {
    padding: 0 0 3px;
    width: 100%;
    background: none;
  }
}
@media (max-width: 480px) {
  #MailForm table th:before {
    color: #666666;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    margin-right: 5px;
    content: "■";
  }
}
#MailForm table th span {
  position: absolute;
  left: 25px;
}
@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 5px;
  }
}
#MailForm table td {
  background-color: #fff;
}
@media (max-width: 480px) {
  #MailForm table td {
    background-color: transparent;
    margin-bottom: 35px;
    padding: 0;
  }
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
}
@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
  }
}
#MailForm select {
  font-size: 1.5rem;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  padding: 10px 27px 10px 13px;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#MailForm label {
  padding: 2px 0;
  cursor: pointer;
}
@media (max-width: 480px) {
  #MailForm input[type=submit],
  #MailForm input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit]::-webkit-search-decoration,
  #MailForm input[type=button]::-webkit-search-decoration {
    display: none;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit]:focus,
  #MailForm input[type=button]:focus {
    outline-offset: -2px;
  }
}
#MailForm input[type=radio] {
  width: auto;
  margin-right: 0.4em;
}
#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}
#MailForm .form25 {
  width: 25%;
}
@media (max-width: 480px) {
  #MailForm .form25 {
    width: 100%;
  }
}
#MailForm .form45 {
  width: 45%;
}
@media (max-width: 480px) {
  #MailForm .form45 {
    width: 100%;
  }
}
#MailForm .form60 {
  width: 60%;
}
@media (max-width: 480px) {
  #MailForm .form60 {
    width: 100%;
  }
}
#MailForm .form90 {
  width: 93%;
}
@media (max-width: 480px) {
  #MailForm .form90 {
    width: 100%;
  }
}
#MailForm .focus {
  background: #ffe7e0;
}
#MailForm .important_text {
  line-height: 1.5;
  margin: 0 auto 27px;
}
@media (max-width: 480px) {
  #MailForm .important_text {
    line-height: 1.4;
  }
}
#MailForm .important_text li {
  margin-bottom: 10px;
  text-indent: -1.1em;
  padding-left: 1em;
}
#MailForm .inquiry_inset {
  margin-bottom: 25px;
}
#MailForm .confirm_txt {
  text-align: center;
}
@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
    line-height: 1.4;
  }
}

.send_btn_inner {
  text-align: center;
  padding: 15px 0 20px;
}
.send_btn_inner .send_btn {
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  color: #fff;
  border: 0;
  background: #1d2088;
  padding: 15px 0;
}
@media (max-width: 480px) {
  .send_btn_inner .send_btn {
    width: 80%;
    font-size: 100%;
    padding: 15px 10px;
  }
}
.send_btn_inner .send_btn:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.send_btn_inner .submit_btn {
  width: 50%;
}
@media (max-width: 480px) {
  .send_btn_inner .submit_btn {
    margin-bottom: 15px;
    width: 80%;
  }
}

.inputarea li {
  margin: 0 15px 0 0;
  float: left;
}
@media (max-width: 480px) {
  .inputarea li {
    margin: 0 15px 0 0;
    float: left;
  }
}

#thanks p {
  line-height: 300px;
  text-align: center;
}

#contents .inquiry-info {
  margin: 0;
  overflow: hidden;
}
#contents .inquiry-info li {
  margin-right: 15px;
  float: left;
}

.send_inner {
  padding: 12px 0 20px;
}
.send_inner .send_step_msg {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 15px;
}

.send_guide_msg {
  font-size: 1.5rem;
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  width: 25%;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  background: #1d2088;
  display: inline-block;
}
@media (max-width: 480px) {
  .send_inner .send_btn_inner .send_btn {
    width: 80%;
    font-size: 1.6rem;
  }
}

.send_inner .send_btn_inner .btn_return {
  color: #fff;
  background: #797979;
}
@media (max-width: 480px) {
  .send_inner .send_btn_inner .btn_return {
    margin-bottom: 20px;
  }
}

.send_confirm_table {
  padding: 17px 0 30px;
}
.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 480px) {
  .send_confirm_table table {
    width: 100%;
  }
}
.send_confirm_table table td,
.send_confirm_table table th {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}
@media (max-width: 480px) {
  .send_confirm_table table td,
  .send_confirm_table table th {
    border: 0 solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
}
.send_confirm_table table th {
  width: 40%;
  background: rgba(34, 50, 140, 0.1);
}
@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    padding: 10px 15px;
    width: 100%;
    background: rgba(34, 50, 140, 0.1);
  }
}
@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .send_inner {
    padding: 0 10px;
  }
}
.send_inner .send_error {
  padding: 15px 0 30px;
}
.send_inner .send_error li {
  font-size: 1.4rem;
  padding: 5px 0;
}
.send_inner .send_error li:before {
  color: #C2C2C2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "●";
}
.send_inner .send_error li span {
  color: #FF3333;
  margin-right: 5px;
  display: inline-block;
}

.table_base {
  position: relative;
  padding: 0 0 25px;
}
@media (max-width: 480px) {
  .table_base {
    font-size: 4.1025641026vw;
    padding: 0;
  }
}
.table_base table {
  background-color: #fff;
  width: 100%;
}
@media (max-width: 480px) {
  .table_base table {
    border: 0;
  }
}
.table_base table td,
.table_base table th {
  font-weight: normal;
  border: 1px solid #b1b1b1;
  padding: 25px 16px;
}
@media (max-width: 480px) {
  .table_base table td,
  .table_base table th {
    font-weight: normal;
    border: 0;
    padding: 12px;
    display: block;
  }
}
.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.table_base table td span.map_jump a {
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  background: #1d2088;
  padding: 2px 6px;
  display: inline-block;
}
.table_base table td span.map_jump a:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
}
.table_base table tbody th {
  text-align: center;
  width: 28%;
  background: rgba(34, 50, 140, 0.1);
  font-weight: 500;
}
@media (max-width: 480px) {
  .table_base table tbody th {
    text-align: left;
    width: 100%;
  }
}
.table_base table tbody td {
  padding: 10px 40px;
}
@media (max-width: 480px) {
  .table_base table tbody td {
    margin-bottom: 3.8461538462vw;
    padding: 2.5641025641vw 3.0769230769vw;
  }
}
.table_base table tbody td a {
  color: #333;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
@media (min-width: 480px) {
  .table_base table tbody td a:hover {
    text-decoration: none;
  }
}
.table_base table dd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.table_base table dd:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.content_inner {
  max-width: 1600px;
  margin: 0 auto;
}
.content_inner .images img {
  width: 100%;
}
.content_inner.w_margin410 .images {
  width: 410px;
}
@media (max-width: 480px) {
  .content_inner.w_margin410 .images {
    width: 100%;
  }
}
.content_inner.w_margin410 .msg {
  width: 570px;
}
@media (max-width: 480px) {
  .content_inner.w_margin410 .msg {
    width: 100%;
  }
}
.content_inner.w_margin450 .images {
  width: 450px;
}
@media (max-width: 480px) {
  .content_inner.w_margin450 .images {
    width: 100%;
  }
}
.content_inner.w_margin450 .msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 450px;
}
@media (max-width: 480px) {
  .content_inner.w_margin450 .msg {
    width: 100%;
  }
}

/* .image_list */
.image_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image_list li img {
  width: 100%;
  display: block;
}
.image_list li span {
  padding: 15px 0 0;
  display: block;
}
.image_list.two_image li {
  width: 45%;
}
.image_list.two_image li:nth-child(odd) {
  margin-right: 4%;
}
.image_list.three_image li {
  width: 30%;
}
.image_list.three_image li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.only_pc {
  display: block;
}
@media (max-width: 480px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media (max-width: 480px) {
  .only_sp {
    display: block;
  }
}

.tel a {
  color: #333;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}
@media (max-width: 480px) {
  .tel a {
    pointer-events: inherit;
  }
}

.fax a {
  color: #333;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}

.mail a {
  color: #333;
  text-decoration: none;
  text-decoration: none;
}

.fade_hover a {
  transition: 0.8s;
}
@media (max-width: 480px) {
  .fade_hover a {
    transition: none;
  }
}
.fade_hover a:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .fade_hover a:hover {
    opacity: 1;
  }
}

.btn_base {
  margin: 0 auto;
  width: 506px;
}
@media (max-width: 480px) {
  .btn_base {
    width: 90%;
  }
}
.btn_base a {
  display: block;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 18px 0;
}
@media (max-width: 480px) {
  .btn_base a {
    font-size: 5vw;
  }
}

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 50px;
  max-width: 1100px;
}
@media (max-width: 480px) {
  .everywhere_block {
    text-align: left;
    line-height: 1.4;
    margin: 0 auto 30px;
    padding: 0 10px;
    max-width: 100%;
  }
}

.fc-base {
  color: #1d2088;
}

.unit-ttl01 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #1d2088;
}
@media (max-width: 480px) {
  .unit-ttl01 {
    font-size: 5.7692307692vw;
    line-height: 1.3;
  }
}
.unit-ttl01 .fs-s {
  font-size: 2rem;
}
@media (max-width: 480px) {
  .unit-ttl01 .fs-s {
    font-size: 3.8461538462vw;
    margin-bottom: 1.9230769231vw;
  }
}
.unit-ttl01 .fs-xs {
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .unit-ttl01 .fs-xs {
    font-size: 3.8461538462vw;
    margin-bottom: 1.9230769231vw;
    font-weight: bold;
  }
}

.unit-ttl02 {
  position: relative;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  color: #1d2088;
  padding-left: 57px;
}
@media (max-width: 480px) {
  .unit-ttl02 {
    font-size: 5.7692307692vw;
    padding-left: 7.3076923077vw;
  }
}
.unit-ttl02::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 26px;
  height: 26px;
  background-color: #de4d0d;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .unit-ttl02::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}

.unit-msg01 {
  text-align: center;
}
@media (max-width: 480px) {
  .unit-msg01 {
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

.unit-btn01 .inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  position: relative;
  min-height: 70px;
  padding-right: 70px;
}
@media (max-width: 480px) {
  .unit-btn01 .inner {
    gap: 2.5641025641vw;
    font-size: 3.5897435897vw;
    min-height: 11.5384615385vw;
    padding-right: 12.8205128205vw;
  }
}
.unit-btn01 .inner::after {
  content: "";
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1d2088 url(../img/icon-arrow01.png) no-repeat center/16px;
  transition: width cubic-bezier(0.57, 0.46, 0.41, 1.61) 0.2s, background 0.2s;
}
@media (max-width: 480px) {
  .unit-btn01 .inner::after {
    width: 10.2564102564vw;
    background-size: 4.1025641026vw;
  }
}
@media (min-width: 480px) {
  .unit-btn01 .inner:hover::after {
    width: 60px;
    background-color: #87d7ff;
    background-position: center right 10px;
  }
}

.card-cont ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .card-cont ul {
    flex-direction: column;
  }
}

.flex_in {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .flex_in {
    flex-direction: column;
  }
}

.btn {
  width: 345px;
}
@media (max-width: 480px) {
  .btn {
    width: 76.9230769231vw;
    margin: 0 auto;
  }
}
.btn a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 2.45rem;
  font-weight: bold;
  line-height: 1;
  color: #1d2088;
  text-decoration: none;
  border: 1px solid #1d2088;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 22px;
  transition: color 0.3s, background-color 0.3s;
}
@media (max-width: 480px) {
  .btn a {
    font-size: 4.8717948718vw;
    padding: 5.3846153846vw;
  }
}
.btn a .arrow {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #1d2088;
  transition: border-color 0.3s;
}
.btn a .arrow::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  transform: scale(0.5);
}
@media (min-width: 480px) {
  .btn a:hover {
    color: #fff;
    background-color: #1d2088;
  }
  .btn a:hover .arrow {
    border-color: transparent transparent transparent #fff;
  }
}

#contact {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(../img/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 80px 80px 0 0;
  color: #fff;
  padding: 100px 0;
  z-index: 0;
}
@media (max-width: 480px) {
  #contact {
    background-image: url(../img/contact_bg-sp.jpg);
    border-radius: 10.2564102564vw 10.2564102564vw 0 0;
    padding: 15.3846153846vw 0;
  }
}
#contact .flex_in {
  gap: 114px;
}
@media (max-width: 480px) {
  #contact .flex_in {
    gap: 6.4102564103vw;
  }
}
#contact .flex_in .left_area {
  flex: 1;
}
#contact .flex_in .left_area .txt {
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 30px;
}
@media (max-width: 480px) {
  #contact .flex_in .left_area .txt {
    font-size: 3.8461538462vw;
    line-height: 1.3;
    padding-top: 2.8205128205vw;
  }
}
#contact .flex_in .right_area {
  width: 522px;
  text-align: center;
  background-color: #334ff3;
  border-radius: 20px;
  padding: 50px 45px;
}
@media (max-width: 480px) {
  #contact .flex_in .right_area {
    width: 100%;
    border-radius: 2.5641025641vw;
    padding: 6.4102564103vw 5.7692307692vw;
  }
}
#contact .flex_in .right_area .guidance {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #contact .flex_in .right_area .guidance {
    font-size: 4.2307692308vw;
    margin-bottom: 1.2820512821vw;
  }
}
#contact .flex_in .right_area .tel {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #contact .flex_in .right_area .tel {
    padding-bottom: 6.4102564103vw;
    margin-bottom: 6.4102564103vw;
  }
}
#contact .flex_in .right_area .tel a {
  font-size: 4.9rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media (max-width: 480px) {
  #contact .flex_in .right_area .tel a {
    font-size: 11.0256410256vw;
  }
}
#contact .flex_in .right_area .tel a .icon {
  display: inline-block;
  width: 25px;
  margin-right: 17px;
}
@media (max-width: 480px) {
  #contact .flex_in .right_area .tel a .icon {
    width: 5.641025641vw;
    margin-right: 3.7179487179vw;
  }
}
#contact .flex_in .right_area .btn {
  margin: 20px auto 0;
}
@media (max-width: 480px) {
  #contact .flex_in .right_area .btn {
    margin: 3.0769230769vw auto 0;
  }
}
#contact .flex_in .right_area .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transition: opacity 0.3s;
}
@media (max-width: 480px) {
  #contact .flex_in .right_area .btn a {
    font-size: 4.4871794872vw;
  }
}
#contact .flex_in .right_area .btn a .icon {
  display: inline-block;
  width: 29px;
  height: 27px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  #contact .flex_in .right_area .btn a .icon {
    width: 5.1282051282vw;
    height: 4.7435897436vw;
    margin-right: 2.1794871795vw;
  }
}
#contact .flex_in .right_area .btn a .arrow {
  right: 17px;
}
@media (min-width: 480px) {
  #contact .flex_in .right_area .btn a:hover {
    color: #1d2088;
    background-color: #fff;
    opacity: 0.8;
  }
  #contact .flex_in .right_area .btn a:hover .arrow {
    border-color: transparent transparent transparent #1d2088;
  }
}
#contact .flex_in.recruit {
  gap: 50px;
}
@media (max-width: 480px) {
  #contact .flex_in.recruit {
    gap: 11.7948717949vw;
  }
}
#contact .flex_in .btn a.recruit {
  background-color: #de4d0d;
}
#contact .flex_in .btn a.recruit .arrow::before {
  border-color: transparent transparent transparent #de4d0d;
}
@media (min-width: 480px) {
  #contact .flex_in .btn a.recruit:hover {
    background-color: #de4d0d;
  }
}
#contact.recruit {
  padding: 50px 0;
}
#contact.recruit .flex_in {
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 480px) {
  #contact.recruit .flex_in {
    align-items: flex-start;
    gap: 6.4102564103vw;
  }
}
#contact.recruit .flex_in .right_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 837px;
  padding: 38px 50px;
}
@media (max-width: 480px) {
  #contact.recruit .flex_in .right_area {
    flex-direction: column;
    gap: 5.1282051282vw;
    width: 100%;
    padding: 6.4102564103vw 7.0512820513vw;
  }
}
#contact.recruit .flex_in .right_area .btn {
  margin: 0;
}

@media (max-width: 480px) {
  #side_btn_block {
    position: fixed;
    display: flex;
    align-items: stretch;
    left: 0;
    bottom: -21.7948717949vw;
    width: 100%;
    transition: 0.7s;
    z-index: 100;
  }
  #side_btn_block .side_btn {
    width: 100%;
    height: 19.358974359vw;
  }
  #side_btn_block .side_btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
    background: #de4d0d;
    opacity: 1;
    z-index: 0;
    transition: left 0.3s;
    padding: 0;
  }
  #side_btn_block .side_btn a::before {
    position: absolute;
    bottom: -3px;
    left: 3.2051282051vw;
    content: "";
    width: 16.2820512821vw;
    height: 22.8205128205vw;
    background-image: url(../img/mv_bnr.png);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 2;
  }
  #side_btn_block .side_btn a .attention {
    display: flex;
    justify-content: center;
    font-family: "Jost", sans-serif;
    font-size: 3.0769230769vw;
    font-weight: 800;
    color: #1a1a1a;
    padding-top: 1.2820512821vw;
  }
  #side_btn_block .side_btn a .txt {
    position: absolute;
    bottom: 2.9487179487vw;
    width: 100%;
    font-size: 6.1538461538vw;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 7px #3d3400;
    text-align: center;
    background-color: #2f49e3;
    padding: 1.9230769231vw 0;
    z-index: 0;
  }
  #side_btn_block .side_btn a .txt::after {
    content: "RECRUIT";
    position: absolute;
    top: -1.0256410256vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12.6923076923vw;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: none;
    color: #1d2088;
    mix-blend-mode: multiply;
    z-index: -1;
  }
}/*# sourceMappingURL=common.css.map */