@charset "UTF-8";

/* outline
------------------------------*/
.l-page * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

#contents {
  width: 100%;
  min-width: 1040px;
}

#contents_outer #contents {
    padding: 0;
}

/* main
------------------------------*/
.l-page_inner {
    background-color: #fff;
}
.l-page_inner .contents_wid {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.l-page_inner a:hover {
  opacity: .8;
  text-decoration: none;
}
.l-page_inner h2 {
  color: #192169;
  font-weight: 600;
  font-size: 44px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.l-page_inner h2 span {
  display: block;
  padding-top: 2px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: normal;
}
.l-page_inner .btn_com {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  background-color: #010101;
  color: #fff;
  font-size: 18px;
}

/* MV */
.mv_container {
  padding-bottom: 80px;
}

.mv_img_list img {
  width: 1040px;
  padding: 0 20px;
}


.mv_nav_wrap {
  width: 1020px;
  margin: 11px auto 0;
}

.mv_nav_list {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.mv_nav_list .slick-track {
  transform: unset !important;
}
.mv_nav_list li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 200px;
  height: 185px;
  padding-top: 62px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.mv_nav_list li div span {
  display: block;
  color: #192169;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}
.mv_nav_list li div:hover {
  cursor: pointer;
}
.mv_nav_list li:first-of-type div {
  margin-left: 10px;
}
.mv_nav_list li:last-of-type div {
  margin-right: 10px;
}
.mv_nav_list li:not(:first-of-type) div::before {
  position: absolute;
  top: 40px;
  left: -1px;
  z-index: -2;
  width: 1px;
  height: 105px;
  background-color: #cbcbcb;
  content: "";
}
.mv_nav_list li.active div::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 219px;
  height: 185px;
  background-image: url(/images/top/mv_balloon.jpg);
  background-size: cover;
  content: "";
}
.mv_nav_list li.active span {
  color: #d00623;
}

.mv_nav_conditions div span{
  padding-bottom: 11px;
}

.mv_nav_sale div span,
.mv_nav_sold div span {
  padding-bottom: 23px;
}
.mv_nav_review div span,
.mv_nav_assessment div span,
.mv_nav_posted div span {
  padding-bottom: 11px;
}

.mv_buy-sell_list {
  display: flex;
  justify-content: space-between;
  margin-top: 41px;
}
.mv_buy-sell_list li a {
  display: block;
  width: 480px;
  height: 240px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  background-size: cover;
}
.mv_buy-sell_list li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  margin-left: 250px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.mv_buy-sell_list li div span {
  display: block;
  font-weight: 600;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}

.mv_buy-sell_buy a {
  background-image: url(/images/top/mv_buy_bg.jpg);
}
.mv_buy-sell_buy div {
  background-color: rgba(255, 255, 255, .81);
  color: #192169;
  font-size: 18px;
}
.mv_buy-sell_sell a {
  background-image: url(/images/top/mv_sell_bg.jpg);
}
.mv_buy-sell_sell div {
  background-color: rgba(25, 33, 105, .81);
  color: #fff;
  font-size: 17px;
}

/* INSTANT ASSESSMENT */
#assessment-anker {
  padding-top: 30px;
  margin-top: -30px;
}
.assessment_container {
  position: relative;
}
.assessment_container::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50% - 500px + 70px);
  background-image: url(/images/top/assessment_bg.jpg);
  background-position: center;
  background-size: cover;
  content: "";
}
.assessment_container .contents_wid {
  padding: 64px 0 71px 70px;
}

.assessment_form_area {
  margin-top: 38px;
}
.assessment_form_ttl {
  position: relative;
  margin-left: 30px;
  padding-left: 16px;
  color: #000;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 41px;
}
.assessment_form_ttl::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: 34px;
  background-color: #252f81;
  content: "";
}
.uqick-tab {
  margin-left: 30px;
}
.tab-btn__list {
  display: flex;
  justify-content: flex-start;
}

.tab-btn__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 62px;
  background: #fff;
  font-size: 17px;
  color: #252f81;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #252f81;
}

.tab-btn__item:nth-child(1) a {
  border-radius: 6px 0 0 6px;
}
.tab-btn__item:nth-child(3) a {
  border-radius: 0 6px 6px 0;
}

.tab-btn__item a:hover,
.tab-btn__item a.is-active {
  border: 2px solid #252f81;
  border-bottom: none;
  background: #252f81;
  color: #fff;
}

.fs16 {
  font-size: 16px;
}

.tab-cont__list {
  margin: 0 0 10px;
}

.tab-cont__item {
  display: none;
  background: #fff;
  padding: 36px 0;
  position: relative;
  width: 891px;
  height: 266px;
} 

.form__inner {
  display: flex;
  justify-content: space-between;
}

.form__panel {
  width: 283px;
  position: relative;
}

.form-list:not(:last-child) {
  margin: 0 0 14px;;
}

.form-list__title {
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}

.form-list__data {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 17px;
  width: 261px;
}

.form-list__data--label {
  cursor: pointer;
}

.form-list__data--input,
.form-list__data--select select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}

.form-list select::-ms-expand {
  display: none;
}

.form-list__data--select {
  width: 261px;
  height: 40px;
  border: 1px solid #e6e6e6;
  position: relative;
  box-sizing: border-box;
}

.form-list__data--select:after {
  content: "";
  width: 40px;
  height: 40px;
  background: #666;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.form-list__data--select:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 11px;
  right: 14px;
  z-index: 1;
}

.form-list__data--select select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 12px 0;
  color: #333;
  font-size: 17px;
}
.form-list__data--select select.is-empty {
  color: #999;
}
.form-list__data input {
  color: #333;
}

input[type="text"]::placeholder {
  color: #999;
}

.form-list__data--input {
  width: 240px;
  height: 40px;
  border: 1px solid #e6e6e6;
  padding: 0 12px 0;
  box-sizing: border-box;
  font-size: 17px;
  color: #999;
}

.form-list__data--input.wd240 {
  width: 220px;
}
.form-list__data--input.wd120 {
  width: 110px;
}

.form__panel .mb20 { margin: 0 0 42px; }

.form-btn__submit {
  position: absolute;
  bottom: 0;
}

.form-btn__submit a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #D00623;
  width: 260px;
  height: 61px;
  padding: 0 0 0 68px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  border-radius: 6px;
}

.form-btn__submit a:hover {
  opacity: .8;
}


/* MESSAGE */
.message_container {
  position: relative;
  padding: 63px 0 80px;
  background-color: #f6f7ff;
}
.message_container::before,
.message_container::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 500px + 133px);
  height: 570px;
  background-size: cover;
  content: "";
}
.message_container::before {
  left: 0;
  background-image: url(/images/top/message_bg_left.png);
  background-position: right;
}
.message_container::after {
  right: 0;
  background-image: url(/images/top/message_bg_right.png);
  background-position: left;
}
.message_container p {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.88;
  text-align: center;
}
.message_container p:first-of-type {
  margin-top: 32px;
}
.message_container p:not(:first-of-type) {
  margin-top: 35px;
}

/* REASON */
.reason_container {
  position: relative;
  padding: 80px 0 78px;
}

.reason_img_area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50% - 500px + 300px);
}
.reason_img_area::before {
  position: absolute;
  top: 0;
  right: 300px;
  bottom: 0;
  left: 0;
  background-color: #192169;
  content: "";
}
.reason_img_area img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 300px;
  width: 460px;
}
.reason_img_area img:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 513px;
}

.reason_box {
  width: calc(50% - 500px + 1000px);
  margin-left: auto;
  background-color: #f6f7ff;
  position: relative;
}
.reason_box .contents_wid {
  margin-left: 0;
  padding: 60px 0 78px;
}

.reason_list {
  display: flex;
  width: 860px;
  margin: 39px auto 0;
}
.reason_list li {
  position: relative;
  width: 33.3%;
  height: 170px;
  border-right: 1px solid #cbcbcb;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.reason_list li:nth-of-type(1) {
  border-left: 1px solid #cbcbcb;
}
.reason_list li:nth-of-type(1) .reason_txt {
  margin-top: 18px;
}
.reason_list li:nth-of-type(2) .reason_txt,
.reason_list li:nth-of-type(3) .reason_txt {
  margin-top: 6px;
}
.reason_no {
  display: block;
  margin-top: 5px;
  color: #010101;
  font-weight: 600;
  font-size: 29px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}
.reason_txt {
  line-height: 1.5;
}
.reason_emphasis {
  color: #192169;
  font-weight: 700;
  font-size: 18px;
}

/* BLOG～INFORMATION背景 */
.l-page_bg {
  position: relative;
  z-index: 0;
}
.l-page_bg::before {
  clip-path: polygon(0 0, 100% 28.6%, 100% 71.5%, 0% 100%);
  position: absolute;
  top: 1054px;
  right: 0;
  left: 0;
  z-index: -1;
  height: 1258px;
  background-color: #f8f8f8;
  content: "";

  -webkit-clip-path: polygon(0 0, 100% 28.6%, 100% 71.5%, 0% 100%);
}
.l-page_bg::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -2;
  height: 1500px;
  background-color: #fbfbfb;
  content: "";
}

/* BLOG */
.blog_container {
  position: relative;
  z-index: 0;
  padding: 65px 0 65px;
}
.blog_container::before,
.blog_container::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 399px;
  content: "";
}
.blog_container::before {
  background-image: url(/images/top/blog_bg.jpg);
  background-position: center;
  background-size: cover;
}
.blog_container::after {
  background-color: rgba(0, 0, 0, .44);
}
.blog_container h2 {
  color: #fff;
}
.blog_container h2 span {
  color: #fff;
}

.blog_box {
  padding: 32px 30px 40px;
  background-color: #fff;
}
.blog_box:first-of-type {
  margin-top: 36px;
}
.blog_box:not(:first-of-type) {
  margin-top: 40px;
}
.blog_box h3 {
  color: #192169;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}
.blog_box .btn_com {
  width: 280px;
  margin-top: 22px;
}

.blog_list {
  position: relative;
  margin-top: 16px;
}
.blog_list .slick-track {
  display: flex;
  left: -130px;
  float: none;
}
.blog_list .slick-arrow {
  position: absolute;
  top: 119px;
  z-index: 2;
  width: 34px;
  height: 34px;
  margin: auto;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #192169;
  color: transparent;
}
.blog_list .slick-arrow::before {
  position: absolute;
  top: 10px;
  width: 8px;
  height: 15px;
  background-image: url(/images/top/blog_arrow.png);
  background-size: cover;
  color: #fff;
  content: "";
}
.blog_list .slick-arrow.slick-prev {
  left: -17px;
}
.blog_list .slick-arrow.slick-prev::before {
  right: 14px;
}
.blog_list .slick-arrow.slick-next {
  right: -17px;
}
.blog_list .slick-arrow.slick-next::before {
  left: 14px;
  transform: rotate(180deg);
}
.blog_list .slick-arrow:hover {
  opacity: .8;
  cursor: pointer;
}
.blog_card {
  display: block;
  width: 240px;
  margin: 10px 10px;
  padding: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  background-color: #fff;
}
.blog_card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.blog_img {
  width: 100%;
  height: 151px;

  -o-object-fit: cover;
  object-fit: cover;
}
.blog_name {
  display: block;
  margin-top: 6px;
  overflow: hidden;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;

  text-overflow: ellipsis;
}
.blog_txt {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  color: #000;
  font-size: 16px;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* INFORMATION */
.info_container {
  padding-bottom: 80px;
}

.info_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

/*info_inner*/
.info_container .info_inner * {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.info_inner {
  float: left;
  width: 450px;
  box-sizing: border-box;
}
.info_content {
  border: 1px solid #d2d2d2;
  height: 714px;
  box-sizing: border-box;
  padding: 12px 11px 12px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.info_block {
  border-bottom: 2px dotted #cfcfcf;
  padding-bottom: 15px;
  margin-bottom: 25px;

}
.info_block dt {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.info_more_btn a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 50px;
  display: block;
  background: #3a3a3a;
  box-sizing: border-box;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.info_more_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.info_more_btn .btn_com {
  color: #fff !important;
  font-size: 18px !important;
}

.info_right {
  width: 450px;
}
.info_right h3 {
  padding-right: 2px;
  color: #000;
  font-weight: 500;
  font-size: 31px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.info_right h3 span {
  color: #252f81;
  font-family: "Noto Serif JP", serif;
}

.info_facebook_area iframe {
  margin-top: 8px;
}

.info_instagram_area {
  position: relative;
  margin-top: 27px;
}
.info_instagram_area iframe {
  width: 100%;
  height: 330px;
  margin-top: 11px;
  overflow: hidden;
  border: none;
}

.info_instagram_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 117px;
  height: 23px;
  background-color: #252f81;
  color: #fff;
}
.info_instagram_btn:hover {
  color: #fff;
}

.info_mail {
  margin-top: 106px;
}
.info_mail h3 {
  padding-left: 70px;
  color: #192169;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}
.info_mail h3 span {
  position: relative;
}
.info_mail h3 span::before {
  position: absolute;
  top: -50px;
  left: -70px;
  width: 59px;
  height: 106px;
  background-image: url(/images/top/info_mail_img.png);
  background-size: cover;
  content: "";
}
.info_mail ul {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.info_mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 485px;
  height: 84px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  background-color: #192169;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.info_mail_new {
  background-image: url(/images/top/info_mail_new.png);
  background-position: 40px 50%;
  background-size: 24px 27px;
  background-repeat: no-repeat;
}
.info_mail_register {
  background-image: url(/images/top/info_mail_register.png);
  background-position: 40px 50%;
  background-size: 28px 24px;
  background-repeat: no-repeat;
}

.info_posted {
  margin-top: 81px;
}
.info_posted dt {
  text-align: center;
}
.info_posted dt:not(:first-of-type) {
  margin-top: 30px;
}
.info_posted_classy_ttl {
  width: 909px;
}
.info_posted_rinneru_ttl {
  width: 874px;
}
.info_posted dd {
  margin-top: 28px;
}
.info_posted dd img {
  width: 100%;
}

/*line_section
--------------*/
.line_section a {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  display: block;
}
.line_section a:hover {
  opacity: 0.85;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.line_sec_wrap {
  background: url(/images/bg_line.jpg) no-repeat top center;
  height: 450px;
  box-sizing: border-box;
}
.line_sec_inner {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 75px 0 0;
  width: 1000px;
  margin: 0 auto;
}
.line_sec_position {
  position: absolute;
  left: -24px;
}
.line_sec_ttl {
  float: left;
  padding-top: 27px;
  width: 610px;
}
.line_qrcode {
  float: left;
}
.line_3step_list_inner li {
  float: left;
}
.line_3step_list_inner li:first-child {
  padding-left: 23px;
}

/* バリデートの位置調整 */
.form-validation-field-11formError {
  margin-top: -73px !important;
}
.form-validation-field-5formError {
  left: 57px !important;
  margin-top: 20px !important;
}
.form-validation-field-2formError {
  margin-top: -73px !important;
}