@charset "UTF-8";
/**
 * Base Font Size
 */
.standard .stTitle {
  margin: 0 auto 72px;
  display: flex;
  justify-content: center;
  max-width: 586px;
}
@media screen and (max-width: 1024px) {
  .standard .stTitle {
    max-width: 480px;
  }
}
@media screen and (max-width: 575px) {
  .standard .stTitle {
    margin: 0 32px 40px;
  }
}
.standard .stTitle img {
  width: auto;
  max-width: 100%;
}
.standard .stVideo {
  margin: 0 auto 72px;
  max-width: 736px;
}
@media screen and (max-width: 768px) {
  .standard .stVideo {
    max-width: calc(100% - 32px);
    margin: 8.203125vw 16px;
  }
}
.standard .stVideo .ytVideoPlayer {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9アスペクト比 */
  height: 0;
  overflow: hidden;
}
.standard .stVideo .ytVideoPlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.standard .stList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 96px;
  margin: 0 17.7777777778vw 72px;
}
@media screen and (max-width: 1024px) {
  .standard .stList {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 4.4444444444vw 72px;
  }
}
.standard .stList .stListItem {
  border-bottom: 1px solid #333333;
  padding-bottom: 1rem;
}
.standard .stList .stListItem .stLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  transition: all 0.3s;
  text-decoration: none;
}
.standard .stList .stListItem .stLink .stLinkText {
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .standard .stList .stListItem .stLink .stLinkText {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .standard .stList .stListItem .stLink .stLinkText {
    font-size: 1.125rem;
  }
}
.standard .stList .stListItem .stLink .stLinkIcon {
  border-radius: 50%;
  border: 1px solid #333333;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.standard .stList .stListItem .stLink .stLinkIcon::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translateY(-25%) rotate(135deg);
}
.standard .stList .stListItem .stLink.pageLink .stLinkIcon::after {
  transform: translateX(-25%) rotate(45deg);
}
.standard .stList .stListItem .stLink:hover .stLinkIcon {
  border: 1px solid #ffffff;
  background-color: #333333;
  transition: all 0.3s;
}
.standard .stList .stListItem .stLink:hover .stLinkIcon::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.standard .stCaption {
  margin: 0 auto;
  text-align: center;
  font-size: 0.875rem;
  color: #333333;
  padding: 0 16px;
}
.standard .logoBox .img {
  max-width: 340px;
}

[pcbr] {
  display: block;
}
@media screen and (max-width: 768px) {
  [pcbr] {
    display: none;
  }
}

.bg-transparent {
  background-color: transparent;
}

.bg-red {
  background-color: #E6181C;
}

.bg-yellow {
  background-color: #FFF4C6;
}

.bg-gray {
  background-color: #F6F6F6;
}

.bg-dark-gray {
  background-color: #444444;
}

.bg-dark-blue {
  background-color: #15548C;
}

.bg-blue {
  background-color: #1F7CCD;
}

.bg-white {
  background-color: white;
}

.title-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.4;
}
.title-set.horizontal {
  flex-direction: row;
}
.title-set.baseline {
  align-items: baseline;
}
.title-set .title-x-s {
  font-size: calc(18 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .title-set .title-x-s {
    font-size: calc(14 * 1rem / 16);
  }
}
.title-set .title-s {
  font-size: calc(28 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .title-set .title-s {
    font-size: calc(16 * 1rem / 16);
  }
}
.title-set .title-m {
  font-size: calc(32 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .title-set .title-m {
    font-size: calc(24 * 1rem / 16);
  }
}
.title-set .title-l {
  font-size: calc(48 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .title-set .title-l {
    font-size: calc(28 * 1rem / 16);
  }
}
.title-set .title-xl {
  font-size: calc(58 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .title-set .title-xl {
    font-size: calc(30 * 1rem / 16);
  }
}
@media screen and (max-width: 768px) {
  .title-set .sp-title-x-s {
    font-size: calc(14 * 1rem / 16);
  }
}
@media screen and (max-width: 768px) {
  .title-set .sp-title-s {
    font-size: calc(16 * 1rem / 16);
  }
}
@media screen and (max-width: 768px) {
  .title-set .sp-title-r {
    font-size: calc(18 * 1rem / 16);
  }
}
@media screen and (max-width: 768px) {
  .title-set .sp-title-m {
    font-size: calc(24 * 1rem / 16);
  }
}
@media screen and (max-width: 768px) {
  .title-set .sp-title-l {
    font-size: calc(28 * 1rem / 16);
  }
}
@media screen and (max-width: 768px) {
  .title-set .sp-title-xl {
    font-size: calc(30 * 1rem / 16);
  }
}
@media screen and (max-width: 768px) {
  .title-set .sp-title-xxl {
    font-size: calc(32 * 1rem / 16);
  }
}
.title-set.underline::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #E6181C;
  margin-top: 16px;
}

p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  p {
    font-size: calc(14 * 1rem / 16);
  }
}

.line-height-140 {
  line-height: 1.4;
}

.line-height-160 {
  line-height: 1.6;
}

.line-height-180 {
  line-height: 1.8;
}

.font-size-mega {
  font-size: calc(58 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .font-size-mega {
    font-size: calc(48 * 1rem / 16);
  }
}

.font-size-xx-large {
  font-size: calc(40 * 1rem / 16);
}

.font-size-x-large {
  font-size: calc(32 * 1rem / 16);
}

.font-size-large {
  font-size: calc(24 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .font-size-large {
    font-size: calc(18 * 1rem / 16);
  }
}

.font-size-middle {
  font-size: calc(18 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .font-size-middle {
    font-size: calc(16 * 1rem / 16);
  }
}

.font-size-regular {
  font-size: calc(16 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .font-size-regular {
    font-size: calc(14 * 1rem / 16);
  }
}

.font-size-small {
  font-size: calc(14 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .font-size-small {
    font-size: calc(13 * 1rem / 16);
  }
}

.font-size-x-small {
  font-size: calc(12 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .font-size-x-small {
    font-size: calc(10 * 1rem / 16);
  }
}

.font-size-90x {
  font-size: 0.9em;
}

.font-size-8125x {
  font-size: 0.8125em;
}

.font-size-50x {
  font-size: 0.5em;
}

@media screen and (max-width: 768px) {
  .sp-font-size-x-large {
    font-size: calc(32 * 1rem / 16);
  }
}

@media screen and (max-width: 768px) {
  .sp-font-size-large {
    font-size: calc(24 * 1rem / 16);
  }
}

@media screen and (max-width: 768px) {
  .sp-font-size-middle {
    font-size: calc(18 * 1rem / 16);
  }
}

@media screen and (max-width: 768px) {
  .sp-font-size-regular {
    font-size: calc(14 * 1rem / 16);
  }
}

@media screen and (max-width: 768px) {
  .sp-font-size-small {
    font-size: calc(12 * 1rem / 16);
  }
}

.font-family-sans-serif {
  font-family: "Noto Sans JP", sans-serif;
}

.font-family-serif {
  font-family: "Noto Serif JP", serif;
}

.font-family-inter {
  font-family: Inter, sans-serif;
}

.font-family-roboto {
  font-family: "Roboto", sans-serif;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-medium {
  font-weight: 500;
}

.font-color-red {
  color: #E6181C;
}

.font-color-cyan {
  color: #4AA3D5;
}

.font-color-white {
  color: white;
}

a {
  color: #E6181C;
}
a:hover {
  color: rgb(184, 19.2, 22.4);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sp-text-center {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sp-text-right {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .sp-text-left {
    text-align: left;
  }
}

.default-margin {
  margin: 80px auto;
}

.margin-none {
  margin: 0;
}

.default-padding {
  padding: 80px 16px;
}
@media screen and (max-width: 768px) {
  .default-padding {
    padding: 40px 16px;
  }
}

.padding-40 {
  padding: 40px 16px;
}

.padding-60 {
  padding: 60px 16px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .sp-padding-40 {
    padding: 40px 16px;
  }
}

@media screen and (max-width: 768px) {
  .sp-padding-16 {
    padding: 16px;
  }
}

.border-radius.radius-10 {
  border-radius: 10px;
}
.border-radius.radius-20 {
  border-radius: 20px;
}

.flex-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .flex-contents {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .flex-contents.horizontal {
    flex-direction: row;
  }
}
@media screen and (max-width: 575px) {
  .flex-contents.horizontal {
    flex-direction: row;
  }
}
.flex-contents.vertical {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .flex-contents.vertical {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .flex-contents.vertical {
    flex-direction: column;
  }
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .sp-flex-start {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .sp-flex-center {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .sp-flex-end {
    justify-content: flex-end;
  }
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.self-end {
  align-self: flex-end;
}

.gap-6 {
  gap: 6px;
}

.pc-gap-6 {
  gap: 6px;
}

.gap-8 {
  gap: 8px;
}

.pc-gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.pc-gap-10 {
  gap: 10px;
}

.gap-16 {
  gap: 16px;
}

.pc-gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.pc-gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.pc-gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.pc-gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

.pc-gap-40 {
  gap: 40px;
}

.gap-60 {
  gap: 60px;
}

.pc-gap-60 {
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .sp-gap-6 {
    gap: 6px;
  }
}

@media screen and (max-width: 768px) {
  .sp-gap-8 {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .sp-gap-10 {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sp-gap-16 {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .sp-gap-20 {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sp-gap-24 {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .sp-gap-32 {
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .sp-gap-40 {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sp-gap-60 {
    gap: 60px;
  }
}

.grid-contents {
  display: grid;
}
.grid-contents.pc-grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-contents.pc-grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-contents.pc-grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-contents.pc-grid-row-2 {
  grid-template-rows: repeat(2, 1fr);
}
.grid-contents.pc-grid-row-3 {
  grid-template-rows: repeat(3, 1fr);
}
.grid-contents.pc-grid-row-4 {
  grid-template-rows: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .grid-contents.sp-grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-contents.sp-grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-contents.sp-grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-contents.sp-grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-contents.sp-grid-row-1 {
    grid-template-rows: repeat(1, 1fr);
  }
  .grid-contents.sp-grid-row-2 {
    grid-template-rows: repeat(2, 1fr);
  }
  .grid-contents.sp-grid-row-3 {
    grid-template-rows: repeat(3, 1fr);
  }
  .grid-contents.sp-grid-row-4 {
    grid-template-rows: repeat(4, 1fr);
  }
}
.grid-contents .pc-col-1 {
  grid-column: 1/2;
}
.grid-contents .pc-col-2 {
  grid-column: 2/3;
}
.grid-contents .pc-col-3 {
  grid-column: 3/4;
}
.grid-contents .pc-col-4 {
  grid-column: 4/5;
}
.grid-contents .pc-col-1-2 {
  grid-column: 1/3;
}
.grid-contents .pc-col-2-3 {
  grid-column: 2/4;
}
.grid-contents .pc-col-3-4 {
  grid-column: 3/5;
}
.grid-contents .pc-row-1 {
  grid-row: 1/2;
}
.grid-contents .pc-row-2 {
  grid-row: 2/3;
}
.grid-contents .pc-row-3 {
  grid-row: 3/4;
}
.grid-contents .pc-row-4 {
  grid-row: 4/5;
}
.grid-contents .pc-row-1-2 {
  grid-row: 1/3;
}
.grid-contents .pc-row-2-3 {
  grid-row: 2/4;
}
.grid-contents .pc-row-3-4 {
  grid-row: 3/5;
}
@media screen and (max-width: 768px) {
  .grid-contents .sp-col-1 {
    grid-column: 1/2;
  }
  .grid-contents .sp-col-2 {
    grid-column: 2/3;
  }
  .grid-contents .sp-col-3 {
    grid-column: 3/4;
  }
  .grid-contents .sp-col-4 {
    grid-column: 4/5;
  }
  .grid-contents .sp-col-1-2 {
    grid-column: 1/3;
  }
  .grid-contents .sp-col-2-3 {
    grid-column: 2/4;
  }
  .grid-contents .sp-col-3-4 {
    grid-column: 3/5;
  }
  .grid-contents .sp-row-1 {
    grid-row: 1/2;
  }
  .grid-contents .sp-row-2 {
    grid-row: 2/3;
  }
  .grid-contents .sp-row-3 {
    grid-row: 3/4;
  }
  .grid-contents .sp-row-4 {
    grid-row: 4/5;
  }
  .grid-contents .sp-row-1-2 {
    grid-row: 1/3;
  }
  .grid-contents .sp-row-2-3 {
    grid-row: 2/4;
  }
  .grid-contents .sp-row-3-4 {
    grid-row: 3/5;
  }
}

.pc-order-1 {
  order: 1;
}

.pc-order-2 {
  order: 2;
}

.pc-order-3 {
  order: 3;
}

.pc-order-4 {
  order: 4;
}

@media screen and (max-width: 768px) {
  .sp-order-1 {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .sp-order-2 {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .sp-order-3 {
    order: 3;
  }
}

@media screen and (max-width: 768px) {
  .sp-order-4 {
    order: 4;
  }
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

@media screen and (max-width: 768px) {
  .sp-position-static {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .sp-position-relative {
    position: relative;
  }
}

/**
 * 継承スタイル
 */
small {
  font-weight: inherit;
}

.mainVisual {
  position: relative;
  overflow: hidden;
}

.modelHouseLink {
  background-color: #F6F6F6;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .modelHouseLink {
    padding: 16px;
  }
}
.modelHouseLink .horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 20px;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modelHouseLink .horizontal {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr max-content;
  }
}
.modelHouseLink .horizontal .horizontalLeft {
  order: 1;
}
.modelHouseLink .horizontal .horizontalRight {
  order: 2;
}
.modelHouseLink .horizontal .img img {
  width: 100%;
}
.modelHouseLink .horizontal .text {
  background-color: #ffffff;
  padding: 30px;
}
.modelHouseLink .horizontal .text .title {
  color: #E6181C;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.modelHouseLink .horizontal .text .p {
  margin-bottom: 1rem;
}
.modelHouseLink .horizontal .text .alignCenter {
  text-align: center;
}
.modelHouseLink .horizontal .vertical {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modelHouseLink .horizontal .linkBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .modelHouseLink .horizontal .linkBox {
    width: 100%;
  }
}
.modelHouseLink .horizontal .linkBox .linkBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid #333333;
  padding: 24px 64px;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 575px) {
  .modelHouseLink .horizontal .linkBox .linkBtn {
    padding: 18px 24px;
    width: 100%;
  }
}
.modelHouseLink .horizontal .linkBox .linkBtn .linkBtnText {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .modelHouseLink .horizontal .linkBox .linkBtn .linkBtnText {
    font-size: 1rem;
  }
}
.modelHouseLink .horizontal .linkBox .linkBtn .linkBtnText br {
  display: none;
}
@media screen and (max-width: 575px) {
  .modelHouseLink .horizontal .linkBox .linkBtn .linkBtnText br {
    display: block;
  }
}
.modelHouseLink .horizontal .linkBox .linkBtn::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translateX(10px) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .modelHouseLink .horizontal .linkBox .linkBtn::after {
    position: absolute;
    right: 50px;
  }
}
.modelHouseLink .horizontal .linkBox .linkBtn:hover {
  color: #ffffff;
  background-color: #333333;
  transition: all 0.3s;
}
.modelHouseLink .horizontal .linkBox .linkBtn:hover::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translateX(12px) rotate(45deg);
}

.section {
  padding: 60px 0;
}

.banner-area {
  max-width: 1120px;
  margin: 0 auto;
}
.banner-area a {
  transition: all 0.3s ease;
}
.banner-area a:hover {
  opacity: 0.7;
}

.return-top {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .return-top {
    margin-bottom: 24px;
  }
}
.return-top a {
  display: flex;
  color: #333;
}
.return-top a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/assets/flood_damage/img/return-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.return-top a:hover {
  color: #000;
}

/*# sourceMappingURL=fd_common_style.css.map */
