@charset "UTF-8";

body {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  position: relative;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-size: 1.111vw;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  padding: 8.333vw 0;
  z-index: 1;
}

main {
  position: relative;
  overflow: hidden;
}

main::before {
  background-image: url(/img/common/bg-dotto01.png);
  background-repeat: round;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36.458vw;
  height: 28.194vw;
}

.inner-block {
  position: relative;
  width: 80.556vw;
  padding: 0 1.042vw;
  margin: 0 auto;
}

img,
iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.25s ease 0s;
  word-break: break-all;
}

span {
  font-weight: inherit;
}

.ib {
  display: inline-block;
}

.link {
  text-decoration: underline;
}

.en {
  font-family: poppins, sans-serif;
  font-style: normal;
}

.caution {
  color: #DB1B1A;
}

.not-found .not-found-block {
  text-align: center;
}

.not-found .not-found-block .p_btn01 {
  margin-left: auto;
  margin-right: auto;
}

.not-found .not-found-block .txt {
  word-break: keep-all;
}

.p_bread-wrap {
  position: relative;
  z-index: 1;
}

.p_bread-wrap a,
.p_bread-wrap a:visited {
  display: inline;
  color: #333;
}

.p_bread-wrap ol {
  display: flex;
  margin: 0 auto;
  padding: 0.625vw 0;
}

.p_bread-wrap ol li {
  display: inline-block;
  padding-right: 0.5em;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.833vw;
}

.p_bread-wrap ol li:not(:last-of-type) a {
  color: rgba(0, 0, 0, 0.3);
}

.p_bread-wrap ol li:last-child {
  pointer-events: none;
}

.p_bread-wrap ol li:last-child::after {
  content: "";
}

.p_bread-wrap ol li::after {
  content: ">";
  color: rgba(0, 0, 0, 0.3);
  margin-left: 0.3em;
}

.p_btn01 {
  background: #DB1B1A;
  border: solid 2px #DB1B1A;
  border-radius: 6.944vw;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.083vw;
  min-width: 160px;
  min-height: 26px;
  width: 19.444vw;
  height: 3.472vw;
  position: relative;
}

.p_btn01 .arrow {
  fill: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.972vw;
  margin: auto;
  min-width: 12px;
  min-height: 12px;
  width: 1.528vw;
  height: 1.528vw;
  transition: all 0.25s ease 0s;
}

.p_btn01__short {
  margin-top: 0;
  min-width: 140px;
  width: 17.361vw;
}

.p_btn01__center {
  margin-left: auto;
  margin-right: auto;
}

.p_btn01__line-bl {
  border: solid 2px #fff;
  background: none;
}

.p_btn01__line-rd {
  border: solid 2px #fff;
  background: none;
}

.p_btn-tel {
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.417vw;
  padding: 0.625vw;
  min-width: 160px;
  width: 19.444vw;
}

.p_btn-tel .txt {
  color: #fff;
  font-size: 1.667vw;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.278vw;
}

.p_btn-tel .icon {
  min-width: 12px;
  min-height: 12px;
  width: 1.181vw;
  height: 1.181vw;
}

.p_btn-tel__rd {
  background: #DB1B1A;
}

.p_btn-form {
  background: #DB1B1A;
  width: 17.361vw;
  min-width: 180px;
}

.p_btn-form input,
.p_btn-form a {
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.972vw;
  line-height: 2;
  padding: 0.556vw;
  width: 100%;
  height: 100%;
}

.p_btn-form__gr {
  background: #ccc;
}

.p_btn-form__gr input,
.p_btn-form__gr a {
  color: #333;
}

.p_business-wrapper {
  display: flex;
  gap: 2.083vw;
  margin-top: 2.083vw;
}

.p_business-wrapper .wrap {
  position: relative;
  width: calc(50% - 1.042vw);
}

.p_business-wrapper .img-wrap {
  position: relative;
}

.p_business-wrapper .img-wrap + .txt {
  margin-top: 30px;
}

.p_business-wrapper .business-txt {
  background: #fff;
  font-size: 1.389vw;
  font-weight: 700;
  position: absolute;
  bottom: -2px;
  left: -1px;
  padding: 0.694vw 1.389vw 1.042vw;
  width: 33.333vw;
}

.contact-block {
  background: url(/img/common/bg-dotto03.png);
}

.contact-block .contact-wrapper {
  display: flex;
  align-items: center;
}

.contact-block .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.111vw 0 2.639vw;
  width: 40.278vw;
}

.contact-block .wrap > .txt {
  color: #fff;
}

.contact-block .wrap a {
  margin-top: 0.972vw;
}

footer {
  background: #fff;
}

footer .map-wrap {
  width: 100%;
  height: 26.389vw;
  filter: grayscale(100%);
}

footer .footer-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.583vw 9.722vw 4.722vw;
}

footer .footer-nav-wrapper .logo {
  width: 17.5vw;
}

footer .nav-list-wrap {
  display: flex;
  align-items: center;
}

footer .nav-list-wrap .list-item {
  border-left: solid 1px #333;
}

footer .nav-list-wrap .list-item:first-child {
  border-left: none;
}

footer .under-wrap {
  background: #DB1B1A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.972vw;
  padding: 0.556vw 9.722vw;
}

footer .under-wrap a {
  color: #fff;
}

header .sub-txt {
  background: #DB1B1A;
  color: #fff;
  font-size: 0.833vw;
  padding: 0.139vw 2.778vw;
}

header .header-wrapper {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.556vw 2.778vw;
}

header .logo-wrap {
  min-width: 180px;
  width: 17.5vw;
}

header .logo-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 2.917vw;
}

header .list-wrap {
  display: flex;
  align-items: center;
  gap: 2.778vw;
}

header .js-nav-btn {
  width: 60px;
  height: 60px;
  position: relative;
}

header .js-nav-btn .inn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 25px;
}

header .js-nav-btn .line {
  background: #DB1B1A;
  position: absolute;
  width: 100%;
  height: 3px;
  transition: all 0.25s ease 0s;
}

header .js-nav-btn .line:first-of-type {
  top: 0;
}

header .js-nav-btn .line:nth-of-type(2) {
  top: 11px;
  opacity: 1;
}

header .js-nav-btn .line:last-of-type {
  bottom: 0;
}

header .js-nav-btn.is-active .line:first-of-type {
  top: 11px;
  transform: rotate(45deg);
}

header .js-nav-btn.is-active .line:nth-of-type(2) {
  opacity: 0;
}

header .js-nav-btn.is-active .line:last-of-type {
  bottom: 11px;
  transform: rotate(-45deg);
}

header .js-toggle-menu {
  transition: all 0.25s ease 0s;
}

.p_mv-block {
  padding: 3.333vw 0 0;
  z-index: 1;
}

.p_mv-block .ttl {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  padding-left: 1.389vw;
  position: relative;
  margin-bottom: 3.333vw;
}

.p_mv-block .ttl .small {
  font-size: 1.389vw;
}

.p_mv-block .ttl .en {
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 1.5;
}

.p_mv-block .ttl .en::first-letter {
  color: #DB1B1A;
}

.p_mv-block .ttl::before {
  background: #DB1B1A;
  content: "";
  display: block;
  width: 0.278vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p_mv-block__main .img-wrap {
  position: relative;
  height: 30.556vw;
}

.p_mv-block__main .img {
  -o-object-fit: cover;
  object-fit: cover;
}

.p_mv-block__main .scroll-down-wrap {
  position: absolute;
  top: 0;
  right: 2.431vw;
}

.p_mv-block__main .scroll-down-wrap::after {
  background: url(/img/top/scroll-icon.svg) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4.583vw;
  height: 4.583vw;
}

.p_mv-block__main .scroll-down {
  border-radius: 50%;
  color: #DB1B1A;
  display: block;
  font-size: 0.833vw;
  letter-spacing: 0.05em;
  animation: rotateAnim 20s linear infinite;
  z-index: 20;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4.028vw;
  width: 4.514vw;
  min-width: 27px;
  min-height: 48px;
}

.p_mv-block__main .js-rotate-txt {
  display: block;
}

.p_mv-block__main .js-rotate-txt .oneText {
  position: absolute;
  inset: 0;
  text-align: center;
}

.p_mv-block__under .img-wrap {
  margin-right: calc(50% - 50vw);
  height: 25vw;
}

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.p_table-wrapper {
  margin: 0 auto;
  width: 69.444vw;
}

.p_table-wrapper table {
  width: 100%;
}

.p_table-wrapper th,
.p_table-wrapper td {
  padding: 1.181vw 1.389vw;
  border-top: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
  margin: -1px 0;
}

.p_table-wrapper th {
  font-weight: 700;
  text-align: left;
  width: 25%;
}

.p_table-wrapper td {
  width: 75%;
}

.p_table-wrapper .list-item {
  padding-left: 0.694vw;
  position: relative;
}

.p_table-wrapper .list-item::before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0.833vw;
  left: 0;
  width: 0.208vw;
  height: 0.208vw;
}

.p_table-wrapper .link {
  color: #DB1B1A;
  font-weight: 700;
}

.p_ttl01 {
  display: flex;
  flex-direction: column;
  gap: 0.347vw;
  margin-bottom: 2.778vw;
}

.p_ttl01 .ja {
  font-size: 0.972vw;
}

.p_ttl01 .en {
  color: #DB1B1A;
  font-size: 3.056vw;
  font-weight: 500;
  line-height: 1;
}

.p_ttl01__wh .ja,
.p_ttl01__wh .en {
  color: #fff;
}

.p_ttl01__center {
  align-items: center;
}

.p_ttl02 {
  font-size: 1.667vw;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.25vw;
}

.p_ttl02__center {
  text-align: center;
}

.business h3 + .txt {
  text-align: center;
}

.business .business-block::after {
  background: #E8E8E8;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80.556vw;
  height: 1px;
}

.business .flow-block .flow-wrapper {
  margin-top: 2.431vw;
}

.business .flow-block .flow-wrap {
  display: flex;
  justify-content: center;
  gap: 3.333vw;
}

.business .flow-block .flow-wrap .wrap {
  background: #DB1B1A;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.556vw 0;
  position: relative;
  width: 3.472vw;
  height: 22.222vw;
}

.business .flow-block .flow-wrap .wrap .num {
  border-bottom: solid 1px #fff;
  display: flex;
  justify-content: center;
  font-size: 1.389vw;
  font-weight: 700;
  padding-bottom: 0.278vw;
  margin-bottom: 0.903vw;
  width: 100%;
}

.business .flow-block .flow-wrap .wrap .txt {
  font-size: max(1.389vw, 13px);
  font-weight: 700;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.business .flow-block .flow-wrap .wrap .txt .small {
  font-size: 0.972vw;
}

.business .flow-block .flow-wrap .wrap + .wrap::before {
  background: radial-gradient(circle farthest-side, #E8E8E8, #E8E8E8 40%, transparent 40%, transparent);
  background-size: 0.556vw;
  content: "";
  display: inline-block;
  height: 4px;
  width: 3.333vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.333vw;
  margin: auto;
}

.business .flow-block .flow-under-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.778vw 2.083vw;
  margin-top: 4.167vw;
}

.business .flow-block .flow-under-wrapper .wrap {
  width: calc(50% - 1.042vw);
}

.business .flow-block .flow-under-wrapper .wrap .txt {
  padding: 0 1.389vw;
}

.business .flow-block .flow-under-wrapper .ttl-wrap {
  background: #F5F6F7;
  display: flex;
  align-items: center;
  padding: 0px 1.944vw;
  height: 4.722vw;
  margin-bottom: 1.667vw;
}

.business .flow-block .flow-under-wrapper .ttl-wrap .num {
  border-right: solid 1px #ccc;
  display: flex;
  align-items: center;
  font-size: 1.389vw;
  font-weight: 700;
  line-height: 1;
  padding-right: 1.944vw;
  margin-right: 0.694vw;
  height: 100%;
}

.business .flow-block .flow-under-wrapper .ttl-wrap .txt {
  font-size: 1.389vw;
  font-weight: 700;
}

.business .flow-block .flow-under-wrapper .ttl-wrap .txt .small {
  font-size: 0.972vw;
}

.company .access-block .map-wrap {
  width: 69.444vw;
  margin: 0 auto;
}

.company .access-block .map {
  height: 34.722vw;
  filter: grayscale(100%);
}

.company .access-block .p_btn01 {
  border: solid 1px #333;
  color: #333;
  font-weight: 400;
  margin-left: auto;
  margin-right: 0;
  width: 22.222vw;
}

.company .access-block .p_btn01 .arrow {
  width: 0.972vw;
  height: 0.972vw;
}

.contact .mail-form-block .form-top-txt {
  text-align: center;
  background: #F5F6F7;
  margin: 0 auto 40px;
  padding: 1.389vw;
  width: 69.444vw;
}

.contact .calling-block {
  text-align: center;
}

.contact .calling-block::before {
  background: #E8E8E8;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80.556vw;
  height: 1px;
}

.contact .calling-block .p_btn-tel {
  margin: 3.75vw auto 0.556vw;
}

.contact .form_area th {
  font-weight: 400;
  vertical-align: middle;
}

.contact .form_area .table input,
.contact .form_area .table select,
.contact .form_area .table textarea {
  border: solid 1px #E8E8E8;
  border-radius: 0.347vw;
  color: #333;
  font-size: 1.111vw;
  padding: 1.181vw 1.389vw;
  width: 100%;
}

.contact .form_area .table input::-moz-placeholder,
.contact .form_area .table select::-moz-placeholder,
.contact .form_area .table textarea::-moz-placeholder {
  color: #ccc;
  font-size: 1.111vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.contact .form_area .table input::placeholder,
.contact .form_area .table select::placeholder,
.contact .form_area .table textarea::placeholder {
  color: #ccc;
  font-size: 1.111vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.contact .form_area .table input.addressbox_text {
  width: 10.417vw;
}

.contact .form_area .table .select-wrap {
  position: relative;
  width: 17.361vw;
}

.contact .form_area .table .select-wrap::after {
  border-style: solid;
  border-width: 0.604vw 0.347vw 0 0.347vw;
  border-color: #333 transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.806vw;
  margin: auto;
  width: 0;
  height: 0;
  pointer-events: none;
}

.contact .form_area .table select {
  background: #fff;
}

.contact .form_area .table textarea {
  height: 8.333vw;
}

.contact .form_area .addressbox_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.042vw;
}

.contact .form_area .address_num,
.contact .form_area .address_prefectures {
  display: flex;
  align-items: center;
  gap: 0.694vw;
}

.contact .form_area .address_num .txt,
.contact .form_area .address_prefectures .txt {
  flex-shrink: 0;
}

.contact .validation-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact .is-error {
  color: #DB1B1A;
  font-size: 0.972vw;
}

.contact .btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.083vw;
  margin-top: 2.778vw;
}

.contact .privacy {
  margin-top: 2.778vw;
}

.contact .privacy .privacy-wrap {
  border: solid 1px #333;
  margin: 0 auto;
  padding: 1.389vw;
  overflow-y: scroll;
  width: 62.5vw;
  height: 15.972vw;
}

.contact .privacy .privacy-wrap .ttl {
  font-size: 0.972vw;
  font-weight: 700;
  margin: 1.389vw 0 1.042vw;
}

.contact .privacy .privacy-wrap .sub-ttl {
  font-size: 0.903vw;
  font-weight: 700;
  margin: 0.694vw 0 0.486vw;
}

.contact .privacy .privacy-wrap .txt {
  font-size: 0.903vw;
  line-height: 1.53;
}

.contact .privacy .privacy-wrap .txt + .txt {
  margin-top: 0.486vw;
}

.contact .privacy .privacyAgree {
  margin-top: 1.389vw;
  text-align: center;
}

.contact .privacy .privacyAgree .inn {
  display: inline-block;
  position: relative;
  padding-left: 2.083vw;
}

.contact .privacy .privacyAgree .inn::before,
.contact .privacy .privacyAgree .inn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  margin: auto;
}

.contact .privacy .privacyAgree .inn::before {
  border: solid 1px #333;
  top: 0.208vw;
  left: 0.694vw;
  width: 0.903vw;
  height: 0.903vw;
  min-width: 8px;
  min-height: 8px;
}

.contact .privacy .privacyAgree .inn::after {
  border-left: solid 1px #DB1B1A;
  border-bottom: solid 1px #DB1B1A;
  top: 0.108vw;
  left: 0.764vw;
  width: 0.694vw;
  height: 0.347vw;
  min-width: 5px;
  min-height: 3px;
  transform: rotate(-45deg);
  opacity: 0;
}

.contact .privacy .privacyAgree input:checked + label .inn::after {
  opacity: 1;
}

.thanks .mail-form-block .txt {
  text-align: center;
}

.strength .lead-block {
  text-align: center;
  padding-bottom: 0;
}

.strength .commitment-block .wrap {
  border-top: solid 1px #E8E8E8;
  display: flex;
  align-items: center;
  gap: 4.028vw;
  padding: 2.917vw 1.389vw 2.5vw;
}

.strength .commitment-block .wrap:last-of-type {
  border-bottom: solid 1px #E8E8E8;
}

.strength .commitment-block .wrap .icon {
  flex-shrink: 0;
  width: 7.222vw;
  height: 7.222vw;
}

.strength .commitment-block .wrap .p_ttl02 {
  white-space: nowrap;
  margin-bottom: 0;
}

.strength .commitment-block .wrap .txt {
  width: 34.722vw;
  margin-left: auto;
}

.strength .message-block .txt-wrap {
  display: flex;
  justify-content: space-between;
  gap: 8.125vw;
}

.strength .message-block .ttl {
  font-size: 3.056vw;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.47;
  width: 34.028vw;
}

.strength .message-block .name {
  display: block;
  font-weight: 700;
  margin-top: 0.694vw;
}

.top .strength-block {
  padding-bottom: 11.806vw;
  margin-top: 5.556vw;
  z-index: 10;
}

.top .strength-block .inner-block {
  display: flex;
}

.top .strength-block .txt-wrap {
  width: 36.806vw;
}

.top .strength-block .img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9.667vw;
  margin: auto;
  width: 50vw;
  height: 33.333vw;
}

.top .company-block {
  background: url(/img/top/top-img04.jpg) no-repeat center center/cover;
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 601px) {
  .not-found .p_mv-block .ttl {
    margin-bottom: 0 !important;
  }

  .contact-block {
    padding-top: 3.194vw;
    padding-bottom: 3.681vw;
  }

  .contact-block .wrap + .wrap {
    border-left: solid 1px #fff;
  }

  footer .nav-list-wrap .list-item {
    padding-left: 1.667vw;
    margin-left: 1.667vw;
    line-height: 1;
  }

  .business .flow-block .flow-wrap .wrap {
    min-width: 35px;
    min-height: 230px;
  }

  .top .strength-block::after {
    background: url(/img/common/bg-dotto02.png);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 70.486vw;
    height: 100%;
    z-index: -1;
  }

  .top .company-block {
    padding-bottom: 6.944vw;
  }
}

@media print, screen and (min-width: 821px) {
  .tab {
    display: none !important;
  }
}

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

  body {
    font-size: 16px;
    font-size: 1.6rem;
  }

  section {
    padding: 80px 0;
  }

  main::before {
    width: 270px;
    height: 210px;
  }

  main {
    margin-top: 60px;
  }

  .inner-block {
    padding: 0 20px;
    width: 100%;
  }

  .p_bread-wrap ol {
    padding: 5px 0;
    word-break: keep-all;
    white-space: nowrap;
  }

  .p_bread-wrap ol li {
    font-size: 12px;
  }

  .p_btn01 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: 50px;
  }

  .p_btn01 .arrow {
    right: 14px;
    width: 22px;
    height: 22px;
  }

  .p_btn-tel {
    gap: 6px;
    padding: 10px;
    width: 280px;
  }

  .p_btn-tel .txt {
    font-size: 24px;
    margin-top: 4px;
  }

  .p_btn-tel .icon {
    width: 17px;
    height: 17px;
  }

  .p_btn-form {
    width: 250px;
  }

  .p_btn-form input,
  .p_btn-form a {
    font-size: 14px;
    padding: 8px;
  }

  .p_business-wrapper {
    flex-direction: column;
    gap: 30px;
    margin-top: 35px;
  }

  .p_business-wrapper .wrap {
    width: 100%;
  }

  .p_business-wrapper .business-txt {
    font-size: 18px;
    padding: 8px 20px;
    width: 250px;
  }

  .contact-block .contact-wrapper {
    flex-direction: column;
  }

  .contact-block .wrap {
    padding: 0px 28px 30px;
    width: 100%;
  }

  .contact-block .wrap + .wrap {
    padding: 30px 28px 0;
    border-top: solid 1px #fff;
  }

  .contact-block .wrap a {
    margin-top: 14px;
  }

  footer .map-wrap {
    height: 100vw;
  }

  footer .footer-nav-wrapper {
    flex-direction: column;
    padding: 44px 20px 50px;
  }

  footer .footer-nav-wrapper .logo {
    width: 228px;
  }

  footer .nav-list-wrap {
    flex-direction: column;
    margin-top: 40px;
    width: 100%;
  }

  footer .nav-list-wrap .list-item {
    border-left: none;
    border-bottom: solid 1px #E8E8E8;
    width: 100%;
  }

  footer .nav-list-wrap .list-item:first-child {
    border-top: solid 1px #E8E8E8;
  }

  footer .nav-list-wrap a {
    display: block;
    padding: 11px 0;
    position: relative;
  }

  footer .nav-list-wrap a::before,
  footer .nav-list-wrap a::after {
    background: #333;
    border-radius: 2px;
    content: "";
    display: block;
    position: absolute;
    right: 11px;
    width: 9px;
    height: 2px;
  }

  footer .nav-list-wrap a::before {
    top: 23px;
    transform: rotate(45deg);
  }

  footer .nav-list-wrap a::after {
    top: 28px;
    transform: rotate(-45deg);
  }

  footer .under-wrap {
    flex-direction: column;
    gap: 8px;
    padding: 8px 20px;
  }

  footer .under-wrap a {
    color: #fff;
  }

  footer .under-wrap .address {
    font-size: 12px;
    text-align: center;
  }

  footer .under-wrap .copy-write {
    font-size: 10px;
  }

  header .sub-txt {
    background: none;
    color: #DB1B1A;
    font-size: 12px;
    padding: 0;
  }

  header .header-wrapper {
    flex-wrap: wrap;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  header .logo-wrap {
    padding-left: 20px;
    width: 186px;
  }

  header .header-nav-wrapper {
    background: #fff;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    width: 100%;
    height: 100vh;
  }

  header .header-nav-wrapper .nav-wrap {
    width: 100%;
  }

  header .list-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  header .list-wrap .list-item {
    border-top: solid 1px #E8E8E8;
    width: 100%;
  }

  header .list-wrap .list-item:last-of-type {
    border-bottom: solid 1px #E8E8E8;
  }

  header .list-wrap a {
    display: block;
    padding: 11px 0;
    position: relative;
  }

  header .list-wrap a::before,
  header .list-wrap a::after {
    background: #333;
    border-radius: 2px;
    content: "";
    display: block;
    position: absolute;
    right: 11px;
    width: 9px;
    height: 2px;
  }

  header .list-wrap a::before {
    top: 23px;
    transform: rotate(45deg);
  }

  header .list-wrap a::after {
    bottom: 24px;
    transform: rotate(-45deg);
  }

  header .js-toggle-menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 60px;
  }

  header .js-toggle-menu.is-active {
    opacity: 1;
    pointer-events: all;
  }

  .p_mv-block {
    padding: 74px 0 0;
  }

  .p_mv-block .ttl {
    padding-left: 18px;
    gap: 15px;
    margin-bottom: 60px;
  }

  .p_mv-block .ttl .small {
    font-size: 16px;
  }

  .p_mv-block .ttl .en {
    font-size: 30px;
    line-height: 1.53;
  }

  .p_mv-block .ttl::before {
    width: 4px;
  }

  .p_mv-block__main .img-wrap {
    height: 74.667vw;
    width: 100vw;
    margin: 0 -20px;
  }

  .p_mv-block__main .scroll-down-wrap {
    right: 30%;
  }

  .p_mv-block__main .scroll-down-wrap::after {
    width: 66px;
    height: 66px;
  }

  .p_mv-block__main .scroll-down {
    font-size: 12px;
    width: 67px;
    height: 58px;
  }

  .p_mv-block__under {
    padding: 25px 0 0 0;
  }

  .p_mv-block__under .ttl {
    gap: 0;
  }

  .p_mv-block__under .ttl .en {
    font-size: 44px;
    line-height: 1;
  }

  .p_mv-block__under .img-wrap {
    height: 53.333vw;
  }

  .p_table-wrapper {
    width: 100%;
  }

  .p_table-wrapper th,
  .p_table-wrapper td {
    width: 100%;
    display: block;
  }

  .p_table-wrapper th {
    border-bottom: none;
    padding: 15px 10px 4px;
  }

  .p_table-wrapper td {
    border-top: none;
    padding: 4px 10px 15px;
    margin: 0;
  }

  .p_table-wrapper .list-item {
    padding-left: 10px;
  }

  .p_table-wrapper .list-item::before {
    width: 3px;
    height: 3px;
    top: 16px;
  }

  .p_ttl01 {
    gap: 5px;
    margin-bottom: 35px;
  }

  .p_ttl01 .ja {
    font-size: 14px;
  }

  .p_ttl01 .en {
    font-size: 40px;
  }

  .p_ttl02 {
    font-size: 17px;
    line-height: 1.82;
    margin-bottom: 25px;
  }

  .business .business-block::after {
    width: 90%;
  }

  .business .flow-block .flow-wrapper {
    margin-top: 46px;
    width: 100%;
    overflow: auto;
  }

  .business .flow-block .flow-wrap {
    gap: 48px;
    width: 750px;
  }

  .business .flow-block .flow-wrap .wrap {
    padding: 8px 0;
    width: 50px;
    height: 320px;
  }

  .business .flow-block .flow-wrap .wrap .num {
    font-size: 20px;
    padding-bottom: 4px;
    margin-bottom: 13px;
  }

  .business .flow-block .flow-wrap .wrap .txt {
    font-size: 20px;
  }

  .business .flow-block .flow-wrap .wrap .txt .small {
    font-size: 14px;
  }

  .business .flow-block .flow-wrap .wrap + .wrap::before {
    background-size: 4px;
    left: -48px;
    width: 95%;
  }

  .business .flow-block .flow-under-wrapper {
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
  }

  .business .flow-block .flow-under-wrapper .wrap {
    width: 100%;
  }

  .business .flow-block .flow-under-wrapper .wrap .txt {
    padding: 0;
  }

  .business .flow-block .flow-under-wrapper .ttl-wrap {
    padding: 0 20px;
    height: 50px;
  }

  .business .flow-block .flow-under-wrapper .ttl-wrap .num {
    font-size: 20px;
    padding-right: 20px;
    margin-right: 15px;
  }

  .business .flow-block .flow-under-wrapper .ttl-wrap .txt {
    font-size: 20px;
  }

  .business .flow-block .flow-under-wrapper .ttl-wrap .txt .small {
    font-size: 14px;
  }

  .company .access-block .map-wrap {
    width: 100%;
  }

  .company .access-block .map {
    height: 106.667vw;
  }

  .company .access-block .p_btn01 {
    margin-right: auto;
    max-width: 320px;
    width: 100%;
  }

  .company .access-block .p_btn01 .arrow {
    width: 14px;
    height: 14px;
  }

  .contact .mail-form-block .form-top-txt {
    padding: 20px;
    width: 100%;
  }

  .contact .calling-block::before {
    width: 90%;
  }

  .contact .form_area th {
    background: #F5F6F7;
    border-bottom: solid 1px #E8E8E8;
    padding: 14px;
    text-align: center;
  }

  .contact .form_area td {
    border-bottom: none;
    padding: 20px 0;
  }

  .contact .form_area .table input,
  .contact .form_area .table select,
  .contact .form_area .table textarea {
    font-size: 16px;
    padding: 15px 20px;
  }

  .contact .form_area .table input::-moz-placeholder,
  .contact .form_area .table select::-moz-placeholder,
  .contact .form_area .table textarea::-moz-placeholder {
    font-size: 16px;
  }

  .contact .form_area .table input::placeholder,
  .contact .form_area .table select::placeholder,
  .contact .form_area .table textarea::placeholder {
    font-size: 16px;
  }

  .contact .form_area .table input.addressbox_text {
    width: 100%;
  }

  .contact .form_area .table .select-wrap {
    width: 100%;
  }

  .contact .form_area .table .select-wrap::after {
    border-width: 8.7px 5px 0 5px;
    right: 20px;
  }

  .contact .form_area .table textarea {
    height: 36vw;
  }

  .contact .form_area .addressbox_top {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .contact .form_area .address_num,
  .contact .form_area .address_prefectures {
    gap: 14px;
    width: 100%;
  }

  .contact .is-error {
    font-size: 13px;
  }

  .contact .btn-area {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }

  .contact .privacy {
    margin-top: 40px;
  }

  .contact .privacy .privacy-wrap {
    padding: 20px;
    width: 100%;
    height: 61.333vw;
  }

  .contact .privacy .privacy-wrap .ttl {
    font-size: 14px;
    margin: 20px 0 14px;
  }

  .contact .privacy .privacy-wrap .sub-ttl {
    font-size: 13px;
    margin: 10px 0 5px;
  }

  .contact .privacy .privacy-wrap .txt {
    font-size: 13px;
  }

  .contact .privacy .privacy-wrap .txt + .txt {
    margin-top: 8px;
  }

  .contact .privacy .privacyAgree {
    margin-top: 22px;
  }

  .contact .privacy .privacyAgree .inn {
    padding-left: 30px;
  }

  .contact .privacy .privacyAgree .inn::before {
    left: 8px;
    width: 13px;
    height: 13px;
  }

  .contact .privacy .privacyAgree .inn::after {
    left: 9px;
    width: 10px;
    height: 5px;
  }

  .strength .lead-block {
    text-align: left;
  }

  .strength .lead-block .p_ttl02 {
    font-size: 24px;
  }

  .strength .commitment-block .wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 0 40px;
  }

  .strength .commitment-block .wrap .icon {
    margin: 0 auto;
    width: 27.733vw;
    height: 27.733vw;
    max-width: 130px;
    max-height: 130px;
  }

  .strength .commitment-block .wrap .txt {
    width: 100%;
  }

  .strength .message-block .txt-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .strength .message-block .ttl {
    font-size: 30px;
    width: 100%;
  }

  .strength .message-block .name {
    margin-top: 10px;
  }

  .top .strength-block {
    margin-top: 0;
  }

  .top .strength-block .inner-block {
    flex-direction: column;
  }

  .top .strength-block .txt-wrap {
    width: 100%;
  }

  .top .strength-block .img-wrap {
    position: relative;
    right: 0;
    width: 100%;
    height: 59.733vw;
    margin-top: 60px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .link:hover {
    text-decoration: none;
  }

  .p_btn01:hover {
    background: #fff;
    color: #DB1B1A;
  }

  .p_btn01:hover .arrow {
    fill: #DB1B1A;
  }

  .p_btn01__line-bl:hover {
    color: #333;
  }

  .p_btn01__line-bl:hover .arrow {
    fill: #333;
  }

  .p_btn-tel {
    pointer-events: none;
  }

  footer .nav-list-wrap a:hover {
    color: #DB1B1A;
    text-decoration: underline;
  }

  header .list-wrap a:hover {
    color: #DB1B1A;
  }
}
/*# sourceMappingURL=style.css.map */
