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

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
/*
a[href^="tel:"] {
  @include mq("md") {
    pointer-events: none;
  }
}
*/
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
  overflow-x: hidden;
}

/* 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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          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;
}

.access {
  padding-top: 80px;
  padding-top: 5rem;
}

.access__title {
  position: relative;
  display: inline-block;
  margin-left: -49px;
  margin-left: -3.0625rem;
}

.access__title-box {
  position: absolute;
  top: 46%;
  left: 54px;
  left: 3.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}

.access__title--en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
}

.access__title--ja {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
}

.access__title img {
  width: 631px;
  width: 39.4375rem;
}

.access__iframe {
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 100%;
  position: relative;
  padding-top: 26.3543191801%;
}

.access__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 767px) {
  .access {
    padding-top: 3.125rem;
  }
  .access__title {
    margin-left: -1rem;
  }
  .access__title--en {
    font-size: 1.5rem;
  }
  .access__title--ja {
    font-size: 1rem;
  }
  .access__iframe {
    margin-top: 1.875rem;
    padding-top: 60%;
  }
}
.construction-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.construction-block__body {
  width: 370px;
  width: 23.125rem;
  max-width: 100%;
  padding-left: 25px;
  padding-left: 1.5625rem;
  border-left: 5px solid #00467F;
  border-left: 0.3125rem solid #00467F;
}

.construction-block__head {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

.construction-block__explain {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 2px;
  margin-top: 0.125rem;
  letter-spacing: 0;
  color: #000;
}

.construction-block__img {
  width: 525px;
  width: 32.8125rem;
  max-width: 100%;
  margin-left: 70px;
  margin-left: 4.375rem;
  position: relative;
}

.construction-block__img::before {
  content: "";
  display: block;
  padding-top: 45.8095238095%;
}

.construction-block__img img {
  -o-object-position: center;
  height: 100%;
  left: 50%;
  object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 767px) {
  .construction-block {
    display: block;
  }
  .construction-block__img {
    margin-left: 0;
    margin-top: 1.25rem;
  }
  .construction-block__body {
    padding-left: 15px;
  }
  .construction-block__head {
    font-size: 1.25rem;
  }
  .construction-block__explain {
    font-size: 0.875rem;
  }
}
.construction__inner {
  width: 1166px;
  width: 72.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 100px 100px;
  padding: 0rem 6.25rem 6.25rem;
  background-color: #fff;
}

.construction__title {
  text-align: center;
  font-weight: 700;
  color: #00467F;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.18em;
}

.construction__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.construction__item:not(:first-child) {
  margin-top: 70px;
  margin-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .construction__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 90%;
  }
  .construction__title {
    font-size: 1.5rem;
  }
  .construction__item:not(:first-child) {
    margin-top: 2.1875rem;
  }
}
.contact {
  padding-top: 100px;
  padding-top: 6.25rem;
}

.contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #364DDD;
  border: 0.125rem solid #364DDD;
}

.contact__title {
  text-align: center;
  background-color: #364DDD;
  width: 50%;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
}

.contact__title span {
  display: block;
  color: #fff;
}

.contact__title--en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

.contact__title--ja {
  font-weight: 400;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.5652173913;
}

.contact__explain {
  width: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.contact__explain .line {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  color: #3AAE36;
  text-decoration: underline;
}

.contact__explain .tel {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  text-decoration: underline;
  color: #364DDD;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 3.125rem;
  }
  .contact__box {
    display: block;
  }
  .contact__title {
    width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 2.0625rem;
  }
  .contact__explain {
    width: 100%;
    font-size: 0.875rem;
    padding-top: 1.125rem;
    padding-bottom: 1.25rem;
  }
  .contact__title--en {
    font-size: 2rem;
  }
  .contact__title--ja {
    font-size: 1.125rem;
  }
  .contact__explain .line {
    font-size: 1.125rem;
  }
  .contact__explain .tel {
    font-size: 1.125rem;
  }
}
.my-parts {
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, .1);
  table-layout: fixed;
  width: 100%;
}

.my-parts th, .my-parts td {
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
  vertical-align: baseline;
}

.deterioration {
  padding-top: 90px;
  padding-top: 5.625rem;
}

.deterioration__inner {
  width: 1166px;
  width: 72.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 35px 100px 75px;
  padding: 2.1875rem 6.25rem 4.6875rem;
}

.deterioration__title {
  text-align: center;
  color: #00467F;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.18em;
}

.deterioration__table {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.td-first {
  background-color: #00467F;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 12px 0 20px !important;
  padding: 0.75rem 0 1.25rem !important;
}

.td-first span {
  font-size: 48px;
  font-size: 3rem;
}

.td-first p {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9285714286;
}

.td-second ul {
  margin-top: 6px;
  margin-top: 0.375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.td-second ul.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.td-second li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 500;
  min-width: 107px;
  min-width: 6.6875rem;
  text-align: left;
}

.td-second li::first-letter {
  color: #00467F;
}

.td-second span {
  display: block;
  padding-left: 1em;
}

.deterioration__table th {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.18em;
  width: 143px;
  width: 8.9375rem;
  vertical-align: middle;
  background-color: rgba(0, 70, 127, .1);
}

.method-ietms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.method-ietm {
  text-align: center;
}

.method-ietm a {
  display: block;
}

.method-ietm:not(:first-child) {
  margin-left: 25px;
  margin-left: 1.5625rem;
}

.method-ietms span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3076923077;
}

.method-ietms img {
  display: inline-block;
  width: 107px;
  width: 6.6875rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.td-third {
  vertical-align: middle !important;
}

@media screen and (max-width: 767px) {
  .deterioration {
    padding-top: 3.125rem;
  }
  .deterioration__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 90%;
  }
  .deterioration__title {
    font-size: 1.5rem;
  }
  .deterioration__table {
    overflow-x: scroll;
    margin-top: 1.25rem;
  }
  .deterioration__table table {
    white-space: nowrap;
    width: 60.375rem;
  }
}
.drawer-content {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00467F;
  z-index: 299;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.drawer-content.is-open {
  opacity: 1;
  visibility: visible;
}

.drawer-content__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer-content__box li:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.drawer-content__box a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.drawer-content__box li img {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
}

.drawer-content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.drawer-content__item {
  width: 150px;
  width: 9.375rem;
}

.drawer-content__item:not(:first-child) {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.drawer-content__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer-content__icon {
  width: 40px;
  width: 2.5rem;
  padding: 8px;
}

.drawer-content__icon--line {
  background-color: #3AAE36;
}

.drawer-content__icon--tel {
  background-color: #364DDD;
}

.drawer-content__item span {
  background-color: #fff;
  width: calc(100% - 2.5rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 40px;
  line-height: 2.5rem;
}

.drawer-content__item--line span {
  color: #3AAE36;
}

.drawer-content__item--tel span {
  color: #364DDD;
}

.drawer-icon {
  position: fixed;
  right: 22px;
  right: 1.375rem;
  z-index: 300;
  top: 34px;
  top: 2.125rem;
  cursor: pointer;
}

.drawer-icon__bars {
  width: 40px;
  width: 2.5rem;
  height: 33px;
  height: 2.0625rem;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  width: 40px;
  width: 2.5rem;
  height: 4px;
  height: 0.25rem;
  background-color: #00467F;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0s, transform 0.3s ease 0s;
  transition: top 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 14px;
  top: 0.875rem;
}

.drawer-icon__bar3 {
  top: 28px;
  top: 1.75rem;
}

.drawer-icon.is-open .drawer-icon__bar1 {
  top: 14px;
  top: 0.875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}

.drawer-icon.is-open .drawer-icon__bar2 {
  display: none;
  background-color: #fff;
}

.drawer-icon.is-open .drawer-icon__bar3 {
  top: 14px;
  top: 0.875rem;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .drawer-icon {
    top: 1.5rem;
  }
}
.example-block__head {
  font-weight: 700;
  font-size: 23px;
  font-size: 1.4375rem;
}

.example-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.example-block__item {
  position: relative;
  width: calc(50% - 0.25rem);
}

.example-block__item::before {
  content: "";
  display: block;
  padding-top: 90.9502262443%;
}

.example-block__item-img {
  -o-object-position: center;
  height: 100%;
  left: 50%;
  object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.example-block__item-img-border-gray {
  border: 2px solid #828282;
  border: 0.125rem solid #828282;
}

.example-block__item-img-border-blue {
  border: 2px solid #00467F;
  border: 0.125rem solid #00467F;
}

.example-block__item:not(:first-child) {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.gallery-block__before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  width: 8.125rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .example-block__head {
    font-size: 1rem;
  }
  .example-block__items {
    margin-top: 0.625rem;
  }
}
.example {
  padding-top: 85px;
  padding-top: 5.3125rem;
}

.example__inner {
  width: 1166px;
  width: 72.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px 100px;
  padding: 3.125rem 6.25rem 6.25rem;
  background-color: #fff;
}

.example__title {
  text-align: center;
  color: #00467F;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.18em;
}

.example__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 70px;
  margin-top: 4.375rem;
}

.example__item {
  width: calc(50% - 2.03125rem);
}

.example__item:nth-child(2n) {
  margin-left: 65px;
  margin-left: 4.0625rem;
}

.example__item:nth-child(n+3) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .example {
    padding-top: 2.5rem;
  }
  .example__inner {
    padding-top: 1.5625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    width: 90%;
  }
  .example__title {
    font-size: 1.5rem;
  }
  .example__items {
    display: block;
    margin-top: 2.1875rem;
  }
  .example__item {
    width: 100%;
  }
  .example__item:nth-child(2n) {
    margin-left: 0;
  }
  .example__item:not(:first-child) {
    margin-top: 1.5625rem;
  }
}
.flow-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 130px;
  padding-left: 8.125rem;
  position: relative;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
}

.flow-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  height: 0.1875rem;
  bottom: 0;
  left: 0;
  background: url(../images/common/flow-border.png) no-repeat center center/cover;
}

.flow-card__number {
  position: absolute;
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  background-color: #00467F;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 900;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.flow-card__img {
  width: 175px;
  width: 10.9375rem;
}

.flow-card__body {
  margin-left: 65px;
  margin-left: 4.0625rem;
  width: 550px;
  width: 34.375rem;
  max-width: 100%;
}

.flow-card__title {
  color: #00467F;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}

.flow-card__explain {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2777777778;
}

.flow-card__link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.flow-card__link-item {
  width: calc(50% - 0.46875rem);
}

.flow-card__link-item:not(:first-child) {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.flow-card__link-item a {
  display: block;
  background-color: #364DDD;
  border-radius: 1.25rem;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3;
  text-align: center;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}

.flow-card__link-item span {
  display: block;
  font-weight: 900;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

.flow-card__link {
  display: block;
  width: 100%;
  height: 60px;
  height: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
  border-radius: 1.25rem;
  background-color: #364DDD;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media screen and (max-width: 767px) {
  .flow-card {
    display: block;
    padding-left: 0;
    padding-bottom: 1.875rem;
  }
  .flow-card__number {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 2.125rem;
  }
  .flow-card__body {
    margin-left: 0;
    margin-top: 1.25rem;
  }
  .flow-card__img {
    width: 6.25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .flow-card__title {
    font-size: 1.5rem;
  }
  .flow-card__explain {
    font-size: 0.875rem;
    line-height: 2;
  }
  .flow-card__link {
    font-size: 1.125rem;
  }
  /*
  .flow-card__link-items {
      display: block;
  }
  .flow-card__link-item {
      width: 100%;
  }
  .flow-card__link-item:not(:first-child) {
      margin-left: 0;
      margin-top: rem(20);
  }
  */
  .flow-card__link-item a {
    font-size: 0.875rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.flow {
  padding-top: 85px;
  padding-top: 5.3125rem;
}

.flow__copy {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.18em;
  color: #00467F;
}

.flow__title {
  position: relative;
  display: inline-block;
  margin-left: -49px;
  margin-left: -3.0625rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.flow__title-box {
  position: absolute;
  top: 43%;
  left: 76px;
  left: 4.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  font-size: 2.8125rem;
}

.flow__title img {
  width: 815px;
  width: 50.9375rem;
}

.flow__items {
  width: 916px;
  width: 57.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-top: 4.375rem;
  position: relative;
}

.flow__items::before {
  content: "";
  position: absolute;
  width: 2px;
  width: 0.125rem;
  height: calc(100% + 3.25rem);
  background-color: #00467F;
  top: 0;
  left: 47px;
  left: 2.9375rem;
}

.flow__items::after {
  content: "";
  position: absolute;
  top: 0;
  left: -85px;
  left: -5.3125rem;
  width: 42px;
  width: 2.625rem;
  height: 993px;
  height: 62.0625rem;
  background: url(../../images/common/flow-free.png) no-repeat center center/contain;
}

.flow__item:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.flow__item:last-child {
  margin-top: 170px;
  margin-top: 10.625rem;
  position: relative;
}

.flow__item:last-child::before {
  top: -121px;
  top: -7.5625rem;
  left: 215px;
  left: 13.4375rem;
  content: "";
  position: absolute;
  width: 21px;
  width: 1.3125rem;
  height: 70px;
  height: 4.375rem;
  background: url(../images/common/flow-card-arrow.png) no-repeat center center/contain;
}

.flow__link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 180px;
  margin-top: 11.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flow__link-item {
  width: 268px;
  width: 16.75rem;
}

.flow__link-item:not(:first-child) {
  margin-left: 50px;
  margin-left: 3.125rem;
}

.flow__link-item a {
  display: block;
  background-color: #364DDD;
  border-radius: 1.25rem;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3;
  text-align: center;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}

.flow__link-item span {
  display: block;
  font-weight: 900;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 767px) {
  .flow {
    padding-top: 2.5rem;
  }
  .flow__copy {
    font-size: 1.25rem;
  }
  .flow__title {
    margin-left: -1.0625rem;
    margin-top: 1.5625rem;
  }
  .flow__title-box {
    font-size: 1.25rem;
    left: 2rem;
  }
  .flow__items::before {
    left: -0.6875rem;
  }
  .flow__item:not(:first-child) {
    margin-top: 1.5625rem;
  }
  .flow__items {
    margin-top: 2.1875rem;
  }
  .flow__link-items {
    display: block;
    margin-top: 5.625rem;
  }
  .flow__link-item {
    width: 100%;
  }
  .flow__link-item:not(:first-child) {
    margin-top: 1.875rem;
    margin-left: 0;
  }
  .flow__link-item a {
    font-size: 1.5rem;
  }
  .flow__item:last-child {
    margin-top: 5.625rem;
  }
  .flow__item:last-child::before {
    width: 0.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.875rem;
  }
}
.footer-link {
  padding-top: 150px;
  padding-top: 9.375rem;
}

.footer-link__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-link__item {
  width: calc(50% - 2.03125rem);
}

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

.footer-link__item:not(:first-child) {
  margin-left: 65px;
  margin-left: 4.0625rem;
}

.footer-link__title {
  position: absolute;
  left: 24px;
  left: 1.5rem;
  bottom: 24px;
  bottom: 1.5rem;
  z-index: 1;
}

.footer-link__title span {
  display: block;
}

.footer-link__title--en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 0 0 10px #000;
  text-shadow: 0 0 0.625rem #000;
  line-height: 1;
}

.footer-link__title--ja {
  font-weight: 400;
  color: #fff;
  font-size: 23px;
  font-size: 1.4375rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.footer-link__img {
  width: 100%;
  position: relative;
}

.footer-link__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.footer-link__img img {
  -o-object-position: center;
  height: 100%;
  left: 50%;
  object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 767px) {
  .footer-link {
    padding-top: 4.6875rem;
  }
  .footer-link__title {
    left: 1.0625rem;
    bottom: 0.9375rem;
  }
  .footer-link__items {
    display: block;
  }
  .footer-link__item {
    width: 100%;
  }
  .footer-link__item:not(:first-child) {
    margin-left: 0;
    margin-top: 1.875rem;
  }
  .footer-link__title--en {
    font-size: 1.75rem;
  }
  .footer-link__title--ja {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}
.footer-section {
  margin-top: 150px;
  margin-top: 9.375rem;
}

@media screen and (max-width: 767px) {
  .footer-section {
    margin-top: 4.6875rem;
  }
}
.footer {
  z-index: 1;
  position: relative;
  padding-top: 37px;
  padding-top: 2.3125rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  background: url(../images/common/footer-bg.jpg) no-repeat center center/cover;
}

.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 70, 127, .1);
  z-index: -1;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer__left {
  width: 350px;
  width: 21.875rem;
  max-width: 100%;
}

.footer__address {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.footer__center {
  margin-left: 40px;
  margin-left: 2.5rem;
}

.footer__center ul li:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.footer__center ul li a {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}

.footer__right {
  width: 410px;
  width: 25.625rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__body {
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  width: calc(50% - 0.9375rem);
  background-color: #fff;
  color: #00467F;
}

.footer__body a {
  display: block;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.footer__body span {
  display: block;
}

.footer__body:not(:first-child) {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.footer__body img {
  display: inline-block;
  width: 80px;
  width: 5rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.footer small {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Roboto", sans-serif;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.footer__certification {
  width: 230px;
  width: 14.375rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 8.4375rem;
  }
  .footer__inner {
    display: block;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__logo img {
    display: inline-block;
    width: 70%;
  }
  .footer__address {
    font-size: 1rem;
    text-align: center;
    margin-top: 0;
  }
  .footer__center {
    margin-left: 0;
    text-align: center;
    margin-top: 1.25rem;
  }
  .footer__center ul li a {
    font-size: 1rem;
  }
  .footer__center ul li:not(:first-child) {
    margin-top: 0.8125rem;
  }
  .footer__body {
    font-size: 0.875rem;
    width: calc(50% - 0.625rem);
  }
  .footer__body img {
    width: 3.125rem;
    margin-top: 0.5rem;
  }
  .footer__right {
    width: 20.9375rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
  }
  .footer__body:not(:first-child) {
    margin-left: 1.25rem;
  }
  .footer small {
    font-size: 0.75rem;
    margin-top: 1.875rem;
  }
  .footer__left {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__certification {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5625rem;
  }
}
.gallery-block__title--ja {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  color: #00467F;
}

.gallery-block__title--en {
  font-weight: 700;
  font-size: 23px;
  font-size: 1.4375rem;
  margin-left: 13px;
  margin-left: 0.8125rem;
}

.gallery-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.gallery-block__img {
  position: relative;
  width: 100%;
}

.gallery-block__img::before {
  content: "";
  display: block;
  padding-top: 91.4414414414%;
}

.gallery-block-img {
  -o-object-position: center;
  height: 100%;
  left: 50%;
  object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.gallery-block__img:not(:first-child) {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.gallery-block__before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  width: 8.125rem;
  z-index: 1;
}

.gallery-block-img--blue {
  border: 2px solid #00467F;
  border: 0.125rem solid #00467F;
}

.gallery-block-img--gray {
  border: 2px solid #828282;
  border: 0.125rem solid #828282;
}

@media screen and (max-width: 767px) {
  .gallery-block__body {
    margin-top: 0.375rem;
  }
  .gallery-block__title--ja {
    font-size: 1.5rem;
  }
  .gallery-block__title--en {
    font-size: 1.125rem;
    margin-left: 0.375rem;
  }
}
.gallery-card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gallery-card__img {
  position: relative;
}

.gallery-card__img:not(:first-child) {
  margin-left: 14px;
  margin-left: 0.875rem;
}

.gallery-card__before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  width: 8.125rem;
}

.gallery-section {
  margin-top: 150px;
  margin-top: 9.375rem;
}

@media screen and (max-width: 767px) {
  .gallery-section {
    margin-top: 4.6875rem;
  }
}
.gallery {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 148px;
  padding-bottom: 9.25rem;
  position: relative;
  background: url(../images/common/gallery-bg-gray.jpg) no-repeat center center/cover;
  z-index: 1;
}

.gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 70, 127, .1);
  z-index: -1;
}

.gallery__title {
  position: relative;
  display: inline-block;
  margin-left: -73px;
  margin-left: -4.5625rem;
}

.gallery__title span {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  font-size: 3.125rem;
  position: absolute;
  top: 46%;
  left: 37%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.gallery__title img {
  width: 815px;
  width: 50.9375rem;
}

.gallery__items {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.slick-prev {
  left: 381px;
  left: 23.8125rem;
  width: 32px;
  width: 2rem;
  height: 30px;
  height: 1.875rem;
  z-index: 10;
}

.slick-next {
  right: 396px;
  right: 24.75rem;
  width: 32px;
  width: 2rem;
  height: 30px;
  height: 1.875rem;
  z-index: 10;
}

.slick-prev:before, .slick-next:before {
  opacity: 1;
  content: "";
  font-family: serif;
  font-family: initial;
  width: 15px;
  width: 0.9375rem;
  height: 30px;
  height: 1.875rem;
}

.slick-prev::after, .slick-next::after {
  position: absolute;
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 30px;
  height: 1.875rem;
}

.slick-prev::after {
  background: url(../images/common/left-arrow.png) no-repeat center center/cover;
}

.slick-next::after {
  background: url(../images/common/right-arrow.png) no-repeat center center/cover;
}

.gallery__item {
  margin-left: 40px;
  margin-left: 2.5rem;
  margin-right: 40px;
  margin-right: 2.5rem;
}

.gallery__sub-items {
  margin-top: 77px;
  margin-top: 4.8125rem;
  width: 968px;
  width: 60.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery__sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery__sub-item:not(:first-child) {
  margin-top: 83px;
  margin-top: 5.1875rem;
}

.gallery__sub-body {
  width: calc(50% - 1.875rem);
}

.gallery__sub-body:not(:first-child) {
  margin-left: 60px;
  margin-left: 3.75rem;
}

@media screen and (max-width: 767px) {
  .gallery {
    padding-top: 3.125rem;
    padding-bottom: 4.6875rem;
  }
  .gallery__title {
    margin-left: -1.625rem;
  }
  .gallery__title span {
    font-size: 1.5rem;
    left: 42%;
  }
  .gallery__items {
    margin-top: 1.25rem;
  }
  .gallery__sub-items {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .gallery__sub-item {
    display: block;
  }
  .gallery__sub-body {
    width: 100%;
  }
  .gallery__sub-body:not(:first-child) {
    margin-left: 0;
    margin-top: 1.5625rem;
  }
  .gallery__sub-item:not(:first-child) {
    margin-top: 1.5625rem;
  }
  .slick-prev {
    left: -0.375rem;
  }
  .slick-next {
    right: 0.4375rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  height: 6.25rem;
  background-color: #fff;
  z-index: 101;
}

.header__inner {
  width: 1140px;
  width: 71.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 17px;
  padding-right: 1.0625rem;
}

.header__logo {
  width: 220px;
  width: 13.75rem;
}

.header__logo a {
  display: block;
}

.header__nav {
  margin-left: auto;
}

.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__item {
  position: relative;
}

.header__item.is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  bottom: -0.3125rem;
  background-color: #00467F;
}

.header__item:not(:first-child) {
  margin-left: 70px;
  margin-left: 4.375rem;
}

.header__item:last-child {
  margin-left: 116px;
  margin-left: 7.25rem;
}

.header__item a {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #00467F;
}

.header__item img {
  width: 40px;
  width: 2.5rem;
}

@media screen and (max-width: 767px) {
  .header {
    height: 5rem;
  }
  .header__inner {
    padding-left: 1.25rem;
  }
  .header__logo {
    width: 9.375rem;
  }
}
.hino-content {
  margin-top: 110px;
  margin-top: 6.875rem;
  background: url(../images/common/before-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  padding-bottom: 160px;
  padding-bottom: 10rem;
}

.hino-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 70, 127, .1);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .hino-content {
    padding-bottom: 5rem;
  }
}
.hino {
  padding-top: 160px;
  padding-top: 10rem;
}

.hino__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hino__right {
  width: 425px;
  width: 26.5625rem;
  max-width: 100%;
  margin-left: 74px;
  margin-left: 4.625rem;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: 0.18em;
  color: #00467F;
  position: relative;
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
}

.hino__right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 9.4px;
  height: 0.5875rem;
  bottom: 0;
  left: 0;
  background: url(../images/common/hino-border.png) no-repeat center center/cover;
}

.hino__link-item {
  width: 450px;
  width: 28.125rem;
  max-width: 100%;
}

.hino__link-item a {
  display: block;
  position: relative;
}

.hino__title {
  position: absolute;
  left: 24px;
  left: 1.5rem;
  bottom: 24px;
  bottom: 1.5rem;
  z-index: 1;
}

.hino__title span {
  display: block;
}

.hino__title--en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 0 0 10px #000;
  text-shadow: 0 0 0.625rem #000;
  line-height: 1;
}

.hino__title--ja {
  font-weight: 400;
  color: #fff;
  font-size: 23px;
  font-size: 1.4375rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.hino__img {
  width: 100%;
  position: relative;
}

.hino__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.hino__img img {
  -o-object-position: center;
  height: 100%;
  left: 50%;
  object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 767px) {
  .hino {
    padding-top: 5rem;
  }
  .hino__inner {
    display: block;
  }
  .hino__right {
    margin-left: 0;
    font-size: 1.4375rem;
    line-height: 1.6;
    margin-top: 0.875rem;
    padding-bottom: 0;
  }
  .hino__right::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    content: none;
  }
  .hino__title {
    left: 1.0625rem;
    bottom: 0.9375rem;
  }
  .hino__title--en {
    font-size: 1.75rem;
  }
  .hino__title--ja {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}
.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1013px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.main-view-section {
  /*
  margin-top: rem(100);
  */
  margin-top: -48px;
  margin-top: -3rem;
}

@media screen and (max-width: 767px) {
  .main-view-section {
    margin-top: 2.5rem;
  }
}
.main-view {
  overflow-x: hidden;
}

.main-view__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1366px;
  width: 85.375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-view__copy {
  background: url(../images/common/mv-copy_bg.png) no-repeat center center/cover;
  /*
  padding-top: rem(165);
  padding-right: rem(222);
  padding-bottom: rem(190);
  padding-left: rem(180);
  */
  width: 975px;
  width: 60.9375rem;
  height: 620px;
  height: 38.75rem;
  max-width: 100%;
  font-weight: 500;
  color: #fff;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.2em;
  position: relative;
  margin-left: -182px;
  margin-left: -11.375rem;
}

.main-view__copy span {
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-view__img {
  width: 1160px;
  width: 72.5rem;
  max-width: 100%;
  margin-left: -550px;
  margin-left: -34.375rem;
  position: relative;
  right: -120px;
  right: -7.5rem;
}

.main-view__img::before {
  content: "";
  display: block;
  /*
  padding-top: calc(870 / 1160 * 100%);
  */
  padding-top: 80%;
}

.main-view__img img {
  -o-object-position: center;
  height: 100%;
  left: 50%;
  object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 767px) {
  .main-view__inner {
    display: block;
  }
  .main-view__copy {
    margin-left: 0;
    font-size: 1.5rem;
    height: 26.75rem;
  }
  .main-view__copy span {
    white-space: nowrap;
  }
  .main-view__img {
    margin-left: 0;
    right: auto;
    margin-top: -11.25rem;
  }
  .main-view__img::before {
    padding-top: 100%;
  }
}
.message {
  padding-top: 100px;
  padding-top: 6.25rem;
}

.message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.message__body {
  width: 530px;
  width: 33.125rem;
  max-width: 100%;
}

.message__title {
  position: relative;
  display: inline-block;
  margin-left: -49px;
  margin-left: -3.0625rem;
}

.message__title img {
  width: 631px;
  width: 39.4375rem;
}

.message__title-box {
  position: absolute;
  top: 46%;
  left: 54px;
  left: 3.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}

.message__title--en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
}

.message__title--ja {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
}

.message__explain {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2777777778;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.message__explain span {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.message__img {
  width: 47.5841874085vw;
  margin-left: 40px;
  margin-left: 2.5rem;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .message {
    padding-top: 3.125rem;
  }
  .message__inner {
    display: block;
    padding-right: 20px;
  }
  .message__title {
    margin-left: -1.1875rem;
  }
  .message__title--en {
    font-size: 1.5rem;
  }
  .message__title--ja {
    font-size: 1.125rem;
  }
  .message__explain {
    font-size: 1rem;
    line-height: 2;
    margin-top: 0.9375rem;
  }
  .message__img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
  }
}
.note {
  padding-top: 90px;
  padding-top: 5.625rem;
}

.note__inner {
  width: 1166px;
  width: 72.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 35px 100px 45px;
  padding: 2.1875rem 6.25rem 2.8125rem;
}

.note__title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.18em;
  color: #00467F;
}

.note__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.note__item {
  width: calc(33.33333% - 1.25rem);
}

.note__item:not(:nth-child(3n+1)) {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.note__item:nth-child(n+4) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.note__explain {
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  text-align: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.note__box {
  font-weight: 400;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.7826086957;
  text-align: center;
  background-color: rgba(0, 70, 127, .1);
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 24.5px 0;
}

.note__box span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.5555555556;
  color: #00467F;
}

.note__img-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 47px;
  margin-top: 2.9375rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  position: relative;
}

.note__meta {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  background-color: #00467F;
  text-align: center;
  line-height: 2;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.18em;
  width: 339px;
  width: 21.1875rem;
  height: 339px;
  height: 21.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.note__img-item {
  width: 250px;
  width: 15.625rem;
}

.note__img-item:not(:first-child) {
  margin-left: 25px;
  margin-left: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .note__title {
    font-size: 1.5rem;
  }
  .note__inner {
    padding: 2.1875rem 1.25rem 2.8125rem;
  }
  .note__items {
    margin-top: 1.5625rem;
  }
  .note__item {
    width: calc(50% - 0.46875rem);
  }
  .note__item:nth-child(2n) {
    margin-left: 0.9375rem;
  }
  .note__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .note__explain {
    font-size: 0.875rem;
    margin-top: 0.5625rem;
  }
  .note__item:nth-child(n+3) {
    margin-top: 1.25rem;
  }
  .note__box {
    font-size: 1rem;
  }
  .note__box span {
    font-size: 1.125rem;
  }
  .note__img-items {
    padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.875rem;
  }
  .note__meta {
    position: relative;
    width: 18.75rem;
    height: 18.75rem;
    font-size: 1.5rem;
    margin-top: 1.875rem;
  }
  .note__img-item {
    width: calc(50% - 0.78125rem);
  }
  .note__img-item:not(:first-child) {
    margin-left: 1.5625rem;
  }
}
.profile {
  padding-top: 135px;
  padding-top: 8.4375rem;
}

.profile__title {
  position: relative;
  display: inline-block;
  margin-left: -49px;
  margin-left: -3.0625rem;
}

.profile__title-box {
  position: absolute;
  top: 46%;
  left: 54px;
  left: 3.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}

.profile__title--en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
}

.profile__title--ja {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
}

.profile__title img {
  width: 631px;
  width: 39.4375rem;
}

.profile__table {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.profile__table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.profile__table tr {
  border-top: 1px solid #000;
  border-top: 0.0625rem solid #000;
}

.profile__table tr:last-child {
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
}

.profile__table th {
  width: 205px;
  width: 12.8125rem;
  background-color: rgba(0, 70, 127, .1);
  height: 65px;
  height: 4.0625rem;
  vertical-align: middle;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}

.profile__table td {
  height: 65px;
  height: 4.0625rem;
  vertical-align: middle;
  padding-left: 105px;
  padding-left: 6.5625rem;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .profile {
    padding-top: 4.375rem;
  }
  .profile__title {
    margin-left: -1.1875rem;
  }
  .profile__title--en {
    font-size: 1.5rem;
  }
  .profile__title--ja {
    font-size: 0.875rem;
  }
  .profile__table {
    margin-top: 1.875rem;
  }
  .profile__table th {
    width: 6.25rem;
    font-size: 0.875rem;
  }
  .profile__table td {
    padding-left: 1.875rem;
    font-size: 0.875rem;
  }
}
.promise-card {
  padding: 5px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.promise-card__number {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 100px;
  font-size: 6.25rem;
  position: absolute;
  top: -8px;
  top: -0.5rem;
  right: -24px;
  right: -1.5rem;
  color: rgba(130, 130, 130, .5);
  z-index: 1;
  background-color: #fff;
  line-height: 1;
}

.promise-card__box {
  border: 2px solid #828282;
  border: 0.125rem solid #828282;
  padding: 18px 25px 40px 39px;
  padding: 1.125rem 1.5625rem 2.5rem 2.4375rem;
  background-color: #fff;
}

.promise-card__box--02 {
  padding-top: 52px;
  padding-top: 3.25rem;
}

.promise-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.promise-card__letter {
  font-size: 120px;
  font-size: 7.5rem;
  color: #00467F;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
}

.promise-card__letter--02::before {
  content: "もっと気軽に";
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  left: 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #00467F;
}

.promise-card__title {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #00467F;
  font-weight: 700;
  line-height: 1.5652173913;
  margin-left: 9px;
  margin-left: 0.5625rem;
}

.promise-card__explain {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 300;
  margin-top: 9px;
  margin-top: 0.5625rem;
  padding-left: 4px;
  padding-left: 0.25rem;
}

@media screen and (max-width: 767px) {
  .promise-card__box {
    padding: 0.5625rem 0.75rem 1.25rem 1.25rem;
  }
  .promise-card__letter {
    font-size: 5rem;
  }
  .promise-card__title {
    font-size: 0.9375rem;
  }
  .promise-card__letter--02::before {
    font-size: 0.8125rem;
    top: -0.6875rem;
    white-space: nowrap;
  }
  .promise-card__explain {
    font-size: 0.75rem;
  }
  .promise-card__number {
    font-size: 3.75rem;
    top: -1.0625rem;
    right: -0.875rem;
  }
  .promise-card__box--02 {
    padding-top: 2.0625rem !important;
  }
}
.promise {
  position: relative;
  margin-top: 11px;
  margin-top: 1rem;
}

.promise::before {
  content: "";
  position: absolute;
  width: 410px;
  width: 25.625rem;
  height: 410px;
  height: 25.625rem;
  top: 211px;
  top: 13.1875rem;
  left: 0;
  background-color: rgba(0, 70, 127, .1);
}

.promise::after {
  content: "";
  position: absolute;
  width: 260px;
  width: 16.25rem;
  height: 260px;
  height: 16.25rem;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 70, 127, .1);
}

.promise__title {
  position: relative;
  display: inline-block;
  margin-left: -66px;
  margin-left: -4.125rem;
}

.promise__title span {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  font-size: 3.125rem;
  position: absolute;
  top: 46%;
  left: 38%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.promise__title img {
  width: 631px;
  width: 39.4375rem;
}

.promise__items {
  width: 979px;
  width: 61.1875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.promise__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.promise__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.promise__item:not(:first-child) {
  margin-top: 80px;
  margin-top: 5rem;
}

.promise__body {
  width: 560px;
  width: 35rem;
  max-width: 100%;
}

.promise__img {
  width: 48vw;
  margin-right: calc(50% - 50vw);
  margin-left: -34px;
  margin-left: -2.125rem;
  margin-top: 106px;
  margin-top: 6.625rem;
  position: relative;
}

.promise__img::before {
  content: "";
  display: block;
  padding-top: 53.3026113671%;
}

.promise__img img {
  -o-object-position: center;
  height: 100%;
  left: 50%;
  object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.promise__img02 {
  margin-right: -34px;
  margin-right: -2.125rem;
  margin-left: calc(50% - 50vw);
  margin-top: 69px;
  margin-top: 4.3125rem;
}

@media screen and (max-width: 767px) {
  .promise::before {
    width: 12.5rem;
    height: 12.5rem;
  }
  .promise::after {
    width: 12.5rem;
    height: 12.5rem;
    bottom: 3.8125rem;
  }
  .promise__items {
    width: auto;
  }
  .promise__item {
    display: block;
  }
  .promise__img {
    width: 70%;
    margin-left: auto;
    margin-top: 3.5rem;
    position: relative;
  }
  .promise__img02 {
    margin-right: 0;
    margin-left: calc(50% - 50vw);
  }
  .promise__title {
    margin-left: -1.375rem;
  }
  .promise__title span {
    font-size: 1.5rem;
  }
}
.renovation {
  padding-top: 100px;
  padding-top: 6.25rem;
}

.renovation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.renovation__body {
  width: 815px;
  width: 50.9375rem;
  max-width: 100%;
}

.renovation__title {
  position: relative;
  display: inline-block;
  margin-left: -49px;
  margin-left: -3.0625rem;
}

.renovation__title img {
  width: 815px;
  width: 50.9375rem;
}

.renovation__title-box {
  position: absolute;
  top: 42%;
  left: 79px;
  left: 4.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}

.renovation__title--en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
}

.renovation__title--ja {
  color: #fff;
  font-weight: 400;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
}

.renovation__explain {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2777777778;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-right: 365px;
  padding-right: 22.8125rem;
}

.renovation__img {
  width: 47.5841874085vw;
  margin-left: -301px;
  margin-left: -18.8125rem;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .renovation {
    padding-top: 3.125rem;
  }
  .renovation__inner {
    display: block;
  }
  .renovation__title {
    margin-left: -1.1875rem;
  }
  .renovation__title--en {
    font-size: 1.5rem;
  }
  .renovation__title--ja {
    font-size: 1.125rem;
  }
  .renovation__explain {
    font-size: 1rem;
    line-height: 2;
    margin-top: 0.9375rem;
    padding-right: 0;
  }
  .renovation__img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
  }
}
.roof {
  padding-top: 160px;
  padding-top: 10rem;
}

.roof__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.roof__body {
  width: 678px;
  width: 42.375rem;
  max-width: 100%;
}

.roof__title {
  position: relative;
  display: inline-block;
  margin-left: -49px;
  margin-left: -3.0625rem;
}

.roof__title img {
  width: 631px;
  width: 39.4375rem;
}

.roof__title-box {
  position: absolute;
  top: 44%;
  left: 54px;
  left: 3.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}

.roof__title--en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
}

.roof__title--ja {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  font-size: 2.8125rem;
}

.roof__explain {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2777777778;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.roof__img {
  width: 47.5841874085vw;
  margin-left: -164px;
  margin-left: -10.25rem;
  margin-right: calc(50% - 50vw);
  position: relative;
}

.roof__img::before {
  content: "";
  display: block;
  padding-top: 70.8461538462%;
}

.roof__img img {
  -o-object-position: center;
  height: 100%;
  left: 50%;
  object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 767px) {
  .roof {
    padding-top: 3.125rem;
  }
  .roof__inner {
    display: block;
  }
  .roof__title {
    margin-left: -1.1875rem;
  }
  .roof__title--en {
    font-size: 1.5rem;
  }
  .roof__title--ja {
    font-size: 1.125rem;
  }
  .roof__explain {
    font-size: 1rem;
    line-height: 2;
    margin-top: 0.9375rem;
  }
  .roof__img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
  }
}
.section-title {
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.show-section {
  margin-top: 120px;
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .show-section {
    margin-top: 3.75rem;
  }
}
.show {
  position: relative;
  padding-top: 75px;
  padding-top: 4.6875rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  background: url(../images/common/show-bg.jpg) no-repeat center center/cover;
  z-index: 1;
}

.show::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 70, 127, .1);
  z-index: -1;
}

.show__inner {
  /*
  padding-left: 0;
  padding-right: 0;
  */
}

.show__title {
  position: relative;
  display: inline-block;
  margin-left: -49px;
  margin-left: -3.0625rem;
}

.show__title img {
  width: 815px;
  width: 50.9375rem;
}

.show__title-box {
  position: absolute;
  top: 46%;
  left: 54px;
  left: 3.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}

.show__title--en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
}

.show__title--ja {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
}

.show__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 48px;
  margin-top: 3rem;
}

.show__img {
  width: 450px;
  width: 28.125rem;
  max-width: 100%;
}

.show__body {
  width: 490px;
  width: 30.625rem;
  max-width: 100%;
  margin-left: 63px;
  margin-left: 3.9375rem;
}

.show__head {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.75;
  color: #00467F;
}

.show__explain {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2777777778;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.show__img-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-top: 5rem;
}

.show__img-item {
  width: calc(50% - 1.96875rem);
}

.show__img-item:not(:first-child) {
  margin-left: 63px;
  margin-left: 3.9375rem;
}

.show__bnr {
  margin-top: 75px;
  margin-top: 4.6875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.show__bnr img {
  width: 175px;
  width: 10.9375rem;
}

.show__note {
  margin-left: 50px;
  margin-left: 3.125rem;
  font-weight: 400;
  line-height: 2.4;
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
}

.show__note span {
  display: block;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.05;
  color: #00467F;
}

@media screen and (max-width: 767px) {
  .show {
    padding-top: 2.3125rem;
    padding-bottom: 3.4375rem;
  }
  .show__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .show__box {
    display: block;
    margin-top: 1.875rem;
  }
  .show__title-box {
    left: 1.75rem;
  }
  .show__title {
    margin-left: -1.4375rem;
  }
  .show__title--en {
    font-size: 1.5rem;
  }
  .show__title--ja {
    font-size: 0.875rem;
  }
  .show__body {
    margin-left: 0;
    margin-top: 1.25rem;
  }
  .show__head {
    font-size: 1.5rem;
  }
  .show__explain {
    font-size: 1rem;
    line-height: 2;
  }
  .show__img-items {
    display: block;
    margin-top: 2.5rem;
  }
  .show__img-item {
    width: 100%;
  }
  .show__img-item:not(:first-child) {
    margin-left: 0;
    margin-top: 3.3125rem;
  }
  .show__bnr {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-top: 3.125rem;
  }
  .show__bnr img {
    width: 4.375rem;
    display: inline-block;
  }
  .show__note {
    margin-left: 0;
    font-size: 1rem;
  }
  .show__note span {
    font-size: 1.4375rem;
  }
}
.side-bnr {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 65px;
  width: 4.0625rem;
  z-index: 100;
}

.side-bnr__tel {
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (max-width: 1200px) {
  .side-bnr {
    width: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .side-bnr {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side-bnr__line {
    width: 50%;
    background-color: #fff;
    /*
    background-color: rgba($color: #3AAE36, $alpha: 0.15);
    */
  }
  .side-bnr__line a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #3AAE36;
    height: 2.5rem;
  }
  .side-bnr__line span {
    font-size: 0.875rem;
    display: block;
    text-align: center;
    width: calc(100% - 2.5rem);
    line-height: 2.5rem;
  }
  .side-bnr__tel {
    width: 50%;
    margin-top: 0;
    /*
    background-color: rgba($color: #364DDD, $alpha: 0.15);
    */
    background-color: #fff;
  }
  .side-bnr__tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
    color: #364DDD;
  }
  .side-bnr__tel span {
    font-size: 0.875rem;
    display: block;
    text-align: center;
    width: calc(100% - 2.5rem);
    line-height: 2.5rem;
  }
  .side-bnr__icon {
    width: 2.5rem;
    background-color: #3AAE36;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .side-bnr__icon--tel {
    background-color: #364DDD;
  }
}
.sub-mv-section {
  margin-top: 100px;
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .sub-mv-section {
    margin-top: 5rem;
  }
}
.sub-mv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1140px;
  width: 71.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sub-mv__left {
  width: 44.8023426061vw;
  height: 320px;
  height: 20rem;
  position: relative;
  z-index: 1;
}

.sub-mv__left::before {
  content: "";
  position: absolute;
  top: -72px;
  top: -4.5rem;
  left: -114px;
  left: -7.125rem;
  width: 44.8023426061vw;
  height: 320px;
  height: 20rem;
  background: url(../images/common/sub-mv01.jpg) no-repeat center center/cover;
}

.sub-mv__left--process::before {
  top: -51px;
  top: -3.1875rem;
}

.sub-mv__left--hino::before {
  top: -51px;
  top: -3.1875rem;
}

.sub-mv__left img {
  height: 320px;
  height: 20rem;
}

.sub-mv__title {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
  position: relative;
}

.sub-mv__title span {
  display: block;
}

.sub-mv__title--en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 60px;
  font-size: 3.75rem;
  color: #fff;
}

.sub-mv__title--en-process {
  line-height: 1.15;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.sub-mv__title--ja {
  font-weight: 500;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #fff;
}

.sub-mv__title--ja-hino {
  line-height: 2;
}

.sub-mv__right {
  width: 65.8857979502vw;
  margin-right: calc(50% - 50vw);
  margin-left: -261px;
  margin-left: -16.3125rem;
  position: relative;
}

.sub-mv__right::before {
  content: "";
  display: block;
  padding-top: 74.3333333333%;
}

.sub-mv__right img {
  -o-object-position: center;
  height: 100%;
  left: 50%;
  object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 767px) {
  .sub-mv__box {
    display: block;
  }
  .sub-mv__left::before {
    content: none;
  }
  .sub-mv__title {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 1.875rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .sub-mv__left {
    width: 100%;
    height: 12.5rem;
  }
  .sub-mv__title--en {
    font-size: 3rem;
    line-height: 1;
  }
  .sub-mv__title--ja {
    font-size: 1.5rem;
  }
  .sub-mv__left img {
    height: 12.5rem;
  }
  .sub-mv__right {
    margin-right: 0;
    margin-left: auto;
    margin-top: -4.375rem;
  }
}
.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.worry-card__copy {
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.8260869565;
  border: 2px solid #828282;
  border: 0.125rem solid #828282;
  text-align: center;
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}

.worry-card__title {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 33px;
  font-size: 2.0625rem;
  padding-top: 33px;
  padding-top: 2.0625rem;
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
  text-align: center;
  position: relative;
}

.worry-card__title01 {
  background: url(../images/common/worry01.jpg) no-repeat center center/cover;
}

.worry-card__title02 {
  background: url(../images/common/worry02.jpg) no-repeat center center/cover;
}

.worry-card__title03 {
  background: url(../images/common/worry03.jpg) no-repeat center center/cover;
}

.worry-card__title::after {
  content: "";
  position: absolute;
  width: 15.3px;
  width: 0.95625rem;
  height: 10.3px;
  height: 0.64375rem;
  bottom: 20px;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/worry-arrow.png) no-repeat center center/cover;
}

.worry-card__explain {
  font-weight: 700;
  text-align: center;
  line-height: 1.68;
  color: #00467F;
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .worry-card__title {
    font-size: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
  .worry-card__title::after {
    bottom: 0.875rem;
  }
  .worry-card__copy {
    font-size: 1.125rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .worry-card__explain {
    font-size: 1.125rem;
  }
}
.worry {
  padding-top: 90px;
  padding-top: 5.625rem;
}

.worry__title {
  font-weight: 700;
  color: #00467F;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.18em;
}

.worry__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.worry__item {
  width: calc(33.33333% - 0.91667rem);
}

.worry__item:not(:first-child) {
  margin-left: 22px;
  margin-left: 1.375rem;
}

@media screen and (max-width: 767px) {
  .worry__title {
    font-size: 1.25rem;
  }
  .worry__items {
    display: block;
  }
  .worry__item {
    width: 100%;
  }
  .worry__item:not(:first-child) {
    margin-left: 0;
    margin-top: 1.875rem;
  }
}
/*# sourceMappingURL=styles.css.map */


/*ADD20240515*/
.add_bannerbox{
 max-width: 800px;
 margin: -130px auto 0 auto;
 padding: 0 10px 70px;
 position: relative;
 z-index: 100;
}
.add_bannerbox a:hover{
 opacity: 0.8;
 transition: 0.4s;
}
.add_bannerbox img{
 width: 100%;
}
.add_bannerbox_sp{
 display: none;e
}
@media screen and (max-width: 1180px) {
 .add_bannerbox{
  margin: -10vw auto 0 auto;
 }
}
@media screen and (max-width: 767px) {
 .add_bannerbox{
  display: none;
 }
 .add_bannerbox_sp{
  display: block;
  position: fixed;
  left: 0;
  bottom: 2.5rem;
  width: 100%;
  z-index: 100;
 }
 .add_bannerbox_sp img{
  width: 100%;
 }
}




