* {
  margin: 0;
  padding: 0;
  position: relative;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN W3";
  font-weight: 500;
  font-size: 1.3rem;
  color: inherit;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

main {
  display: block;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}
a.uline:hover {
  text-decoration: underline;
}
@media (min-width: 481px) {
  a.tel {
    pointer-events: none;
  }
}
a.current {
  pointer-events: none;
}

header {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}

li {
  list-style: none;
}

figure {
  display: block;
}

sup {
  font-size: 50%;
}

button {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

.img100 {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 481px) {
  br.sp {
    display: none;
  }
}

br.pc {
  display: none;
}
@media screen and (min-width: 860px) {
  br.pc {
    display: inline;
  }
}

.has-comb::after, .has-comw::after, .has-comb-out::after, .has-comw-out::after {
  content: attr(data-com) "";
  position: absolute;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Yu Mincho", "YuMincho", serif;
}
@media screen and (min-width: 860px) {
  .has-comb::after, .has-comw::after, .has-comb-out::after, .has-comw-out::after {
    font-size: 12px;
  }
}

.has-comb::after, .has-comb-out::after {
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9), -1px 1px 0 rgba(255, 255, 255, 0.9), 1px -1px 0 rgba(255, 255, 255, 0.9), -1px -1px 0 rgba(255, 255, 255, 0.9);
}

.has-comw::after, .has-comw-out::after {
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9), -1px 1px 0 rgba(0, 0, 0, 0.9), 1px -1px 0 rgba(0, 0, 0, 0.9), -1px -1px 0 rgba(0, 0, 0, 0.9);
}

.has-comb::after, .has-comw::after {
  bottom: 5px;
  right: 5px;
}

.has-comb-out::after, .has-comw-out::after {
  bottom: -20px;
  right: 0;
}

.header_sp {
  position: fixed;
  z-index: 200;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54px;
  border-top: 4px solid #083388;
  background: #060811;
}
.header_sp_h1 {
  width: 93px;
  height: 30px;
}
.header_sp_h1_a {
  display: block;
  width: 100%;
}
.header_sp_btn {
  width: 30px;
  height: 30px;
  background: #FFF;
  display: block;
}
.header_sp_btn_bar {
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  left: 3px;
  background: #000;
  transition: 0.5s;
}
.header_sp_btn_bar:nth-of-type(1) {
  top: 10px;
}
.header_sp_btn_bar:nth-of-type(2) {
  top: 15px;
}
.header_sp_btn_bar:nth-of-type(3) {
  top: 20px;
}
.open .header_sp_btn_bar:nth-of-type(1) {
  top: 15px;
  transform: rotate(-45deg);
}
.open .header_sp_btn_bar:nth-of-type(2) {
  opacity: 0;
}
.open .header_sp_btn_bar:nth-of-type(3) {
  top: 15px;
  transform: rotate(45deg);
}
@media screen and (min-width: 860px) {
  .header_sp {
    display: none;
  }
}
.header_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 50px 100px;
  background: #060811;
  z-index: 100;
  color: #FFF;
  font-family: "Raleway", "Yu Mincho", "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN W3";
  font-weight: 500;
  font-size: 15px;
  transition: transform 0.5s ease-out;
  transform: translateX(100%);
}
.open .header_menu {
  transform: none;
}
.header_menu_in {
  width: 100%;
  border-top: 4px solid #083388;
  border-bottom: 4px solid #083388;
  display: flex;
  flex-wrap: wrap;
}
.header_menu_title {
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.header_menu_business {
  display: none;
}
.header_menu_ul {
  width: 50%;
}
.header_menu_ul.line {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header_menu_li, .header_menu_li_sp {
  width: 100%;
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.header_menu_a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
}
.header_menu_a.current {
  background: #083388;
  pointer-events: none;
}
@media screen and (min-width: 860px) {
  .header_menu {
    left: auto;
    bottom: auto;
    height: 50px;
    padding: 0;
    transform: none;
  }
  .header_menu_in {
    border: none;
    flex-wrap: nowrap;
  }
  .header_menu_title {
    display: none;
  }
  .header_menu_business {
    display: block;
    line-height: 50px;
    text-align: center;
    background: #083388;
    padding: 0 10px;
  }
  .header_menu_ul {
    display: flex;
    width: auto;
  }
  .header_menu_ul.line {
    border-right: none;
  }
  .header_menu_li {
    border-top: none;
    width: auto;
    padding: 0 10px;
  }
  .header_menu_li_sp {
    display: none;
  }
  .header_menu_a::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 0.5s ease-out;
    transform: scaleX(0);
  }
  .header_menu_a.current {
    background: transparent;
  }
  .header_menu_a.current::after {
    transform: none;
  }
  .header_menu_a:hover::after {
    transform: none;
  }
}

.main {
  background: #060811;
}

.has-line::after {
  content: "";
  width: 100%;
  display: block;
  height: 4px;
  background: url(/assets/img/top/line.png) no-repeat center/cover;
  margin: 20px 0;
}

.mv {
  width: 100%;
}
.mv_img {
  width: 100%;
  height: auto;
}

.page_title {
  text-align: center;
  color: #FFF;
  padding: 30px 0;
}
.page_title_h2 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  color: inherit;
  letter-spacing: inherit;
  font-weight: 500;
}
.page_title_p {
  letter-spacing: 0.1em;
}

.banners {
  background: #3d3d3d;
  padding: 50px 20px;
}
.banners_ul {
  max-width: 750px;
  margin: 0 auto;
}
.banners_li {
  margin-top: 10px;
}

.footer {
  background: #060811;
  padding: 50px 50px 100px;
  color: #FFF;
}
.footer_company_head {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  color: inherit;
  letter-spacing: inherit;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.footer_company_head::after {
  content: "";
  width: 34%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
}
.footer_company_p1 {
  margin-top: 14px;
  width: 72px;
}
.footer_company_p2 {
  margin-top: 14px;
}
.footer_contents {
  margin-top: 50px;
}
.footer_contents_li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 10px;
  text-align: center;
}
.footer_copyrights {
  margin-top: 50px;
  text-align: center;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: inherit;
  letter-spacing: inherit;
  font-weight: 500;
}
@media screen and (min-width: 860px) {
  .footer_in {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
  }
  .footer_company {
    width: 35%;
  }
  .footer_contents {
    width: calc(65% - 20px);
    margin: 0;
  }
  .footer_contents_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .footer_contents_ul::before {
    content: "";
    width: calc(33% - 20px);
    order: 10;
  }
  .footer_contents_ul::after {
    content: "";
    width: calc(33% - 20px);
    order: 12;
  }
  .footer_contents_li {
    width: calc(33% - 20px);
    justify-content: space-between;
    text-align: left;
    border-bottom: none;
  }
  .footer_contents_li:nth-of-type(1) {
    order: 1;
  }
  .footer_contents_li:nth-of-type(2) {
    order: 4;
  }
  .footer_contents_li:nth-of-type(3) {
    order: 7;
  }
  .footer_contents_li:nth-of-type(4) {
    order: 2;
  }
  .footer_contents_li:nth-of-type(5) {
    order: 3;
  }
  .footer_contents_li:nth-of-type(6) {
    order: 5;
  }
  .footer_contents_li:nth-of-type(7) {
    order: 8;
  }
  .footer_contents_li:nth-of-type(8) {
    order: 6;
  }
  .footer_contents_li:nth-of-type(9) {
    order: 11;
  }
  .footer_contents_li:nth-of-type(10) {
    order: 9;
  }
}