@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;
  scroll-behavior: smooth;
}

@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;
}

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

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html * {
  -webkit-box-sizing: border-box;
          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: #333333;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1.5px;
  line-height: 1.8;
  height: 100%;
  min-width: 1120px;
  background: #fff;
}

@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-overflow-scrolling: touch;
  }
}

.wrap {
  position: relative;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
}

@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.w900 {
  width: 900px;
  max-width: 100%;
}

.wrap.w800 {
  width: 800px;
  max-width: 100%;
}

.wrap.w700 {
  width: 700px;
  max-width: 100%;
}

.wrap.w600 {
  width: 600px;
  max-width: 100%;
}

#page {
  margin: 0 auto;
  width: auto;
}

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

@media (max-width: 480px) {
  #page.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
}

#header {
  position: fixed;
  width: 100%;
  min-width: 1100px;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

@media (max-width: 480px) {
  #header {
    min-width: 100%;
    margin: 0;
  }
}

#header.on-target {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#header.on-target .header .head-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  #header.on-target .header .head-logo {
    width: auto;
    padding-top: 0;
    -webkit-filter: none;
            filter: none;
  }
}

#header.on-target .header .head-logo .logo_txt {
  display: block;
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-shadow: -1px -1px 7px rgba(29, 36, 62, 0.2), 1px -1px 7px rgba(29, 36, 62, 0.2), -1px 1px 7px rgba(29, 36, 62, 0.2), 1px 1px 7px rgba(29, 36, 62, 0.2), 0 -1px 7px rgba(29, 36, 62, 0.2), -1px 0 7px rgba(29, 36, 62, 0.2), 1px 0 7px rgba(29, 36, 62, 0.2), 0 1px 7px rgba(29, 36, 62, 0.2);
}

@media (max-width: 480px) {
  #header.on-target .header .head-logo .logo_txt {
    font-size: 4.9vw;
  }
}

#index #header.on-target .header .head-logo .logo_txt span:not([class]) {
  font-size: 2.4rem;
}

@media (max-width: 480px) {
  #index #header.on-target .header .head-logo .logo_txt span:not([class]) {
    font-size: 5.2vw;
  }
}

#header.on-target .header .head-logo .logo_txt .sub {
  font-size: 1.8rem;
}

@media (max-width: 480px) {
  #header.on-target .header .head-logo .logo_txt .sub {
    font-size: 3.9vw;
  }
}

#header.on-target .header #gnavi.top ul li a {
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 15px 0;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-shadow: -1px -1px 8px rgba(29, 36, 62, 0.1), 1px -1px 8px rgba(29, 36, 62, 0.1), -1px 1px 8px rgba(29, 36, 62, 0.1), 1px 1px 8px rgba(29, 36, 62, 0.1), 0 -1px 8px rgba(29, 36, 62, 0.1), -1px 0 8px rgba(29, 36, 62, 0.1), 1px 0 8px rgba(29, 36, 62, 0.1), 0 1px 8px rgba(29, 36, 62, 0.1);
}

@media (max-width: 480px) {
  #header.on-target .header #gnavi.top ul li a {
    text-shadow: none;
  }
  #header.on-target .header #gnavi.top ul li a:not(.navi_inquiry) {
    color: #333333;
    text-align: left;
    padding: 14px 0;
  }
}

@media (min-width: 480px) {
  #header.on-target .header #gnavi.top ul li a:hover {
    color: #fdd23e;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-color: #fdd23e;
            text-decoration-color: #fdd23e;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
  }
}

#header.on-target .header #gnavi.top ul li a.navi_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 80px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #101b5b;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  text-shadow: none;
}

@media (max-width: 480px) {
  #header.on-target .header #gnavi.top ul li a.navi_recruit {
    width: 100%;
    height: 70px;
    background-color: #101b5b;
    color: #fff;
    padding: 14px 0;
    margin-top: 25px;
  }
}

@media (min-width: 480px) {
  #header.on-target .header #gnavi.top ul li a.navi_recruit:hover {
    font-weight: 600;
    background: #fff;
    color: #101b5b;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
}

#header.on-target .header #gnavi.top ul li a.navi_inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #101b5b;
  background-color: #fdd23e;
  width: 110px;
  height: 80px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  text-shadow: none;
}

@media (max-width: 480px) {
  #header.on-target .header #gnavi.top ul li a.navi_inquiry {
    width: 100%;
    height: 70px;
    background-color: #fdd23e;
    color: #101b5b;
    padding: 14px 0;
    margin-top: 25px;
  }
}

@media (min-width: 480px) {
  #header.on-target .header #gnavi.top ul li a.navi_inquiry:hover {
    background: #fff;
    color: #101b5b;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
}

#header .header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 35px;
}

@media (max-width: 480px) {
  #header .header {
    max-width: 100%;
    padding: 2% 4%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 480px) {
  #header .header img {
    width: 100%;
  }
}

#header .header .head-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  #header .header .head-logo {
    width: auto;
    padding-top: 0;
    -webkit-filter: none;
            filter: none;
  }
}

#header .header .head-logo .logo_txt {
  display: block;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
  color: #101b5b;
  text-align: center;
}

@media (max-width: 480px) {
  #header .header .head-logo .logo_txt {
    font-size: 4.9vw;
  }
}

#index #header .header .head-logo .logo_txt span:not([class]) {
  font-size: 2.4rem;
}

@media (max-width: 480px) {
  #index #header .header .head-logo .logo_txt span:not([class]) {
    font-size: 5.2vw;
  }
}

#header .header .head-logo .logo_txt .sub {
  font-size: 1.8rem;
}

@media (max-width: 480px) {
  #header .header .head-logo .logo_txt .sub {
    font-size: 3.9vw;
  }
}

#header .header #sp_navi {
  display: none;
}

@media (max-width: 480px) {
  #header .header #sp_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  #header .header #sp_navi li {
    aspect-ratio: 100/100;
    height: 100%;
    width: 13vw;
  }
}

#header .header .head-nav {
  margin-left: auto;
}

@media (max-width: 480px) {
  #header .header .head-nav {
    display: none;
  }
}

@media (max-width: 480px) {
  #gnavi {
    font-size: 1.1rem;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #fff;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0;
  }
}

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 480px) {
  #gnavi ul {
    padding: 5% 0;
    max-width: 100%;
    gap: 5%;
  }
}

#gnavi ul li {
  margin-right: 35px;
}

#gnavi ul li:last-child {
  margin-right: 0;
}

@media (max-width: 480px) {
  #gnavi ul li:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  #gnavi ul li {
    border-bottom: 1px solid #101b5b;
    width: 100%;
  }
}

#gnavi ul li a {
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 15px 0;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 480px) {
  #gnavi ul li a {
    text-shadow: none;
  }
  #gnavi ul li a:not(.navi_inquiry) {
    color: #333333;
    text-align: left;
    padding: 14px 0;
  }
}

@media (min-width: 480px) {
  #gnavi ul li a:hover {
    color: #f3cd30;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-color: #f3cd30;
            text-decoration-color: #f3cd30;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
    text-shadow: none;
  }
}

#gnavi ul .li_recruit {
  margin-right: 0;
}

@media (max-width: 480px) {
  #gnavi ul .li_recruit {
    border-bottom: none;
  }
}

#gnavi ul li.navi_slide {
  cursor: pointer;
  position: relative;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide {
    border-bottom: 0;
    cursor: default;
  }
}

#gnavi ul li.navi_slide:hover ul {
  display: block;
}

#gnavi ul li.navi_slide a {
  cursor: default;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide a {
    cursor: default;
  }
}

#gnavi ul li.navi_slide ul {
  border-bottom: 3px solid #bce2e8;
  border-radius: 0 0 4px 4px;
  padding: 0 14px;
  height: inherit;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  z-index: 5000;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul {
    font-size: 1.3rem;
    border-bottom: inherit;
    border-radius: 0 0 4px 4px;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0;
    height: inherit;
    width: 100%;
    background: #222;
    display: block;
    position: inherit;
    zoom: 1;
  }
}

#gnavi ul li.navi_slide ul li {
  color: #595757;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  width: 100%;
  float: none;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li {
    border-bottom: 1px dashed #666;
  }
}

#gnavi ul li.navi_slide ul li:last-child {
  border: 0;
}

#gnavi ul li.navi_slide ul li a {
  color: #444;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: left;
  text-decoration: none;
  text-shadow: inherit;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  padding: 12px 0;
  background: none;
  display: block;
  position: inherit;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a {
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-shadow: inherit;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
    padding: 15px 5%;
    background: none;
    display: block;
    position: inherit;
  }
}

#gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
  border: 0;
  content: " ";
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
    content: none;
  }
}

#gnavi ul li.navi_slide ul li a:hover {
  color: #660000;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:hover {
    color: #fff;
  }
}

#gnavi ul li.navi_slide ul li a:hover:before {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  background: none;
}

@media (max-width: 480px) {
  #gnavi #close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 5%;
    width: 100%;
    height: 50px;
    background: #5b5b5b;
    margin-top: 50px;
  }
  #gnavi #close span {
    font-size: 1.5rem;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
}

#gnavi.top ul li a {
  width: 100%;
  font-size: 1.6rem;
  color: #101b5b;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 15px 0;
  display: block;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  #gnavi.top ul li a {
    text-shadow: none;
  }
  #gnavi.top ul li a:not(.navi_inquiry) {
    color: #333333;
    text-align: left;
    padding: 14px 0;
  }
}

@media (min-width: 480px) {
  #gnavi.top ul li a:hover {
    color: #fdd23e;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-color: #fdd23e;
            text-decoration-color: #fdd23e;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
  }
}

#gnavi.top ul li a.navi_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 80px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #101b5b;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  text-shadow: none;
}

@media (max-width: 480px) {
  #gnavi.top ul li a.navi_recruit {
    width: 100%;
    height: 70px;
    background-color: #101b5b;
    color: #fff;
    padding: 14px 0;
    margin-top: 25px;
  }
}

@media (min-width: 480px) {
  #gnavi.top ul li a.navi_recruit:hover {
    font-weight: 600;
    background: #e4e4e4;
    color: #101b5b;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
}

#gnavi.top ul li a.navi_inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #101b5b;
  background-color: #fdd23e;
  width: 110px;
  height: 80px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  text-shadow: none;
}

@media (max-width: 480px) {
  #gnavi.top ul li a.navi_inquiry {
    width: 100%;
    height: 70px;
    background-color: #fdd23e;
    color: #101b5b;
    padding: 14px 0;
    margin-top: 25px;
  }
}

@media (min-width: 480px) {
  #gnavi.top ul li a.navi_inquiry:hover {
    background: #e4e4e4;
    color: #101b5b;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
}

@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: 100;
  }
}

@media (max-width: 480px) {
  #gnavi.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#contents {
  min-width: 1100px;
  background: #fff;
}

@media (max-width: 480px) {
  #contents {
    min-width: 100%;
  }
}

#contents .contents-header {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/header-bg.jpg) center top/cover no-repeat;
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  #contents .contents-header {
    background: url(../img/header-bg-sp.jpg) center top/cover no-repeat;
    height: auto;
    aspect-ratio: 780/500;
  }
}

#contents .contents-header .contents-header__in .contents-header__ttl {
  line-height: 1;
}

@media (max-width: 480px) {
  #contents .contents-header .contents-header__in .contents-header__ttl {
    padding-top: 50px;
  }
}

#contents .contents-header .contents-header__in .contents-header__ttl .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  #contents .contents-header .contents-header__in .contents-header__ttl .en {
    font-size: 15.4vw;
    letter-spacing: 0.01vw;
    margin-bottom: 10px;
  }
}

#contents .contents-header .contents-header__in .contents-header__ttl .jp {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 480px) {
  #contents .contents-header .contents-header__in .contents-header__ttl .jp {
    font-size: 2rem;
  }
}

#contents .breadcrumbs {
  padding: 5px 0;
}

@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-size: 1.3rem;
  margin-right: 5px;
  float: left;
}

#contents .breadcrumbs ul li a {
  color: #111;
  margin-right: 4px;
  display: inline-block;
}

#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}

#contents .section {
  padding: 100px 0;
}

@media (max-width: 480px) {
  #contents .section {
    padding: 40px 0;
  }
}

section.py01 {
  padding-top: 100px;
}

@media (max-width: 480px) {
  section.py01 {
    padding-top: 50px;
  }
}

section.py02 {
  padding: 80px 0 120px;
}

@media (max-width: 480px) {
  section.py02 {
    padding: 30px 0 60px;
  }
}

section.bg01 {
  background-color: #f8f8fa;
}

.contents__wrap {
  position: relative;
  overflow: hidden;
}

.unit-ttl01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

@media (max-width: 480px) {
  .unit-ttl01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

.unit-ttl02 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #101b5b;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .unit-ttl02 {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}

.unit-ttl02:has(+ .bl-block01) {
  padding-left: 50px;
}

@media (max-width: 480px) {
  .unit-ttl02:has(+ .bl-block01) {
    padding-left: 4%;
  }
}

.unit-ttl03 {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #101b5b;
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .unit-ttl03 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.uni-btn01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  justify-items: end;
}

@media (max-width: 480px) {
  .uni-btn01 > .inner {
    width: 100%;
  }
}

.uni-btn01.service-btn01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.uni-btn01.service-btn02 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.unit-txt-link01 {
  color: #0050a7;
  text-decoration: underline;
}

@media (min-width: 480px) {
  .unit-txt-link01:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

#pagetop {
  display: none;
  width: 60px;
}

@media (max-width: 480px) {
  #pagetop {
    width: 10%;
    background-color: transparent;
  }
}

#pagetop a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  color: #333333;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 480px) {
  #pagetop a:hover {
    opacity: 0.7;
  }
}

#pagetop a img {
  display: block;
}

@media (max-width: 480px) {
  #pagetop a img {
    width: 100%;
  }
}

#pagetop img {
  display: block;
}

#pagetop img.only_pc {
  display: block;
}

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

#pagetop img.only_sp {
  display: none;
}

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

#pagetop.fixed {
  right: 0;
  bottom: 50px;
  display: block;
  z-index: 100;
}

@media (max-width: 480px) {
  #pagetop.fixed {
    right: 4%;
    bottom: 50px;
    display: block;
  }
}

.footer {
  position: relative;
  min-width: 1100px;
  background: #333;
}

@media (max-width: 480px) {
  .footer {
    min-width: 100%;
  }
}

#inquiry .footer .footer-contact {
  display: none;
  height: 0;
}

.footer .footer-contact .footer-contact__set01 {
  position: relative;
  padding: 95px 0 100px;
  background-color: #fff;
  overflow-x: clip;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 {
    padding: 65px 0 85px;
  }
}

.footer .footer-contact .footer-contact__set01 .wrap {
  position: relative;
  z-index: 10;
}

.footer .footer-contact .footer-contact__set01 .unit-ttl03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 45px;
  color: #101b5b;
  gap: 64px;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .unit-ttl03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 18px;
    margin-bottom: 55px;
  }
}

.footer .footer-contact .footer-contact__set01 .unit-ttl03 .main {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 7rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .unit-ttl03 .main {
    font-size: 5.25rem;
  }
}

.footer .footer-contact .footer-contact__set01 .unit-ttl03 .msg {
  position: relative;
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 4px;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .unit-ttl03 .msg {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.7;
  }
}

.footer .footer-contact .footer-contact__set01 .unit-ttl03 .msg::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #fdd23e;
  bottom: -13px;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .unit-ttl03 .msg::after {
    height: 5px;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list {
    width: 100vw;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -4.4%;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item {
  background-image: url(../img/footer-contact_tel.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item {
    background-size: cover;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
  height: 220px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item > .inner {
    width: 100%;
    height: 162px;
    gap: 0 6vw;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item > .inner .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 34px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 10;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item > .inner .content {
    gap: 26px;
    padding-top: 10px;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item > .inner .content .icon {
  width: 42px;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item > .inner .content .icon {
    width: 8vw;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item > .inner .content .ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item > .inner .content .ttl {
    font-size: 5.4vw;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item > .inner .content .num {
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 800;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item > .inner .content .num {
    font-size: 7.7vw;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item > .inner.tel .content {
    padding-top: 0;
    padding-right: 40px;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact {
  background-image: url(../img/footer-contact_mail.jpg);
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner {
  position: relative;
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner .content {
  gap: 23px;
  padding-right: 25px;
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner .icon {
  width: 45px;
  height: 31px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 44.38 30.05' xmlns='http://www.w3.org/2000/svg'><path fill='%23fff' d='M42.6,0H1.78C.8,0,0,.8,0,1.78v26.48c0,.98.8,1.78,1.78,1.78h40.81c.98,0,1.78-.8,1.78-1.78V1.78c0-.98-.8-1.78-1.78-1.78ZM1.78,3.27l11.79,11.8L1.78,26.88V3.27ZM22.18,21.17L2.8,1.78h38.77s-19.39,19.4-19.39,19.4ZM14.83,16.33l6.09,6.1c.34.34.79.52,1.26.52s.93-.19,1.26-.52l6.19-6.2,12.03,12.04H2.91s11.93-11.94,11.93-11.94ZM30.9,14.98l11.71-11.72v23.43l-11.71-11.71Z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 44.38 30.05' xmlns='http://www.w3.org/2000/svg'><path fill='%23fff' d='M42.6,0H1.78C.8,0,0,.8,0,1.78v26.48c0,.98.8,1.78,1.78,1.78h40.81c.98,0,1.78-.8,1.78-1.78V1.78c0-.98-.8-1.78-1.78-1.78ZM1.78,3.27l11.79,11.8L1.78,26.88V3.27ZM22.18,21.17L2.8,1.78h38.77s-19.39,19.4-19.39,19.4ZM14.83,16.33l6.09,6.1c.34.34.79.52,1.26.52s.93-.19,1.26-.52l6.19-6.2,12.03,12.04H2.91s11.93-11.94,11.93-11.94ZM30.9,14.98l11.71-11.72v23.43l-11.71-11.71Z'/></svg>");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner .icon {
    width: 8.6vw;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner .txt {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner .txt {
    font-size: 6.45vw;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: #101b5b;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  mix-blend-mode: multiply;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner::after {
    content: none;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner:hover .content {
  color: #fdd23e;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner:hover .content {
    color: #fff;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner:hover .icon {
  background-color: #fdd23e;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner:hover .icon {
    background-color: #fff;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner:hover::after {
  height: 100%;
  background: rgba(16, 27, 91, 0.2);
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner:hover::after {
    height: 0;
  }
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item.contact > .inner:hover .arrow {
  border-right: 1px solid #fdd23e;
  border-top: 1px solid #fdd23e;
  z-index: 10;
}

.footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item .arrow {
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  top: calc(50% - 6px);
  right: 20px;
  width: 10.5px;
  height: 10.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

@media (max-width: 480px) {
  .footer .footer-contact .footer-contact__set01 .footer-contact__list .footer-contact__item .arrow {
    width: 8.5px;
    height: 8.5px;
  }
}

.footer .footer-contact .footer-contact__set01.bg01 {
  background-color: #f8f8fa;
}

.footer #pagetop {
  display: none;
  width: 80px;
}

@media (max-width: 480px) {
  .footer #pagetop {
    width: 12%;
    background-color: transparent;
  }
}

.footer #pagetop a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  color: #333333;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 480px) {
  .footer #pagetop a:hover {
    opacity: 0.7;
  }
}

.footer #pagetop a img {
  display: block;
}

@media (max-width: 480px) {
  .footer #pagetop a img {
    width: 100%;
  }
}

.footer #pagetop img {
  display: block;
}

.footer #pagetop img.only_pc {
  display: block;
}

@media (max-width: 480px) {
  .footer #pagetop img.only_pc {
    display: none;
  }
}

.footer #pagetop img.only_sp {
  display: none;
}

@media (max-width: 480px) {
  .footer #pagetop img.only_sp {
    display: block;
  }
}

.footer #pagetop.fixed {
  right: 0;
  bottom: 50px;
  display: block;
  z-index: 100;
}

@media (max-width: 480px) {
  .footer #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
  }
}

.footer .footer__in {
  padding: 70px 0 45px;
}

@media (max-width: 480px) {
  .footer .footer__in {
    padding: 50px 8% 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
  }
}

.footer .footer__in .footer__logo {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  margin-bottom: 42px;
}

@media (max-width: 480px) {
  .footer .footer__in .footer__logo {
    font-size: 7.5vw;
  }
}

.footer .footer__in .footer__logo .sub {
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .footer .footer__in .footer__logo .sub {
    font-size: 5.7vw;
  }
}

.footer .footer__in .footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #101b5b;
  gap: 40px;
}

@media (max-width: 480px) {
  .footer .footer__in .footer__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.1rem;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.footer .footer__in .footer__btn .footer__btn_inner a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 45px;
  background-color: #fff;
  margin-bottom: 35px;
  z-index: 0;
}

@media (max-width: 480px) {
  .footer .footer__in .footer__btn .footer__btn_inner a {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
  }
}

.footer .footer__in .footer__btn .footer__btn_inner a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fdd23e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 480px) {
  .footer .footer__in .footer__btn .footer__btn_inner a::after {
    content: none;
  }
}

.footer .footer__in .footer__btn .footer__btn_inner a:hover::after {
  height: 100%;
}

.footer .footer__in .footer__btn .footer__btn_inner.entry a {
  font-size: 2.2rem;
}

@media (max-width: 480px) {
  .footer .footer__in .footer__btn .footer__btn_inner.entry a {
    font-size: 2.4rem;
    background-color: #fdd23e;
  }
}

.footer .footer__in .footer-nav .footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .footer .footer__in .footer-nav .footer-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}

.footer .footer__in .footer-nav .footer-nav__list a {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 480px) {
  .footer .footer__in .footer-nav .footer-nav__list a {
    font-size: 4.1vw;
    font-weight: 300;
    letter-spacing: 0.1vw;
  }
}

@media (min-width: 480px) {
  .footer .footer__in .footer-nav .footer-nav__list a:hover {
    text-decoration: underline;
  }
}

.footer .footer__in .footer-nav .footer-nav__list li {
  position: relative;
  line-height: 1;
  padding: 0 20px;
}

@media (max-width: 480px) {
  .footer .footer__in .footer-nav .footer-nav__list li {
    width: calc(100% / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 0 0 15px;
  }
}

@media (max-width: 480px) {
  .footer .footer__in .footer-nav .footer-nav__list li::before {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    top: calc(50% - 3px);
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
}

.footer .footer__in .footer-nav .footer-nav__list li:not(:last-child) {
  border-right: 1px solid #fff;
}

@media (max-width: 480px) {
  .footer .footer__in .footer-nav .footer-nav__list li:not(:last-child) {
    border-right: none;
  }
}

.footer .copy {
  text-align: center;
  padding: 18px 0;
}

.footer .copy a {
  font-size: 1.3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .footer .copy a {
    font-size: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.footer .copy a img {
  width: 86px;
}

.access_map {
  padding: 0 10px;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map {
    padding: 0 10px;
    width: 100%;
  }
}

.access_map .map_ttl {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .access_map .map_ttl {
    font-size: 2.2rem;
  }
}

.access_map .map_set {
  border: 1px dotted #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          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 {
    -webkit-box-shadow: inherit;
            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 {
  padding: 15px 0 0;
}

@media (max-width: 480px) {
  .access_map .access_data {
    padding: 15px 0 18px;
  }
}

.access_map .access_data dl {
  padding: 0 5px;
}

.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 {
  margin-right: 1.5rem;
}

@media (max-width: 480px) {
  .access_map .access_data dl dd .postal_code {
    margin-right: 0;
    display: block;
  }
}

.access_map .access_data dl dd a {
  color: #333333;
}

.access_map.mb80 {
  margin-bottom: 80px;
}

.privacy_section {
  padding: 50px 0 70px;
}

@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 #101b5b;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #f7f8f9;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 3px solid #101b5b;
    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 {
    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;
  }
}

.inquiry_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 50px;
}

@media (max-width: 480px) {
  .inquiry_info_inner {
    display: block;
    margin-bottom: 30px;
  }
}

.inquiry_info_inner .inquiry_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  text-align: center;
}

@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    gap: 20px;
    margin: 0 auto;
  }
}

.inquiry_info_inner .inquiry_info .no {
  font-size: 5rem;
  letter-spacing: 0.02em;
  line-height: 1.0;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #101b5b;
}

@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info .no {
    font-size: 2.8rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}

.inquiry_info_inner .inquiry_info .no a {
  display: block;
  padding: 35px;
}

@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info .no a {
    padding: 30px 20px;
  }
}

.inquiry_info_inner .inquiry_info .no span {
  font-size: 0.5em;
  margin-right: 0.5em;
}

.inquiry_info_inner .inquiry_info .fax {
  padding: 35px;
}

@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info .fax {
    padding: 20px;
  }
}

.kinds_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .kinds_list {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .kinds_list li {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-radius: 5px;
  }
  .kinds_list li label {
    display: block;
    width: 100%;
  }
}

.kinds_list li:not(:last-child) {
  padding-right: 11px;
}

@media (max-width: 480px) {
  .kinds_list li:not(:last-child) {
    padding-right: 0;
    margin-bottom: 1em;
  }
}

.attent_block {
  margin-bottom: 20px;
}

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

.attent_block a {
  text-decoration: underline;
  color: #0050a7;
}

@media (min-width: 480px) {
  .attent_block a:hover {
    text-decoration: none;
  }
}

.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_msg {
  text-align: center;
  line-height: 2;
}

@media (max-width: 480px) {
  .thanks_msg {
    text-align: left;
  }
}

.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: 2px solid #999;
  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 #999;
  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: 30%;
  background: #e5e5e5;
  position: relative;
}

@media (max-width: 480px) {
  #MailForm table th {
    padding: 0 0 3px;
    width: 100%;
    background: none;
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  #MailForm table th:before {
    color: #666666;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    margin-right: 5px;
    content: "\025a0";
  }
}

#MailForm table th span {
  position: absolute;
  left: 25px;
}

@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 5px;
  }
}

#MailForm table td {
  background: #fff;
}

@media (max-width: 480px) {
  #MailForm table td {
    margin-bottom: 35px;
    padding: 0;
    background: none;
  }
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
}

@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
    border-radius: 5px;
  }
}

@media (max-width: 480px) {
  #MailForm .kinds_list input {
    width: auto;
    margin-right: 1em;
  }
}

#MailForm select {
  font-size: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 12px 27px 12px 13px;
  cursor: pointer;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (-ms-high-contrast: none) {
  #MailForm select {
    background: none;
    padding-right: 13px;
  }
}

#MailForm label {
  padding: 2px 10px;
  cursor: pointer;
}

@media (max-width: 480px) {
  #MailForm label {
    font-size: 1.5rem;
    padding: 10px;
  }
}

@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;
    -webkit-box-sizing: border-box;
            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 .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_list {
  margin-bottom: 27px;
  font-size: 0.9em;
}

#MailForm .important_list li {
  text-indent: -1.1em;
  padding-left: 1.1em;
  color: #333333;
}

@media (max-width: 480px) {
  #MailForm .important_list li:first-child {
    margin-bottom: 10px;
  }
}

#MailForm .important_text {
  line-height: 1.4;
  margin-bottom: 27px;
}

#MailForm .inquiry_inset {
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  #MailForm .inquiry_inset {
    padding: 15px 4%;
    background: #e5e5e5;
  }
}

#MailForm .confirm_txt {
  text-align: center;
}

@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
  }
}

.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 .send_step_msg {
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .send_inner .send_step_msg {
    margin-bottom: 3vw;
    padding: 10px 0;
  }
}

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

.send_btn_inner {
  padding: 30px 0 0;
}

@media (max-width: 480px) {
  .send_btn_inner {
    padding-top: 0;
  }
}

.send_btn_inner button {
  min-height: 62px;
  line-height: 1.4;
  padding-top: 10px 30px;
  color: #fff;
  width: 400px;
  display: block;
  margin: 0 auto;
  font-size: 1.7rem;
  letter-spacing: 1.5px;
  padding: 15px 47px 16px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  background: #101b5b;
  border: 2px solid #101b5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .send_btn_inner button {
    width: 90%;
    min-height: 48px;
    margin: 0 auto;
    -webkit-transition: unset;
    transition: unset;
  }
}

.send_btn_inner button:hover {
  color: #101b5b;
  background: #fff;
}

@media (max-width: 480px) {
  .send_btn_inner button:hover {
    color: #fff;
    background: #101b5b;
  }
}

.send_inner .send_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.send_inner .send_btn_inner .send_btn {
  min-height: 62px;
  line-height: 1.4;
  padding-top: 10px 30px;
  color: #fff;
  width: 400px;
  display: block;
  font-size: 1.7rem;
  letter-spacing: 1.5px;
  padding: 15px 47px 16px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  background: #101b5b;
  border: 2px solid #101b5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .send_inner .send_btn_inner .send_btn {
    width: 90% !important;
    min-height: 48px;
    margin: 0 auto;
    -webkit-transition: unset;
    transition: unset;
  }
}

.send_inner .send_btn_inner .send_btn:hover {
  color: #101b5b;
  background: #fff;
}

@media (max-width: 480px) {
  .send_inner .send_btn_inner .send_btn:hover {
    color: #fff;
    background: #101b5b;
  }
}

.send_inner .send_btn_inner .send_btn:not(:last-child) {
  margin-right: 50px;
}

@media (max-width: 480px) {
  .send_inner .send_btn_inner .send_btn:not(:last-child) {
    margin: 0 auto 5vw;
  }
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
  border-color: #797979;
  width: 300px;
}

.send_inner .send_btn_inner .btn_return:hover {
  color: #333333;
}

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

.send_inner .send_btn_inner .btn_return + .btn_run {
  width: 200px;
}

.send_confirm_table {
  padding-bottom: 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-weight: normal;
  border: 1px solid #dddddd;
  padding: 25px 40px;
}

@media (max-width: 480px) {
  #contents .send_confirm_table table td, #contents
  .send_confirm_table table th {
    padding: 12px 15px;
    display: block;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .send_confirm_table table tbody tr {
    display: block;
  }
  .send_confirm_table table tbody tr:not(:last-child) {
    margin-bottom: 20px;
  }
}

.send_confirm_table table tbody th {
  text-align: center;
  width: 28%;
  background: #101b5b;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 480px) {
  .send_confirm_table table tbody th {
    text-align: left;
  }
  #contents .send_confirm_table table tbody th {
    padding: 10px 15px;
  }
}

.send_confirm_table table tbody td {
  background: #fff;
  text-align: left;
}

@media (max-width: 480px) {
  #contents .send_confirm_table table tbody td {
    padding: 10px 15px;
  }
}

.send_confirm_table table tbody td > a {
  color: #101b5b !important;
}

.send_confirm_table table tbody td > a:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .send_confirm_table table tbody td > a:hover {
    text-decoration: underline;
  }
}

.send_inner .send_error {
  padding: 0 0 30px;
  display: table;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .send_inner .send_error {
    padding: 0 0 10vw 2vw;
  }
}

.send_inner .send_error li {
  padding: 5px 0;
}

.send_inner .send_error li:before {
  color: #c2c2c2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "\0025cf";
}

.send_inner .send_error li span {
  color: #ff3333;
  margin-right: 5px;
  display: inline-block;
}

.table_base {
  padding: 0 0 30px;
}

.table_base table {
  width: 100%;
}

@media (max-width: 480px) {
  .table_base table {
    border: 0;
  }
}

.table_base table td,
.table_base table th {
  font-weight: normal;
  border-bottom: 1px solid #101b5b;
  padding: 25px 16px;
}

@media (max-width: 480px) {
  .table_base table td,
  .table_base table th {
    font-weight: normal;
    border-bottom: 0;
    padding: 12px;
    display: block;
  }
}

.table_base table th {
  border-bottom: 1px solid #101b5b;
}

@media (max-width: 480px) {
  .table_base table th {
    border-bottom: 0;
  }
}

.table_base table td {
  border-bottom: 1px solid #9e9f9f;
}

@media (max-width: 480px) {
  .table_base table td {
    border-bottom: 0;
    margin-bottom: 15px;
  }
}

.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.table_base table td span.map_jump a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #101b5b;
  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 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #101b5b;
  text-align: left;
  width: 20%;
}

@media (max-width: 480px) {
  .table_base table tbody th {
    width: 100%;
    color: #101b5b;
    background-color: #e5e5e5;
  }
}

.table_base table tbody td {
  padding: 25px 40px;
}

@media (max-width: 480px) {
  .table_base table tbody td {
    font-size: 1.5rem;
    padding: 12px;
  }
}

.table_base table dd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .table_base table dd {
    border-bottom: 0;
  }
}

.table_base table dd:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.content_inner {
  padding: 10px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .content_inner {
    padding: 0 0 25px;
    display: block;
  }
}

.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 {
  width: 530px;
}

@media (max-width: 480px) {
  .content_inner.w_margin450 .msg {
    width: 100%;
  }
}

/* .image_list */
.image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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: calc(90% / 2);
}

.image_list.two_image li:nth-child(odd) {
  margin-right: 4%;
}

.image_list.three_image li {
  width: calc(90% / 3);
}

.image_list.three_image li:not(:nth-child(3n)) {
  margin-right: 3%;
}

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

.t-right {
  text-align: right;
}

@media (max-width: 480px) {
  .sp-t-left {
    text-align: left;
  }
}

.t-bold {
  font-weight: bold;
}

.t-500 {
  font-weight: 500;
}

.t-normal {
  font-weight: normal;
}

.only_pc {
  display: block;
}

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

.only_sp {
  display: none;
}

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

.inline-b {
  display: inline-block;
}

.tel {
  color: #333333;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}

@media (max-width: 480px) {
  .tel {
    pointer-events: inherit;
  }
}

.fade_hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 480px) {
  .fade_hover:hover {
    opacity: 0.7;
  }
}

.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.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 100%;
  }
}
/*# sourceMappingURL=common.css.map */