@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

/*iosのフォームボタンリセット*/
input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=reset]::focus {
  outline-offset: -2px;
}

/*変数設定用*/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}
img {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
a:hover img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.vsp {
  display: none;
}

.vpc {
  display: block;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}

section {
  scroll-margin-top: 10rem;
}

.js-fade {
  opacity: 0;
  transition-duration: 1.1s;
}
.js-fade.js-fade-bottom {
  transform: translateY(50px);
}
.js-fade.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.l-container {
  max-width: 100rem;
  margin: auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.66);
  padding: 3.6rem 7.8rem;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}
.l-header__Logo {
  width: 36.1rem;
  display: block;
}
.l-header__Nav ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.l-header__Nav ul li {
  margin-left: 5.3rem;
}
.l-header__Nav ul li a {
  font-size: 1.5rem;
  color: #000;
}
.l-header__Nav ul li.-contact {
  width: 14rem;
  margin-left: 2.5rem;
}
.l-header__Nav ul li.-contact a {
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 3rem;
}

.fixwrap {
  position: relative;
}

.mv {
  background: url("./../img/img_mv.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-bottom: 10rem;
}
.mv__Inner {
  position: relative;
  max-width: 100rem;
  margin: auto;
  height: 97rem;
}
.mv__Ttl {
  position: absolute;
  top: 15.6rem;
  left: -12.4rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 1.2rem;
}
.mv__Ttl span {
  font-size: 2.56rem;
  background: #fff;
  line-height: 1;
  padding: 0.9rem 2.5rem;
  display: inline-block;
}

.indentity {
  margin-bottom: 20rem;
}
.indentity .l-container {
  position: relative;
}
.indentity__Ttl {
  font-size: 12.87rem;
  line-height: 12.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff200;
  margin-left: -13rem;
  margin-bottom: 8.5rem;
}
.indentity__Subttl {
  position: absolute;
  top: 22rem;
  left: 0;
  font-size: 5.5rem;
  font-weight: bold;
  writing-mode: vertical-lr;
  height: 100%;
  letter-spacing: 0.1em;
}
.indentity__Txt {
  font-size: 2.2rem;
  line-height: 4.1rem;
  letter-spacing: 0.1em;
  margin-left: 20rem;
  font-weight: 400;
}

.message {
  margin-bottom: 10rem;
}
.message .l-container {
  position: relative;
}
.message__Ttl {
  font-size: 12.87rem;
  line-height: 12.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff200;
  margin-right: -11.8rem;
  margin-bottom: 4.5rem;
  text-align: right;
}
.message__Thum {
  width: 33rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.message__Box {
  max-width: 85.9rem;
  margin-left: auto;
  background: #eaf6fd;
  padding: 7rem 7.2rem 7rem 24rem;
}
.message__Subttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 3.5rem;
}
.message__Catch {
  font-size: 2rem;
  line-height: 3.1rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  margin-bottom: 4rem;
}
.message__Catch span {
  padding-left: 2em;
}
.message__Txt {
  font-size: 1.5rem;
  line-height: 3.1rem;
  margin-bottom: 4rem;
}
.message__President {
  font-size: 1.5rem;
  line-height: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4rem;
}
.message__President span {
  width: 10.7rem;
  display: inline-block;
}
.message__President span img {
  vertical-align: middle;
}

.business {
  padding: 10rem 0;
  margin-bottom: 10rem;
  background: #eaf6fd;
}
.business .l-container {
  position: relative;
}
.business__Ttl {
  font-size: 12.87rem;
  line-height: 12.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff200;
  margin-right: -11.8rem;
  margin-bottom: 5rem;
  text-align: right;
}
.business__Subttl {
  position: absolute;
  top: 8.5rem;
  right: 0;
  font-size: 5.5rem;
  font-weight: bold;
  writing-mode: vertical-lr;
  height: 100%;
  letter-spacing: 0.1em;
}
.business__Flex01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 103rem;
  width: 100%;
  margin-bottom: 7rem;
  margin-left: -12.8rem;
}
.business__Flex01-Thum01 {
  max-width: 66.7rem;
}
.business__Flex01-Thum02 {
  max-width: 29.2rem;
}
.business__Flex02 {
  display: flex;
  justify-content: space-between;
}
.business__Flex02-Thum01 {
  max-width: 35.4rem;
  width: 50%;
}
.business__Flex02-Txt {
  max-width: 57.6rem;
  width: 50%;
  font-size: 2rem;
  line-height: 4.1rem;
}
.business__Flex02-Txt span {
  font-weight: bold;
}

.company {
  margin-bottom: 10rem;
}
.company .l-container {
  position: relative;
}
.company__Ttl {
  font-size: 12.87rem;
  line-height: 12.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff200;
  margin-left: -13rem;
  margin-bottom: 8.5rem;
}
.company__Subttl {
  position: absolute;
  top: 9rem;
  left: 0;
  font-size: 5.5rem;
  font-weight: bold;
  writing-mode: vertical-lr;
  height: 100%;
  letter-spacing: 0.1em;
}
.company__Txt {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  margin-left: 20rem;
  font-weight: 400;
}
.company__Txt span {
  font-size: 3.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: 3rem;
}

.profile {
  padding: 10rem 0;
  background: #eaf6fd;
}
.profile .l-container {
  position: relative;
}
.profile__Ttl {
  font-size: 12.87rem;
  line-height: 12.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff200;
  margin-left: -13rem;
  margin-bottom: 8.5rem;
}
.profile__Subttl {
  position: absolute;
  top: 8.8rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 5.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.profile__Box {
  padding: 7rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
.profile__Box:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 25rem);
  height: 100%;
  content: "";
  background: #fff;
}
.profile__Box-Child {
  position: relative;
  z-index: 10;
}
.profile__Box-Dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0;
  border-bottom: 0.1rem solid #000;
}
.profile__Box-Dl.-bdnone {
  border: none;
}
.profile__Box-Dt {
  width: 10.8rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
}
.profile__Box-Dd {
  font-size: 2rem;
  line-height: 3rem;
  width: calc(100% - 10.8rem);
  white-space: nowrap;
}
.profile__Box-Dd table tr {
  display: flex;
  align-items: flex-start;
}
.profile__Box-Dd.-tar {
  text-align: right;
}

.transport {
  margin: 10rem auto;
}
.transport .l-container {
  position: relative;
}
.transport__Ttl {
  font-size: 12.87rem;
  line-height: 12.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff200;
  margin-left: -13rem;
  margin-bottom: 11rem;
}
.transport__Subttl {
  position: absolute;
  top: 9rem;
  right: 0;
  font-size: 5.5rem;
  font-weight: bold;
  writing-mode: vertical-lr;
  height: 100%;
  letter-spacing: 0.1em;
}
.transport__Txt01 {
  font-size: 2.2rem;
  line-height: 4.1rem;
  letter-spacing: 0.1em;
  margin-bottom: 8.6rem;
  font-weight: 400;
}
.transport__List {
  display: flex;
  justify-content: space-between;
  max-width: 87rem;
  margin-bottom: 8rem;
}
.transport__List li figure {
  height: 10.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.transport__List li p {
  margin-top: 2.7rem;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.transport__Txt02 {
  font-size: 2.2rem;
  line-height: 4.1rem;
  letter-spacing: 0.1em;
  margin-bottom: 8.6rem;
  font-weight: 400;
  text-align: center;
}

.contact {
  padding: 10rem 0;
  background: #eaf6fd;
}
.contact .l-container {
  position: relative;
}
.contact__Ttl {
  font-size: 12.87rem;
  line-height: 12.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff200;
  margin-left: -13rem;
  margin-bottom: 9rem;
}
.contact__Subttl {
  position: absolute;
  top: 9rem;
  left: 0;
  font-size: 5.5rem;
  font-weight: bold;
  writing-mode: vertical-lr;
  height: 100%;
  letter-spacing: 0.1em;
}
.contact__Txt {
  font-size: 2.2rem;
  line-height: 4.1rem;
  letter-spacing: 0.1em;
  margin-left: 13rem;
  font-weight: 400;
  margin-bottom: 4.5rem;
}
.contact__Txt span {
  font-weight: bold;
}
.contact__Form {
  background: #fff;
  max-width: 80rem;
  margin: 0 auto 7rem;
  padding: 4.2rem 4rem 4rem;
}
.contact__Form-Ttl {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
.contact__Form-Table {
  width: 100%;
}
.contact__Form-Th {
  width: 21.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 1.5rem;
  vertical-align: middle;
}
.contact__Form-Th .-requier {
  margin-left: 0.7rem;
  color: #df2320;
  font-size: 1.3rem;
}
.contact__Form-Th.-vat {
  vertical-align: top;
  padding-top: 1.5rem;
}
.contact__Form-Th.-first {
  vertical-align: top;
  padding-bottom: 3rem;
}
.contact__Form-Td {
  width: calc(100% - 21.5rem);
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #000;
  vertical-align: middle;
}
.contact__Form-Td.-first {
  padding-bottom: 3rem;
}
.contact__Form-Td input[type=text],
.contact__Form-Td input[type=tel],
.contact__Form-Td input[type=mail] {
  width: 100%;
  padding: 1.3rem 2rem;
  border: 0.1rem solid #959596;
}
.contact__Form-Td textarea {
  width: 100%;
  min-height: 23.4rem;
  padding: 1.3rem 2rem;
  border: 0.1rem solid #959596;
}
.contact__Form-Td .radioItem {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.contact__Form-Td .radioItem:not(:last-of-type) {
  margin-bottom: 1.7rem;
}
.contact__Form-Td .radioButton {
  appearance: none;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.contact__Form-Td .radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-radius: 50%;
  background-color: #000;
}
.contact__Form-Td-Flex {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.contact__Form-Td-Child {
  max-width: 24rem;
  width: 48%;
}
.contact__Form-Td-Child span {
  padding-bottom: 0.5rem;
  display: inline-block;
}
.contact__Policy {
  background: #fff;
  max-width: 80rem;
  margin: 0 auto 7rem;
  padding: 4.2rem 4rem 4rem;
}
.contact__Policy-Ttl {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
.contact__Policy-Txt {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 4rem;
}
.contact__Policy-Check {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}
.contact__Btn {
  max-width: 33.5rem;
  width: 100%;
  font-size: 2rem;
  height: 6rem;
  border-radius: 3rem !important;
  display: block;
  margin: auto;
  text-align: center;
  background: #fff;
  margin-bottom: 7rem;
  font-weight: bold;
  color: #000;
}
.contact__Tel {
  background: #fff;
  padding: 4rem 0;
  text-align: center;
}
.contact__Tel a {
  color: #000;
}
.contact__Tel span {
  font-size: 6rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.contact__Tel span:before {
  position: absolute;
  width: 6.3rem;
  height: 5.3rem;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -10rem;
  background: url("./../img/icon_tel.svg");
  background-size: cover;
}

.fixbtn {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 2rem;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
.fixbtn P {
  margin: auto;
  width: 100%;
  max-width: 100rem;
  text-align: right;
}
.fixbtn a {
  transform: translateX(10rem);
  display: inline-block;
  pointer-events: all;
  width: 8.78rem;
}

.l-footer {
  padding: 4rem 0;
}
.l-footer__Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.l-footer__Logo {
  max-width: 43.98rem;
  width: 48%;
}
.l-footer__Prof {
  max-width: 46rem;
  width: 48%;
  font-size: 2rem;
  line-height: 3rem;
}
.l-footer__Copy {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .vsp {
    display: block;
  }
  .vpc {
    display: none;
  }
  .l-container {
    width: 90%;
  }
  .l-header {
    padding: 2rem;
    display: block;
  }
  .l-header__Logo {
    width: 20rem;
  }
  .l-header__Openbtn {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 10000;
    width: 3rem;
    height: 2rem;
    padding: 0;
  }
  .l-header__Openbtn span {
    display: inline-block;
    position: absolute;
    left: 50%;
    height: 0.3rem;
    border-radius: 0.5rem;
    background: #000;
    width: 3rem;
    transform: translateX(-50%);
    transition: 0.6s;
  }
  .l-header__Openbtn span:nth-of-type(1) {
    top: 0;
  }
  .l-header__Openbtn span:nth-of-type(2) {
    top: 1rem;
  }
  .l-header__Openbtn span:nth-of-type(3) {
    top: 2rem;
  }
  .l-header__Openbtn.-active span:nth-of-type(1) {
    transform: rotate(-45deg);
    left: calc(50% - 1.5rem);
    top: 1rem;
  }
  .l-header__Openbtn.-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__Openbtn.-active span:nth-of-type(3) {
    transform: rotate(45deg);
    left: calc(50% - 1.5rem);
    top: 1rem;
  }
  .l-header__Nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    transform: translateX(100%);
    transition: 0.6s;
    padding: 10rem 2rem;
  }
  .l-header__Nav.-active {
    transform: translateX(0);
  }
  .l-header__Nav ul {
    width: 100%;
    flex-flow: column;
    gap: 2rem;
  }
  .l-header__Nav ul li {
    margin-left: 0;
  }
  .l-header__Nav ul li a {
    font-size: 2rem;
  }
  .l-header__Nav ul li.-contact {
    width: 24rem;
    margin-left: 0;
  }
  .l-header__Nav ul li.-contact a {
    height: 6rem;
    background: #000;
    color: #fff;
  }
  .mv {
    background-position: center;
    margin-bottom: 5rem;
  }
  .mv__Inner {
    height: 100vh;
  }
  .mv__Ttl {
    position: absolute;
    top: 15.6rem;
    left: 0rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
  .mv__Ttl span {
    font-size: 2rem;
    background: #fff;
    line-height: 1;
    padding: 0.9rem 2.5rem;
    display: inline-block;
  }
  .indentity {
    margin-bottom: 5rem;
  }
  .indentity__Ttl {
    font-size: 5rem;
    line-height: 5rem;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .indentity__Subttl {
    top: 10rem;
    font-size: 2.4rem;
  }
  .indentity__Txt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-left: 5rem;
  }
  .message {
    margin-bottom: 5rem;
  }
  .message .l-container {
    position: relative;
  }
  .message__Ttl {
    font-size: 5rem;
    line-height: 5rem;
    margin-right: 0;
    margin-bottom: 2rem;
    text-align: left;
  }
  .message__Thum {
    width: 100%;
    position: static;
    margin-bottom: 3rem;
  }
  .message__Box {
    width: 100%;
    margin-left: auto;
    padding: 3rem;
  }
  .message__Subttl {
    margin-bottom: 2.5rem;
  }
  .message__Catch {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }
  .message__Catch span {
    padding-left: 0;
  }
  .message__Txt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
  }
  .message__President {
    gap: 2rem;
  }
  .business {
    padding: 5rem 0;
    margin-bottom: 5rem;
  }
  .business__Ttl {
    font-size: 5rem;
    line-height: 5rem;
    margin-right: 0;
    margin-bottom: 3rem;
    text-align: left;
  }
  .business__Subttl {
    top: 0;
    font-size: 2.4rem;
  }
  .business__Flex01 {
    flex-flow: column;
    margin-bottom: 3rem;
    margin-left: 0;
    width: 28rem;
  }
  .business__Flex02 {
    flex-flow: column;
  }
  .business__Flex02-Thum01 {
    width: 100%;
  }
  .business__Flex02-Txt {
    margin-top: 3rem;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .company {
    margin-bottom: 5rem;
  }
  .company__Ttl {
    font-size: 5rem;
    line-height: 5rem;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .company__Subttl {
    top: 5rem;
    font-size: 2.4rem;
  }
  .company__Txt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-left: 5rem;
  }
  .company__Txt span {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .profile {
    padding: 5rem 0;
  }
  .profile__Ttl {
    font-size: 5rem;
    line-height: 5rem;
    margin-left: 0;
    margin-bottom: 2rem;
    text-align: center;
  }
  .profile__Subttl {
    position: static;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .profile__Box {
    padding: 1rem 3rem 3rem;
    flex-flow: column;
    gap: 0rem;
    background: #fff;
  }
  .profile__Box:before {
    display: none;
  }
  .profile__Box-Dl {
    padding: 2rem 0;
    border-bottom: 0.1rem solid #000;
    display: block;
  }
  .profile__Box-Dl.-bdnone {
    border-bottom: 0.1rem solid #000;
  }
  .profile__Box-Dt {
    width: 100%;
  }
  .profile__Box-Dt br {
    display: none;
  }
  .profile__Box-Dd {
    width: 100%;
    font-size: 1.6rem;
    white-space: normal;
  }
  .profile__Box-Dd.-tar {
    text-align: left;
  }
  .transport {
    margin: 5rem auto;
  }
  .transport__Ttl {
    font-size: 3rem;
    line-height: 1rem;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .transport__Subttl {
    position: static;
    font-size: 2.4rem;
    writing-mode: initial;
    margin-bottom: 2rem;
  }
  .transport__Txt01 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 3rem;
  }
  .transport__List {
    flex-wrap: wrap;
    margin-bottom: 3rem;
    gap: 2rem 0;
    justify-content: center;
  }
  .transport__List li {
    width: 25%;
  }
  .transport__List li figure {
    height: 5rem;
    padding: 0 2rem;
  }
  .transport__List li figure img {
    max-width: auto;
    height: 5rem;
  }
  .transport__List li p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .transport__Txt02 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .contact {
    padding: 5rem 0;
  }
  .contact__Ttl {
    font-size: 5rem;
    line-height: 5rem;
    margin-left: 0;
    margin-bottom: 2rem;
    text-align: center;
  }
  .contact__Subttl {
    position: static;
    font-size: 2.4rem;
    writing-mode: initial;
    margin-bottom: 2rem;
    text-align: center;
  }
  .contact__Txt {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .contact__Form {
    margin: 0 auto 5rem;
    padding: 3rem 2rem;
  }
  .contact__Form-Ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .contact__Form-Th {
    width: 100%;
    display: block;
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  .contact__Form-Th.-vat {
    vertical-align: top;
    padding-top: 1.5rem;
  }
  .contact__Form-Th.-first {
    vertical-align: top;
    padding-bottom: 3rem;
  }
  .contact__Form-Td {
    width: 100%;
    display: block;
    padding-bottom: 2.5rem;
  }
  .contact__Form-Td-Flex {
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
  }
  .contact__Form-Td-Child {
    max-width: none;
    width: 100%;
  }
  .contact__Policy {
    margin: 0 auto 3rem;
    padding: 3rem 2rem;
  }
  .contact__Policy-Ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .contact__Policy-Txt {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 3rem;
  }
  .contact__Policy-Check {
    font-size: 1.4rem;
  }
  .contact__Btn {
    margin-bottom: 3rem;
  }
  .contact__Tel {
    padding: 2rem 0;
  }
  .contact__Tel span {
    font-size: 3rem;
  }
  .contact__Tel span:before {
    width: 3.15rem;
    height: 2.65rem;
    left: -5rem;
  }
  .fixbtn p {
    padding-right: 1rem;
  }
  .fixbtn a {
    transform: translateX(0);
    width: 5rem;
  }
  .l-footer {
    padding: 4rem 0;
  }
  .l-footer__Flex {
    display: flex;
    flex-flow: column;
    gap: 3rem;
    margin-bottom: 2rem;
  }
  .l-footer__Logo {
    width: 60%;
    text-align: center;
  }
  .l-footer__Prof {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
  }
  .l-footer__Copy {
    font-size: 1.2rem;
  }
}
.p-thanks {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20rem 0;
  background: #eaf6fd;
}
.p-thanks__Title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-thanks__Text {
  font-size: 1.7rem;
  color: #555;
  margin-bottom: 2.5rem;
  line-height: 1.8;
  text-align: center;
}
.p-thanks__Text strong {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  display: inline-block;
  margin-top: 1rem;
}
.p-thanks__Text strong a {
  color: #000;
  text-decoration: underline;
}
.p-thanks__Btn {
  margin-top: 2.5rem;
  text-align: center;
}

.c-btn {
  display: inline-block;
  padding: 1.5rem 4rem;
  border-radius: 3rem;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.c-btn--primary {
  background: #000;
  color: #fff;
  border: none;
}
.c-btn--primary:hover {
  opacity: 0.85;
  background: #222;
}
.c-btn--secondary {
  background: #d8d8d8;
  color: #000;
  border: 0.1rem solid #000;
}

@media screen and (max-width: 750px) {
  .p-thanks {
    padding: 10rem 0;
  }
  .p-thanks__Title {
    font-size: 2rem;
  }
  .p-thanks__Text {
    font-size: 1.3rem;
  }
  .p-thanks__Text strong {
    font-size: 1.5rem;
  }
  .p-thanks__Btn {
    margin-top: 2rem;
  }
  .c-btn {
    font-size: 1.3rem;
    padding: 1.2rem 2.5rem;
  }
}
#formWrap {
  padding: 20rem 0;
  font-size: 2rem;
  line-height: 1.8;
}
#formWrap .form__Ttl {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
#formWrap .form__Error {
  font-size: 2rem;
  font-weight: bold;
  color: #df2320;
  margin-bottom: 2rem;
}
#formWrap .error_messe {
  font-size: 2.2rem;
  color: #df2320;
}
#formWrap .formTable {
  width: 100%;
  max-width: 80rem;
  margin: 5rem auto 10rem;
}
#formWrap .formTable tr {
  border-bottom: 1px solid #eee;
}
#formWrap .formTable td,
#formWrap .formTable th {
  padding: 1rem 0;
}

@media screen and (max-width: 750px) {
  #formWrap {
    font-size: 1.6rem;
  }
}