@charset "UTF-8";
/************************************************************
 * reset
 ************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a, img {
  border: none;
  vertical-align: top;
}

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

th {
  text-align: left;
  font-weight: normal;
}

body {
  line-height: 1.2;
  -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 105%;
}

ul, ol, li {
  list-style-position: outside;
  vertical-align: bottom;
}

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

/* clearfix */
/************************************************************
 * common style
 ************************************************************/
body, select, textarea, th, td, li, a, input {
  font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','Helvetica','sans-serif';
}

body, select {
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
}

body {
  background-color: #FFFFFF;
}

textarea {
  font-size: 12px;
  line-height: 1.4;
}

/* img hover */
a img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

div, p, table, td, th, dl, dt, dd, ul, ol, li, a, span {
  word-break: break-all;
}

sup {
  vertical-align: top;
}

/************************************************************
 * anchor-link
 ************************************************************/
a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

.cbx_relative {
  position: relative;
}

.cbx_resize input[type='checkbox'] {
  width: 23px;
  height: 23px;
}

.ie .cbx_resize input[type='checkbox'] {
  width: auto;
  height: auto;
}

input[type="text"] {
  padding: 5px;
  border: 1px solid #E6EDE0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input[type='checkbox'],
input[type='radio'] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  outline: none;
  margin-right: 5px;
  cursor: pointer;
  zoom: 1;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled {
  cursor: default;
}

input[type='checkbox'] + label {
  background: url(/edit/assets/suumo/img/sprite/checkbox.png) no-repeat;
  background-position: 0 0;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 30px;
  cursor: pointer;
}

input[type='radio'] + label {
  background: url(/edit/assets/suumo/img/sprite/radiobtn.png) no-repeat;
  background-position: 0 0;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 30px;
  cursor: pointer;
}

input[type='checkbox']:checked + label,
input[type='radio']:checked + label {
  background-position: 0 -100px;
}

input[type='checkbox']:disabled + label,
input[type='radio']:disabled + label {
  background-position: 0 -200px;
  cursor: default;
  color: #CCCCCC;
}
input[type='checkbox']:disabled + label .area_unit-placename,
input[type='radio']:disabled + label .area_unit-placename {
  color: #CCCCCC;
}

input[type='checkbox']:disabled + label + span,
input[type='radio']:disabled + label + span {
  color: #CCCCCC;
}

.ie input[type='checkbox'],
.ie input[type='radio'] {
  opacity: 1;
  filter: alpha(opacity=100);
  position: static;
  outline: none;
  visibility: visible;
}

.ie input[type='checkbox'] + label {
  background: none;
  line-height: 1.4;
  display: inline;
  padding-left: 0;
  *padding-left: 14px;
  cursor: pointer;
  visibility: visible;
}

.ie input[type='radio'] + label {
  background: none;
  line-height: 1.4;
  display: inline;
  padding-left: 0;
  *padding-left: 14px;
  cursor: pointer;
  visibility: visible;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  padding: 7px 7px;
  background-image: url(/edit/assets/suumo/img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding: 7px 20px 7px 7px;
  }
}
.breadcrumb {
  padding: 10px 0;
}
.breadcrumb.breadcrumb--layout {
  margin-top: 10px;
}
.breadcrumb .breadcrumb-inner {
  width: 950px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb-list {
  display: flex;
}

.mv {
  position: relative;
  min-width: 950px;
  height: 666px;
  background: no-repeat center/cover url("/edit/chintai/100mo/img/mv_bg.png");
  color: #595757;
  border-top: 4px solid #6FBA2C;
  box-sizing: border-box;
}
.mv .mv-wrap {
  position: relative;
  width: 950px;
  padding: 108px 0 113px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.mv .mv-wrap::after {
  position: absolute;
  content: "";
  width: 580px;
  height: 491px;
  background: no-repeat center/cover url("/edit/chintai/100mo/img/img_suumo.png");
  right: -98px;
  top: 76px;
}
.mv .mv-title {
  width: 538px;
  height: 0;
  padding-top: 107px;
  background-image: url("/edit/chintai/100mo/img/img_100mo_logo.png");
  background-repeat: no-repeat;
  overflow: hidden;
}
.mv .mv-sub_title {
  width: 454px;
  height: 0;
  padding-top: 94px;
  margin-top: 32px;
  background: no-repeat top left/contain url("/edit/chintai/100mo/img/img_sub_title.png");
  overflow: hidden;
}
.mv .mv-desc {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
.mv .mv-text:not(:first-child) {
  margin-top: 12px;
}
.mv .mv-button {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  padding-top: 18px;
  height: 0;
  overflow: hidden;
  background: no-repeat top left/contain url("/edit/chintai/100mo/img/img_scroll.png");
}
.mv .mv-button:hover {
  opacity: 0.5;
}

.archive_mv {
  position: relative;
  min-width: 950px;
  height: 291px;
  background: no-repeat center/cover url("/edit/chintai/100mo/img/mv_bg_archive.png");
  border-top: 4px solid #6FBA2C;
}
.archive_mv::before {
  position: absolute;
  content: "";
  width: 148px;
  height: 75px;
  background: no-repeat center/cover url("/edit/chintai/100mo/img/img_suumo_archive.png");
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.archive_mv .archive_mv-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.archive_mv .archive_mv-title {
  width: 161px;
  height: 32px;
  margin-top: 80px;
  background-image: url(/edit/chintai/100mo/img/img_100mo_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
}
.archive_mv .archive_mv-sub_title {
  font-size: 52px;
  font-weight: bold;
}
.archive_mv .archive_mv-sub_title_year {
  color: #2C8710;
}

.introduction {
  min-width: 950px;
  background-color: #EEF7E6;
  padding: 32px 0;
}
.introduction .introduction-wrap {
  width: 950px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.introduction .introduction-icon {
  position: relative;
  background-color: #fff;
  width: 273px;
  height: 273px;
  border-radius: 50%;
}
.introduction .introduction-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 214px;
  height: 43px;
  background: no-repeat center/contain url("/edit/chintai/100mo/img/img_100mo_logo.png");
}
.introduction .introduction-desc {
  flex: 1;
  margin-left: 56px;
}
.introduction .introduction-title {
  font-size: 20px;
  color: #2C8710;
  font-weight: bold;
}
.introduction .introduction-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 4px;
}
.introduction .introduction-text_large {
  font-size: 24px;
}
.introduction .introduction-note {
  font-size: 10px;
  margin-top: 20px;
  color: #3F535C;
}

.archive_event {
  min-width: 950px;
  background-color: #EEF7E6;
  padding: 32px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.archive_event .archive_event-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.archive_event .archive_event-list {
  font-size: 20px;
  display: flex;
  gap: 60px;
  line-height: 1;
}
.archive_event .archive_event-list_link {
  color: #333;
}

.contents {
  min-width: 950px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}
.contents.contents--layout01 {
  margin-top: 160px;
}
.contents.contents--layout02 {
  margin-top: 80px;
}
.contents .contents-title {
  position: relative;
  font-size: 48px;
  font-weight: bold;
}
.contents .contents-title::before {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  content: "";
  width: 73px;
  height: 18px;
  background: no-repeat center/contain url("/edit/chintai/100mo/img/img_event.png");
}
.contents .contents-title.contents-title--cases::before {
  background-image: url("/edit/chintai/100mo/img/img_cases.png");
}
.contents .contents-desc {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.6;
}
.contents .contents-note {
  color: #3F535C;
  font-size: 16px;
  margin-top: 16px;
}
.contents .contents-link {
  width: 950px;
  display: flex;
  gap: 24px;
  text-decoration: none;
  margin: 120px auto 0;
  border-top: 1px dashed #B7BEC2;
  border-bottom: 1px dashed #B7BEC2;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
}
.contents .contents-link::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background: no-repeat center/contain url(/edit/chintai/100mo/img/img_arrow.png);
}
.contents .contents-link:hover {
  opacity: .5;
}
.contents .contents-link_image:hover {
  opacity: 1;
}
.contents .contents-link_text_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.contents .contents-link_title {
  font-weight: bold;
  font-size: 22px;
  color: #2C8710;
}
.contents .contents-link_text {
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
}

.event {
  position: relative;
  width: 950px;
  margin: 0 auto;
  padding: 69px 80px 40px;
  background-color: #F3F4F5;
  border-radius: 80px 80px 80px 0;
  box-sizing: border-box;
}
.event.event--layout {
  margin-top: 71px;
}
.event .event-header {
  position: absolute;
  width: 575px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #6FBA2C;
  padding: 20px 0;
  border-radius: 34px;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.event .event-header::before {
  content: "";
  border: 12px solid transparent;
  border-top: 9px solid #6FBA2C;
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.event .event-text {
  font-size: 18px;
  text-align: left;
  line-height: 1.6;
}
.event .event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
  justify-content: center;
  margin-top: 32px;
}
.event .event-caption {
  font-size: 12px;
  color: #3F535C;
  margin-top: 8px;
}

.schedule {
  width: 950px;
  margin: 0 auto;
  padding: 48px 80px 40px;
  background-color: #F3F4F5;
  border-radius: 80px 80px 80px 0;
  box-sizing: border-box;
}
.schedule.schedule--layout {
  margin-top: 40px;
}
.schedule .schedule-icon {
  min-width: 88px;
  padding: 7px 11px;
  font-size: 16px;
  border: 1px solid #CFD4D6;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  color: #3F535C;
  line-height: 1;
}
.schedule .schedule-list {
  padding: 0 67px 0 77px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.schedule .schedule-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.schedule .schedule-item:nth-child(2n+1) {
  width: 420px;
}
.schedule .schedule-text {
  font-size: 18px;
  font-weight: bold;
}
.schedule .schedule-announce {
  font-size: 22px;
  color: #3F535C;
  font-weight: bold;
  background-color: #fff;
  border-radius: 80px;
  padding: 20px 0;
  margin-top: 36px;
}

.case .case-list {
  margin-top: 78px;
}
.case .case-item {
  position: relative;
  width: calc(100% - (50% - (950px / 2)));
  margin-left: 0;
  margin-right: auto;
  padding: 72px 80px 32px calc(50% - (950px / 2) - 32px);
  border-top-right-radius: 80px;
  background-color: rgba(235, 110, 165, 0.05);
  border-left: 32px solid transparent;
  text-align: left;
  box-sizing: border-box;
}
.case .case-item:not(:first-child) {
  margin-top: 78px;
}
.case .case-item::before {
  position: absolute;
  content: "";
  width: 97px;
  height: 62px;
  top: 0;
  transform: translateY(-36%);
  background: no-repeat center/contain url("/edit/chintai/100mo/img/icon_01.png");
}
.case .case-item:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 80px;
  border-radius: 80px 0 0 0;
  padding: 72px calc(50% - (950px / 2) - 32px) 32px 80px;
  border-right: 32px solid transparent;
  border-left: none;
}
.case .case-item:nth-child(2n)::before {
  left: 836px;
}
.case .case-item:nth-child(2) {
  background-color: rgba(231, 204, 0, 0.05);
}
.case .case-item:nth-child(2)::before {
  width: 114px;
  background-image: url("/edit/chintai/100mo/img/icon_02.png");
}
.case .case-item:nth-child(2) .case-title::before {
  content: url("/edit/chintai/100mo/img/icon_dq_start_yellow.png");
}
.case .case-item:nth-child(2) .case-title::after {
  content: url("/edit/chintai/100mo/img/icon_dq_finish_yellow.png");
}
.case .case-item:nth-child(3) {
  background-color: rgba(142, 197, 74, 0.05);
}
.case .case-item:nth-child(3)::before {
  width: 113px;
  background-image: url("/edit/chintai/100mo/img/icon_03.png");
}
.case .case-item:nth-child(3) .case-title::before {
  content: url("/edit/chintai/100mo/img/icon_dq_start_green.png");
}
.case .case-item:nth-child(3) .case-title::after {
  content: url("/edit/chintai/100mo/img/icon_dq_finish_green.png");
}
.case .case-item:nth-child(4) {
  background-color: rgba(46, 167, 224, 0.05);
}
.case .case-item:nth-child(4)::before {
  width: 115px;
  background-image: url("/edit/chintai/100mo/img/icon_04.png");
  left: 835px;
}
.case .case-item:nth-child(4) .case-title::before {
  content: url("/edit/chintai/100mo/img/icon_dq_start_blue.png");
}
.case .case-item:nth-child(4) .case-title::after {
  content: url("/edit/chintai/100mo/img/icon_dq_finish_blue.png");
}
.case .case-title {
  font-size: 22px;
  font-weight: bold;
}
.case .case-title.case-title--square_bracket_before::before {
  padding-right: 2px;
}
.case .case-title.case-title--square_bracket_after::after {
  padding-left: 2px;
}
.case .case-title::before {
  content: url("/edit/chintai/100mo/img/icon_dq_start_pink.png");
  padding-right: 10px;
}
.case .case-title::after {
  content: url("/edit/chintai/100mo/img/icon_dq_finish_pink.png");
  padding-left: 10px;
}
.case .case-title_indent {
  margin-top: 4px;
  display: inline-block;
}
.case .case-desc {
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.8;
}
.case .case-link {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #333;
  margin-top: 24px;
  padding-right: 24px;
  background: no-repeat right center/18px 18px url("/edit/chintai/100mo/img/icon_link.png");
}
.case .case-link:hover {
  opacity: .5;
  text-decoration: none;
}
.case .case-link.is-disabled {
  pointer-events: none;
  text-decoration: none;
  background: none;
}
.case .case-update {
  font-size: 12px;
  color: #3F535C;
  margin-top: 12px;
  line-height: 1;
}

.summary {
  min-width: 950px;
  border-top: 4px solid #6FBA2C;
}
.summary.summary--layout {
  margin-top: 160px;
}
.summary .summary-wrap {
  width: 950px;
  font-weight: bold;
  padding-top: 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.summary .summary-img {
  display: block;
  margin: 0 auto;
}
.summary .summary-text {
  text-align: center;
  font-size: 18px;
  color: #595757;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 40px;
  line-height: 1.6;
}
.summary .summary-back_top_link {
  display: block;
  margin: 48px auto 0;
  text-decoration: none;
  font-size: 20px;
  color: #2C8710;
  border: 2px solid #6FBA2C;
  padding: 18px 20px;
  width: 362px;
  border-radius: 34px;
  box-sizing: border-box;
  text-align: center;
}
.summary .summary-back_top_link:hover {
  opacity: .5;
}
.summary .summary-note {
  margin-top: 80px;
  font-size: 12px;
  color: #666;
}
.summary .summary-link:link {
  color: #0066CC;
}
