@charset "UTF-8";
/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

ol,
ul,
li {
  list-style: none;
  zoom: normal;
}

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: bottom;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Black.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Black.woff") format("woff");
}
/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1em;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.6em;
  }
}

a.on--opa {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 751px) {
  a.on--opa:hover {
    opacity: 0.7;
  }
}

a.on--popup {
  position: relative;
  display: block;
}
a.on--popup:after {
  content: "";
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/popup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  a.on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  a.on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}

/* utils
-------------------------------------------------------*/
.inner {
  position: relative;
  margin: 0 auto;
  max-width: 92vw;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .inner {
    max-width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .inner {
    max-width: 1200px;
  }
}

.sec {
  position: relative;
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .sec {
    padding: 5.5555555556vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sec {
    padding: 80px 0;
  }
}

.og {
  color: #ff6000;
}

.center {
  text-align: center;
}

.text p {
  line-height: 1.7em;
}
.text p:nth-child(n+2) {
  margin-top: 1.5em;
}

.notes {
  padding-left: 1em;
  text-indent: -1em;
}
.notes:before {
  content: "※";
}

.emphasis {
  position: absolute;
  right: 2vw;
  bottom: 2.1333333333vw;
  color: rgba(2, 85, 174, 0.1);
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 14.6666666667vw;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
}
@media screen and (min-width: 751px) {
  .emphasis {
    right: 1.3888888889vw;
    bottom: 0.3472222222vw;
    font-size: 7.6388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .emphasis {
    right: 20px;
    bottom: 5px;
    font-size: 11rem;
  }
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .br--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .br--pc {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .br--sp {
    display: none;
  }
}

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

.img--scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img--scale img {
  width: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.youtube,
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightboxOverlay {
  width: 100% !important;
}

/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  height: 16vw;
  z-index: 8888;
}
@media screen and (min-width: 751px) {
  .header {
    height: 10.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 150px;
  }
}
@media screen and (max-width: 750px) {
  .header.is-open {
    top: 0 !important;
  }
  .header.is-open .header-number {
    display: none;
  }
}
.header.is-open .header-top {
  position: fixed;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18.6666666667vw 0 4vw;
  width: 100%;
  height: 16vw;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .header-top {
    margin: 0 auto;
    padding: 0;
    width: 83.3333333333vw;
    height: 6.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-top {
    width: 1200px;
    height: 94px;
  }
}

.header-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2vw;
}
@media screen and (min-width: 751px) {
  .header-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 26.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-left {
    width: 380px;
  }
}

.header-logo {
  position: relative;
  width: 30vw;
}
@media screen and (min-width: 751px) {
  .header-logo {
    width: 11.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-logo {
    width: 164px;
  }
}

.header-logo a {
  display: block;
}

.header-number {
  width: 25.6vw;
}
@media screen and (min-width: 751px) {
  .header-number {
    width: 10.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-number {
    width: 148px;
  }
}

@media screen and (max-width: 750px) {
  .header-right {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-right {
    gap: 15px;
  }
}

.header-consul {
  position: relative;
  padding-top: 0.6944444444vw;
  width: 15.625vw;
}
@media screen and (min-width: 1441px) {
  .header-consul {
    padding-top: 10px;
    width: 225px;
  }
}
.header-consul:after {
  content: "";
  position: absolute;
  top: -0.5555555556vw;
  right: -0.6944444444vw;
  display: inline-block;
  width: 5.2777777778vw;
  height: 5.4861111111vw;
  background-image: url(../img/header/staff.png);
  background-image: image-set(url(../img/header/staff.png) 1x, url(../img/header/staff-2x.png) 2x);
  background-image: -webkit-image-set(url(../img/header/staff.png) 1x, url(../img/header/staff-2x.png) 2x);
  background-size: contain;
}
@media screen and (min-width: 1441px) {
  .header-consul:after {
    top: -8px;
    right: -10px;
    width: 76px;
    height: 79px;
  }
}

.header-consul-label {
  position: relative;
  margin-bottom: 0.3em;
  padding: 0.2em 1.0416666667vw 0.3em 1.0416666667vw;
  background-color: #0255ae;
  color: #ffffff;
  font-size: 0.9722222222vw;
  font-weight: 700;
  text-indent: 0.5em;
  line-height: 1.1em;
}
@media screen and (min-width: 1441px) {
  .header-consul-label {
    padding: 0.2em 15px 0.3em 15px;
    font-size: 1.4rem;
  }
}

.header-consul-text {
  padding: 0 3.9583333333vw 0 0.5555555556vw;
}
@media screen and (min-width: 1441px) {
  .header-consul-text {
    padding: 0 57px 0 8px;
  }
}
.header-consul-text p {
  color: #0255ae;
  font-size: 0.9027777778vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.38em;
}
@media screen and (min-width: 1441px) {
  .header-consul-text p {
    font-size: 1.3rem;
  }
}

.header-call-label {
  position: relative;
  margin-bottom: 0.3em;
  font-size: 0.9722222222vw;
  font-weight: 700;
  text-align: center;
  text-indent: 0.5em;
  line-height: 1.1em;
}
@media screen and (min-width: 1441px) {
  .header-call-label {
    font-size: 1.4rem;
  }
}
.header-call-label span {
  color: #1f2f54;
}

.header-call-label {
  position: relative;
  display: inline-block;
  margin: 0 0 0.3472222222vw 3.4722222222vw;
  padding: 0 1.1805555556vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (min-width: 1441px) {
  .header-call-label {
    margin: 0 0 5px 50px;
    padding: 0 17px;
    font-size: 1.2rem;
  }
}
.header-call-label:before, .header-call-label:after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  display: inline-block;
  width: 0.5555555556vw;
  height: 1.1805555556vw;
  background-image: url(../img/header/slash.svg);
  background-size: contain;
}
@media screen and (min-width: 1441px) {
  .header-call-label:before, .header-call-label:after {
    width: 8px;
    height: 17px;
  }
}
.header-call-label:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.header-call-label:after {
  right: 0;
}

.header-call-num {
  position: relative;
  padding-left: 5.3472222222vw;
  color: #db0d13;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 2.3611111111vw;
  font-weight: 900;
  line-height: 1em;
}
@media screen and (min-width: 1441px) {
  .header-call-num {
    padding-left: 77px;
    font-size: 3.4rem;
  }
}
.header-call-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-image: url(../img/common/free.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1441px) {
  .header-call-num:before {
    width: 40px;
    height: 40px;
  }
}
.header-call-num:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.3333333333vw;
  display: inline-block;
  width: 1.5277777778vw;
  height: 1.5277777778vw;
  background-image: url(../img/common/call-rd.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1441px) {
  .header-call-num:after {
    left: 48px;
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 750px) {
  .header-btn {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header-btn {
    width: 19.0277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-btn {
    width: 274px;
  }
}

/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 16vw;
}
@media screen and (min-width: 751px) {
  .contents {
    padding-top: 10.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 150px;
  }
}

/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 14.6666666667vw;
}
@media screen and (min-width: 751px) {
  .footer {
    margin: 0;
  }
}

/* ------------------------------------------- main - */
.footer-main {
  padding: 10.6666666667vw 0 13.3333333333vw 0;
  background-color: #1f2f54;
}

.footer-logo {
  margin: 0 auto;
  width: 41.7333333333vw;
}

.footer-logo a {
  position: relative;
  display: block;
}

.footer-company {
  margin-top: 4vw;
}
.footer-company p {
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  text-align: center;
  line-height: 1.875em;
  letter-spacing: 0.075em;
}

.footer-name,
.footer-add {
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.footer-tel {
  margin-top: 1em;
  font-size: 3.4666666667vw;
}

@media screen and (min-width: 751px) {
  .footer-main {
    padding: 11.8055555556vw 0 5.9027777778vw 0;
  }
  .footer--lineup .footer-main {
    padding-top: 4.8611111111vw;
  }
  .footer-main .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-info {
    width: 26.3888888889vw;
  }
  .footer-logo {
    margin: 0;
    width: 16.6666666667vw;
  }
  .footer-company {
    margin-top: 1.3888888889vw;
  }
  .footer-company p {
    text-align: left;
  }
  .footer-name,
  .footer-add {
    font-size: 1.1111111111vw;
  }
  .footer-tel {
    margin-top: 1em;
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-main {
    padding: 170px 0 85px 0;
  }
  .footer--lineup .footer-main {
    padding-top: 70px;
  }
  .footer-info {
    width: 380px;
  }
  .footer-logo {
    width: 240px;
  }
  .footer-company {
    margin-top: 20px;
  }
  .footer-name,
  .footer-add {
    font-size: 1.6rem;
  }
  .footer-tel {
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- navi - */
.footer-navi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 6.9444444444vw;
  padding-top: 2.7777777778vw;
  max-width: 52.0833333333vw;
}

.footer-navi-box > div:nth-child(n+2) {
  margin-top: 2.0833333333vw;
}

.footer-navi-menu a {
  display: block;
  color: #ffffff;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.5em;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-navi-menu a:hover {
  color: #ff6000;
}

.footer-navi-menu a:nth-child(n+2) {
  margin-top: 1.3888888889vw;
}

.footer-navi-head {
  color: #ffffff;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.5em;
}

.footer-navi-child {
  margin-top: 1.0416666667vw;
}

.footer-navi-child a {
  position: relative;
  display: block;
  padding: 0.3em 0;
  color: #ffffff;
  font-size: 0.9722222222vw;
  line-height: 1.5em;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-navi-child a:hover {
  color: #ff6000;
}

@media screen and (min-width: 1441px) {
  .footer-navi {
    gap: 0 100px;
    padding-top: 40px;
    max-width: 750px;
  }
  .footer-navi-box > div:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer-navi-menu a {
    font-size: 1.5rem;
  }
  .footer-navi-menu a:nth-child(n+2) {
    margin-top: 20px;
  }
  .footer-navi-head {
    font-size: 1.5rem;
  }
  .footer-navi-child {
    margin-top: 15px;
  }
  .footer-navi-child a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .footer-navi {
    display: none;
  }
}
/* ------------------------------------------- area - */
.footer-area {
  position: relative;
  padding: 8vw 0 6.6666666667vw 0;
  background-color: #000000;
}

.footer-area-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4vw;
  margin-bottom: 5.3333333333vw;
}

.footer-area-en {
  color: rgba(255, 255, 255, 0.5);
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 5.6vw;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-9.27deg);
          transform: rotate(-9.27deg);
}

.footer-area-ja {
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1em;
}

.footer-area-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-area-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 3.3333333333vw 4vw;
  padding: 4.6666666667vw 6vw;
}
.footer-area-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer-area-menu > li {
  width: 38vw;
}

.footer-area-menu > li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 3.2vw;
  line-height: 1.2em;
}

@media screen and (min-width: 751px) {
  .footer-area {
    padding: 3.8194444444vw 0;
  }
  .footer-area .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-area-heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    gap: 1.3888888889vw;
    width: 17.3611111111vw;
  }
  .footer-area-en {
    font-size: 2.2222222222vw;
  }
  .footer-area-ja {
    font-size: 1.0416666667vw;
  }
  .footer-area-content {
    width: 65.9722222222vw;
  }
  .footer-area-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-area-menu {
    gap: 1.3888888889vw;
    width: 13.1944444444vw;
    padding: 0.5555555556vw 2.0833333333vw;
  }
  .footer-area-menu:before {
    top: 0;
    left: 0;
    width: 0.0694444444vw;
    height: 100%;
  }
  .footer-area-content .footer-area-menu:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.0694444444vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .footer-area-menu > li a {
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .footer-area-menu > li a:hover {
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .footer-area {
    padding: 55px 0;
  }
  .footer-area-heading {
    gap: 20px;
    width: 250px;
  }
  .footer-area-en {
    font-size: 3.2rem;
  }
  .footer-area-ja {
    font-size: 1.5rem;
  }
  .footer-area-content {
    width: 950px;
  }
  .footer-area-menu {
    gap: 20px;
    width: 190px;
    padding: 8px 30px;
  }
  .footer-area-menu:before {
    width: 1px;
  }
  .footer-area-content .footer-area-menu:last-child:after {
    width: 1px;
  }
  .footer-area-menu > li a {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- bar - */
.footer-bar {
  position: relative;
  padding: 8vw 0 6.6666666667vw 0;
  background-color: #000000;
}

.footer-subnavi {
  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;
}

.footer-subnavi a {
  position: relative;
  display: block;
  color: #f1f1f1;
  font-size: 3.2vw;
  line-height: 1.2em;
}

.footer-subnavi a:nth-child(n+2) {
  margin-left: 1em;
  padding-left: 1em;
}
.footer-subnavi a:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.2666666667vw;
  height: 1em;
  background-color: #f1f1f1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-copy {
  margin-top: 8vw;
  color: #f1f1f1;
  font-size: 3.2vw;
  line-height: 1em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer-bar {
    padding: 0;
  }
  .footer-bar .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.8611111111vw;
  }
  .footer-subnavi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-subnavi a {
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .footer-subnavi a:hover {
    color: #ffffff;
  }
  .footer-subnavi a:nth-child(n+2):before {
    width: 0.0694444444vw;
  }
  .footer-copy {
    margin: 0;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer-bar .inner {
    height: 70px;
  }
  .footer-subnavi a {
    font-size: 1.4rem;
  }
  .footer-subnavi a:nth-child(n+2):before {
    width: 1px;
  }
  .footer-copy {
    font-size: 1.4rem;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .gnavi {
    margin: 0 auto;
    width: 82.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.8888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi {
    height: 56px;
  }
}

.gnavi > li {
  position: relative;
}
@media screen and (max-width: 750px) {
  .gnavi > li {
    border-bottom-color: #dedede;
    border-bottom-style: solid;
    border-bottom-width: 0.4vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li {
    padding: 0 1.3888888889vw;
    width: 11.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi > li {
    padding: 0 20px;
    width: 170px;
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.0694444444vw;
    height: 1.6666666667vw;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li:before {
    width: 1px;
    height: 24px;
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li:hover .gnavi-menu {
    color: #ff6000;
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li:hover .gnavi-child {
    display: block !important;
  }
}

@media screen and (max-width: 750px) {
  .gnavi > li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 751px) {
  .gnavi > li:last-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.0694444444vw;
    height: 1.6666666667vw;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .gnavi > li:last-child:after {
    width: 1px;
    height: 24px;
  }
}

.gnavi-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.2em;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .gnavi-menu {
    padding: 0 13.3333333333vw 0 2.6666666667vw;
    height: 16vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.8888888889vw;
    color: #ffffff;
    font-family: "ZenKakuGothicNew", sans-serif;
    text-align: center;
    font-size: 1.0416666667vw;
    letter-spacing: 0.075em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-menu {
    height: 56px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-menu > div {
    position: relative;
    width: 100%;
    padding: 0.9722222222vw 0 0.2777777778vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-menu > div {
    padding: 14px 0 4px 0;
  }
}

.gnavi-normal a {
  display: block;
}

@media screen and (min-width: 751px) {
  .gnavi-parent .gnavi-menu {
    padding-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-parent .gnavi-menu {
    padding-right: 20px;
  }
}
.gnavi-parent .gnavi-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .gnavi-parent .gnavi-menu:after {
    right: 2vw;
    width: 4.5333333333vw;
    height: 2.9333333333vw;
    background-image: url(../img/header/down-bl.svg);
  }
}
@media screen and (min-width: 751px) {
  .gnavi-parent .gnavi-menu:after {
    right: 0;
    width: 0.8333333333vw;
    height: 0.5555555556vw;
    background-image: url(../img/header/down-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-parent .gnavi-menu:after {
    width: 12px;
    height: 8px;
  }
}
@media screen and (max-width: 750px) {
  .gnavi-parent.is-open .gnavi-menu:after {
    background-image: url(../img/header/up-bl.svg);
  }
}

.gnavi-child {
  position: relative;
}
@media screen and (max-width: 750px) {
  .gnavi-child {
    display: none;
    margin-left: 5.3333333333vw;
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-child {
    position: absolute;
    top: 99%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 15.9722222222vw;
    height: auto;
    background-color: #ffffff;
    border-color: #1f2f54;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-child {
    padding: 5px 10px;
    width: 230px;
    border-width: 2px;
    border-radius: 4px;
  }
}

.gnavi-child-menu a {
  position: relative;
  display: block;
  color: #656565;
}
@media screen and (max-width: 750px) {
  .gnavi-child-menu a {
    padding: 2vw 0;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-child-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8333333333vw 0.6944444444vw 0.6944444444vw 0.6944444444vw;
    border-bottom-color: #cbcbcb;
    border-bottom-style: dashed;
    border-bottom-width: 0.0694444444vw;
    font-size: 0.9722222222vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.25em;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-child-menu a {
    padding: 12px 10px 10px 10px;
    border-bottom-width: 1px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-child-menu a:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-child-menu a:hover {
    color: #1f2f54;
  }
}

/*  drawer
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 1;
  }
  .drawer.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .drawer-scroll {
    position: relative;
    padding: 17.3333333333vw 0 14.6666666667vw 0;
    height: 100%;
    overflow-x: scroll;
  }
  .drawer-logo {
    margin: 0 auto;
    width: 44.6666666667vw;
  }
  .drawer-inquiry {
    margin: 4.6666666667vw auto 0 auto;
    padding: 4.6666666667vw 0;
    width: 80vw;
    background-color: #ffffff;
    border-color: #0255ae;
    border-style: solid;
    border-width: 0.5333333333vw;
    border-radius: 2.1333333333vw;
    text-align: center;
  }
  .drawer-inquiry .inquiry-num {
    margin-top: 2vw;
  }
  .drawer-inquiry .inquiry-request {
    margin-top: 4vw;
  }
  .drawer-inquiry .inquiry-request:after {
    content: none;
  }
}
@media screen and (min-width: 751px) {
  .drawer {
    background-color: #1f2f54;
  }
  .drawer-in {
    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;
  }
  .drawer-logo,
  .drawer-inquiry {
    display: none;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 16vw;
  height: 16vw;
  background-color: #1f2f54;
  z-index: 8888;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
.toggle.is-active {
  position: fixed;
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 7.4666666667vw;
  height: 0.5333333333vw;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.toggle span:nth-of-type(1) {
  top: 5.6vw;
}

.toggle span:nth-of-type(2) {
  top: 7.7333333333vw;
}

.toggle span:nth-of-type(3) {
  top: 9.8666666667vw;
}

.toggle.is-active span:nth-of-type(1) {
  top: 7.7333333333vw;
  -webkit-transform: translateX(-50%) rotate(35deg);
          transform: translateX(-50%) rotate(35deg);
}

.toggle.is-active span:nth-of-type(2) {
  display: none;
}

.toggle.is-active span:nth-of-type(3) {
  top: 7.7333333333vw;
  -webkit-transform: translateX(-50%) rotate(-35deg);
          transform: translateX(-50%) rotate(-35deg);
}

/*  heading
-------------------------------------------------------------------------------*/
.heading {
  position: relative;
  text-align: center;
}

.heading-catch {
  position: relative;
  margin-bottom: 1.3em;
  padding: 0.5em 1.5em;
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .heading-catch {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-catch {
    font-size: 1.8rem;
  }
}

.heading-en {
  position: relative;
  color: #ff6000;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 2.1333333333vw;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 751px) {
  .heading-en {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-en {
    font-size: 1.2rem;
  }
}

.heading-ja {
  position: relative;
  color: #0255ae;
  font-size: 6.6666666667vw;
  font-weight: 900;
  line-height: 1.25em;
}
@media screen and (min-width: 751px) {
  .heading-ja {
    font-size: 2.9166666667vw;
    line-height: 1.42em;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja {
    font-size: 4.2rem;
  }
}

.heading-lead {
  margin: 2.6666666667vw auto 0 auto;
  width: 78.6666666667vw;
  max-width: 100%;
}
@media screen and (min-width: 751px) {
  .heading-lead {
    margin-top: 1.0416666667vw;
    width: auto;
  }
}
@media screen and (min-width: 1441px) {
  .heading-lead {
    margin-top: 15px;
  }
}
.heading-lead p {
  text-align: left;
  line-height: 1.7em;
}
@media screen and (min-width: 751px) {
  .heading-lead p {
    text-align: center;
  }
}

/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- btn - */
.btn {
  position: relative;
  margin: 6.6666666667vw auto 0 auto;
  text-align: center;
  z-index: 2;
}

.btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3333333333vw 0;
  background-color: #1f2f54;
  border-style: solid;
  border-width: 0.5333333333vw;
  min-width: 61.3333333333vw;
  min-height: 13.3333333333vw;
  border-radius: 5em;
  overflow: hidden;
}
.btn a p {
  position: relative;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
  z-index: 1;
}
.btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/arrow-circle-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

::-webkit-full-page-media,
:future,
:root .btn a:after {
  -webkit-transition: none;
  transition: none;
}

.btn--bk a {
  background-color: #000000;
  border-color: #000000;
}
.btn--bk a p {
  color: #ffffff;
}
.btn--bk a:after {
  background-image: url(../img/common/arrow-circle-wh.svg);
}

.btn--nv a {
  background-color: #1f2f54;
  border-color: #1f2f54;
}
.btn--nv a p {
  color: #ffffff;
}
.btn--nv a:after {
  background-image: url(../img/common/arrow-circle-wh.svg);
}

.btn--wh a {
  background-color: #ffffff;
  border-color: #1f2f54;
}
.btn--wh a p {
  color: #1f2f54;
}
.btn--wh a:after {
  background-image: url(../img/common/arrow-circle-nv.svg);
}

.btn--external a p {
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .btn--external a {
    padding-right: 2vw;
  }
  .btn--external a:after {
    right: 4vw;
    margin-top: 0.03em;
    width: 4.2666666667vw;
    height: 4vw;
    background-image: url(../img/common/external-wh.png);
  }
}
@media screen and (min-width: 751px) {
  .btn {
    margin-top: 2.4305555556vw;
  }
  .btn a {
    padding: 0 0 0.1em 0;
    min-width: 25.5555555556vw;
    min-height: 5.1388888889vw;
    border-width: 0.2083333333vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .btn a p {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn a:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .btn a:after {
    right: 2.0833333333vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .btn a:hover:before {
    width: 100%;
  }
  .btn--bk a:hover p {
    color: #000000;
  }
  .btn--bk a:hover:before {
    background-color: #ffffff;
  }
  .btn--bk a:hover:after {
    background-image: url(../img/common/arrow-circle-bk.svg);
  }
  .btn--nv a:hover p {
    color: #1f2f54;
  }
  .btn--nv a:hover:before {
    background-color: #ffffff;
  }
  .btn--nv a:hover:after {
    background-image: url(../img/common/arrow-circle-nv.svg);
  }
  .btn--wh a:hover p {
    color: #ffffff;
  }
  .btn--wh a:hover:before {
    background-color: #1f2f54;
  }
  .btn--wh a:hover:after {
    background-image: url(../img/common/arrow-circle-wh.svg);
  }
  .btn--external a p {
    position: relative;
    padding-right: 1.9444444444vw;
  }
  .btn--external a p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    margin-top: 0.03em;
    width: 1.3888888889vw;
    height: 1.3194444444vw;
    background-image: url(../img/common/external-wh.png);
    background-size: contain;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn--external a:hover p:after {
    background-image: url(../img/common/external-nv.png);
  }
}
@media screen and (min-width: 1441px) {
  .btn {
    margin-top: 35px;
  }
  .btn a {
    min-width: 368px;
    min-height: 74px;
    border-width: 3px;
  }
  .btn a p {
    font-size: 1.8rem;
  }
  .btn a:after {
    right: 30px;
    width: 20px;
    height: 20px;
  }
  .btn--external a p {
    padding-right: 28px;
  }
  .btn--external a p:after {
    width: 20px;
    height: 19px;
  }
}
/* ------------------------------------------- request - */
.request-btn {
  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;
  height: 14.6666666667vw;
  background-image: url(../img/common/gradation.jpg);
  background-size: cover;
  background-position: center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  -webkit-box-shadow: 0px 1px 7.93px 5.07px rgba(54, 54, 54, 0.38);
          box-shadow: 0px 1px 7.93px 5.07px rgba(54, 54, 54, 0.38);
  text-align: center;
}
.request-btn:before, .request-btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/kira.svg);
  background-size: contain;
}
.request-btn:before {
  top: -0.4vw;
  left: 13.3333333333vw;
  width: 5.4666666667vw;
  height: 5.4666666667vw;
}
.request-btn:after {
  right: 4vw;
  bottom: 0.2666666667vw;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
}

.request-btn-inner {
  position: relative;
  padding-left: 7.4666666667vw;
}
.request-btn-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6.1333333333vw;
  height: 5.4666666667vw;
  background-image: url(../img/common/memo-wh.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.request-btn-text {
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
}

.header .request-btn {
  height: 13.8666666667vw;
  border-radius: 6.9333333333vw;
}

.inquiry .request-btn {
  height: 13.8666666667vw;
  border-radius: 6.9333333333vw;
}

::-webkit-full-page-media,
:future,
:root .request-btn {
  -webkit-transition: none;
  transition: none;
}

::-webkit-full-page-media,
:future,
:root .request-btn-inner:before {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 751px) {
  .request-btn {
    border-width: 0.2777777778vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .request-btn:before {
    top: -0.3472222222vw;
    left: 2.7777777778vw;
    width: 2.8472222222vw;
    height: 2.8472222222vw;
  }
  .request-btn:after {
    right: -0.3472222222vw;
    bottom: -0.2777777778vw;
    width: 2.3611111111vw;
    height: 2.3611111111vw;
  }
  .request-btn:hover {
    background-image: url(../img/common/gradation-on.jpg);
  }
  .request-btn-inner {
    padding-left: 2.5vw;
  }
  .request-btn-inner:before {
    width: 2.2222222222vw;
    height: 2.0138888889vw;
  }
  .request-btn-label {
    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;
    margin: 0 auto 0.2777777778vw auto;
    padding-left: 0.5em;
    width: 8.6111111111vw;
    height: 1.5277777778vw;
    background-color: #000000;
    color: #ffffff;
    font-size: 0.9722222222vw;
    font-weight: 700;
  }
  .request-btn-text {
    font-size: 1.3194444444vw;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .header .request-btn {
    height: 5.1388888889vw;
    border-radius: 2.4305555556vw;
  }
  .inquiry .request-btn {
    height: 5.1388888889vw;
    border-radius: 2.5694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .request-btn {
    border-width: 4px;
  }
  .request-btn:before {
    top: -5px;
    left: 40px;
    width: 41px;
    height: 41px;
  }
  .request-btn:after {
    right: -5px;
    bottom: -4px;
    width: 34px;
    height: 34px;
  }
  .request-btn-inner {
    padding-left: 36px;
  }
  .request-btn-inner:before {
    width: 32px;
    height: 29px;
  }
  .request-btn-label {
    margin: 0 auto 4px auto;
    width: 124px;
    height: 22px;
    font-size: 1.4rem;
  }
  .request-btn-text {
    font-size: 1.9rem;
  }
  .header .request-btn {
    height: 70px;
    border-radius: 35px;
  }
  .inquiry .request-btn {
    height: 74px;
    border-radius: 37px;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
  pointer-events: auto;
}

.swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  width: 7.7333333333vw;
  height: 13.3333333333vw;
  background-color: #1f2f54;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(54, 54, 54, 0.43);
          box-shadow: 0px 1px 7px 0px rgba(54, 54, 54, 0.43);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 2.9166666667vw;
    height: 5vw;
    border-width: 0.1388888889vw;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 42px;
    height: 72px;
    border-width: 2px;
  }
}
.slide-prev:before,
.slide-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.8666666667vw;
  height: 2.8vw;
  background-image: url(../img/common/arrow-normal-wh.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .slide-prev:before,
  .slide-next:before {
    width: 0.6944444444vw;
    height: 1.1111111111vw;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev:before,
  .slide-next:before {
    width: 10px;
    height: 16px;
  }
}
@media screen and (min-width: 751px) {
  .slide-prev:hover,
  .slide-next:hover {
    background-color: #888888;
  }
}

.slide-prev {
  left: 8.6666666667vw;
  border-radius: 0.5333333333vw 0 0 0.5333333333vw;
}
@media screen and (min-width: 751px) {
  .slide-prev {
    left: -1.4583333333vw;
    border-radius: 0.2777777778vw 0 0 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev {
    left: -21px;
    border-radius: 4px 0 0 4px;
  }
}
.slide-prev:before {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.slide-next {
  right: 8.6666666667vw;
  border-radius: 0 0.5333333333vw 0.5333333333vw 0;
}
@media screen and (min-width: 751px) {
  .slide-next {
    right: -1.4583333333vw;
    border-radius: 0 0.2777777778vw 0.2777777778vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .slide-next {
    right: -21px;
    border-radius: 0 4px 4px 0;
  }
}
.slide-next:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

::-webkit-full-page-media,
:future,
:root .slide-prev:before {
  -webkit-transition: none;
  transition: none;
}

::-webkit-full-page-media,
:future,
:root .slide-next:before {
  -webkit-transition: none;
  transition: none;
}

/* ------------------------------------------- pagination - */
.slide-pagination {
  position: relative;
  bottom: auto !important;
  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;
  gap: 2vw;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .slide-pagination {
    gap: 1.1111111111vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination {
    gap: 16px;
    margin-top: 30px;
  }
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-color: #808792;
  border-radius: 50% !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.slide-pagination .swiper-pagination-bullet-active {
  background-color: #1f2f54 !important;
}

/*  pagetop
-------------------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 2.6666666667vw;
  bottom: 14.6666666667vw;
  width: 14.6666666667vw;
  height: 12.5333333333vw;
  z-index: 7777;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .pagetop {
    right: 1.0416666667vw;
    bottom: 4.8611111111vw;
    width: 6.25vw;
    height: 5.3472222222vw;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .pagetop:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1441px) {
  .pagetop {
    right: 15px;
    bottom: 70px;
    width: 90px;
    height: 77px;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.6666666667vw;
  z-index: 6666;
}
@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.float-btn > li {
  padding: 0.5333333333vw;
  width: 50vw;
}

.float-btn > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.0666666667vw;
  height: 13.6vw;
  text-align: center;
}

.float-btn-label span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1em;
  width: 22.6666666667vw;
  height: 4vw;
  background-color: #232323;
  border-radius: 2vw;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.2em;
}

.float-btn-text {
  position: relative;
  display: inline-block;
  font-weight: 900;
  line-height: 1em;
}
.float-btn-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn--contact {
  background-color: #ffffff;
}
.float-btn--contact a {
  position: relative;
  padding-top: 0.9333333333vw;
  background: -webkit-gradient(linear, left top, right top, from(#db0d13), to(#c20006));
  background: linear-gradient(to right, #db0d13, #c20006);
}
.float-btn--contact a:before, .float-btn--contact a:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/kira.svg);
  background-size: contain;
}
.float-btn--contact a:before {
  top: 1.3333333333vw;
  left: 4.1333333333vw;
  width: 6.9333333333vw;
  height: 6.9333333333vw;
}
.float-btn--contact a:after {
  right: 5.0666666667vw;
  bottom: 1.2vw;
  width: 3.6vw;
  height: 3.6vw;
}
.float-btn--contact .float-btn-label {
  margin-bottom: 1.3333333333vw;
}
.float-btn--contact .float-btn-text {
  padding-left: 6.8vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
}
.float-btn--contact .float-btn-text:before {
  width: 6vw;
  height: 5.4666666667vw;
  background-image: url(../img/common/memo-wh.png);
}

.float-btn--call {
  background-color: #db0d13;
}
.float-btn--call a {
  background-color: #ffffff;
}
.float-btn--call .float-btn-text {
  padding-left: 5.3333333333vw;
  color: #db0d13;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 6.6666666667vw;
}
.float-btn--call .float-btn-text:before {
  margin-top: 0.05em;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  background-image: url(../img/common/call-rd.svg);
}

/*  follow
-------------------------------------------------------------------------------*/
.follow {
  position: fixed;
  top: 50%;
  right: 0;
  width: 4.3055555556vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 8888;
}

.follow a {
  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;
  padding-top: 0.2em;
  height: 12.7083333333vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#c20006), to(#db0d13));
  background: linear-gradient(to bottom, #c20006, #db0d13);
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.2083333333vw;
  border-right: none;
  border-radius: 1.1111111111vw 0 0 1.1111111111vw;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(54, 54, 54, 0.52);
          box-shadow: 0px 5px 10px 0px rgba(54, 54, 54, 0.52);
}
.follow a div {
  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;
  width: 100%;
  height: 100%;
}
.follow a div:before, .follow a div:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/kira.svg);
  background-size: contain;
}
.follow a div:before {
  top: -0.1388888889vw;
  left: -0.6944444444vw;
  width: 2.8472222222vw;
  height: 2.8472222222vw;
}
.follow a div:after {
  right: 0.2777777778vw;
  bottom: 0.1388888889vw;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
}
.follow a span {
  position: relative;
  padding-top: 2.2222222222vw;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3888888889vw;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 2;
}
.follow a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  margin-left: 0.15em;
  width: 1.875vw;
  height: 1.7361111111vw;
  background-image: url(../img/common/memo-wh.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.follow a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#db0d13), to(#c20006));
  background: linear-gradient(to bottom, #db0d13, #c20006);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.follow a:after {
  content: "";
  position: absolute;
  top: -1.5972222222vw;
  left: -1.9444444444vw;
  display: inline-block;
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  background-image: url(../img/common/free.svg);
  background-size: contain;
  z-index: 1;
}
.follow a:hover:before {
  opacity: 1;
}

::-webkit-full-page-media,
:future,
:root .follow a span:before {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 1441px) {
  .follow {
    width: 62px;
  }
  .follow a {
    height: 183px;
    border-width: 3px;
    border-radius: 16px 0 0 16px;
  }
  .follow a div:before {
    top: -2px;
    left: -10px;
    width: 41px;
    height: 41px;
  }
  .follow a div:after {
    right: 4px;
    bottom: 2px;
    width: 20px;
    height: 20px;
  }
  .follow a span {
    padding-top: 32px;
    font-size: 2rem;
  }
  .follow a span:before {
    width: 27px;
    height: 25px;
  }
  .follow a:after {
    top: -23px;
    left: -28px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .follow {
    display: none !important;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.area {
  position: relative;
  padding: 11.3333333333vw 0 9.3333333333vw 0;
  background-image: url(../img/area/bg_sp.jpg);
  background-repeat: repeat;
}

.area:has(.inquiry) {
  padding-bottom: 0 !important;
}

.area .inner {
  width: 88vw;
}

.area-heading {
  margin: 0 auto 5.3333333333vw auto;
  width: 83.2vw;
}

.area-lead {
  margin-left: auto;
  margin-right: auto;
  width: 86vw;
}
.area-lead p {
  line-height: 1.7em;
}

.area-target {
  margin-top: 5.3333333333vw;
  width: 36vw;
}
.area-target dt {
  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;
  height: 12vw;
  background-color: #0141a1;
  border-radius: 0.5333333333vw 0.5333333333vw 0 0;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.area-target dd {
  padding: 2.9333333333vw 4vw;
  background-color: #ffffff;
  border-radius: 0 0 0.5333333333vw 0.5333333333vw;
  text-align: center;
}

.area-city {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.area-city > li {
  padding-left: 1em;
  font-size: 3.4666666667vw;
  text-align: left;
  text-indent: -1em;
  line-height: 1.5em;
}
.area-city > li:before {
  content: "・";
}

.area-map {
  position: absolute;
  right: 0;
  bottom: -2.2666666667vw;
  width: 48vw;
  z-index: 1;
}

.area + .inquiry {
  z-index: 2;
}

@media screen and (min-width: 751px) {
  .area {
    padding: 6.25vw 0 13.8888888889vw 0;
    background-image: url(../img/area/bg.jpg);
    background-image: image-set(url(../img/area/bg.jpg) 1x, url(../img/area/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/area/bg.jpg) 1x, url(../img/area/bg-2x.jpg) 2x);
  }
  .area:has(.inquiry) {
    padding-bottom: 4.8611111111vw !important;
  }
  .area .inner {
    width: 71.3194444444vw;
  }
  .area-content {
    width: 44.4444444444vw;
  }
  .area-heading {
    margin: 0 auto 2.7777777778vw auto;
    width: 33.6111111111vw;
  }
  .area-lead {
    margin: 0;
    width: auto;
  }
  .area-lead p {
    text-align: center;
    line-height: 1.7em;
  }
  .area-target {
    margin-top: 1.7361111111vw;
    width: 100%;
  }
  .area-target dt {
    height: 2.0833333333vw;
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
    font-size: 1.25vw;
  }
  .area-target dd {
    padding: 1.1111111111vw;
    border-radius: 0 0 0.2777777778vw 0.2777777778vw;
  }
  .area-city {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 1em;
  }
  .area-city > li {
    font-size: 1.1111111111vw;
  }
  .area-map {
    top: -4.8611111111vw;
    right: 0;
    bottom: auto;
    width: 25vw;
  }
  .area + .inquiry {
    position: absolute;
    left: 50%;
    bottom: -10.4166666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .area {
    padding: 90px 0 200px 0;
  }
  .area:has(.inquiry) {
    padding-bottom: 70px !important;
  }
  .area .inner {
    width: 1027px;
  }
  .area-content {
    width: 640px;
  }
  .area-heading {
    margin: 0 auto 40px auto;
    width: 484px;
  }
  .area-target {
    margin-top: 25px;
  }
  .area-target dt {
    height: 30px;
    border-radius: 4px 4px 0 0;
    font-size: 1.8rem;
  }
  .area-target dd {
    padding: 16px;
    border-radius: 0 0 4px 4px;
  }
  .area-city > li {
    font-size: 1.6rem;
  }
  .area-map {
    top: -70px;
    width: 360px;
  }
  .area + .inquiry {
    bottom: -150px;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.blog {
  position: relative;
  padding: 13.3333333333vw 0 10.6666666667vw 0;
  z-index: 1;
}
.blog:before {
  content: "";
  position: absolute;
  top: 2.6666666667vw;
  left: -94vw;
  display: inline-block;
  width: 148.8vw;
  height: 114.2666666667vw;
  background-image: url(../img/blog/deco.svg);
  background-size: contain;
  opacity: 0.48;
  z-index: -1;
}
.blog:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6000;
  z-index: -2;
}
.blog .heading {
  margin-bottom: 5.3333333333vw;
}
.blog .heading:before, .blog .heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.blog .heading:before {
  top: -16vw;
  left: -2.4vw;
  width: 27.2vw;
  height: 24vw;
  background-image: url(../img/blog/photo_sp.png);
}
.blog .heading:after {
  top: -21.3333333333vw;
  right: -4vw;
  width: 49.6vw;
  height: 38.2666666667vw;
  background-image: url(../img/blog/speech_sp.png);
}
.blog .heading-en,
.blog .heading-ja {
  color: #ffffff;
}
.blog .heading-en {
  margin-bottom: 0.5em;
}
.blog .heading-ja {
  display: inline-block;
  padding: 0 8.6666666667vw 0 8.1333333333vw;
}
.blog .heading-ja:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 7.0666666667vw;
  height: 7.0666666667vw;
  background-image: url(../img/blog/pencil.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .blog {
    padding: 5.9027777778vw 0 4.1666666667vw 0;
  }
  .blog:before {
    top: 0.6944444444vw;
    left: -21.25vw;
    width: 77.5vw;
    height: 59.5138888889vw;
  }
  .blog .inner {
    width: 80.5555555556vw;
  }
  .blog .heading {
    margin-bottom: 2.7777777778vw;
    width: 25.6944444444vw;
    text-align: left;
  }
  .blog .heading:before {
    top: -8.6805555556vw;
    left: auto;
    right: -56.25vw;
    width: 18.6111111111vw;
    height: 15.1388888889vw;
    background-image: url(../img/blog/photo.png);
    background-image: image-set(url(../img/blog/photo.png) 1x, url(../img/blog/photo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/photo.png) 1x, url(../img/blog/photo-2x.png) 2x);
  }
  .blog .heading:after {
    top: -8.3333333333vw;
    right: -40.9722222222vw;
    width: 24.0972222222vw;
    height: 16.4583333333vw;
    background-image: url(../img/blog/speech.png);
    background-image: image-set(url(../img/blog/speech.png) 1x, url(../img/blog/speech-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/speech.png) 1x, url(../img/blog/speech-2x.png) 2x);
  }
  .blog .heading-en {
    margin-bottom: 0;
  }
  .blog .heading-ja {
    padding: 0;
  }
  .blog .heading-ja:before {
    left: calc(100% + 0.5555555556vw);
    width: 2.9166666667vw;
    height: 2.9166666667vw;
  }
  .blog--frt .btn {
    position: absolute;
    top: 1.3888888889vw;
    left: 27.0833333333vw;
    margin: 0;
    width: 18.0555555556vw;
  }
  .blog--frt .btn a {
    min-width: 100%;
    min-height: 3.0555555556vw;
    border-radius: 1.5277777778vw;
  }
  .blog--frt .btn a:after {
    right: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog {
    padding: 85px 0 60px 0;
  }
  .blog:before {
    top: 10px;
    left: -306px;
    width: 1116px;
    height: 857px;
  }
  .blog .inner {
    width: 1160px;
  }
  .blog .heading {
    margin-bottom: 40px;
    width: 370px;
  }
  .blog .heading:before {
    top: -125px;
    right: -810px;
    width: 268px;
    height: 218px;
  }
  .blog .heading:after {
    top: -120px;
    right: -590px;
    width: 347px;
    height: 237px;
  }
  .blog .heading-ja:before {
    left: calc(100% + 8px);
    right: auto;
    width: 42px;
    height: 42px;
  }
  .blog--frt .btn {
    top: 20px;
    left: 390px;
    width: 260px;
  }
  .blog--frt .btn a {
    min-height: 44px;
    border-radius: 22px;
  }
  .blog--frt .btn a:after {
    right: 12px;
  }
}
/*  #company
-------------------------------------------------------------------------------*/
.company {
  position: relative;
  padding: 10.6666666667vw 0 6.6666666667vw 0;
  background-image: url(../img/company/bg_sp.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.company .heading {
  margin-bottom: 4.6666666667vw;
}
.company .heading-en,
.company .heading-ja {
  color: #ffffff;
}

.company-info p {
  color: #ffffff;
  text-align: center;
}

.company-name {
  font-weight: 700;
}

.company-content {
  margin-bottom: 4.6666666667vw;
}

.company-name {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 1.7em;
}

.company-image {
  position: relative;
  left: 10.6666666667vw;
  width: 85.3333333333vw;
  aspect-ratio: 640/360;
}
.company-image img {
  border-radius: 0.5333333333vw 0 0 0.5333333333vw;
}
.company-image:before, .company-image:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.company-image:before {
  left: -12vw;
  bottom: -2vw;
  width: 43.3333333333vw;
  height: 37.7333333333vw;
  background-image: url(../img/company/exterior_sp.png);
}
.company-image:after {
  right: 6vw;
  bottom: 0;
  width: 59.7333333333vw;
  height: 50vw;
  background-image: url(../img/company/speech_sp.png);
}

@media screen and (min-width: 751px) {
  .company {
    padding: 4.5138888889vw 0;
    background-image: url(../img/company/bg.jpg);
    background-image: image-set(url(../img/company/bg.jpg) 1x, url(../img/company/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/company/bg.jpg) 1x, url(../img/company/bg-2x.jpg) 2x);
  }
  .company .inner {
    width: 76.3888888889vw;
  }
  .company .heading {
    margin-bottom: 3.4722222222vw;
  }
  .company-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-content {
    margin: 0;
    width: 23.9583333333vw;
  }
  .company-image {
    left: 0;
    width: 36.8055555556vw;
    aspect-ratio: 530/284;
  }
  .company-image img {
    border-radius: 0.2777777778vw;
  }
  .company-image:before {
    left: -12.5vw;
    bottom: 0;
    width: 15.4166666667vw;
    height: 13.4722222222vw;
    background-image: url(../img/company/exterior.png);
    background-image: image-set(url(../img/company/exterior.png) 1x, url(../img/company/exterior-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/company/exterior.png) 1x, url(../img/company/exterior-2x.png) 2x);
  }
  .company-image:after {
    right: -4.8611111111vw;
    width: 24.0277777778vw;
    height: 21.0416666667vw;
    background-image: url(../img/company/speech.png);
    background-image: image-set(url(../img/company/speech.png) 1x, url(../img/company/speech-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/company/speech.png) 1x, url(../img/company/speech-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .company {
    padding: 65px 0;
  }
  .company .inner {
    width: 1100px;
  }
  .company .heading {
    margin-bottom: 50px;
  }
  .company-content {
    width: 345px;
  }
  .company-image {
    width: 530px;
  }
  .company-image img {
    border-radius: 4px;
  }
  .company-image:before {
    left: -180px;
    width: 222px;
    height: 194px;
  }
  .company-image:after {
    right: -70px;
    width: 346px;
    height: 303px;
  }
}
/* ------------------------------------------- banner - */
.company-banner {
  margin-top: 5.3333333333vw;
}

.company-banner a {
  position: relative;
  display: block;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0.5333333333vw;
  overflow: hidden;
}
.company-banner a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11.2vw;
  height: 11.2vw;
  background-image: url(../img/company/click-og.svg);
  background-size: contain;
}

::-webkit-full-page-media,
:future,
:root .company-banner a:after {
  -webkit-transition: none;
  transition: none;
}

.company-banner-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2vw;
}
.company-banner-images:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6000;
}

.company-banner-image {
  position: relative;
  width: 42.6666666667vw;
  aspect-ratio: 320/215;
}

.company-banner-content {
  padding: 4vw 0;
}

.company-banner-ttl {
  color: #1f2f54;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
}
.company-banner-ttl span {
  position: relative;
  display: inline-block;
  margin-right: 1.3333333333vw;
  padding: 0.1em 0.3em 0.2em 0.3em;
  color: #ffffff;
  font-size: 0.98em;
  font-style: italic;
  z-index: 1;
}
.company-banner-ttl span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #1f2f54;
  -webkit-transform: translate(-50%, -50%) skewX(-10deg);
          transform: translate(-50%, -50%) skewX(-10deg);
  z-index: -1;
}

.company-banner-more {
  margin-top: 3.2vw;
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
}
.company-banner-more span {
  color: #ff6000;
}

.company-map {
  margin-top: 6.6666666667vw;
}
.company-map .ggmap {
  padding-bottom: 65%;
}

@media screen and (min-width: 751px) {
  .company-banner {
    margin: 2.0833333333vw auto 0 auto;
    width: 58.3333333333vw;
  }
  .company-banner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-width: 0.1388888889vw;
  }
  .company-banner a:after {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .company-banner a:hover:after {
    background-image: url(../img/company/click-gr.svg);
  }
  .company-banner a:hover .company-banner-images:before {
    background-color: #57a248;
  }
  .company-banner a:hover .company-banner-images:after {
    border-color: #57a248 transparent transparent transparent;
  }
  .company-banner-images {
    padding: 0.6944444444vw;
    width: 25.2777777778vw;
  }
  .company-banner-images:before {
    width: 25vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .company-banner-images:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 24.9305555556vw;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.1111111111vw 2.7777777778vw 0px 0px;
    border-color: #ff6000 transparent transparent transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .company-banner-image {
    width: 12.3611111111vw;
    aspect-ratio: 178/140;
  }
  .company-banner-content {
    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;
    padding: 0;
    width: 31.5972222222vw;
  }
  .company-banner-ttl {
    font-size: 1.8055555556vw;
  }
  .company-banner-ttl span {
    margin-right: 0.5555555556vw;
  }
  .company-banner-more {
    margin-top: 1.25vw;
    font-size: 1.9444444444vw;
  }
  .company-map {
    margin-top: 3.4722222222vw;
  }
  .company-map .ggmap {
    padding-bottom: 33%;
  }
}
@media screen and (min-width: 1441px) {
  .company-banner {
    margin: 30px auto 0 auto;
    width: 840px;
  }
  .company-banner a {
    border-width: 2px;
  }
  .company-banner a:after {
    width: 60px;
    height: 60px;
  }
  .company-banner-images {
    padding: 10px;
    width: 364px;
  }
  .company-banner-images:before {
    width: 360px;
  }
  .company-banner-images:after {
    left: 359px;
    border-width: 160px 40px 0px 0px;
  }
  .company-banner-image {
    width: 178px;
  }
  .company-banner-content {
    width: 455px;
  }
  .company-banner-ttl {
    font-size: 2.6rem;
  }
  .company-banner-ttl span {
    margin-right: 8px;
  }
  .company-banner-more {
    margin-top: 18px;
    font-size: 2.8rem;
  }
  .company-map {
    margin-top: 50px;
  }
}
/*  #dedication
-------------------------------------------------------------------------------*/
.dedication {
  position: relative;
  padding-bottom: 9.3333333333vw;
}
.dedication:before {
  content: "";
  position: absolute;
  top: 42.6666666667vw;
  left: 50%;
  width: 100%;
  height: calc(100% - 42.6666666667vw);
  background-image: url(../img/dedication/bg_sp.png);
  background-size: cover;
  background-position: center top;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dedication .inner {
  z-index: 0;
}
.dedication .inner:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 99.99999%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 50vw 10.6666666667vw 50vw;
  border-color: transparent transparent #065fb9 transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dedication .heading {
  top: -24vw;
  margin-bottom: -20vw;
}
.dedication .heading-logo {
  margin: 0 auto 3.3333333333vw auto;
  width: 14.6666666667vw;
}
.dedication .heading-ja {
  margin: 0 auto;
  width: 37.7333333333vw;
}
.dedication .heading-ja:before, .dedication .heading-ja:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/kira-l.svg);
  background-size: contain;
  z-index: 1;
}
.dedication .heading-ja:before {
  top: 2.2666666667vw;
  left: -8.9333333333vw;
  width: 14vw;
  height: 14vw;
}
.dedication .heading-ja:after {
  right: -6vw;
  bottom: -4.6666666667vw;
  width: 9.7333333333vw;
  height: 9.7333333333vw;
}

.dedication-slide {
  position: relative;
  overflow: hidden;
}

.dedication-slide-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slideLoop 30s linear infinite;
          animation: slideLoop 30s linear infinite;
}

.dedication-slide-item {
  width: 42.6666666667vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes slideLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes slideLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .dedication {
    padding-bottom: 4.8611111111vw;
  }
  .dedication:before {
    top: 22.2222222222vw;
    height: calc(100% - 22.2222222222vw);
    background-image: url(../img/dedication/bg.png);
    background-image: image-set(url(../img/dedication/bg.png) 1x, url(../img/dedication/bg-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/dedication/bg.png) 1x, url(../img/dedication/bg-2x.png) 2x);
  }
  .dedication .inner:before {
    border-width: 0px 29.1666666667vw 6.5972222222vw 29.1666666667vw;
  }
  .dedication .heading {
    top: -13.1944444444vw;
    margin-bottom: -10.4166666667vw;
  }
  .dedication .heading-logo {
    margin: 0 auto 1.7361111111vw auto;
    width: 7.6388888889vw;
  }
  .dedication .heading-ja {
    width: 19.6527777778vw;
  }
  .dedication .heading-ja:before {
    top: 1.0416666667vw;
    left: -4.375vw;
    width: 7.2916666667vw;
    height: 7.2916666667vw;
  }
  .dedication .heading-ja:after {
    right: -3.8194444444vw;
    bottom: -2.4305555556vw;
    width: 5.0694444444vw;
    height: 5.0694444444vw;
  }
  .dedication-slide-item {
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .dedication {
    padding-bottom: 70px;
  }
  .dedication:before {
    top: 320px;
    height: calc(100% - 320px);
  }
  .dedication .inner:before {
    border-width: 0px 420px 95px 420px;
  }
  .dedication .heading {
    top: -190px;
    margin-bottom: -150px;
  }
  .dedication .heading-logo {
    margin: 0 auto 25px auto;
    width: 110px;
  }
  .dedication .heading-ja {
    width: 283px;
  }
  .dedication .heading-ja:before {
    top: 15px;
    left: -63px;
    width: 105px;
    height: 105px;
  }
  .dedication .heading-ja:after {
    right: -55px;
    bottom: -35px;
    width: 73px;
    height: 73px;
  }
  .dedication-slide-item {
    width: 320px;
  }
}
/* ------------------------------------------- post - */
.dedication-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw 4.5333333333vw;
  z-index: 2;
}
.dedication-post:before, .dedication-post:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.dedication-post:before {
  top: -28.9333333333vw;
  left: -6.4vw;
  width: 29.3333333333vw;
  height: 49.8666666667vw;
  background-image: url(../img/dedication/staff-l.png);
}
.dedication-post:after {
  top: -29.3333333333vw;
  right: -1.8666666667vw;
  width: 24vw;
  height: 53.4666666667vw;
  background-image: url(../img/dedication/staff-r.png);
}

.p-dedication {
  position: relative;
  padding: 0.8vw;
  width: 43.7333333333vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#d2a847), color-stop(#fcf59d), to(#daa900));
  background: linear-gradient(to bottom, #d2a847, #fcf59d, #daa900);
  border-radius: 2.1333333333vw;
  z-index: 2;
}

.p-dedication-box {
  padding: 0.5333333333vw 0 2vw 0;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.p-dedication-image {
  margin: 0 auto;
  width: 41.0666666667vw;
  aspect-ratio: 308/220;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.p-dedication-content {
  position: relative;
  padding-top: 14.6666666667vw;
}

.p-dedication-num {
  position: absolute;
  top: -7.3333333333vw;
  left: 50%;
  width: 30.9333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.p-dedication-ttl {
  color: #1f2f54;
  font-size: 4vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.p-dedication-ttl span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.3333333333vw;
}

.dedication-post .p-dedication:nth-child(1) .p-dedication-ttl span {
  width: 25.0666666667vw;
  aspect-ratio: 188/51;
}

.dedication-post .p-dedication:nth-child(2) .p-dedication-ttl span {
  width: 18.9333333333vw;
  aspect-ratio: 142/105;
}

.dedication-post .p-dedication:nth-child(3) .p-dedication-ttl span {
  width: 24.8vw;
  aspect-ratio: 186/52;
}

.dedication-post .p-dedication:nth-child(4) .p-dedication-ttl span {
  width: 25.0666666667vw;
  aspect-ratio: 188/105;
}

.p-dedication-text {
  margin: 2.6666666667vw auto 0 auto;
  padding-bottom: 0.5em;
  width: 36vw;
}

@media screen and (max-width: 750px) {
  .p-dedication-ttl span {
    height: 14vw;
  }
  .p-dedication-text p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .dedication-post {
    gap: 2.7777777778vw;
    margin: 0 auto;
    width: 60.8333333333vw;
  }
  .dedication-post:before {
    top: -15.0694444444vw;
    left: 3.125vw;
    width: 15.2777777778vw;
    height: 25.9722222222vw;
    background-image: url(../img/dedication/staff-l.png);
    background-image: image-set(url(../img/dedication/staff-l.png) 1x, url(../img/dedication/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/dedication/staff-l.png) 1x, url(../img/dedication/staff-l-2x.png) 2x);
  }
  .dedication-post:after {
    top: -15.2777777778vw;
    right: 5.5555555556vw;
    width: 12.5vw;
    height: 27.8472222222vw;
    background-image: url(../img/dedication/staff-r.png);
    background-image: image-set(url(../img/dedication/staff-r.png) 1x, url(../img/dedication/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/dedication/staff-r.png) 1x, url(../img/dedication/staff-r-2x.png) 2x);
  }
  .p-dedication {
    padding: 0.4166666667vw;
    width: 29.0277777778vw;
    border-radius: 1.1111111111vw;
  }
  .p-dedication-box {
    padding: 1.0416666667vw 0;
    border-radius: 1.1111111111vw;
  }
  .p-dedication-image {
    width: 27.6388888889vw;
    aspect-ratio: 398/280;
    border-radius: 1.1111111111vw;
  }
  .p-dedication-content {
    padding-top: 2.0833333333vw;
  }
  .p-dedication-num {
    top: -6.25vw;
    width: 11.5277777778vw;
  }
  .p-dedication-ttl {
    font-size: 1.3888888889vw;
  }
  .p-dedication-ttl span {
    margin-top: 0.6944444444vw;
  }
  .dedication-post .p-dedication:nth-child(1) .p-dedication-ttl span {
    width: 11.3194444444vw;
    aspect-ratio: 163/45;
  }
  .dedication-post .p-dedication:nth-child(2) .p-dedication-ttl span {
    width: 16.875vw;
    aspect-ratio: 243/46;
  }
  .dedication-post .p-dedication:nth-child(3) .p-dedication-ttl span {
    width: 11.1805555556vw;
    aspect-ratio: 161/46;
  }
  .dedication-post .p-dedication:nth-child(4) .p-dedication-ttl span {
    width: 19.6527777778vw;
    aspect-ratio: 283/45;
  }
  .p-dedication-text {
    margin: 1em auto 0 auto;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .dedication-post {
    gap: 40px;
    width: 876px;
  }
  .dedication-post:before {
    top: -217px;
    left: 45px;
    width: 220px;
    height: 374px;
  }
  .dedication-post:after {
    top: -220px;
    right: 80px;
    width: 180px;
    height: 401px;
  }
  .p-dedication {
    padding: 6px;
    width: 418px;
    border-radius: 16px;
  }
  .p-dedication-box {
    padding: 15px 0;
    border-radius: 16px;
  }
  .p-dedication-image {
    width: 398px;
    border-radius: 16px;
  }
  .p-dedication-content {
    padding-top: 30px;
  }
  .p-dedication-num {
    top: -90px;
    width: 166px;
  }
  .p-dedication-ttl {
    font-size: 2rem;
  }
  .p-dedication-ttl span {
    margin-top: 10px;
  }
  .dedication-post .p-dedication:nth-child(1) .p-dedication-ttl span {
    width: 163px;
  }
  .dedication-post .p-dedication:nth-child(2) .p-dedication-ttl span {
    width: 243px;
  }
  .dedication-post .p-dedication:nth-child(3) .p-dedication-ttl span {
    width: 161px;
  }
  .dedication-post .p-dedication:nth-child(4) .p-dedication-ttl span {
    width: 283px;
  }
  .p-dedication-text {
    width: 360px;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  padding: 5.3333333333vw 0 8vw 0;
  background-image: url(../img/inquiry/bg_sp.jpg);
  background-size: cover;
}
.inquiry:before {
  content: "";
  position: absolute;
  top: 2vw;
  left: -2vw;
  display: inline-block;
  width: 28.8vw;
  height: 41.0666666667vw;
  background-image: url(../img/inquiry/staff_sp.png);
  background-size: contain;
}

.inquiry-heading {
  margin-bottom: 3.3333333333vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
}
.inquiry-heading span {
  display: inline-block;
  margin-top: 1.7333333333vw;
  font-size: 5.6vw;
  line-height: 1.28em;
}

.inquiry-certification {
  position: absolute;
  top: -1.6vw;
  right: -2vw;
  width: 27.7333333333vw;
  z-index: 2;
}

.inquiry-box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 4.6666666667vw 0;
  width: 80vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
  z-index: 1;
}

.inquiry-box > div {
  position: relative;
  text-align: center;
}

.inquiry-label {
  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;
  margin: 0 auto;
  padding: 0 0 0.1em 0.5em;
  width: 58.6666666667vw;
  height: 5.6vw;
  background-color: #0255ae;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1em;
}

.inquiry-num {
  margin-top: 2.6666666667vw;
}

.inquiry-num a {
  display: inline-block;
}
.inquiry-num a span {
  position: relative;
  padding-left: 17.3333333333vw;
  color: #db0d13;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 9.0666666667vw;
  font-weight: 900;
  line-height: 1em;
}
.inquiry-num a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  background-image: url(../img/common/free.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-num a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10.6666666667vw;
  display: inline-block;
  margin-top: 0.05em;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/common/call-rd.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-tel {
  margin-top: 0.3em;
  text-align: center;
}

.inquiry-tel a {
  display: inline-block;
  color: #db0d13;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.inquiry-btn {
  position: relative;
  margin: 3.3333333333vw auto 0 auto;
  width: 61.3333333333vw;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .inquiry-box > div:nth-child(2) {
    margin-top: 6.6666666667vw;
  }
  .inquiry-box > div:nth-child(2):after {
    content: "";
    position: absolute;
    top: -6.6666666667vw;
    right: -7.3333333333vw;
    display: inline-block;
    width: 24.4vw;
    height: 16.9333333333vw;
    background-image: url(../img/inquiry/speech_sp.png);
    background-size: contain;
    z-index: 1;
  }
}
@media screen and (min-width: 751px) {
  .inquiry {
    margin-left: auto;
    margin-right: auto;
    padding: 1.7361111111vw 2.7777777778vw 1.3888888889vw 2.7777777778vw;
    width: 62.5vw;
    background-image: url(../img/inquiry/bg.jpg);
    background-image: image-set(url(../img/inquiry/bg.jpg) 1x, url(../img/inquiry/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/bg.jpg) 1x, url(../img/inquiry/bg-2x.jpg) 2x);
    border-radius: 1.1111111111vw;
  }
  .inquiry:before {
    top: auto;
    left: -8.3333333333vw;
    bottom: 0;
    width: 21.25vw;
    height: 22.3611111111vw;
    background-image: url(../img/inquiry/speech.png);
    background-image: image-set(url(../img/inquiry/speech.png) 1x, url(../img/inquiry/speech-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/speech.png) 1x, url(../img/inquiry/speech-2x.png) 2x);
    z-index: 2;
  }
  .inquiry:after {
    content: "";
    position: absolute;
    right: -2.0833333333vw;
    bottom: 3.8194444444vw;
    display: inline-block;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    background-image: url(../img/inquiry/staff.jpg);
    background-image: image-set(url(../img/inquiry/staff.jpg) 1x, url(../img/inquiry/staff-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/staff.jpg) 1x, url(../img/inquiry/staff-2x.jpg) 2x);
    background-size: contain;
    border-radius: 50%;
    z-index: 1;
  }
  .inquiry-heading {
    margin-bottom: 2.0833333333vw;
    font-size: 2.2222222222vw;
  }
  .inquiry-heading span {
    margin-top: 0.6944444444vw;
    font-size: 2.7777777778vw;
  }
  .inquiry-certification {
    top: -0.6944444444vw;
    right: 3.6805555556vw;
    width: 12.1527777778vw;
  }
  .inquiry-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    padding: 1.7361111111vw 3.4722222222vw 1.0416666667vw 2.7777777778vw;
    width: 57.6388888889vw;
    border-radius: 1.1111111111vw;
  }
  .inquiry-box > div {
    width: 25vw;
  }
  .inquiry-label {
    width: 100%;
    height: 1.5277777778vw;
    font-size: 1.1111111111vw;
  }
  .inquiry-num {
    margin-top: 1.0416666667vw;
  }
  .inquiry-num a {
    pointer-events: none;
  }
  .inquiry-num a span {
    padding-left: 6.25vw;
    font-size: 3.3333333333vw;
  }
  .inquiry-num a span:before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .inquiry-num a span:after {
    left: 3.8888888889vw;
    width: 1.9444444444vw;
    height: 1.9444444444vw;
  }
  .inquiry-tel a {
    font-size: 1.1111111111vw;
    pointer-events: none;
  }
  .inquiry-btn {
    margin: 0.6944444444vw auto 0 auto;
    width: 18.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry {
    padding: 25px 40px 20px 40px;
    width: 900px;
    border-radius: 16px;
  }
  .inquiry:before {
    left: -120px;
    width: 306px;
    height: 322px;
  }
  .inquiry:after {
    right: -30px;
    bottom: 55px;
    width: 150px;
    height: 150px;
  }
  .inquiry-heading {
    margin-bottom: 30px;
    font-size: 3.2rem;
  }
  .inquiry-heading span {
    margin-top: 10px;
    font-size: 4rem;
  }
  .inquiry-certification {
    top: -10px;
    right: 53px;
    width: 175px;
  }
  .inquiry-box {
    padding: 25px 50px 15px 40px;
    width: 830px;
    border-radius: 16px;
  }
  .inquiry-box > div {
    width: 360px;
  }
  .inquiry-label {
    height: 22px;
    font-size: 1.6rem;
  }
  .inquiry-num {
    margin-top: 15px;
  }
  .inquiry-num a span {
    padding-left: 90px;
    font-size: 4.7rem;
  }
  .inquiry-num a span:before {
    width: 48px;
    height: 48px;
  }
  .inquiry-num a span:after {
    left: 56px;
    width: 28px;
    height: 28px;
  }
  .inquiry-tel a {
    font-size: 1.6rem;
  }
  .inquiry-btn {
    margin: 10px auto 0 auto;
    width: 270px;
  }
}
/*  #reason
-------------------------------------------------------------------------------*/
.reason {
  position: relative;
  padding: 10.6666666667vw 0;
  background-image: url(../img/reason/bg_sp.jpg);
  background-repeat: repeat;
}
.reason .heading {
  margin-bottom: 4vw;
}
.reason .heading-ja {
  margin: 0 auto;
  width: 56.6666666667vw;
}
.reason .heading-ja:before, .reason .heading-ja:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.reason .heading-ja:before {
  top: -4.6666666667vw;
  right: -8.4vw;
  width: 82vw;
  height: 21.3333333333vw;
  background-image: url(../img/reason/brush_sp.png);
  background-size: contain;
  z-index: -1;
}
.reason .heading-ja:after {
  top: -1.7333333333vw;
  left: -8vw;
  width: 19.3333333333vw;
  height: 19.7333333333vw;
  background-image: url(../img/common/kira-l.svg);
}

@media screen and (min-width: 751px) {
  .reason {
    padding: 5.9027777778vw 0 4.1666666667vw 0;
    background-image: url(../img/reason/bg.jpg);
    background-image: image-set(url(../img/reason/bg.jpg) 1x, url(../img/reason/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/reason/bg.jpg) 1x, url(../img/reason/bg-2x.jpg) 2x);
  }
  .reason:before {
    content: "";
    position: absolute;
    left: -2.7777777778vw;
    bottom: -4.1666666667vw;
    display: inline-block;
    width: 68.6111111111vw;
    height: 46.25vw;
    background-image: url(../img/reason/roller.png);
    background-image: image-set(url(../img/reason/roller.png) 1x, url(../img/reason/roller-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/roller.png) 1x, url(../img/reason/roller-2x.png) 2x);
    background-size: contain;
  }
  .reason .heading {
    margin-bottom: 2.4305555556vw;
  }
  .reason .heading-ja {
    width: 24.5833333333vw;
  }
  .reason .heading-ja:before {
    top: -2.7777777778vw;
    right: -1.1805555556vw;
    width: 30.6944444444vw;
    height: 8.0555555556vw;
    background-image: url(../img/reason/brush.png);
    background-image: image-set(url(../img/reason/brush.png) 1x, url(../img/reason/brush-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/brush.png) 1x, url(../img/reason/brush-2x.png) 2x);
  }
  .reason .heading-ja:after {
    top: -2.7083333333vw;
    left: -4.1666666667vw;
    width: 10.0694444444vw;
    height: 10.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .reason {
    padding: 85px 0 60px 0;
  }
  .reason:before {
    left: -40px;
    bottom: -60px;
    width: 988px;
    height: 666px;
  }
  .reason .heading {
    margin-bottom: 35px;
  }
  .reason .heading-ja {
    width: 354px;
  }
  .reason .heading-ja:before {
    top: -40px;
    right: -17px;
    width: 442px;
    height: 116px;
  }
  .reason .heading-ja:after {
    top: -39px;
    left: -60px;
    width: 145px;
    height: 148px;
  }
}
/* ------------------------------------------- post - */
.reason-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw 0;
  margin: 0 auto;
  width: 100%;
}
.reason-post:before, .reason-post:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.reason-post:before {
  top: -35.3333333333vw;
  left: -6vw;
  width: 27.0666666667vw;
  height: 50.8vw;
  background-image: url(../img/reason/staff_sp.png);
}
.reason-post:after {
  background-image: url(../img/reason/house_sp.png);
  top: -32vw;
  right: -33.3333333333vw;
  width: 52vw;
  height: 32vw;
}

.p-reason {
  position: relative;
  background-color: #ffffff;
  border-color: #073296;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.1333333333vw;
}

.p-reason-num {
  position: absolute;
  z-index: 1;
}

.p-reason-medal {
  position: absolute;
  top: 1.3333333333vw;
  right: 2.6666666667vw;
  width: 19.3333333333vw;
  z-index: 2;
}

.p-reason-image {
  position: relative;
  overflow: hidden;
}

.p-reason-ttl {
  position: relative;
  color: #073296;
  font-weight: 900;
  line-height: 1.5em;
}

.reason-post--frt .p-reason:nth-child(1),
.reason-post--lineup .p-reason {
  padding: 4vw 6vw;
  width: 100%;
}
.reason-post--frt .p-reason:nth-child(1) .p-reason-image,
.reason-post--lineup .p-reason .p-reason-image {
  width: 37.3333333333vw;
  border-radius: 2.1333333333vw;
  aspect-ratio: 280/184;
}
.reason-post--frt .p-reason:nth-child(1) .p-reason-ttl,
.reason-post--lineup .p-reason .p-reason-ttl {
  margin-bottom: 2.6666666667vw;
  padding: 2.6666666667vw 0;
  font-size: 4.2666666667vw;
}

.reason-post--frt .p-reason:nth-child(n+2) {
  padding: 3.3333333333vw 4vw 3.3333333333vw 6vw;
  width: 100%;
}
.reason-post--frt .p-reason:nth-child(n+2) .p-reason-image {
  width: 37.3333333333vw;
  aspect-ratio: 280/184;
  border-radius: 1.0666666667vw;
}
.reason-post--frt .p-reason:nth-child(n+2) .p-reason-ttl {
  font-size: 4.2666666667vw;
}

.p-reason-btn {
  margin-top: 4vw;
}
.p-reason-btn a {
  min-height: 10.6666666667vw !important;
}

@media screen and (max-width: 750px) {
  .p-reason-num {
    top: -2.6666666667vw;
    left: -2.6666666667vw;
    width: 20.5333333333vw;
    z-index: 1;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-image,
  .reason-post--lineup .p-reason .p-reason-image {
    position: absolute;
    top: 4vw;
    left: 6vw;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-ttl,
  .reason-post--lineup .p-reason .p-reason-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    width: 38.6666666667vw;
    min-height: 24.5333333333vw;
  }
  .reason-post--frt .p-reason:nth-child(n+2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reason-post--frt .p-reason:nth-child(n+2) .p-reason-content {
    width: calc(100% - 41.6vw);
  }
  .p-reason-btn a {
    min-width: 64vw !important;
  }
}
@media screen and (min-width: 751px) {
  .reason-post {
    gap: 2.0833333333vw 1.875vw;
    width: 69.5138888889vw;
  }
  .reason-post:before {
    top: -16.9444444444vw;
    left: 6.5972222222vw;
    width: 14.0972222222vw;
    height: 26.4583333333vw;
    background-image: url(../img/reason/staff.png);
    background-image: image-set(url(../img/reason/staff.png) 1x, url(../img/reason/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/staff.png) 1x, url(../img/reason/staff-2x.png) 2x);
  }
  .reason-post:after {
    top: -13.1944444444vw;
    right: -0.4861111111vw;
    width: 22.6388888889vw;
    height: 13.8888888889vw;
    background-image: url(../img/reason/house.png);
    background-image: image-set(url(../img/reason/house.png) 1x, url(../img/reason/house-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/house.png) 1x, url(../img/reason/house-2x.png) 2x);
  }
  .p-reason {
    border-width: 0.2777777778vw;
    border-radius: 1.1111111111vw;
  }
  .p-reason-medal {
    top: 1.3888888889vw;
    right: 1.8055555556vw;
    width: 10.0694444444vw;
  }
  .reason-post--frt .p-reason:nth-child(1),
  .reason-post--lineup .p-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3888888889vw 6.9444444444vw 1.3888888889vw 3.4722222222vw;
    width: 100%;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-num,
  .reason-post--lineup .p-reason .p-reason-num {
    width: 7.7777777778vw;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-image,
  .reason-post--lineup .p-reason .p-reason-image {
    width: 26.3888888889vw;
    border-radius: 1.1111111111vw;
    aspect-ratio: 380/270;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 1;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-content,
  .reason-post--lineup .p-reason .p-reason-content {
    padding-top: 1.0416666667vw;
    width: 28.8194444444vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-ttl,
  .reason-post--lineup .p-reason .p-reason-ttl {
    margin-bottom: 1.3888888889vw;
    padding: 0 0 1.7361111111vw 8.6805555556vw;
    font-size: 1.9444444444vw;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-ttl:before,
  .reason-post--lineup .p-reason .p-reason-ttl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32.6388888889vw;
    height: 0.1388888889vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#6f5625), to(#6f5625));
    background: linear-gradient(to bottom, #6f5625, #6f5625);
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-text,
  .reason-post--lineup .p-reason .p-reason-text {
    padding-left: 2.0833333333vw;
  }
  .reason-post--frt .p-reason:nth-child(n+2) {
    padding: 3.125vw 0 1.0416666667vw 0;
    width: 15.9722222222vw;
  }
  .reason-post--frt .p-reason:nth-child(n+2) .p-reason-num {
    top: -0.8333333333vw;
    left: 50%;
    width: 5.9722222222vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .reason-post--frt .p-reason:nth-child(n+2) .p-reason-image {
    margin: 0 auto 0.6944444444vw auto;
    width: 13.8888888889vw;
    aspect-ratio: 200/150;
    border-radius: 0.5555555556vw;
  }
  .reason-post--frt .p-reason:nth-child(n+2) .p-reason-ttl {
    font-size: 1.3888888889vw;
    text-align: center;
  }
  .p-reason-btn {
    margin-top: 1.3888888889vw;
  }
  .p-reason-btn a {
    min-height: 4.1666666667vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .reason-post {
    gap: 30px 27px;
    width: 1001px;
  }
  .reason-post:before {
    top: -244px;
    left: 95px;
    width: 203px;
    height: 381px;
  }
  .reason-post:after {
    top: -190px;
    right: -7px;
    width: 326px;
    height: 200px;
  }
  .p-reason {
    border-width: 4px;
    border-radius: 16px;
  }
  .p-reason-medal {
    top: 20px;
    right: 26px;
    width: 145px;
  }
  .reason-post--frt .p-reason:nth-child(1),
  .reason-post--lineup .p-reason {
    padding: 20px 100px 20px 50px;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-num,
  .reason-post--lineup .p-reason .p-reason-num {
    width: 112px;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-image,
  .reason-post--lineup .p-reason .p-reason-image {
    width: 380px;
    border-radius: 16px;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-content,
  .reason-post--lineup .p-reason .p-reason-content {
    padding-top: 15px;
    width: 415px;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-ttl,
  .reason-post--lineup .p-reason .p-reason-ttl {
    margin-bottom: 20px;
    padding: 0 0 25px 125px;
    font-size: 2.8rem;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-ttl:before,
  .reason-post--lineup .p-reason .p-reason-ttl:before {
    width: 470px;
    height: 2px;
  }
  .reason-post--frt .p-reason:nth-child(1) .p-reason-text,
  .reason-post--lineup .p-reason .p-reason-text {
    padding-left: 30px;
  }
  .reason-post--frt .p-reason:nth-child(n+2) {
    padding: 45px 0 15px 0;
    width: 230px;
  }
  .reason-post--frt .p-reason:nth-child(n+2) .p-reason-num {
    top: -12px;
    width: 86px;
  }
  .reason-post--frt .p-reason:nth-child(n+2) .p-reason-image {
    margin: 0 auto 10px auto;
    width: 200px;
    border-radius: 8px;
  }
  .reason-post--frt .p-reason:nth-child(n+2) .p-reason-ttl {
    font-size: 2rem;
  }
  .p-reason-btn {
    margin-top: 20px;
  }
  .p-reason-btn a {
    min-height: 60px !important;
  }
}
/*  #reviews
-------------------------------------------------------------------------------*/
.reviews {
  position: relative;
  padding: 4.6666666667vw 0 6.6666666667vw 0;
  background-image: url(../img/reviews/bg_sp.jpg);
  background-size: cover;
  background-position: center;
}
.reviews .heading {
  margin-bottom: 4vw;
}
.reviews .heading-catch {
  margin: 0 auto 24vw auto;
  width: 82.6666666667vw;
}
.reviews .heading-ja {
  position: absolute;
  top: 10vw;
  left: 50%;
  width: 60.8vw;
  aspect-ratio: 456/214;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reviews-star {
  margin: 0 auto;
  width: 51.4666666667vw;
}

.reviews-medal {
  position: absolute;
  top: 10.2666666667vw;
  right: -3.7333333333vw;
  width: 22.9333333333vw;
  aspect-ratio: 172/248;
  z-index: 1;
}

.reviews-slide {
  position: relative;
  padding: 4.6666666667vw 0;
  min-height: 5em;
  z-index: 1;
}
.reviews-slide:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #0255ae;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.reviews-slide:after {
  content: "";
  position: absolute;
  top: -66.6666666667vw;
  left: -8.9333333333vw;
  display: inline-block;
  width: 32.1333333333vw;
  height: 35.2vw;
  background-image: url(../img/reviews/staff_sp.png);
  background-size: contain;
  z-index: -2;
}

@media screen and (max-width: 750px) {
  .heading-lead {
    width: 86vw;
  }
}
@media screen and (min-width: 751px) {
  .reviews {
    padding: 4.5138888889vw 0 4.1666666667vw 0;
    background-image: url(../img/reviews/bg.jpg);
    background-image: image-set(url(../img/reviews/bg.jpg) 1x, url(../img/reviews/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/reviews/bg.jpg) 1x, url(../img/reviews/bg-2x.jpg) 2x);
  }
  .reviews .heading {
    margin-bottom: 1.3888888889vw;
  }
  .reviews .heading-catch {
    margin: 0 auto 6.25vw auto;
    width: 43.0555555556vw;
  }
  .reviews .heading-ja {
    top: 0;
    width: 50.0694444444vw;
    aspect-ratio: 721/210;
  }
  .reviews-star {
    width: 19.1666666667vw;
  }
  .reviews-medal {
    top: 1.0416666667vw;
    right: 2.7777777778vw;
    width: 12.7083333333vw;
    aspect-ratio: 183/225;
  }
  .reviews-slide {
    padding: 1.3888888889vw 0;
  }
  .reviews-slide:after {
    top: -19.4444444444vw;
    left: -0.6944444444vw;
    width: 22.5694444444vw;
    height: 21.25vw;
    background-image: url(../img/reviews/speech.png);
    background-image: image-set(url(../img/reviews/speech.png) 1x, url(../img/reviews/speech-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reviews/speech.png) 1x, url(../img/reviews/speech-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .reviews {
    padding: 65px 0 60px 0;
  }
  .reviews .heading {
    margin-bottom: 20px;
  }
  .reviews .heading-catch {
    margin: 0 auto 90px auto;
    width: 620px;
  }
  .reviews .heading-ja {
    width: 721px;
  }
  .reviews-star {
    width: 276px;
  }
  .reviews-medal {
    top: 15px;
    right: 40px;
    width: 183px;
  }
  .reviews-slide {
    padding: 20px 0;
  }
  .reviews-slide:after {
    top: -280px;
    left: -10px;
    width: 325px;
    height: 306px;
  }
}
/*  #target
-------------------------------------------------------------------------------*/
.target {
  position: relative;
  padding-top: 8vw;
  background-color: #dedede;
  overflow: hidden;
}
.target:before {
  content: "";
  position: absolute;
  top: -73.3333333333vw;
  left: 50%;
  display: inline-block;
  width: 241.4666666667vw;
  aspect-ratio: 1/1;
  background-image: url(../img/target/radiation.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.3;
}

.target .inner {
  width: 88vw;
}

.target-heading {
  margin: 0 auto 2.6666666667vw auto;
  width: 88vw;
  max-width: 100%;
}

.target-lead {
  margin-left: auto;
  margin-right: auto;
  width: 86vw;
}
.target-lead p {
  line-height: 1.7em;
}

.target-content {
  position: relative;
  padding-bottom: 70vw;
}
.target-content:before, .target-content:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.target-content:before {
  left: 57.6vw;
  bottom: 0.6666666667vw;
  width: 34.6666666667vw;
  height: 34vw;
  background-image: url(../img/target/photo_sp.png);
  z-index: 1;
}
.target-content:after {
  left: -4.4vw;
  bottom: 0;
  width: 65.4666666667vw;
  height: 33.3333333333vw;
  background-image: url(../img/target/staff_sp.png);
  z-index: 2;
}

.target-medal {
  position: absolute;
  top: 75.3333333333vw;
  right: 61.0666666667vw;
  width: 31.6vw;
  aspect-ratio: 237/289;
}

.target-target {
  margin: 4vw auto 0 auto;
  width: 85.3333333333vw;
}
.target-target dt {
  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;
  height: 9.3333333333vw;
  background-color: #0141a1;
  border-radius: 0.5333333333vw 0.5333333333vw 0 0;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.target-target dd {
  padding: 2.9333333333vw 4vw;
  background-color: #ffffff;
  border-radius: 0 0 0.5333333333vw 0.5333333333vw;
  text-align: center;
}

.target-city {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
}

.target-city > li {
  padding-left: 1em;
  font-size: 3.4666666667vw;
  text-align: left;
  text-indent: -1em;
  line-height: 1.5em;
}
.target-city > li:before {
  content: "・";
}

.target-map {
  position: absolute;
  right: -4.6666666667vw;
  bottom: 26.6666666667vw;
  width: 67.0666666667vw;
  aspect-ratio: 503/310;
}

@media screen and (min-width: 751px) {
  .target {
    padding: 4.8611111111vw 0 3.4722222222vw 0;
  }
  .target:before {
    top: -38.1944444444vw;
    width: 125%;
    background-image: url(../img/target/radiation.png);
    background-image: image-set(url(../img/target/radiation.png) 1x, url(../img/target/radiation-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/target/radiation.png) 1x, url(../img/target/radiation-2x.png) 2x);
  }
  .target .inner {
    width: 83.3333333333vw;
  }
  .target-heading {
    margin: 0 auto 1.3888888889vw auto;
    width: 39.0972222222vw;
  }
  .target-lead {
    margin: 0;
    width: auto;
  }
  .target-lead p {
    text-align: center;
    line-height: 1.7em;
  }
  .target-content {
    padding-bottom: 18.0555555556vw;
  }
  .target-content:before {
    top: 4.6527777778vw;
    left: 0;
    width: 19.9305555556vw;
    height: 20.9722222222vw;
    background-image: url(../img/target/photo.png);
    background-image: image-set(url(../img/target/photo.png) 1x, url(../img/target/photo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/target/photo.png) 1x, url(../img/target/photo-2x.png) 2x);
  }
  .target-content:after {
    left: 11.3194444444vw;
    bottom: 0;
    width: 34.0972222222vw;
    height: 17.3611111111vw;
    background-image: url(../img/target/staff.png);
    background-image: image-set(url(../img/target/staff.png) 1x, url(../img/target/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/target/staff.png) 1x, url(../img/target/staff-2x.png) 2x);
  }
  .target-medal {
    top: -1.0416666667vw;
    right: 1.7361111111vw;
    width: 19.4444444444vw;
    aspect-ratio: 280/243;
  }
  .target-target {
    margin-top: 1.3888888889vw;
    width: 44.4444444444vw;
  }
  .target-target dt {
    height: 2.0833333333vw;
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
    font-size: 1.25vw;
  }
  .target-target dd {
    padding: 1.1111111111vw;
    border-radius: 0 0 0.2777777778vw 0.2777777778vw;
  }
  .target-city > li {
    font-size: 1.1111111111vw;
  }
  .target-map {
    right: 1.0416666667vw;
    bottom: 0.3472222222vw;
    width: 35.9027777778vw;
    aspect-ratio: 517/310;
  }
  .target + .inquiry {
    position: absolute;
    left: 50%;
    bottom: -11.1111111111vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .target {
    padding: 70px 0 50px 0;
  }
  .target:before {
    top: -550px;
  }
  .target .inner {
    width: 1200px;
  }
  .target-heading {
    margin: 0 auto 20px auto;
    width: 563px;
  }
  .target-content {
    padding-bottom: 260px;
  }
  .target-content:before {
    top: 67px;
    width: 287px;
    height: 302px;
  }
  .target-content:after {
    left: 163px;
    width: 491px;
    height: 250px;
  }
  .target-medal {
    top: -15px;
    right: 25px;
    width: 280px;
  }
  .target-target {
    margin-top: 20px;
    width: 640px;
  }
  .target-target dt {
    height: 30px;
    border-radius: 4px 4px 0 0;
    font-size: 1.8rem;
  }
  .target-target dd {
    padding: 16px;
    border-radius: 0 0 4px 4px;
  }
  .target-city > li {
    font-size: 1.6rem;
  }
  .target-map {
    right: 15px;
    bottom: 5px;
    width: 517px;
  }
  .target + .inquiry {
    bottom: -160px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.works {
  position: relative;
  top: -4vw;
  margin-bottom: -4vw;
  padding-bottom: 10.6666666667vw;
}
.works:before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  width: 100%;
  height: 120%;
  background-image: url(../img/works/bg_sp.jpg);
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.works .inner {
  padding: 0.8vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#b09043), color-stop(#d0b558), color-stop(#f9f0b9), color-stop(#d0b558), to(#b09043));
  background: linear-gradient(to bottom, #b09043, #d0b558, #f9f0b9, #d0b558, #b09043);
  border-radius: 2.1333333333vw;
}
.works .inner:before {
  content: "";
  position: absolute;
  top: 0.8vw;
  left: 50%;
  width: calc(100% - 1.6vw);
  height: 57.3333333333vw;
  background-color: #073296;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.works .inner .heading {
  margin-bottom: 10.6666666667vw;
  z-index: 2;
}
.works .inner .heading:before {
  content: "";
  position: absolute;
  top: -11.3333333333vw;
  right: -1.3333333333vw;
  display: inline-block;
  width: 25.0666666667vw;
  height: 25.0666666667vw;
  background-image: url(../img/works/image.jpg);
  background-size: contain;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  z-index: 3;
}
.works .inner .heading-en,
.works .inner .heading-ja {
  color: #ffffff;
}
.works .inner .heading-en {
  margin-top: 0.5em;
}
.works .inner .heading-ja {
  display: inline-block;
}
.works .inner .heading-ja:before {
  content: "";
  position: absolute;
  top: calc(50% + 0.6666666667vw);
  left: -11.3333333333vw;
  display: inline-block;
  width: 8.6666666667vw;
  height: 6.6666666667vw;
  background-image: url(../img/works/bucket.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.works .inner .heading-lead p {
  color: #ffffff;
}
.works .inner .btn a {
  -webkit-box-shadow: 0px 1px 7px 0px rgba(54, 54, 54, 0.38);
          box-shadow: 0px 1px 7px 0px rgba(54, 54, 54, 0.38);
}
.works .heading-catch {
  position: absolute;
  top: -16.6666666667vw;
  left: 50%;
  width: 76vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.works .heading-catch:before, .works .heading-catch:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15.0666666667vw;
  height: 15.0666666667vw;
  background-image: url(../img/common/kira-l.svg);
  background-size: contain;
  z-index: 1;
}
.works .heading-catch:before {
  top: -7.0666666667vw;
  left: 2.2666666667vw;
}
.works .heading-catch:after {
  right: 3.3333333333vw;
  bottom: -4vw;
}

.works-box {
  position: relative;
  padding: 10vw 0 6.6666666667vw 0;
  background-image: url(../img/works/pattern_sp.jpg);
  background-repeat: repeat;
}
.works-box:before {
  content: "";
  position: absolute;
  top: -9.6vw;
  left: -12vw;
  display: inline-block;
  width: 38.1333333333vw;
  height: 34.4vw;
  background-image: url(../img/works/staff_sp.png);
  background-size: contain;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  .works .heading-lead {
    margin-top: 4vw;
    width: 78.6666666667vw;
  }
  .works-slide {
    overflow: hidden;
  }
}
@media screen and (min-width: 751px) {
  .works {
    top: -3.4722222222vw;
    margin-bottom: -3.4722222222vw;
    padding-bottom: 6.9444444444vw;
  }
  .works:before {
    background-image: url(../img/works/bg.jpg);
    background-image: image-set(url(../img/works/bg.jpg) 1x, url(../img/works/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg.jpg) 1x, url(../img/works/bg-2x.jpg) 2x);
  }
  .works .inner {
    padding: 0.4166666667vw;
    border-radius: 1.1111111111vw;
  }
  .works .inner:before {
    top: 0.4166666667vw;
    width: calc(100% - 0.8333333333vw);
    height: 21.5277777778vw;
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
  }
  .works .inner .heading {
    margin-bottom: 2.7777777778vw;
  }
  .works .inner .heading:before {
    top: -4.8611111111vw;
    right: 3.4722222222vw;
    width: 14.5833333333vw;
    height: 14.5833333333vw;
    background-image: url(../img/works/image.jpg);
    background-image: image-set(url(../img/works/image.jpg) 1x, url(../img/works/image-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/image.jpg) 1x, url(../img/works/image-2x.jpg) 2x);
    border-width: 2px;
  }
  .works .inner .heading-ja {
    font-size: 3.3333333333vw;
  }
  .works .inner .heading-ja:before {
    top: calc(50% + 0.1em);
    left: -5.9027777778vw;
    width: 3.6805555556vw;
    height: 2.8472222222vw;
  }
  .works .heading-catch {
    top: -6.9444444444vw;
    width: 45.2083333333vw;
  }
  .works .heading-catch:before, .works .heading-catch:after {
    width: 7.2916666667vw;
    height: 7.2916666667vw;
  }
  .works .heading-catch:before {
    top: -3.3333333333vw;
    left: 5.2083333333vw;
  }
  .works .heading-catch:after {
    right: 4.1666666667vw;
    bottom: -1.9444444444vw;
  }
  .works-box {
    padding: 3.4722222222vw 0;
    background-image: url(../img/works/pattern.jpg);
    background-image: image-set(url(../img/works/pattern.jpg) 1x, url(../img/works/pattern-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/pattern.jpg) 1x, url(../img/works/pattern-2x.jpg) 2x);
    border-radius: 1.1111111111vw;
  }
  .works-box:before {
    top: -4.7222222222vw;
    left: -0.6944444444vw;
    width: 25.2777777778vw;
    height: 25.9722222222vw;
    background-image: url(../img/works/speech-l.png);
    background-image: image-set(url(../img/works/speech-l.png) 1x, url(../img/works/speech-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/speech-l.png) 1x, url(../img/works/speech-l-2x.png) 2x);
  }
  .works-box:after {
    content: "";
    position: absolute;
    right: -5.2083333333vw;
    bottom: -7.3611111111vw;
    display: inline-block;
    width: 28.8888888889vw;
    height: 19.5833333333vw;
    background-image: url(../img/works/speech-r.png);
    background-image: image-set(url(../img/works/speech-r.png) 1x, url(../img/works/speech-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/speech-r.png) 1x, url(../img/works/speech-r-2x.png) 2x);
    background-size: contain;
    z-index: 1;
  }
  .works .btn {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    top: -50px;
    margin-bottom: -50px;
    padding-bottom: 100px;
  }
  .works .inner {
    padding: 6px;
    border-radius: 16px;
  }
  .works .inner:before {
    top: 6px;
    width: calc(100% - 12px);
    height: 310px;
    border-radius: 16px 16px 0 0;
  }
  .works .inner .heading {
    margin-bottom: 40px;
  }
  .works .inner .heading:before {
    top: -70px;
    right: 50px;
    width: 210px;
    height: 210px;
  }
  .works .inner .heading-ja {
    font-size: 4.8rem;
  }
  .works .inner .heading-ja:before {
    left: -85px;
    width: 53px;
    height: 41px;
  }
  .works .heading-catch {
    top: -100px;
    width: 651px;
  }
  .works .heading-catch:before, .works .heading-catch:after {
    width: 105px;
    height: 105px;
  }
  .works .heading-catch:before {
    top: -48px;
    left: 75px;
  }
  .works .heading-catch:after {
    right: 60px;
    bottom: -28px;
  }
  .works-box {
    padding: 50px 0;
    border-radius: 16px;
  }
  .works-box:before {
    top: -68px;
    left: -10px;
    width: 364px;
    height: 374px;
  }
  .works-box:after {
    right: -75px;
    bottom: -106px;
    width: 416px;
    height: 282px;
  }
  .works .btn {
    margin-top: 60px;
  }
}
/*  works --> post
-------------------------------------------------------------------------------*/
.p-works {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
  height: auto;
  overflow: hidden;
}

.p-works a {
  position: relative;
  display: block;
  padding: 5.3333333333vw;
  height: 100%;
}

.p-works-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.2vw;
  z-index: 2;
}

.p-works-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3.3333333333vw;
}
.p-works-image:after {
  content: "";
  position: absolute;
  left: 5.7333333333vw;
  bottom: 0;
  display: inline-block;
  width: 16.1333333333vw;
  height: 11.8666666667vw;
  background-image: url(../img/works/arrow.png);
  background-size: contain;
  z-index: 1;
}

.p-works-before,
.p-works-after {
  position: relative;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.p-works-before img,
.p-works-after img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-works-label {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 14.9333333333vw;
  height: 5.0666666667vw;
  border-radius: 0.5333333333vw 0 0.5333333333vw 0;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1em;
  z-index: 1;
}

.p-works-before {
  width: 44.4%;
}
.p-works-before .p-works-label {
  background-color: #888888;
}
.p-works-before img {
  aspect-ratio: 160/190;
}

.p-works-after {
  width: 52.2%;
}
.p-works-after .p-works-label {
  background-color: #ff6000;
}
.p-works-after img {
  aspect-ratio: 188/236;
}

.p-works-cat {
  margin-bottom: 1.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
  z-index: 1;
}
.p-works-cat > li {
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #0255ae;
  border-radius: 0.2666666667vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  line-height: 1em;
}

.p-works-ttl {
  max-height: 3em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-works-excerpt {
  margin-top: 2.6666666667vw;
}
.p-works-excerpt p {
  max-height: 3em;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .p-works {
    border-radius: 0.2777777778vw;
  }
  .p-works a {
    padding: 1.3888888889vw;
  }
  .p-works-new {
    width: 3.75vw;
  }
  .p-works-image {
    margin-bottom: 1.0416666667vw;
  }
  .p-works-image:after {
    left: 4.6527777778vw;
    bottom: 0.4861111111vw;
    width: 8.4027777778vw;
    height: 6.1805555556vw;
  }
  .p-works-before,
  .p-works-after {
    border-radius: 0.2777777778vw;
  }
  .p-works-label {
    width: 6.3888888889vw;
    height: 2.2222222222vw;
    border-radius: 0.2777777778vw 0 0.2777777778vw 0;
    font-size: 1.1111111111vw;
  }
  .p-works-cat {
    gap: 0.2083333333vw;
    margin-bottom: 0.6944444444vw;
  }
  .p-works-cat > li {
    border-radius: 0.1388888889vw;
    font-size: 0.9722222222vw;
  }
  .p-works-ttl {
    font-size: 1.1111111111vw;
  }
  .p-works-excerpt {
    margin-top: 0.3472222222vw;
  }
  .p-works-excerpt p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-works {
    border-radius: 4px;
  }
  .p-works a {
    padding: 20px;
  }
  .p-works-new {
    width: 54px;
  }
  .p-works-image {
    margin-bottom: 15px;
  }
  .p-works-image:after {
    left: 67px;
    bottom: 7px;
    width: 121px;
    height: 89px;
  }
  .p-works-before,
  .p-works-after {
    border-radius: 4px;
  }
  .p-works-label {
    width: 92px;
    height: 32px;
    border-radius: 4px 0 4px 0;
    font-size: 1.6rem;
  }
  .p-works-cat {
    gap: 3px;
    margin-bottom: 10px;
  }
  .p-works-cat > li {
    border-radius: 2px;
    font-size: 1.4rem;
  }
  .p-works-ttl {
    font-size: 1.6rem;
  }
  .p-works-excerpt {
    margin-top: 5px;
  }
  .p-works-excerpt p {
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- slide - */
.works-slide {
  position: relative;
}

.works-slide .swiper-wrapper .swiper-slide {
  left: 2vw;
  margin-right: 4vw;
  width: 62.9333333333vw;
}

.works-slide .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}

@media screen and (min-width: 751px) {
  .works-slide {
    margin: 0 auto;
    width: 58.75vw;
  }
  .works-slide .swiper-wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.7777777778vw 3.1944444444vw;
    width: auto;
    height: auto;
  }
  .works-slide .swiper-wrapper .swiper-slide {
    left: auto;
    margin-right: 0;
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-slide {
    width: 846px;
  }
  .works-slide .swiper-wrapper {
    gap: 40px 46px;
  }
  .works-slide .swiper-wrapper .swiper-slide {
    width: 400px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin: 0 auto;
}

.blog-post--frt,
.blog-post--sub {
  width: 88vw;
}
.blog-post--frt .p-blog,
.blog-post--sub .p-blog {
  width: 100%;
}

.p-blog {
  position: relative;
  background-color: #ffffff;
  border-color: #cbcbcb;
  height: auto;
}

.p-blog a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4vw 2.6666666667vw;
  height: 100%;
}

.p-blog-image {
  position: relative;
  width: 21.3333333333vw;
  border-radius: 0.2666666667vw;
  overflow: hidden;
}
.p-blog-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 140/140;
}

.p-blog-content {
  width: calc(100% - 24.6666666667vw);
}

.p-blog-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
  margin-bottom: 1.7333333333vw;
}

.p-blog-date {
  color: #393939;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
}

.p-blog-cat {
  display: inline-block;
  padding: 0.3em 0.5em 0.35em 0.5em;
  background-color: #1f2f54;
  border-radius: 0.2666666667vw;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1em;
}

.p-blog-ttl {
  height: 1.5em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-blog-excerpt {
  margin-top: 1.7333333333vw;
  padding-top: 1.7333333333vw;
  border-top-color: #cbcbcb;
  border-top-style: dashed;
  border-top-width: 0.2666666667vw;
}
.p-blog-excerpt p {
  max-height: 1.5em;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .blog-post {
    gap: 1.3888888889vw;
  }
  .blog-post--frt {
    width: 80.5555555556vw;
  }
  .blog-post--frt .p-blog {
    width: 39.5833333333vw;
  }
  .blog-post--sub {
    width: 83.3333333333vw;
  }
  .blog-post--sub .p-blog {
    width: 40.9722222222vw;
  }
  .p-blog a {
    padding: 1.0416666667vw 1.3888888889vw;
  }
  .p-blog-image {
    width: 8.1944444444vw;
    border-radius: 0.1388888889vw;
  }
  .p-blog a:hover .p-blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-blog-content {
    width: calc(100% - 9.7222222222vw);
  }
  .p-blog-data {
    margin-bottom: 0.5555555556vw;
  }
  .p-blog-date {
    font-size: 1.1111111111vw;
  }
  .p-blog-cat {
    border-radius: 0.1388888889vw;
    font-size: 0.9027777778vw;
  }
  .p-blog-ttl {
    font-size: 1.1111111111vw;
  }
  .p-blog-excerpt {
    margin-top: 0.5555555556vw;
    padding-top: 0.5555555556vw;
    border-top-width: 0.0694444444vw;
  }
  .p-blog-excerpt p {
    max-height: 3.4em;
    font-size: 1.0416666667vw;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1441px) {
  .blog-post {
    gap: 20px;
  }
  .blog-post--frt {
    width: 1160px;
  }
  .blog-post--frt .p-blog {
    width: 570px;
  }
  .blog-post--sub {
    width: 1200px;
  }
  .blog-post--sub .p-blog {
    width: 590px;
  }
  .p-blog a {
    padding: 15px 20px;
  }
  .p-blog-image {
    width: 118px;
    border-radius: 2px;
  }
  .p-blog-data {
    margin-bottom: 8px;
  }
  .p-blog-cat {
    border-radius: 2px;
    font-size: 1.3rem;
  }
  .p-blog-content {
    width: calc(100% - 140px);
  }
  .p-blog-date {
    font-size: 1.6rem;
  }
  .p-blog-ttl {
    font-size: 1.6rem;
  }
  .p-blog-excerpt {
    margin-top: 8px;
    padding-top: 8px;
    border-top-width: 1px;
  }
  .p-blog-excerpt p {
    font-size: 1.5rem;
  }
}