@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #31211E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (min-width:640px) {
  html,
body {
    font-size: 15px;
  }
}

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

::-moz-selection {
  background: rgba(39, 39, 39, 0.7019607843);
}

::selection {
  background: rgba(39, 39, 39, 0.7019607843);
}

img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------
ヘッダー
---------------------------------------*/
.header {
  margin: 0;
  position: relative;
  background: rgb(39, 21, 21);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(39, 21, 21, 0)), to(rgba(39, 21, 21, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(39, 21, 21, 0) 0%, rgba(39, 21, 21, 0.3) 100%);
  background: linear-gradient(0deg, rgba(39, 21, 21, 0) 0%, rgba(39, 21, 21, 0.3) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 120px;
}
.header h1 {
  width: 227px;
  margin: 20px;
  margin-left: 8px;
  z-index: 10;
}
@media screen and (min-width:1280px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    border-top: 8px solid #BE271E;
    height: 90px;
  }
  .header h1 {
    width: 100%;
    max-width: 450px;
    margin: 24px;
    margin-left: 20px;
    margin: 25px 0;
    margin-left: 40px;
  }
  .header .headerMain {
    width: 570px;
    margin: 0;
    margin-left: 35px;
    margin-bottom: 17px;
  }
}

.bgRed {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width:1280px) {
  .bgRed {
    background: #BE271E;
  }
}

.mainImg {
  position: relative;
}
.mainImg .kv {
  width: 100%;
  height: 100vh;
}
.mainImg .kv .kvImgPC {
  display: none;
}
@media screen and (min-width:1025px) {
  .mainImg .kv .kvImgSP {
    display: none;
  }
  .mainImg .kv .kvImgPC {
    display: block;
  }
}
.mainImg .kvImg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

/*---------------------------------------
フッター
---------------------------------------*/
.footer {
  padding-top: 4em;
  position: relative;
  text-align: center;
  background-color: rgba(39, 39, 39, 0.7019607843);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width:1025px) {
  .footer {
    padding-top: 5.3em;
  }
}
.footer .footerInfo {
  padding-bottom: 4em;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width:1025px) {
  .footer .footerInfo {
    padding-bottom: 5.3em;
  }
}
.footer img {
  width: 100%;
  max-width: 450px;
}
@media screen and (min-width:1025px) {
  .footer img {
    margin-bottom: 40px;
  }
}
.footer .footerNav {
  display: none;
}
@media screen and (min-width:1025px) {
  .footer .footerNav {
    display: block;
  }
  .footer .footerNav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    gap: 24px;
  }
  .footer .footerNav ul li:last-child {
    padding-right: 0;
  }
  .footer .footerNav ul li a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
  }
  .footer .footerNav ul .nav-questionnaire a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footerNav ul .nav-questionnaire a:after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/cmn/questionnaire-icon-pc.svg);
    display: inline-block;
    background-size: contain;
    margin-left: 6px;
  }
  .footer .footerNav ul .nav-contact a {
    padding: 10px 16px;
    border: 1px solid #FFF;
    border-radius: 2px;
    border-bottom: 1px solid #FFF;
  }
  .footer .footerNav ul .nav-contact a:after {
    content: "";
    display: inline-block;
    background-image: url(../img/cmn/arrow-w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4px;
    height: 8px;
    margin-left: 4px;
  }
}
.footer .copyright {
  background-color: #BE271E;
  padding: 12px 24px;
  color: #FFF;
}
@media screen and (min-width:1025px) {
  .footer .copyright {
    padding: 22px 24px;
  }
}
.footer .copyright a {
  color: #FFF;
  font-weight: 400;
}
@media screen and (min-width:640px) {
  .footer img {
    max-width: 450px;
  }
}
@media screen and (min-width:1025px) {
  .footer small {
    font-size: 14px;
  }
}

/*---------------------------------------
グロナビ
---------------------------------------*/
.gnav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  background-color: #FFF;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.gnav .nav-list {
  list-style: none;
  margin-top: 120px;
  padding-left: 0;
  text-align: left;
}
.gnav .nav-list li {
  display: block;
  padding: 24px 0;
  padding-left: 60px;
  position: relative;
  font-size: 17px;
  border-top: 1px solid #BE271E;
}
.gnav .nav-list li:last-child {
  border-bottom: 1px solid #BE271E;
}
.gnav .nav-list li a {
  font-weight: bold;
  text-decoration: none;
  color: #31211E;
  display: block;
  color: #BE271E;
}
.gnav .nav-list .nav-questionnaire a:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/cmn/questionnaire-icon-sp.svg);
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
}

@media screen and (min-width:1280px) {
  .gnav {
    left: 0;
    height: auto;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: rgba(17, 255, 238, 0);
  }
  .gnav .nav-list {
    height: auto;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 710px;
    margin-top: 19px;
    margin-right: 36px;
  }
  .gnav .nav-list li {
    padding: 0;
    text-align: center;
    border: none;
  }
  .gnav .nav-list li a {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
  }
  .gnav .nav-list li:last-child {
    border-bottom: none;
  }
  .gnav .nav-list .nav-questionnaire a:after {
    background-image: url(../img/cmn/questionnaire-icon-pc.svg);
  }
  .gnav .nav-list .nav-contact a {
    padding: 14px 16px;
    border: 1px solid #FFF;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
  }
  .gnav .nav-list .nav-contact a:after {
    content: "";
    display: inline-block;
    background-image: url(../img/cmn/arrow-w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4px;
    height: 8px;
    margin-left: 4px;
  }
}
.nav-toggle:checked ~ .gnav {
  left: 0;
}

/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.btn-burger {
  background-color: #BE271E;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 14px;
  right: 8px;
  z-index: 100;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  cursor: pointer;
  margin: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 6px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -6px;
  margin: 0;
}
@media screen and (min-width:1280px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger {
  background-color: rgba(17, 255, 238, 0);
}
.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  background-color: #BE271E;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #BE271E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

/*---------------------------------------
heading
---------------------------------------*/
.h2-style {
  color: #ffffff;
  margin: 1.5em 0;
  text-align: center;
  font-size: 1.75rem;
}
.h2-style strong {
  font-size: 144%;
}
.h2-style > span {
  white-space: nowrap;
  padding: 16px;
  position: relative;
  z-index: 1;
}
.h2-style > span > span {
  position: relative;
}
.h2-style > span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #31211E;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.h3-style {
  color: #BE271E;
  font-size: 1.375rem;
}

.h4-style {
  color: #BE271E;
  margin-bottom: 1em;
  font-size: 1.33rem;
  text-align: center;
}
.h4-style h4 {
  display: inline-block;
  line-height: 0.7;
}
.h4-style h4:after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #BE271E;
  width: 100%;
}

.dpi {
  display: inline-block;
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #1F61F4;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
a img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

a:hover {
  color: #62848D;
  opacity: 0.6;
}
a:hover img {
  opacity: 0.6;
}

a.link-text {
  color: #BE271E;
  position: relative;
}
a.link-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #BE271E;
  border-right: 2px solid #BE271E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: #BE271E;
  color: #ffffff;
  text-align: center;
  padding: 12px 8px;
}
.table-style td {
  background-color: rgba(39, 39, 39, 0.7019607843);
  text-align: left;
  padding: 12px 8px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

.listNormal li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}
.listNormal li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #31211E;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

/*---------------------------------------
form
---------------------------------------*/
/*---------------------------------------
text/fonts
---------------------------------------*/
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF734));
  background: -webkit-linear-gradient(transparent 60%, #FFF734 60%);
  background: linear-gradient(transparent 60%, #FFF734 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #31211E;
}

span.nowrap {
  white-space: nowrap;
}

@media screen and (min-width:1025px) {
  .current:after {
    content: "";
    display: block;
    width: 32px;
    border-bottom: 1px solid #ffffff !important;
    margin: auto;
    margin-top: 4px;
  }
}
/*---------------------------------------
layout
---------------------------------------*/
.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
.img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
.img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
.img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100%;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: #e3e1e1;
  padding: 1.2em;
}
@media screen and (min-width:640px) {
  .bg-gray {
    padding: 24px 48px;
  }
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 12px;
  border-radius: 16px;
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #31211E;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:640px) {
  .pc {
    display: inherit;
  }
}

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

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */