@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 200;
  src: url("/contact/inquire/fonts/NotoSansCJKjp-Light.woff") format("opentype");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

a {
  color: #0075c1;
  text-decoration: underline;
}

a:visited {
  color: #7500c1;
}

html.device-pc a:hover,
html.device-pc a:active {
  text-decoration: none;
}

::-moz-selection {
  background: #0075c1;
  color: #fff;
}

::selection {
  background: #0075c1;
  color: #fff;
}

html {
  font-size: 87.5%;
  overflow-y: scroll;
}

@media (max-width: 374px) {
  html {
    font-size: 3.73333vw;
  }
}

body {
  color: #333;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

@media (min-width: 768px) {
  .br--l767 {
    display: none;
  }
}

@media (max-width: 767px) {
  .br--g768 {
    display: none;
  }
}

.homeLineup__attention::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.modal {
  display: none;
}

@media (max-width: 767px) {
  .modal {
    display: block;
  }
}

@media (max-width: 767px) {
  .modal__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: -50%;
    z-index: 65000;
    width: 100%;
    height: 200%;
  }
}

@media (max-width: 767px) {
  .modal__overlay::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .modal__in {
    display: none;
    position: relative;
    z-index: 65020;
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .modal__in2 {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .modal__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .modal__in3, .modal__in3--top {
    display: table-cell;
    padding: 1.42857rem 0;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .modal__in3--top {
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .modal__in4 {
    position: relative;
    margin: 0 0.71429rem;
    padding: 3.57143rem 1.42857rem 1.42857rem;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .modal__headClose {
    display: block;
    position: absolute;
    right: 1.21429rem;
    top: 0.85714rem;
    width: 1.82143rem;
    height: 1.82143rem;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
  }
}

@media (max-width: 767px) {
  .modal__headClose::before, .modal__headClose::after {
    content: "";
    display: block;
    position: absolute;
    background: #333;
  }
}

@media (max-width: 767px) {
  .modal__headClose::before {
    left: 0;
    top: 0.82143rem;
    width: 1.82143rem;
    height: 0.17857rem;
  }
}

@media (max-width: 767px) {
  .modal__headClose::after {
    left: 0.82143rem;
    top: 0;
    width: 0.17857rem;
    height: 1.82143rem;
  }
}

@media (max-width: 767px) {
  html.device-pc .modal__headClose:hover,
  html.device-pc .modal__headClose:active {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .modal__footClose {
    display: block;
    position: relative;
    width: 10.71429rem;
    margin: 1.42857rem auto 0;
    padding: 0.85714rem 0;
    border-radius: 0.28571rem;
    background: #fff;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .modal__footClose::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.28571rem;
    background: #0075c1;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
  }
}

@media (max-width: 767px) {
  .modal__footClose__in {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
}

html.device-pc .modal__footClose:hover::before,
html.device-pc .modal__footClose:active::before {
  opacity: 0.7;
}

.txtWindow {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 6px;
  margin: 0 5px 0 7px;
  background: #0075c1;
  vertical-align: 15%;
}

@media (max-width: 767px) {
  .txtWindow {
    margin: 0 0.28571rem 0 0.42857rem;
  }
}

.txtWindow::before, .txtWindow::after {
  content: "";
  display: block;
  position: absolute;
  background: #0075c1;
}

.txtWindow::before {
  left: -2px;
  top: 2px;
  width: 1px;
  height: 6px;
}

.txtWindow::after {
  left: -2px;
  bottom: -2px;
  width: 8px;
  height: 1px;
}

.breadcrumbNav {
  z-index: 1;
  background: none;
  font-size: 114.28571%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

@media (max-width: 374px) {
  .breadcrumbNav {
    font-size: 14px;
  }
}

.breadcrumbNav a {
  color: #000;
  text-decoration: none;
}

.breadcrumbNav a:visited {
  color: #000;
}

.breadcrumbNav::before {
  left: 0;
  width: 100%;
  margin-left: 0;
  background: #000;
  opacity: 0.05;
}

@media (max-width: 767px) {
  .breadcrumbNav::before {
    background: #f2f2f2;
    opacity: 1;
  }
}

.breadcrumbNav ol > li {
  font-size: 0.85714rem;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li {
    font-size: 10px;
  }
}

.breadcrumbNav ol > li::before {
  background: #000;
  opacity: 0.1;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li::before {
    background: #d9d9d9;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li > a {
    color: #0075c1;
  }
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li > a:visited {
    color: #0075c1;
  }
}

.globalMenuSp {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

@media (max-width: 374px) {
  .globalMenuSp {
    font-size: 14px;
  }
}

.globalMenuSp a {
  color: #000;
  text-decoration: none;
}

.globalMenuSp a:visited {
  color: #000;
}

.globalMenuSp .menuSet > .setTitle {
  font-size: 12.83333px;
}

.globalMenuSp .menuSet .pressList > li > a > .description {
  font-size: 12.32px;
}

.siteFooter {
  font-size: 114.28571%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.siteFooter a {
  color: #000;
  text-decoration: none;
}

.siteFooter a:visited {
  color: #000;
}

.siteFooter .footer-list-arw > li > a:hover {
  text-decoration: underline;
}

.siteFooter .siteGuideBlock > .title > span {
  font-size: 1.14286rem;
}

.siteFooter .siteGuideBlock > .picture > p > span {
  font-size: 1rem;
}

.siteFooter .siteGuideBlock > .picture > p:nth-child(6) > span {
  font-size: 0.92857rem;
}

.siteFooter .nav-list > li > a:hover {
  text-decoration: underline;
}

.siteFooterSp {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

@media (max-width: 374px) {
  .siteFooterSp {
    font-size: 14px;
  }
}

.siteFooterSp a {
  color: #000;
  text-decoration: none;
}

.siteFooterSp a:visited {
  color: #000;
}

.siteFooterSp > .footerFirstWrap > .wholeLink > a {
  font-size: 15px;
}

.siteFooterSp > .siteGuideBlock .blockList > li > a > span {
  font-size: 13px;
}

.siteFooterSp > .footerLastWrap > .footerCopyright {
  font-size: 10px;
}

.siteHeader {
  font-size: 114.28571%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.siteHeader a {
  color: #000;
  text-decoration: none;
}

.siteHeader a:visited {
  color: #000;
}

.siteHeaderSp {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

@media (max-width: 374px) {
  .siteHeaderSp {
    font-size: 14px;
  }
}

.siteHeaderSp a {
  color: #000;
  text-decoration: none;
}

.siteHeaderSp a:visited {
  color: #000;
}

.siteHeaderSp > .headerSearchBlock .btns > li > a {
  font-size: 12px;
}

.siteWrapper {
  min-width: 1140px;
}

@media (max-width: 767px) {
  .siteWrapper {
    min-width: 0;
  }
}

@media (min-width: 768px) {
  .siteWrapper.js-modal {
    top: auto !important;
  }
}

@media (max-width: 767px) {
  .siteWrapper.js-modal {
    position: fixed !important;
    width: 100% !important;
  }
}

.emergencyBtn {
  display: none;
}

@media (max-width: 767px) {
  .emergencyBtn {
    display: block;
    margin-bottom: 0.35714rem;
    padding-top: 0.35714rem;
  }
}

@media (max-width: 767px) {
  .emergencyBtn__window {
    display: inline-block;
    position: relative;
    width: 8px;
    height: 6px;
    margin-left: 0.71429rem;
    background: #be1b01;
    vertical-align: 15%;
    -webkit-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
  }
}

@media (max-width: 767px) {
  .emergencyBtn__window::before, .emergencyBtn__window::after {
    content: "";
    display: block;
    position: absolute;
    background: #be1b01;
    -webkit-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
  }
}

@media (max-width: 767px) {
  .emergencyBtn__window::before {
    left: -2px;
    top: 2px;
    width: 1px;
    height: 6px;
  }
}

@media (max-width: 767px) {
  .emergencyBtn__window::after {
    left: -2px;
    bottom: -2px;
    width: 8px;
    height: 1px;
  }
}

@media (max-width: 767px) {
  .emergencyBtn > a {
    display: block;
    padding: 0.64286rem 0;
    border: 1px solid #be1b01;
    border-radius: 0.28571rem;
    color: #be1b01;
    font-size: 0.92857rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 150ms linear, color 150ms linear;
    transition: background 150ms linear, color 150ms linear;
  }
}

@media (max-width: 767px) {
  html.device-pc .emergencyBtn > a:hover,
  html.device-pc .emergencyBtn > a:active {
    background: #be1b01;
    color: #fff;
  }
}

@media (max-width: 767px) {
  html.device-pc .emergencyBtn > a:hover .emergencyBtn__window,
  html.device-pc .emergencyBtn > a:active .emergencyBtn__window {
    background: #fff;
  }
}

@media (max-width: 767px) {
  html.device-pc .emergencyBtn > a:hover .emergencyBtn__window::before, html.device-pc .emergencyBtn > a:hover .emergencyBtn__window::after,
  html.device-pc .emergencyBtn > a:active .emergencyBtn__window::before,
  html.device-pc .emergencyBtn > a:active .emergencyBtn__window::after {
    background: #fff;
  }
}

.homeLineup__section__in {
  width: 960px;
  margin: 0 auto;
  padding: 60px 20px 70px;
}

@media (max-width: 767px) {
  .homeLineup__section__in {
    width: auto;
    padding: 2.85714rem 0.71429rem 3.57143rem;
  }
}

.homeLineup__section:nth-child(2n+1) {
  background: #fff;
}

.homeLineup__section:nth-child(2n+2) {
  background: #f1f7fc;
}

.homeLineup__title {
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .homeLineup__title {
    margin-bottom: 1.78571rem;
    font-size: 1.78571rem;
  }
}

.homeLineup__list > li {
  border-bottom: 1px solid #e1e1e1;
}

.homeLineup__list > li > div {
  display: table;
  width: 100%;
}

.homeLineup__list > li > div > div {
  display: table-cell;
  height: 60px;
  padding: 25px 0;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .homeLineup__list > li > div > div {
    height: auto;
    padding: 1.78571rem 0;
  }
}

.homeLineup__list > li:first-child {
  border-top: 1px solid #e1e1e1;
}

.homeLineup__mainLink {
  line-height: 1.4;
}

@media (max-width: 767px) {
  .homeLineup__mainLink {
    line-height: 1.4;
  }
}

.homeLineup__mainLink__window {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 6px;
  margin-left: 10px;
  background: #0075c1;
  vertical-align: 22%;
}

@media (max-width: 767px) {
  .homeLineup__mainLink__window {
    margin-left: 0.5rem;
  }
}

.homeLineup__mainLink__window::before, .homeLineup__mainLink__window::after {
  content: "";
  display: block;
  position: absolute;
  background: #0075c1;
}

.homeLineup__mainLink__window::before {
  left: -2px;
  top: 2px;
  width: 1px;
  height: 6px;
}

.homeLineup__mainLink__window::after {
  left: -2px;
  bottom: -2px;
  width: 8px;
  height: 1px;
}

.homeLineup__mainLink__arrow {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 9px;
  margin-left: 10px;
  vertical-align: 15%;
}

@media (max-width: 767px) {
  .homeLineup__mainLink__arrow {
    margin-left: 0.5rem;
    vertical-align: 10%;
  }
}

.homeLineup__mainLink__arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 1px;
  background: #0075c1;
}

.homeLineup__mainLink__arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 4px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4.5px solid transparent;
  border-left: 4px solid #0075c1;
}

.homeLineup__mainLink > a {
  display: inline-block;
  color: #333;
  font-size: 26px;
  font-weight: 200;
  text-decoration: none;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}

@media (max-width: 767px) {
  .homeLineup__mainLink > a {
    font-size: 1.28571rem;
  }
}

html.device-pc .homeLineup__mainLink > a:hover,
html.device-pc .homeLineup__mainLink > a:active {
  opacity: 0.7;
}

.homeLineup__subLink {
  margin-top: 10px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .homeLineup__subLink {
    margin-top: 0.71429rem;
    line-height: 1.6;
  }
}

.homeLineup__subLink__window {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 6px;
  margin-left: 7px;
  background: #0075c1;
  vertical-align: 17%;
}

@media (max-width: 767px) {
  .homeLineup__subLink__window {
    margin-left: 0.35714rem;
  }
}

.homeLineup__subLink__window::before, .homeLineup__subLink__window::after {
  content: "";
  display: block;
  position: absolute;
  background: #0075c1;
}

.homeLineup__subLink__window::before {
  left: -2px;
  top: 2px;
  width: 1px;
  height: 6px;
}

.homeLineup__subLink__window::after {
  left: -2px;
  bottom: -2px;
  width: 8px;
  height: 1px;
}

.homeLineup__subLink__arrow {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 9px;
  margin-left: 7px;
  vertical-align: 5%;
}

@media (max-width: 767px) {
  .homeLineup__subLink__arrow {
    margin-left: 0.35714rem;
  }
}

.homeLineup__subLink__arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 1px;
  background: #0075c1;
}

.homeLineup__subLink__arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 4px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4.5px solid transparent;
  border-left: 4px solid #0075c1;
}

.homeLineup__subLink > a {
  display: inline-block;
  color: #0075c1;
  text-decoration: none;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}

html.device-pc .homeLineup__subLink > a:hover,
html.device-pc .homeLineup__subLink > a:active {
  opacity: 0.7;
}

.homeLineup__txt {
  margin-top: 10px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .homeLineup__txt {
    margin-top: 0.71429rem;
    line-height: 1.6;
  }
}

.homeLineup__attention {
  margin-top: 10px;
  color: #be1b01;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .homeLineup__attention {
    margin-top: 0.71429rem;
    font-size: 0.85714rem;
    line-height: 1.6;
  }
}

.homeLineup__attention__mark {
  float: left;
  margin-right: 2px;
}

@media (max-width: 767px) {
  .homeLineup__attention__mark {
    margin-right: 0.14286rem;
  }
}

.homeLineup__attention__txt {
  overflow: hidden;
}

.homeLineup__attention__txt > a {
  color: #0075c1 !important;
  text-decoration: underline !important;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}

html.device-pc .homeLineup__attention__txt > a:hover,
html.device-pc .homeLineup__attention__txt > a:active {
  opacity: 0.7;
}

.homeNav {
  position: relative;
  height: 76px;
  background: #f7f7f7;
}

@media (max-width: 767px) {
  .homeNav {
    height: auto;
    padding-top: 5.71429rem;
  }
}

@media (max-width: 767px) {
  .homeNav__txt--g768 {
    display: none;
  }
}

.homeNav__in {
  height: 100%;
}

@media (max-width: 767px) {
  .homeNav__in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.homeNav__in > ul {
  display: flex;
  position: relative;
  width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .homeNav__in > ul {
    width: auto;
    padding: 0;
  }
}

.homeNav__in > ul > li {
  flex: 1;
  box-sizing: border-box;
  border-right: 2px solid #fff;
}

.homeNav__in > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: opacity 150ms linear;
}

@media (max-width: 767px) {
  .homeNav__in > ul > li > a {
    padding-bottom: 1.28571rem;
    font-size: 0.78571429rem;
  }
}

.homeNav__in > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  box-sizing: border-box;
  border-top: 3px solid #72b2df;
  border-right: 3px solid #72b2df;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 767px) {
  .homeNav__in > ul > li > a::before {
    bottom: 20px;
    width: 10px;
    height: 10px;
    margin: -5px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

html.device-pc .homeNav__in > ul > li > a:hover,
html.device-pc .homeNav__in > ul > li > a:active {
  opacity: 0.7;
}

.homeNav__in > ul > li:first-child {
  border-left: 2px solid #fff;
}

.homeNavWrap {
  position: relative;
  height: 76px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .homeNavWrap {
    height: auto;
    margin-top: 1.42857rem;
    padding-top: 5.71429rem;
  }
}

@media (max-width: 767px) {
  .homeNavWrap__in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.homeNavWrap.is-active .homeNavWrap__in {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 800;
  width: 100%;
  min-width: 1140px;
}

@media (max-width: 767px) {
  .homeNavWrap.is-active .homeNavWrap__in {
    min-width: 0;
    height: auto;
  }
}

.homeVisual {
  position: relative;
  height: 229px;
  margin-top: -40px;
  background: url(/contact/inquire/images/pic_home_visual01.jpg) no-repeat 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .homeVisual {
    height: auto;
    margin-top: 0;
    padding-top: 49.06667%;
    background-image: url(/contact/inquire/images/pic_home_visual01_sp.jpg);
  }
}

.homeVisual__in {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .homeVisual__in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.homeVisual__box {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 560px;
  height: 160px;
  margin-left: -280px;
  box-sizing: border-box;
  padding-top: 25px;
  background: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {
  .homeVisual__box {
    top: 50%;
    width: 15.46429rem;
    height: auto;
    margin: -1.35rem 0 0 -7.73214rem;
    padding: 0.64286rem 0;
  }
}

.homeVisual__title {
  font-size: 40px;
  font-weight: 200;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 767px) {
  .homeVisual__title {
    font-size: 1.28571rem;
    font-weight: 700;
  }
}

.homeVisual__btn {
  width: 190px;
  margin: 20px auto 0;
  background: #fff;
}

@media (max-width: 767px) {
  .homeVisual__btn {
    display: none;
  }
}

.homeVisual__btn__window {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 6px;
  margin-left: 10px;
  background: #fff;
  vertical-align: 15%;
}

.homeVisual__btn__window::before, .homeVisual__btn__window::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
}

.homeVisual__btn__window::before {
  left: -2px;
  top: 2px;
  width: 1px;
  height: 6px;
}

.homeVisual__btn__window::after {
  left: -2px;
  bottom: -2px;
  width: 8px;
  height: 1px;
}

.homeVisual__btn > a {
  display: block;
  padding: 12px 0;
  background: #be1b01;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}

html.device-pc .homeVisual__btn > a:hover,
html.device-pc .homeVisual__btn > a:active {
  opacity: 0.7;
}

.l-contents {
  width: 960px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}

@media (max-width: 767px) {
  .l-contents {
    width: auto;
    padding: 1.07143rem 0.71429rem 2.85714rem;
  }
}

.l-media {
  display: none;
}

@media (min-width: 768px) {
  .l-media {
    width: 1px;
  }
}

@media (max-width: 767px) {
  .l-media {
    width: 2px;
  }
}

.modalReadBefore {
  display: none;
}

@media (max-width: 767px) {
  .modalReadBefore {
    display: block;
  }
}

@media (max-width: 767px) {
  .modalReadBefore__title {
    margin-bottom: 1.07143rem;
    font-size: 1.42857rem;
    font-weight: 700;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .modalReadBefore__body {
    padding-top: 1.07143rem;
    border-top: 1px solid #d1d1d1;
  }
}

@media (max-width: 767px) {
  .modalReadBefore__body > ul > li {
    position: relative;
    margin-top: 0.71429rem;
    padding-left: 1.07143rem;
  }
}

@media (max-width: 767px) {
  .modalReadBefore__body > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0.5rem;
    margin-top: 0.64286rem;
    padding-top: 0.5rem;
    border-radius: 100%;
    background: #333;
  }
}

.modalReadBefore__body > ul > li > a {
  color: #0075c1 !important;
}

@media (max-width: 767px) {
  .modalReadBefore__body > ul > li:first-child {
    margin-top: 0;
  }
}

.readBefore {
  margin-bottom: 40px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .readBefore {
    display: none;
  }
}

.readBefore__title {
  margin-bottom: 15px;
  font-size: 1.14286rem;
  font-weight: 700;
  line-height: 1.4;
}

.readBefore__body {
  height: 200px;
  border: 1px solid #ebebeb;
  overflow: auto;
}

.readBefore__body__in {
  padding: 15px 20px;
}

.readBefore__list > li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}

.readBefore__list > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  margin-top: 9px;
  padding-top: 7px;
  border-radius: 100%;
  background: #333;
}

.readBefore__list > li > a {
  color: #0075c1 !important;
}

.readBefore__list > li:first-child {
  margin-top: 0;
}

.readBeforeBtn {
  display: none;
}

@media (max-width: 767px) {
  .readBeforeBtn {
    display: block;
    margin-bottom: 0.71429rem;
    padding-top: 0.35714rem;
  }
}

@media (max-width: 767px) {
  .readBeforeBtn__icon {
    display: inline-block;
    position: relative;
    width: 1.42857rem;
    margin-right: 0.35714rem;
    padding-top: 1.42857rem;
    vertical-align: -27%;
  }
}

@media (max-width: 767px) {
  .readBeforeBtn__icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #0075c1;
    border-radius: 100%;
    -webkit-transition: border-color 150ms linear, opacity 150ms linear;
    transition: border-color 150ms linear, opacity 150ms linear;
  }
}

@media (max-width: 767px) {
  .readBeforeBtn__icon > span {
    display: block;
    position: absolute;
    left: 0.60714rem;
    top: 0;
    width: 0.21429rem;
    margin-top: 0.25rem;
    padding-top: 0.89286rem;
  }
}

@media (max-width: 767px) {
  .readBeforeBtn__icon > span::before, .readBeforeBtn__icon > span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
  }
}

@media (max-width: 767px) {
  .readBeforeBtn__icon > span::before {
    background-image: url(/contact/inquire/images/icon_excl01.png);
  }
}

@media (max-width: 767px) {
  .readBeforeBtn__icon > span::after {
    background-image: url(/contact/inquire/images/icon_excl02.png);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .readBeforeBtn > a {
    display: block;
    padding: 0.64286rem 0;
    border: 1px solid #0075c1;
    border-radius: 0.28571rem;
    color: #0075c1;
    font-size: 0.92857rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 150ms linear, color 150ms linear;
    transition: background 150ms linear, color 150ms linear;
  }
}

@media (max-width: 767px) {
  html.device-pc .readBeforeBtn > a:hover,
  html.device-pc .readBeforeBtn > a:active {
    background: #0075c1;
    color: #fff;
  }
}

@media (max-width: 767px) {
  html.device-pc .readBeforeBtn > a:hover .readBeforeBtn__icon::before,
  html.device-pc .readBeforeBtn > a:active .readBeforeBtn__icon::before {
    border-color: #fff;
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  html.device-pc .readBeforeBtn > a:hover .readBeforeBtn__icon > span::before,
  html.device-pc .readBeforeBtn > a:active .readBeforeBtn__icon > span::before {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  html.device-pc .readBeforeBtn > a:hover .readBeforeBtn__icon > span::after,
  html.device-pc .readBeforeBtn > a:active .readBeforeBtn__icon > span::after {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .readBeforeBtn.js-errorMode {
    display: none;
  }
}

.readBeforeWrap {
  width: 960px;
  margin: 0 auto;
  padding: 30px 20px 0;
}

@media (max-width: 767px) {
  .readBeforeWrap {
    width: auto;
    padding: 1.07143rem 0.71429rem 1.42857rem;
  }
}

@media (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}

.m-hl__sc {
  border-top: 3px solid #d1d1d1;
}

.m-hl__sc__in {
  width: 960px;
  margin: 0 auto;
  padding: 5rem 0 5.71429rem;
}

@media (max-width: 767px) {
  .m-hl__sc__in {
    width: auto;
    padding: 3.57143rem 0 3.92857rem;
  }
}

.m-hl__sc__hd {
  margin-bottom: 2.14286rem;
}

@media (max-width: 767px) {
  .m-hl__sc__hd {
    margin: 0 .71429rem 1.42857rem;
  }
}

.m-hl__sc__hd__tt {
  font-size: 2.28571rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .m-hl__sc__hd__tt {
    font-size: 1.78571rem;
  }
}

.m-hl__sc__hd__n {
  margin-top: .35714rem;
  color: #be1b01;
  font-size: .85714rem;
  line-height: 1.7;
  overflow: hidden;
}

@media (max-width: 767px) {
  .m-hl__sc__hd__n {
    font-size: .78571rem;
  }
}

.m-hl__sc__hd__n__m {
  float: left;
}

.m-hl__sc__hd__n__t {
  overflow: hidden;
}

.m-hl__sc__hd__n__t > a {
  color: #0075c1 !important;
}

.m-hl__sc__wn {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 6px;
  margin-left: .5rem;
  background: #0075c1;
  vertical-align: 13%;
}

.m-hl__sc__wn::before,
.m-hl__sc__wn::after {
  content: '';
  display: block;
  position: absolute;
  background: #0075c1;
}

.m-hl__sc__wn::before {
  left: -2px;
  top: 2px;
  width: 1px;
  height: 6px;
}

.m-hl__sc__wn::after {
  left: -2px;
  top: 7px;
  width: 8px;
  height: 1px;
}

.m-hl__sc__wn.is-l {
  margin-left: .71429rem;
  vertical-align: 20%;
}

.m-hl__sc__l {
  border-top: 1px solid #d1d1d1;
}

.m-hl__sc__l__tt {
  font-size: 1.78571rem;
  font-weight: 200;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .m-hl__sc__l__tt {
    font-size: 1.28571rem;
  }
}

.m-hl__sc__l__t {
  margin-top: .71429rem;
  font-size: 1rem;
  line-height: 1.7;
}

.m-hl__sc__l__s {
  margin-bottom: .35714rem;
  line-height: 1.1;
}

.m-hl__sc__l__s > span {
  display: inline-block;
  padding: .35714rem 1.07143rem;
  border-radius: .28571rem;
  background: #333;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: top;
}

@media (max-width: 767px) {
  .m-hl__sc__l__s > span {
    padding: .35714rem 1.07143rem;
    font-size: .85714rem;
  }
}

.m-hl__sc__l__al {
  position: absolute;
  left: 0;
  bottom: .85714rem;
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .m-hl__sc__l__al {
    left: .71429rem;
    bottom: .71429rem;
  }
}

.m-hl__sc__l__al > a {
  display: inline-block;
  padding: 1.07143rem 0;
  color: #0075c1;
  text-decoration: none;
  vertical-align: top;
}

@media (max-width: 767px) {
  .m-hl__sc__l__al > a {
    padding: .71429rem 0;
  }
}

html.device-pc .m-hl__sc__l__al > a:hover,
html.device-pc .m-hl__sc__l__al > a:active {
  text-decoration: underline;
}

.m-hl__sc__l > li {
  position: relative;
  border-bottom: 1px solid #d1d1d1;
}

.m-hl__sc__l > li > a {
  -webkit-transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
  padding: 1.92857rem 0;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767px) {
  .m-hl__sc__l > li > a {
    padding: 1.42857rem .71429rem;
  }
}

.m-hl__sc__l > li > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 1.42857rem;
  top: 50%;
  width: 1.21429rem;
  height: 1.21429rem;
  margin-top: -.60714rem;
  box-sizing: border-box;
  border-top: 2px solid #0075c1;
  border-right: 2px solid #0075c1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 767px) {
  .m-hl__sc__l > li > a::before {
    right: 1.07143rem;
    width: .85714rem;
    height: .85714rem;
    margin-top: -.42857rem;
    box-sizing: border-box;
    border-top: 2px solid #0075c1;
    border-right: 2px solid #0075c1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

html.device-pc .m-hl__sc__l > li > a:hover,
html.device-pc .m-hl__sc__l > li > a:active {
  opacity: .5;
}

.m-hl__sc__l > li > a.is-al {
  padding-bottom: 4.35714rem;
}

@media (max-width: 767px) {
  .m-hl__sc__l > li > a.is-al {
    padding-bottom: 3.85714rem;
  }
}

.m-hl__sc:nth-child(1) {
  background: #f1f7fc;
}
