@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1250px) {
  html {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.bg {
  background-image: url(../../images/hp/common/background.png);
  background-size: 100%;
}

.breadcrumbs__inner {
  padding: 1.625rem 0;
  font-size: 0.9375rem;
}
.breadcrumbs__inner li {
  display: inline;
}
.breadcrumbs__inner li:not(:first-child)::before {
  content: " > ";
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
}

@media screen and (max-width: 767px)  {
  .sagyo-breadcrumbs{
    padding-bottom: 0 !important;
  }
}

.btn {
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: space-between;
  background-color: #FFBB00;
  border-radius: 3.75rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  color: #000;
  padding: 1.0625rem 2.5rem 1.0625rem 2rem;
  min-width: 19.1875rem;
  align-items: center;
}

.btn-top {
  margin-top: 3.75rem;
}

.btn--blue {
  background-color: #2484A7;
  color: #fff;
}

.btn img {
  width: 1.6875rem;
  color: #fff;
}

.btn--gallery p {
  color: #fff;
}

.top-car {
  padding-top: 5.4375rem;
  padding-bottom: 6.5rem;
}

.car__title {
  text-align: center;
}

.car__cards {
  margin-top: 3.0625rem;
}

.car-cards {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .car-cards {
    display: block;
  }
}

.car-cards__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .car-cards__item:nth-child(1) {
    margin-bottom: 60px;
  }
}

.car-cards__item:nth-child(even) {
  margin-left: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .car-cards__item:nth-child(even) {
    margin-left: initial;
    margin-top: 3.125rem;
  }
}

.car-cards__image {
  max-width: 35.5rem;
  width: 100%;
  border-radius: 1rem;
  position: relative;
}

.car-cards__image::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #2484A7;
  border-radius: 1rem;
  top: 1rem;
  right: -0.875rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.car-cards__item--orange .car-cards__image::before {
  background-color: #FFBB00;
}

.car-cards__image img {
  width: 100%;
  border-radius: 1rem;
  aspect-ratio: 568/324;
}

.car-cards__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .car-cards__overlay {
    position: static;
    background-color: initial;
    margin-top: 2.5rem;
  }
}

.car-cards__title {
  margin-top: 1.1875rem;
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .car-cards__title {
    color: #000;
  }
}

.car-cards__title span {
  position: relative;
  display: inline-block;
  padding-left: 1.9375rem;
}

.car-cards__title span::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #2484A7 0%, #2484A7 97.5%, transparent 97.5%, transparent 100%);
}

.car-cards__title--orange span::after {
  background: linear-gradient(135deg, #FFBB00 0%, #FFBB00 97.5%, transparent 97.5%, transparent 100%);
}

.car-cards__text {
  margin-top: 4.0625rem;
  margin-left: 1.8125rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.625;
  max-width: 25rem;
  width: 100%;
  font-weight: 700;
  background: #00000094;
    padding: 10px;
}
@media screen and (max-width: 767px) {
  .car-cards__text {
    margin-top: 1.875rem;
    color: #000;
    margin-left: initial;
  background: none;
    padding: 0;
  }
}

.car__btn {
  text-align: right;
  margin-right: 1.5rem;
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .car__btn {
    margin-top: 1.875rem;
    text-align: center;
    margin-right: initial;
  }
}

.content__title {
  text-align: center;
}
.content__title span::after {
  bottom: -0.75rem !important;
  height: 100px;
}

.top-cost {
  padding-top: 5.75rem;
  padding-bottom: 5.5rem;
}

.cost {
  background-image: url(../../images/hp/common/calculation-bgi.jpg);
  background-size: contain;
}

.cost__title {
  text-align: center;
}

.cost__body {
  background-color: #fff;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .cost__body {
    padding-bottom: 2.5rem;
  }
}

.cost__lists {
  max-width: 56.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  /* gap: 2.25rem 7.6875rem; */
  gap: 0.6rem 2rem;
  padding-top: 4.4375rem;
  /* padding-bottom: 5.5625rem; */
}
@media screen and (max-width: 767px) {
  .cost__lists {
    display: block;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

.cost-lists__item {
  display: flex;
  align-items: center;
  /* max-width: 75%; */
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cost-lists__item {
    max-width: 100%;
    /* padding: 0.625rem 0; */
    padding: 0.1rem;
    /* display: block; */
    align-items: normal;
    padding-left: 0.75rem;
    /* padding-left: 1.875rem; */
  }
}

.cost-lists__item-inner {
  display: contents;
}
@media screen and (max-width: 767px) {
  .cost-lists__item-inner {
    display: flex;
    width: 100%;
  }
}

input[type=checkbox]  {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 1.9375rem;
  height: 1.8125rem;
  background: url(../../images/hp/common/not-checked.png);
  background-size: contain;
  background-repeat: no-repeat;
}
input[type=checkbox].checkbox  {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 1.9375rem;
  height: 1.8125rem;
  background: url(../../images/hp/common/not-checked.png);
  background-size: contain;
  background-repeat: no-repeat;
}

input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 1.9375rem;
  height: 1.8125rem;
  background: url(../../images/hp/common/checked.png);
  background-size: 1.9375rem 1.8125rem;
  background-repeat: no-repeat;
}

.cost-lists__label {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 0.5625rem;
  max-width: 70%;
  /* width: 100%; */
}
@media screen and (max-width: 767px) {
  .cost-lists__label {
    font-size: 0.95rem;
    font-weight: 700;
    margin-left: 0.5625rem;
    max-width: 70%;
    /* width: 100%; */
  }
}

.cost-lists__price {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 1.25rem;
  color: #2484A7;
  width: 11rem
}
@media screen and (max-width: 767px) {
  .cost-lists__price {
    /* margin-left: 3.125rem; */
    font-size: 1rem;
  }
}

.cost__btn {
  text-align: center;
}

.top-calculation {
  margin-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .top-calculation {
    margin-top: 1.875rem;
  }
}

.calculation {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 56rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f8f9;
  padding-top: 3.4375rem;
  padding-bottom: 6.875rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16) inset;
  border-radius: 0.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .calculation {
    display: block;
    text-align: left;
    box-shadow: none;
    padding-bottom: 1.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 1.25rem;
  }
}

.calculation::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.1875rem;
  background-color: #b9b9b9;
  bottom: 6.5625rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .calculation::after {
    display: none;
  }
}

.calculation-input {
  font-size: 2.8125rem;
  max-width: 12.5rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .calculation-input {
    font-size: 1.875rem;
    max-width: 8.125rem;
    padding: 0;
  }
}

.calculation__num {
  display: contents;
}
@media screen and (max-width: 767px) {
  .calculation__num {
    font-size: 1.875rem;
    max-width: 9.375rem;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
}

.calculation-yen {
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .calculation-yen {
    font-size: 1rem;
  }
}

.calculation__plus,
.calculation__equal {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .calculation__plus,
.calculation__equal {
    font-size: 0.9375rem;
    margin: initial;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .calculation__equal {
    transform: rotate(90deg);
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .calculation__inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
  }
}

.calculation__left,
.calculation__right,
.calculation__sum {
  font-size: 2.8125rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .calculation__left,
.calculation__right,
.calculation__sum {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .calculation__left,
.calculation__right {
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .calculation__left {
    justify-content: flex-end;
  }
}

.calculation__left::after {
  content: "作業代金";
  position: absolute;
  font-size: 1.1875rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  width: 100%;
  bottom: -1.25rem;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
  padding: 0.4375rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .calculation__left::after {
    bottom: initial;
    top: 60%;
    right: 0;
    width: 35%;
    transform: translate(0%, -50%);
    font-size: 0.75rem;
    margin-left: auto;
    padding: 0.3125rem;
    display: none;
  }
}

.calculation__right::after {
  content: "出張代金(一律)";
  position: absolute;
  font-size: 1.1875rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  width: 120%;
  bottom: -1.25rem;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
  padding: 0.4375rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .calculation__right::after {
    bottom: initial;
    top: 60%;
    right: 0;
    width: 35%;
    transform: translate(0%, -50%);
    font-size: 0.75rem;
    margin-left: auto;
    padding: 0.3125rem;
    display: none;
  }
}

.calculation__sum::after {
  content: "合計金額";
  position: absolute;
  font-size: 1.1875rem;
  background-color: #2484A7;
  color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  width: 100%;
  bottom: -1.25rem;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
  padding: 0.4375rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .calculation__sum::after {
    bottom: initial;
    top: 60%;
    right: 0;
    width: 35%;
    transform: translate(0%, -50%);
    font-size: 0.75rem;
    margin-left: auto;
    padding: 0.3125rem;
    display: none;
  }
}

.calculation__sum-title {
  font-size: 1.5625rem;
}

.calculation__left-title,
.calculation__right-title {
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .calculation-input,
.calculation__num {
    font-size: 0.9375rem;
    max-width: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .calculation__sum {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .calculation-input.calculation-input-blue {
    font-size: 2.5rem;
    max-width: 10rem;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background-color: #fff;
  }
}

.calculation__sum .calculation-input,
.calculation__sum {
  color: #2484A7;
}

input[type=text] {
  box-sizing: border-box;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-desktop {
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.top-cta {
  margin-top: 5.5rem;
}

.cta {
  background: linear-gradient(45deg, #43a5c9 0%, #5ac1e6 50%, #2484a7 100%);
  padding-top: 4.25rem;
  padding-bottom: 4.125rem;
}

.cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    display: block;
    text-align: center;
  }
}

.cta__contents {
  color: #fff;
  max-width: 43.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cta__contents {
    max-width: 100%;
  }
}

.cta__title {
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 1.25rem;
  }
}

.cta__tel-wrapper {
  margin-top: 2.625rem;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .cta__tel-wrapper {
    display: block;
  }
}

.cta__tel-inner {
  display: contents;
}
@media screen and (max-width: 767px) {
  .cta__tel-inner {
    display: flex;
    justify-content: center;
  }
}

.cta__tel-icon {
  width: 3.5625rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .cta__tel-icon {
    flex: initial;
  }
}

.cta__tel-icon img {
  width: 100%;
}

.cta__tel-wrapper a {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-right: 1.5rem;
  display: inline-block;
  font-size: 3.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cta__tel-wrapper a {
    font-size: 1.875rem;
  }
}

.cta__tel-addition {
  margin-top: 1.5625rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cta__tel-addition {
    margin-top: 0;
    padding-bottom: 1.25rem;
  }
}

.cta__bottom {
  margin-top: 1.875rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.cta__buttons {
  margin-top: 2.5rem;
}

.cta__btn-wrapper {
  width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .cta__btn-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.cta-btn {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 0rem 3.5625rem 0rem 3rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .cta-btn {
    padding: 0rem 1.25rem 0rem 0.9375rem;
  }
}

.cta-btn--orange {
  background-color: #fdb900;
  margin-bottom: 2.9375rem;
}
.cta-btn p {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #000;
  margin-left: 3.4375rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .cta-btn p {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 0;
  }
}

.cta-btn img {
  width: 2.5rem;
}

.footer {
  width: 100%;
  padding-top: 5.5rem;
}

.footer__inner {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    text-align: center;
  }
}

.footer__logo {
  max-width: 12.375rem;
  width: 100%;
  margin-right: 7.125rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.875rem;
  }
}

.footer__logo img {
  width: 100%;
}

.footer__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    display: block;
    text-align: center;
  }
}

.footer-nav__items {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-nav__items {
    display: block;
  }
}

.footer-nav__items a {
  font-size: 1rem;
  padding: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer-nav__items a {
    width: 100%;
    padding: 0.625rem 0;
    display: block;
    border-bottom: 1px solid #000;
  }
}

.footer__sns-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__sns-wrapper {
    justify-content: center;
    margin-top: 1.25rem;
  }
}

.footer__sns {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #f7f7f7;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.08);
  margin-left: 11.5rem;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-left: initial;
  }
}

.footer__sns:nth-child(2) {
  margin-left: 2rem;
}

.footer__sns-icon {
  width: 2.3125rem;
}

.footer__copy {
  padding-top: 1.09375rem;
  padding-bottom: 0.90625rem;
  text-align: center;
  background-color: #f7f7f7;
  font-size: 0.875rem;
}

.fv__image {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.fv__image img {
  width: 100%;
}

.fv {
  position: relative;
}

.btn--fv {
  position: absolute;
  bottom: 3.5625rem;
  right: 5.1875rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .btn--fv {
    bottom: 0.625rem;
    right: 0.625rem;
  }
}

.btn--fv .btn {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .btn--fv .btn {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 100%;
    min-width: 100%;
  }
}

/* 簡単見積もりメニューチェック後の作業依頼ボタン */
.top_sagyoirai_btn_wrapper{
  margin-top: 2rem;
  text-align: center;
}

.top_sagyoirai_btn_wrapper .btn{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .top_sagyoirai_btn_wrapper .btn {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 80%;
  }
}

.top-gallery {
  padding-top: 5.75rem;
  padding-bottom: 5.5rem;
}

.gallery__title {
  text-align: center;
}

.gallery__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .gallery__heading {
    flex-direction: column-reverse;
    gap: 0.9375rem;
  }
}

.gallery__text {
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .gallery__text {
    font-size: 1rem;
  }
}

.gallery__insta {
  display: inline-block;
  width: 2.6875rem;
  margin-left: 0.6875rem;
}

.gallery__insta img {
  width: 100%;
}

.gallery__images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4.0625rem;
}

.gallery__image {
  width: 100%;
  max-width: calc(25% - 1.6875rem * 3 / 4);
}
@media screen and (max-width: 767px) {
  .gallery__image {
    max-width: 100%;
  }
}

.gallery__image:not(:nth-child(4n+1)) {
  margin-left: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .gallery__image:not(:nth-child(4n+1)) {
    margin-left: initial;
  }
}

.gallery__image:nth-child(n+5) {
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .gallery__image:nth-child(n+5) {
    margin-top: initial;
  }
}

@media screen and (max-width: 767px) {
  .gallery__image:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.gallery__image img {
  width: 100%;
}

.header-title {
  position: relative;
}
.header-title .header-title__wrapper {
  padding: 3.75rem 0;
  background: #2484A7;
}
.header-title .header-title__wrapper img {
  opacity: 0.7;
}
.header-title .header-title__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.header-title .header-title__title .title span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .header-title .header-title__wrapper {
    padding: 2.25rem 0;
    background: #2484A7;
  }

  .header-title .header-title__title {
    top: 40%;
  }

  .header-title .header-title__title .title span {
    font-size: 1.3rem;
  }
  .header-title .header-title__title .privacy-title span {
    font-size: 1.0rem;
  }
}


.header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.75rem;
}

.header__inner {
  max-width: 63.3235724744vw;
  max-width: 54.0625rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    max-width: 100%;
    margin-left: initial;
    height: inherit;
  }
}

.header__logo {
  max-width: 12.375rem;
  width: 100%;
  margin-right: calc(114 * (100vw - 78.125rem) / 116);
}
@media screen and (min-width: 1366px) {
  .header__logo {
    margin-right: 7.125rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.header__logo img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header__logo img {
    width: 70%;
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .header__drawer {
    position: fixed;
    width: 100%;
    height: 105vh;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow-y: scroll;
    transform: translateX(100%);
    transform-origin: right top;
    transition: transform 0.3s;
    padding-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .header__drawer.open {
    transform: translateX(0%);
  }
}

.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__nav {
    width: 100%;
    height: inherit;
    min-height: 400px;
    display: block;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.header-nav__items {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-nav__items {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.875rem;
  }
}

.mypage-button{
  font-weight: 600;
  background: #ffb30066;
  margin-left: 1rem;
  padding: 0.35rem;
  border: solid 2px #ffb3009e;
  border-radius: 0.3rem;
}

.mypage-button:hover{
  transition: 0.2s;
  background: #ffb300c7;
}

@media screen and (max-width: 767px){
  .mypage-button{
    background: none;
    border: none;
  }
}


@media screen and (max-width: 767px) {
  .header-nav__item {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.header-nav__item a {
  font-size: 1rem;
  padding: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header-nav__item a {
    width: 100%;
    display: block;
    color: #2484A7;
  }
}

.header-nav__contact {
  max-width: 22rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFBB00;
  flex: 1;
  margin-left: 1.125rem;
  padding: 1rem 0.625rem 0.625rem 1.25rem;
  margin-bottom: -1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 1.875rem;
  z-index: 2;
  font-weight: 700;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .header-nav__contact {
    position: static;
    border-radius: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 21.875rem;
    height: auto;
    margin-bottom: initial;
  }
}

.contact-btn__icon {
  max-width: 2.5rem;
  width: 100%;
}

.contact-btn__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .contact-btn__text {
    font-size: 0.75rem;
  }
}

.header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
    position: fixed;
    top: 0.625rem;
    right: 0.625rem;
  }
}

.header__hamburger {
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  z-index: 9999;
  padding: 0 0.3125rem;
}

.header__hamburger span {
  width: 100%;
  height: 0.125rem;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.header__hamburger span:nth-child(1) {
  top: 0;
}

.header__hamburger span:nth-child(2) {
  margin: 0.5rem 0;
}

.header__hamburger span:nth-child(3) {
  top: 0;
}

.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 0.5rem;
  transform: rotate(405deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -0.6875rem;
  transform: rotate(-405deg);
}



/* ヘッダー用メールアイコン */
.fa-envelope{
  margin-left: 0.3rem;
}

.badge-danger {
  color: #fff;
  background-color: #e74a3b;
}

.badge {
  position: absolute;
  margin-left: -0.5rem;
  margin-top: -0.1rem;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 65%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 500px;
  }
}

.top-md {
  margin-top: 5.5rem;
}

.md {
  background-image: url(../../images/hp/common/popular-bgi.jpg);
  background-size: 100% auto;
  padding-top: 4.25rem;
  padding-bottom: 4.125rem;
}

.md__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .md__inner {
    display: block;
  }
}

.md__image {
  max-width: 46.486090776vw;
  width: 100%;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .md__image {
    max-width: 100%;
    margin-left: initial;
  }
}

.md__image img {
  aspect-ratio: 643/426;
  border-radius: 0 0 2rem 0;
}

.md__content {
  max-width: 40rem;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .md__content {
    max-width: 100%;
    margin-top: 1.25rem;
  }
}

.title.md__title span {
  display: inline-flex;
  align-items: flex-end;
}

.md__title img {
  max-width: 16.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .md__title img {
    max-width: 10.125rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-md {
      margin-top: 1.2rem;
  }
}


.md__sub-title {
  margin-top: 2.75rem;
}

.md__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .md__text {
    padding-left: 0px;
  }
}

.md__btn {
  margin-top: 3.1875rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .md__btn {
    margin-top: 1.25rem;
    text-align: center;
  }
}

.top-news {
  padding-top: 5.75rem;
}

.news__title {
  text-align: center;
}

.news__body {
  margin-top: 2.5rem;
  background-color: #f7f7f7;
  padding: 3.5rem 3.8125rem 3rem 3.8125rem;
}
@media screen and (max-width: 767px) {
  .news__body {
    padding: 1.25rem;
  }
}

.news-lists__item:nth-child(n+2) {
  margin-top: 2rem;
}

.news-lists__container {
  display: flex;
  align-items: center;
  padding-bottom: 0.5625rem;
  border-bottom: 3px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  .news-lists__container {
    display: block;
  }
}

.news-lists__inner {
  display: contents;
}
@media screen and (max-width: 767px) {
  .news-lists__inner {
    display: flex;
    align-items: center;
  }
}

.news-lists__date {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  color: #2484A7;
  font-weight: 600;
}

.news-lists__category {
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  background-color: #2484A7;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-left: 2.0625rem;
}

.news-lists__category--orange {
  background-color: #FFBB00;
}

.news-lists__text {
  margin-left: 1.5rem;
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .news-lists__text {
    margin-left: initial;
    padding-top: 0.9375rem;
  }
}

.news__btn {
  text-align: right;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news__btn {
    text-align: center;
  }
}

.top-popular {
  padding-top: 3.75rem;
  padding-bottom: 5.5rem;
}

.popular {
  background-image: url(../../images/hp/common/popular-bgi.jpg);
  background-size: contain;
}

.popular__title,
.popular__sub-title {
  text-align: center;
}

.popular__sub-title {
  margin-top: 2.125rem;
}

.popular__cards {
  margin-top: 5.375rem;
}

.popular-cards__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .popular-cards__item {
    display: block;
    margin-bottom: 70px;
  }
}

.popular-cards__item:nth-child(n+2) {
  margin-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .popular-cards__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.popular-cards__item:nth-child(even) {
  flex-direction: row-reverse;
}

.popular-cards__image {
  max-width: 33.3125rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popular-cards__image {
    max-width: 100%;
  }
}

.popular-cards__image img {
  border-radius: 1rem;
}

.popular-cards__num {
  position: absolute;
  display: inline-block;
  top: -3.125rem;
  left: 0;
  font-size: 4.5625rem;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.popular-cards__item:nth-child(odd) .popular-cards__num {
  color: #2484A7;
}

.popular-cards__item:nth-child(even) .popular-cards__num {
  color: #FFBB00;
}

.popular-cards__contents {
  padding-top: 1.25rem;
  padding-bottom: 3.8125rem;
  background-color: #fff;
  max-width: 58.375rem;
  width: 100%;
  margin-top: 3.125rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .popular-cards__contents {
    max-width: 100%;
    margin-top: 0;
    padding: 0.625rem;
  }
}

.popular-cards__item:nth-child(odd) .popular-cards__contents {
  margin-left: -16.6875rem;
}
@media screen and (max-width: 767px) {
  .popular-cards__item:nth-child(odd) .popular-cards__contents {
    margin-left: initial;
  }
}

.popular-cards__item:nth-child(even) .popular-cards__contents {
  margin-right: -16.6875rem;
}
@media screen and (max-width: 767px) {
  .popular-cards__item:nth-child(even) .popular-cards__contents {
    margin-right: initial;
  }
}

.popular-cards__heading {
  font-size: 1.875rem;
  font-weight: 700;
  max-width: 36.5rem;
  width: 100%;
  height: 4.375rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .popular-cards__heading {
    display: block;
    text-align: center;
    font-size: 1.5625rem;
    height: auto;
  }
}

.popular-cards__item:nth-child(odd) .popular-cards__heading {
  margin-left: auto;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .popular-cards__item:nth-child(odd) .popular-cards__heading {
    margin-left: initial;
    margin-right: initial;
  }
}

.popular-cards__item:nth-child(even) .popular-cards__heading {
  margin-right: auto;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .popular-cards__item:nth-child(even) .popular-cards__heading {
    margin-left: initial;
    margin-right: initial;
  }
}

.popular-cards__text {
  margin-top: 1.9375rem;
  font-size: 1rem;
  font-weight: 700;
  max-width: 36.5rem;
  width: 100%;
}

.popular-cards__item:nth-child(odd) .popular-cards__text {
  margin-left: auto;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .popular-cards__item:nth-child(odd) .popular-cards__text {
    margin-left: initial;
    margin-right: initial;
  }
}

.popular-cards__item:nth-child(even) .popular-cards__text {
  margin-right: auto;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .popular-cards__item:nth-child(even) .popular-cards__text {
    margin-left: initial;
    margin-right: initial;
  }
}

.sub-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .sub-inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: initial;
  }
}

.title span {
  font-size: 2rem;
  position: relative;
  font-weight: 700;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .title span {
    font-size: 1.6rem;
    position: relative;
    font-weight: 600;
    display: inline-block;
  }
}

.sub-title span {
  font-size: 1.875rem;
  position: relative;
  font-weight: 700;
  display: inline-block;
}

.title span::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #2484A7 0%, #2484A7 97.5%, transparent 97.5%, transparent 100%);
}

.sub-title span {
  font-size: 1.875rem;
  position: relative;
  font-weight: 700;
}

.sub-title span::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #FFBB00 0%, #FFBB00 97.5%, transparent 97.5%, transparent 100%);
}

.top-about {
  margin-top: 1.625rem;
}

.about__title {
  text-align: center;
}
.about__title span::after {
  background: linear-gradient(135deg, #FFBB00 0%, #FFBB00 97.5%, transparent 97.5%, transparent 100%);
}

.about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about__inner {
    display: block;
  }
}

.about__inner {
  margin-top: 3.5rem;
}

.about__image {
  max-width: 46.486090776vw;
  width: 100%;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .about__image {
    max-width: 100%;
    margin-left: initial;
  }
}

.about__image img {
  border-radius: 0 2rem 2rem 0;
}

.about__content {
  max-width: 40rem;
  width: 100%;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .about__content {
    max-width: 100%;
    margin-top: 1.25rem;
  }
}

.top-safety {
  margin-top: 5.5rem;
}

.safety__title {
  padding-top: 3.75rem;
  text-align: center;
}
.safety__title p {
  margin-top: 2.125rem;
}

.safety__points {
  margin-top: 2.75rem;
  padding-bottom: 5.5rem;
}

.safety-points {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.375rem;
}
@media screen and (max-width: 767px) {
  .safety-points {
    display: block;
  }
}

.safety-points__item {
  border-radius: 1rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .safety-points__item {
    margin-top: 1.5rem;
  }
}

.safety-points__title {
  text-align: center;
  margin-top: 1.5rem;
}
.safety-points__title span {
  font-size: 1.375rem;
}
.safety-points__title span::after {
  background: linear-gradient(135deg, #FFBB00 0%, #FFBB00 97.5%, transparent 97.5%, transparent 100%);
}

.safety-points__image {
  margin: 1.875rem auto;
}
.safety-points__image img {
  margin: auto;
  width: auto;
  height: 4.8125rem;
}

.safety-points__text {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.scenery-top {
  margin-top: 3.75rem;
}

.scenery__title {
  text-align: center;
}

.scenery__wrapper {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-auto-flow: dense;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .scenery__wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .scenery__wrapper .scenery__text {
    margin-top: 1.5rem;
  }
}
.scenery__wrapper:not(:first-child) {
  margin-top: 0.75rem;
}
.scenery__wrapper:nth-child(odd) .scenery__image img {
  border-radius: 16px 16px 60px 16px;
  box-shadow: 0.75rem 0.75rem 0 #FFBB00;
}
.scenery__wrapper:nth-child(odd) .scenery__text {
  padding-left: 4.625rem;
  padding-right: 4.25rem;
}
.scenery__wrapper:nth-child(even) .scenery__image {
  grid-column: 2;
}
.scenery__wrapper:nth-child(even) .scenery__image img {
  border-radius: 16px 16px 16px 60px;
  box-shadow: -0.75rem 0.75rem 0 #2484A7;
}
.scenery__wrapper:nth-child(even) .scenery__text {
  grid-column: 1;
  padding-right: 4.625rem;
  padding-left: 4.25rem;
}

.top-faq {
  margin-top: 1.625rem;
}

.faq {
  padding-top: 3.75rem;
  padding-bottom: 5.5rem;
}

.faq__contents .faq__contents--item:not(:first-child) {
  margin-top: 3.875rem;
}
.faq__contents .faq__question, .faq__contents .faq__answer {
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.5rem;
}
.faq__contents .faq__question::before, .faq__contents .faq__answer::before {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2rem;
  margin-bottom: 4px;
  padding-right: 0.5rem;
}
.faq__contents .faq__question {
  color: #fff;
  background: #2484A7;
  max-width: 68.75rem;
  margin-bottom: -1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
  z-index: 1;
}
.faq__contents .faq__question::before {
  content: "Ｑ";
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .faq__contents .faq__question {
    width: 100%;
  }
}
.faq__contents .faq__answer {
  padding-top: 2.25rem;
  padding-bottom: 0.75rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  background: #fff;
}
.faq__contents .faq__answer span {
  position: relative;
  display: inline-block;
  margin-bottom: 0.75rem;
}
.faq__contents .faq__answer span::after {
  content: "";
  width: 100%;
  height: 0.25rem;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #FFBB00 0%, #FFBB00 97.5%, transparent 97.5%, transparent 100%);
}
.faq__contents .faq__answer::before {
  content: "Ａ";
  color: #FFBB00;
}

.contact-form__member-login-message{
  max-width: 30%;
  background-color: #4abdac;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 1.3rem 0;
  margin:0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-form__member-login-message{
    max-width: 100%;
  }
}

.top-contact-form {
  margin-top: 4.75rem;
}

.contact-form__form {
  margin-top: 4.0625rem;
}

.contact-form__title {
  text-align: center;
}

.contact-form__title__message {
  margin-top: 20px;
  text-align: center;
  font-size: 1rem;
}
.contact-form__each_title {
  /* max-width: 50%;
  margin:0 auto; */
  text-align: center;
  font-size: 1.2rem;
  background: antiquewhite;
    padding: 10px;
}

.contact-form__sub {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.25rem;
}

.contact-form__sub .sagyo_finish_message {
  color: green;
}

.contact-form__sub .contact_finish_message {
  color: green;
}

@media screen and (max-width: 767px) {
  .contact-form__sub .sagyo_finish_message {
    font-size: 1rem;
  }
}

.contact-form {
  font-size: 1.125rem;
}
.contact-form input, .contact-form textarea , .contact-form select  {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  padding: 0.875rem;
  background: #F7F7F7;
}
.contact-form .contact-form__wrapper {
  position: relative;
  display: flex;
  align-items: top;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form__wrapper {
    display: block;
  }
}
.contact-form .contact-form__wrapper .contact-form__tag {
  position: absolute;
  left: 6.625rem;
  font-size: 0.875rem;
  padding: 0.3125rem 0.5rem;
  background: #2484A7;
  color: #fff;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form__wrapper .contact-form__tag {
    position: relative;
    left: 0;
    display: inline;
    margin-right: 0.5rem;
  }
}
.contact-form .contact-form__wrapper .contact-form__label {
  min-width: 21.875rem;
  padding-left: 10rem;
  padding-top: 0.15625rem;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form__wrapper .contact-form__label {
    padding-left: 0;
    display: inline;
    min-width: 100%;
  }
}
.contact-form .contact-form__wrapper input,  
.contact-form .contact-form__wrapper select  {
  min-width: 21.875rem;
  /* margin-left: 0.625rem; */
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form__wrapper input {
    display: block;
    min-width: 100%;
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-region-id{
    margin-top: 1rem;
    margin-left: 0 !important;
    min-width: 100% !important;
  }
}

/* 名前入力フォーム部分のCSS追加 */
.last-name-form {
  min-width: 8.75rem !important;
  width: 10.5rem !important;
  /* margin-left: 0.625rem; */
}
@media screen and (max-width: 767px) {
  .last-name-form {
    display: inline-block !important;
    width: 49% !important;
    margin: 0.5rem 0 0 0;
  }
}
.first-name-form {
  min-width: 8.75rem !important;
  width: 10.5rem !important;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .first-name-form {
    display: inline-block !important;
    width: 49% !important;
  }
}

/* 郵便番号入力部分のCSSを追加 */
.postal1{
  min-width: 7.75rem !important;
}
@media screen and (max-width: 767px) {
  .postal1{
    display: inline-block !important;
    min-width: 35% !important;
    margin: 0.5rem 0 0 0;
  }
}

.postal2{
  min-width: 11rem !important;
  margin-left: 0.025rem !important;
}
@media screen and (max-width: 767px) {
  .postal2{
    display: inline-block !important;
    min-width: 45% !important;
    margin: 0.5rem 0 0 0;
  }
}

.postal-hyphen{
  font-size: 1.125rem;
  margin: auto 0.25rem;
}
@media screen and (max-width: 767px) {
  .postal-hyphe{
    min-width: 4% !important;
    margin: auto;
  }
}

/* 電話番号 */
.tel-form{
  display: inline-block !important;
  min-width: 25% !important;
  width: 25%;
}

.contact-form .contact-form__wrapper textarea {
  min-width: 44.375rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .contact-form .contact-form__wrapper textarea {
    display: block;
    min-width: 100%;
    margin: 0.5rem 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-form__wrapper p,li{
    margin-top: 0.2rem !important;
  }
}

.contact-form__btn-wrapper {
  text-align: center;
  margin-top: 4.5rem;
}

.contact-form__btn {
  display: inline;
  position: relative;
}
.contact-form__btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.125rem;
  content: "";
  width: 1.875rem;
  height: 2.25rem;
  background: url("../../images/hp/common/contact-form-arrow.png");
  background-size: contain;
  background-position: center 0.1875rem;
}

.contact-form__btn:disabled{
  opacity: 0.65;
}

.contact-form__back_btn {
  display: inline;
  position: relative;
  background-color: #eee;
  text-align: center;
}
.contact-form__back_btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.125rem;
  content: "";
  width: 1.875rem;
  height: 2.25rem;
  background-size: contain;
  background-position: center 0.1875rem;
}
@media screen and (max-width: 767px) {
  .contact-form__back_btn {
    margin-bottom: 20px;
  }
}


.shashu-radio-1{
  width: 38%;
  background-color: #eee;
  padding: 10px 20px;
  border-radius: 9px;
}
.shashu-radio-2{
  width: 38%;
  background-color: #eee;
  padding: 10px 20px;
  border-radius: 9px;
}

@media screen and (max-width: 767px) {
  .shashu-radio-1,.shashu-radio-2{
    display: inline-block;
    margin: 0 auto;
    width: 9.5rem;
    padding: 0.5rem 1rem;
  }
}


.top-flow {
  padding-top: 1.625rem;
}

.flow__title {
  text-align: center;
}
.flow__title span::after {
  background: linear-gradient(135deg, #FFBB00 0%, #FFBB00 97.5%, transparent 97.5%, transparent 100%);
}

.flow__bg {
  margin-top: 3.75rem;
  padding-top: 6.25rem;
  padding-bottom: 5.5rem;
}

.flow-cards__item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-cards__item {
    display: block;
  }
}
.flow-cards__item:not(:first-child) {
  margin-top: 7.5rem;
}
.flow-cards__item:not(:first-child)::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -3.625rem;
  width: 4.25rem;
  height: 5rem;
  content: "";
  background: url("../../images/hp/common/flow-arrow.png") no-repeat;
  background-size: 100%;
}

.flow-cards__image {
  max-width: 33.3125rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-cards__image {
    max-width: 100%;
  }
}

.flow-cards__image img {
  border-radius: 1rem;
}

.flow-cards__num {
  position: absolute;
  display: inline-block;
  top: -2.25rem;
  left: 0;
  font-size: 3.75rem;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.flow-cards__item:nth-child(odd) .flow-cards__num {
  color: #2484A7;
}

.flow-cards__item:nth-child(even) .flow-cards__num {
  color: #FFBB00;
}

.flow-cards__contents {
  padding-top: 1.25rem;
  padding-bottom: 3.8125rem;
  background-color: #fff;
  max-width: 58.375rem;
  width: 100%;
  margin-top: 3.125rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .flow-cards__contents {
    max-width: 100%;
    margin-top: 0;
    padding: 0.625rem;
  }
}

.flow-cards__item .flow-cards__contents {
  margin-left: -16.6875rem;
}
@media screen and (max-width: 767px) {
  .flow-cards__item .flow-cards__contents {
    margin-left: initial;
  }
}

.flow-cards__heading {
  font-size: 1.875rem;
  font-weight: 700;
  max-width: 36.5rem;
  width: 100%;
  height: 4.375rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow-cards__heading {
    display: block;
    text-align: center;
    font-size: 1.5625rem;
    height: auto;
  }
}

.flow-cards__item .flow-cards__heading {
  margin-left: auto;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .flow-cards__item .flow-cards__heading {
    margin-left: initial;
    margin-right: initial;
  }
}

.flow-cards__text {
  margin-top: 1.9375rem;
  font-size: 1rem;
  font-weight: 700;
  max-width: 36.5rem;
  width: 100%;
}

.flow-cards__item .flow-cards__text {
  margin-left: auto;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .flow-cards__item .flow-cards__text {
    margin-left: initial;
    margin-right: initial;
  }
}

.flow-btn {
  text-align: center;
}
.flow-btn .btn {
  padding: 1.875rem 3.75rem;
  min-width: 23rem;
}

.top-price {
  margin-top: 1.625rem;
}

.price {
  padding-top: 3.75rem;
  padding-bottom: 5.5rem;
}

.price__title--domestic, .price__title--foreign {
  text-align: center;
}

.price__title--foreign {
  margin-top: 4.25rem;
}
.price__title--foreign span::after {
  background: linear-gradient(135deg, #FFBB00 0%, #FFBB00 97.5%, transparent 97.5%, transparent 100%);
}

.price__wrapper {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  margin-top: 1.5rem;
  background: #fff;
}

.price-list__domestic, .price-list__foreign {
  display: flex;
  align-items: center;
  padding: 2.625rem 11.25rem;
  font-size: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .price-list__domestic, .price-list__foreign {
    padding: 2.5rem 0;
  }
}
.price-list__domestic .price-list__item, .price-list__foreign .price-list__item {
  display: flex;
  width: 100%;
  /* justify-content: space-between; */
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .price-list__domestic .price-list__item, .price-list__foreign .price-list__item {
    width: 100%;
    font-size: 1rem;
  }
}
.price-list__domestic .price-list__item:nth-child(odd), .price-list__foreign .price-list__item:nth-child(odd) {
  /* padding-right: 3.75rem; */
}
@media screen and (max-width: 767px) {
  .price-list__domestic .price-list__item:nth-child(odd), .price-list__foreign .price-list__item:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.price-list__domestic .price-list__item:nth-child(even), .price-list__foreign .price-list__item:nth-child(even) {
  /* padding-left: 3.75rem; */
}

@media screen and (max-width: 767px) {
  .price-list__domestic .price-list__item:nth-child(even), .price-list__foreign .price-list__item:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.price-list__domestic .price-list__item .price-list__item-title, .price-list__foreign .price-list__item .price-list__item-title {
  display: inline-block;
  padding-left: 2.5rem;
  padding-right: 1rem;
}
.price-list__domestic .price-list__item .price-list__item-price, .price-list__foreign .price-list__item .price-list__item-price {
  display: inline-block;
  align-self: center;
}

.price-list__domestic .price-list__item-title {
  background: url("../../images/hp/common/price-check-domestic.png") no-repeat 0 50%;
}
.price-list__domestic .price-list__item-price {
  color: #2484A7;
}

.price-list__foreign .price-list__item-title {
  background: url("../../images/hp/common/price-check-foreign.png") no-repeat 0 50%;
}
.price-list__foreign .price-list__item-price {
  color: #FFBB00;
}


/************追加***********/

/*フォーム内見積もりフォーム*/
.contact-form_cost-list{
  /* background-color: #2484A7; */
  display: flex;
  flex-wrap: wrap;
}
.contact-form_cost-list li{
  display: inline-block;
  align-items: center;
  margin-right: 10px;
  /* margin-top: 20px; */
  max-width: 65%;
}

@media screen and (max-width: 767px) {
  .contact-form_cost-list li{
    display: block;
    max-width: 100%;
  }
}

.contact-form_cost-list input[type=checkbox].checkbox{
  min-width: 1.9375rem;;
}
.contact-form input[type=checkbox].checkbox{
      /* box-shadow: 0 0.1875rem 0.375rem rgb(0 0 0 / 16%); */
    /* padding: 0.875rem; */
    /* background: #F7F7F7;*/
}


/*center*/
.mb-10{ margin-bottom: 10px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-50{ margin-bottom: 50px !important; }
.mb-60{ margin-bottom: 60px !important; }
.mb-70{ margin-bottom: 70px !important; }
.mb-80{ margin-bottom: 80px !important; }
.mb-90{ margin-bottom: 90px !important; }
.mb-100{ margin-bottom: 100px !important; }
.mt-10{ margin-top: 10px !important; }
.mt-20{ margin-top: 20px !important; }
.mt-30{ margin-top: 30px !important; }
.mt-40{ margin-top: 40px !important; }
.mt-50{ margin-top: 50px !important; }
.mt-60{ margin-top: 60px !important; }
.mt-70{ margin-top: 70px !important; }
.mt-80{ margin-top: 80px !important; }
.mt-90{ margin-top: 90px !important; }
.mt-100{ margin-top: 100px !important; }
.ml-10{ margin-left: 10px !important; }
.ml-20{ margin-left: 20px !important; }
.ml-30{ margin-left: 30px !important; }
.ml-40{ margin-left: 40px !important; }
.pl-0{ padding-left: 0px !important; }
.pl-10{ padding-left: 10px !important; }

.center{
  text-align: center;
}

/*radiobutton*/
.radio-label input[type=radio].radio {
  display: none;
}
.radio-label {
  position: relative;
  min-width: 10%;
  margin: 10px;
}
.radio-label .label-check {
  position: relative;
  display: block;
  padding-left: 35px;
  cursor: pointer;
}
.radio-label .label-check:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 24px;
  height: 24px;
}
.radio-label input[type=radio].radio:checked + .label-check:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  display: block;
  margin: auto;
}


.radio-label .label-check.round:before {
  border: 1px solid #ddd;
  border-radius: 40px;
}
.radio-label input[type=radio].radio:checked + .label-check.round:after {
  width: 16px;
  height: 16px;
  background-color: #4abdac;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .radio-label{
    margin: 0 !important;
  }

  .label-check{
    margin-top: 0;
  }

  .home-checkbox-wrapper{
    text-align: center;
  }

  /* 作業依頼チェックボックススマホ対応 */
  .sagyo-check{
    margin-top: 1rem !important;
    margin-left: 0.75rem !important;
  }

  .sagyo-input{
    margin-top: 1rem !important;
    width: 100%;
  }
}

/* 作業依頼追加CSS */
.login-user-div{
  text-align: center;
  margin-top: 20px;
}

.irai_list_wrapper{
  width: 100%;
  display: flex;
}

.irai-lists__item{
  width: auto;
}

.irai_checkbox{
  vertical-align: middle;
  box-shadow: none !important;
}

.irai_cost-lists__label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 0.5625rem;
  max-width: 70%;
}
@media screen and (max-width: 767px) {

  .irai_checkbox{
    display: inline-flex !important;
  }

  .irai_list_wrapper{
    display: block;
  }

  .irai_cost-lists__label {
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 0.5625rem;
    max-width: 70%;
    display: inline-flex;
  }
}

.irai_cost-lists__price {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 1.25rem;
  color: #2484A7;
}

@media screen and (max-width: 767px) {

  .irai_div input{
    display: inline-block !important;
  }

  .irai_cost-lists__label{
    max-width: 80%;
    width: 100%;
  }

  .irai_cost-lists__price{
    display: block;
    margin-left: 3rem;
    margin-bottom: 0.5rem;
  }
}

/* 作業依頼確認画面 */
.sagyo_confirm{
  padding: 0 !important;
  margin-left: 20rem !important;
  margin-right: 2rem !important;
  min-width: 10rem !important;
  border-bottom: 0.2rem solid #2484a7;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .sagyo_confirm{
    margin: 0 !important;
  }
}


/* 作業依頼フラッシュメッセージ(送信完了時) */
.send-complete-message{
  margin-top: 2rem;
  padding: 1rem;
  color: #1d1d1d;
  background-color: #28a74683;
  border-radius: 0.25rem;
}

/* 作業依頼バリデーションエラー発生メッセージ */
.send-error-message{
  margin-top: 2rem;
  padding: 1rem;
  color: #1d1d1d;
  background-color: #dc354583;
  border-radius: 0.25rem;
}

.error-message{
  color: red;
  padding-left: 8rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .error-message{
    padding-left: 1rem;
    padding-top: 1rem;
  }
}


.riyou-kiyaku-contents{
  margin: 3rem 5rem 2rem 5rem;
  height: 300px;
  overflow: auto;
  padding: 10px;
  border: solid 1px #ddd;
  background:rgb(255, 253, 245);
}

@media screen and (max-width: 767px) {
  .riyou-kiyaku-contents{
    margin: 3rem 0.5rem 2rem 0.5rem;
  }
}


.riyou-kiyaku-contents h1,.riyou-kiyaku-contents h2{
 font-size: 1.0rem;
}

.riyou-kiyaku-contents p,.riyou-kiyaku-contents li{
 font-size: 0.85rem;
 color: rgba(0, 0, 0, 0.9);
}

.riyou-confirm-wrapper{
  display: flex;
  font-size: 1.25rem;
}

.riyou-confirm-wrapper input{
  padding: 0.875rem;
  margin-left: 5rem;
  height: 1.25rem;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .riyou-confirm-wrapper input{
    margin-left: 0.5rem
  }
}

.riyou-confirm-wrapper label{
  margin-left: 0.75rem;
}

/* 作業依頼入力メアド確認Ajax部分 */
#email_check_button, #email_code_button {
  display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
  margin-left: 2rem;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius:4px;
	transition: 0.5s;
}

#email_check_button:hover, #email_code_button:hover{
  color: #fff;
  border: 2px solid #17627b;
	background: #17627b;
}

#email_code_input{
  min-width: 4rem !important;
  max-width: 12rem !important;
  margin-left: 0.025rem !important;
}
@media screen and (max-width: 767px) {
  #email_code_input{
    display: inline-block !important;
    min-width: 45% !important;
    margin: 0.5rem 0 0 0;
  }

  #email_code_button{
    margin-left: 1rem;
    padding: 0.5rem 1rem;
  }

  #email_check_button{
    display:block;
    margin:1rem auto;
  }
}

.env-local{ 
  background-color: rgb(95, 185, 185); 
  padding: 2px; 
  display: inline-block;
  color: #000;
  margin: 5px;
} 
.env-staging{ 
  background-color: #cc93bf; 
  padding: 2px; 
  display: inline-block;
  color: #000; 
  margin: 5px;
}


/* ・利用規約・プライパシーポリシー・特商法取引について・運営会社情報 */
.company-table-wrapper,.trade-table-wrapper {
  margin-left: 10%;
}

.company-table,.trade-table {
  width: 90%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
  color: #353535;
  word-break: break-all;
}

.company-table tr,.trade-table tr {
  border-bottom: 1px solid #ccc;
}

.company-table th,.trade-table th,.company-table td,.trade-table td {
  padding: 1rem;
}

.hp-agreement-wrapper, .hp-privacy-wrapper{
  margin: 0 4rem;
}

.hp-agreement-wrapper ol, .hp-privacy-wrapper ol{
  margin-bottom: 2rem;
}