@charset "UTF-8";
/* ==================================================
	トップページ
================================================== */
/*---------------------------------
  メインビジュアル
---------------------------------*/
#wrapper .top_mainv {
  position: relative;
}
#wrapper .top_mainv_box .top_mainv_wrap {
  border-radius: 5px;
  background-color: #fff;
}
#wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  position: relative;
  text-align: center;
}
#wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn a::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn .top_mainv_catalog a {
  background-color: #00a7ab;
  color: #fff;
}
#wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn .top_mainv_catalog a::before {
  background-image: url("../img/common/icon_catalog.png");
}
#wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn .top_mainv_estimate a {
  background-color: #ffee03;
  color: #2e3638;
}
#wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn .top_mainv_estimate a::before {
  background-image: url("../img/common/icon_estimate.png");
}
@media screen and (min-width: 768px), print {
  #wrapper .top_mainv_box {
    width: 550px !important;
    position: absolute;
    margin-right: 50px;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
  }
  #wrapper .top_mainv_box .top_mainv_wrap {
    padding: 15px 20px 20px;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_logo {
    width: 282px !important;
    margin-bottom: 15px;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_thum {
    flex: 0 0 149px;
    width: 149px;
    margin: 0 auto 15px;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_text {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn a {
    border-radius: 21px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 42px;
    transition: opacity 0.3s;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn a::before {
    width: 22px;
    height: 22px;
    left: 14px;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn a:hover {
    opacity: 0.75;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn .top_mainv_catalog {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .top_mainv_box {
    padding: 15px;
    background-color: #00a7ab;
  }
  #wrapper .top_mainv_box .top_mainv_wrap {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 10px;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_thum {
    width: 100px;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_inner {
    width: calc(100% - 110px);
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_logo {
    width: 160px;
    margin-bottom: 5px;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_text {
    margin-bottom: 5px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn a {
    border-radius: 14px;
    line-height: 28px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn a::before {
    width: 16px;
    height: 16px;
    left: 10px;
  }
  #wrapper .top_mainv_box .top_mainv_wrap .top_mainv_btn .top_mainv_catalog {
    margin-bottom: 5px;
  }
}

/*---------------------------------
  基本情報
---------------------------------*/
#wrapper .top_info .top_info_title {
  font-weight: 700;
  color: #00a7ab;
}
#wrapper .top_info .top_info_list {
  width: 100%;
}
#wrapper .top_info .top_info_list li {
  display: flex;
}
#wrapper .top_info .top_info_list li:nth-child(n+2) {
  margin-top: 5px;
}
#wrapper .top_info .top_info_list li h5 {
  flex: 0 0 15em;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #00a7ab;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
#wrapper .top_info .top_info_list li > div {
  flex: 1 0 0%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  padding: 5px 1em;
  text-align: center;
}
#wrapper .top_info .top_info_list li .top_info_list_row {
  flex: 1 0 auto;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  padding: 0;
  align-items: stretch;
  gap: 3px;
}
#wrapper .top_info .top_info_list li .top_info_list_row > * {
  background-color: #f9f9f9;
  display: grid;
  place-items: center;
}
#wrapper .top_info .top_info_list li .top_info_list_row p {
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper .top_info .top_info_list li .top_info_list_row ul {
  display: flex;
  width: 100%;
  border-top: 3px solid #fff;
}
#wrapper .top_info .top_info_list li .top_info_list_row li {
  flex: 1 0 0%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 5px;
}
#wrapper .top_info .top_info_list li .top_info_list_row li:nth-child(n+2) {
  margin-top: 0;
  position: relative;
}
#wrapper .top_info .top_info_list li .top_info_list_row li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #fff;
}
#wrapper .top_info .top_info_attachment {
  margin-top: 30px;
}
#wrapper .top_info .top_info_attachment .img {
  margin-bottom: 20px;
}
#wrapper .top_info .top_info_attachment h3 {
  color: #00a7ab;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}
#wrapper .top_info .top_info_attachment ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
#wrapper .top_info .top_info_attachment li {
  flex: 0 0 auto;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3333;
}
#wrapper .top_info .top_info_attachment li::first-letter {
  color: #00a7ab;
}
#wrapper .top_info .top_info_attachment li span {
  display: inline-block;
  text-indent: 0;
  padding-left: 0;
}
#wrapper .top_info .top_info_attachment .top_attachment_title {
  font-weight: bold;
}
#wrapper .top_info .top_info_attachment .top_attachment_value {
  font-weight: bold;
  color: #d00;
  line-height: 1.3;
}
#wrapper .top_info .top_info_attachment .top_attachment_value strong {
  font-size: 26px;
  font-size: 1.625rem;
}
#wrapper .top_info .top_info_notes .notes-icon {
  position: relative;
}
#wrapper .top_info .top_info_notes .notes-icon span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#wrapper .top_info .top_info_notes a {
  color: #00a7ab;
  text-decoration: underline;
}
#wrapper .top_info .top_info_movie {
  margin-top: 60px;
}
#wrapper .top_info .top_info_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  #wrapper .top_info {
    padding-top: 30px;
    margin-bottom: 150px;
  }
  #wrapper .top_info .top_info_title {
    margin-bottom: 20px;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.3157894737;
  }
  #wrapper .top_info .top_info_list {
    margin-bottom: 15px;
  }
  #wrapper .top_info .top_info_list li h5 {
    min-height: 48px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.125;
  }
  #wrapper .top_info .top_info_list li > div {
    min-height: 53px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.125;
  }
  #wrapper .top_info .top_info_list li > div img {
    width: 28px;
  }
  #wrapper .top_info .top_info_list li .top_info_list_row :is(p, ul) {
    box-sizing: border-box;
    min-height: 53px;
  }
  #wrapper .top_info .top_info_notes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #wrapper .top_info .top_info_notes li {
    margin-right: 1em;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #wrapper .top_info .top_info_notes li.notes-icon {
    padding-left: 2em;
  }
  #wrapper .top_info .top_info_notes li.notes-icon span {
    width: 20px;
  }
  #wrapper .top_info .top_info_notes li:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .top_info {
    padding-top: 15px;
  }
  #wrapper .top_info .top_info_title {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
  }
  #wrapper .top_info .top_info_list li {
    display: block;
    margin-bottom: 10px;
  }
  #wrapper .top_info .top_info_list li h5 {
    min-height: 23px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2.0909090909;
    letter-spacing: 0;
    white-space: nowrap;
  }
  #wrapper .top_info .top_info_list li > div {
    min-height: 46px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1666666667;
  }
  #wrapper .top_info .top_info_list li > div img {
    width: 24px;
  }
  #wrapper .top_info .top_info_list li .top_info_list_row {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 5px 3px;
  }
  #wrapper .top_info .top_info_list li .top_info_list_row p {
    padding-block: 12px;
  }
  #wrapper .top_info .top_info_list li .top_info_list_row li {
    display: flex;
    padding-block: 12px;
    margin-bottom: 0;
  }
  #wrapper .top_info .top_info_attachment .img {
    margin-bottom: 15px;
  }
  #wrapper .top_info .top_info_attachment h3 {
    margin-bottom: 15px;
    line-height: 1.3333;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #wrapper .top_info .top_info_attachment h3 span {
    display: inline-block;
  }
  #wrapper .top_info .top_info_attachment ul {
    flex-direction: column;
  }
  #wrapper .top_info .top_info_notes {
    margin-bottom: 30px;
  }
  #wrapper .top_info .top_info_notes li {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #wrapper .top_info .top_info_notes li.notes-icon {
    padding-left: 1.5em;
  }
  #wrapper .top_info .top_info_notes li.notes-icon span {
    width: 10px;
  }
  #wrapper .top_info .top_info_movie {
    margin: 30px -20px 0;
  }
}

/*---------------------------------
  リンク集
---------------------------------*/
#wrapper .top_section header {
  background-color: #ededed;
}
#wrapper .top_section header .top_section_title {
  font-weight: 700;
  color: #00a7ab;
}
#wrapper .top_section header .top_section_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #00a7ab;
  height: 50px;
  position: relative;
  text-align: center;
  line-height: 1.3333;
  color: #fff;
}
#wrapper .top_section header .top_section_btn a::after {
  content: "";
  display: block;
  background: url("../img/common/icon_arrow_white.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#wrapper .top_section header .top_section_btn a > span span {
  display: inline-block;
}
#wrapper .top_section .top_section_list li a {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  font-weight: 700;
  color: #2e3638;
}
#wrapper .top_section .top_section_list li a::after {
  content: "";
  display: block;
  background: url("../img/common/icon_arrow_circle.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#wrapper .top_section .top_section_list li a p {
  box-sizing: border-box;
}
#wrapper .top_section .top_section_list li a p .sml {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
}
@media screen and (min-width: 768px), print {
  #wrapper .top_section {
    margin-bottom: 50px;
  }
  #wrapper .top_section:last-child {
    margin-bottom: 60px;
  }
  #wrapper .top_section header {
    padding: 50px 0 65px;
  }
  #wrapper .top_section header .content_inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  #wrapper .top_section header .top_section_title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.3157894737;
  }
  #wrapper .top_section header .top_section_btn {
    width: 330px;
  }
  #wrapper .top_section header .top_section_btn a {
    font-size: 16px;
    font-size: 1rem;
    transition: opacity 0.3s;
  }
  #wrapper .top_section header .top_section_btn a:hover {
    opacity: 0.75;
  }
  #wrapper .top_section header .top_section_btn a::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
  #wrapper .top_section .top_section_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -22px;
  }
  #wrapper .top_section .top_section_list li {
    width: 594px;
    margin-bottom: 15px;
  }
  #wrapper .top_section .top_section_list li a {
    height: 120px;
    border: 2px solid #00a7ab;
    transition: background 0.3s;
  }
  #wrapper .top_section .top_section_list li a::after {
    width: 20px;
    height: 20px;
    right: 23px;
  }
  #wrapper .top_section .top_section_list li a div {
    width: 295px;
    transition: opacity 0.3s;
  }
  #wrapper .top_section .top_section_list li a div + p {
    width: 295px;
  }
  #wrapper .top_section .top_section_list li a p {
    padding: 0 55px 0 20px !important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  #wrapper .top_section .top_section_list li a:hover {
    background-color: #c8e0e5;
  }
  #wrapper .top_section .top_section_list li a:hover div {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .top_section {
    margin-bottom: 40px;
  }
  #wrapper .top_section header {
    padding: 15px 0 17vw;
  }
  #wrapper .top_section header .top_section_title {
    margin-bottom: 5px;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
  }
  #wrapper .top_section header .top_section_btn {
    width: 210px;
    margin: 0 auto;
  }
  #wrapper .top_section header .top_section_btn a {
    padding: 0 23px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.3333 !important;
  }
  #wrapper .top_section header .top_section_btn a::after {
    width: 6px;
    height: 6px;
    right: 8px;
  }
  #wrapper .top_section .top_section_list {
    margin-top: -12vw;
  }
  #wrapper .top_section .top_section_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  #wrapper .top_section .top_section_list li a {
    border: 1px solid #00a7ab;
  }
  #wrapper .top_section .top_section_list li a::after {
    width: 12px;
    height: 12px;
    right: 15px;
  }
  #wrapper .top_section .top_section_list li a p {
    width: 60% !important;
    padding: 0 30px 0 10px !important;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.25;
  }
  #wrapper .top_section .top_section_list li a p .sml {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #wrapper .top_section .top_section_list li a p .sml:nth-child(n+2) {
    display: inline-block;
  }
  #wrapper .top_section .top_section_list li a:not(:has(img)) {
    height: 53px;
  }
  #wrapper .top_section .top_section_list li a:not(:has(img)) p {
    width: 100% !important;
  }
  #wrapper .top_section .top_section_list li div {
    width: 40% !important;
    align-self: stretch;
  }
  #wrapper .top_section .top_section_list li div img {
    aspect-ratio: 590/232;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}