@charset "utf-8";

/* ============================================
cmn_parts
============================================ */
#main_contents {
  padding-top: 115px;
}

/* inner */
.mod_inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.mod_inner:after {
  content: "";
  display: block;
  clear: both;
}

.mod_order {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.mod_order:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 1366px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10000px;
  right: -10000px;
  margin: 0 auto;
  background: #0c4a9d url(../img/order_bg.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.mod_order_hl {
  margin-bottom: -40px;
  padding-left: 24px;
  text-align: center;
}

.mod_order_list {
  margin-bottom: 5px;
  padding-left: 10px;
  text-align: center;
}

.mod_order_message {
  margin-bottom: 40px;
  text-align: center;
}

.mod_construction {
  margin: 0 -20px 50px;
  padding: 30px 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.mod_construction > li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}

.mod_construction_title {
  margin-bottom: 10px;
  height: 28px;
}

.mod_construction_button {
  margin-bottom: 10px;
}
.mod_construction_button img {
  display: block;
}

.mod_construction_arrow {
  margin-bottom: 10px;
}

.mod_construction_text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6667;
}

.mod_heading {
  position: relative;
  padding: 30px 10px 82px;
  text-align: center;
  background: #0c4a9d url(../img/heading_bg.jpg) repeat-y left top;
  background-size: 100% auto;
}

.mod_heading:before,
.mod_heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 38px;
  background-color: #fff;
  width: 10000px;
}

.mod_heading_text:before {
  content: "";
  display: block;
  width: 355px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: -10000px;
  right: -10000px;
  margin: 0 auto;
  background: url(../img/heading_arrow.png) no-repeat left top;
  background-size: 100% 100%;
}

.mod_heading:before {
  right: 50%;
  transform: translateX(-120px);
}

.mod_heading:after {
  left: 50%;
  transform: translateX(120px);
}

.mod_heading.myhome .mod_heading_text:before {
  background-image: url(../img/heading_arrow_myhome.png);
}

.mod_heading.myhome:before,
.mod_heading.myhome:after {
  background-color: #ddf5ff;
}

.mod_title {
  margin-bottom: 17px;
  padding-bottom: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.428;
  letter-spacing: 0.1em;
  color: #00324b;
  background: url(../img/select_border.png) no-repeat left bottom;
}

.mod_title img {
  position: absolute;
  margin-left: 10px;
  margin-top: -5px;
}

.mod_title.small {
  font-size: 25px;
  line-height: 1.6;
}

/* ============================================
header
============================================ */
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  height: 115px;
}

#header .mod_inner {
  display: table;
}

#header .logo {
  width: 68%;
  display: table-cell;
  vertical-align: middle;
}

#header .logo img {
  width: 128px;
  display: inline-block;
  vertical-align: middle;
}

#header .txt {
  font-size: 18px;
  font-weight: bold;
  color: #3f3f3f;
  letter-spacing: 5.5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
}

#header .tel {
  width: 32%;
  display: table-cell;
  vertical-align: middle;
}

/* ============================================
footer
============================================ */
#footer {
  padding: 39px 0 20px;
  color: #fff;
  background: #0086cd url(../img/footer_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

#footer .info {
  width: 612px;
  margin: 0 auto 45px;
}

#footer .info tr {
  position: relative;
}

#footer .info tr::after {
  position: absolute;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(173, 217, 240, 1) 0%,
    rgba(19, 130, 188, 0) 100%
  );

  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2px;
}

#footer .info th,
#footer .info td {
  padding: 30px 0 9px;
}

#footer .info tr:first-child th,
#footer .info tr:first-child td {
  padding-top: 0;
}

#footer .info th {
  width: 160px;
  text-align: center;
  letter-spacing: 0.2em;
}

#footer .info th > span {
  display: inline-block;
  min-width: 5em;
  text-align: left;
}

#footer .info td {
  letter-spacing: 0.15em;
}

#footer .link {
  margin-bottom: 30px;
  text-align: center;
}

#footer .copy {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

/* ============================================
keyvisual
============================================ */
.keyvisual {
  position: relative;
  text-align: center;
  background: url(../img/kv_bg_pc.jpg) no-repeat center center;
  background-size: cover !important;
  z-index: 10;
}

.keyvisual .hl_txt {
  padding-top: 48px;
}

.keyvisual .list01 {
  margin-top: 6px;
  overflow: hidden;
}

.keyvisual .list01 li {
  float: left;
  width: 180px;
  height: 90px;
  margin-left: 46px;
  border-radius: 90px;
  padding-top: 10px;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}

.keyvisual .list01 li:first-child {
  margin-left: 30px;
}

.keyvisual .list01 li img {
  display: block;
  width: 58px;
  margin: 0 auto 5px;
}

.keyvisual .list01 li span {
  font-size: 15px;
  font-weight: bold;
  color: #3f3f3f;
}

.keyvisual .point {
  position: relative;
  top: 110px;
  margin-top: -80px;
}

.kv_order {
  padding-top: 68px;
}

.kv_order .mod_order_list {
  margin-bottom: 12px;
}

.section1 {
  padding: 55px 0 80px;
}

.section1 .means_list {
  margin: 0 -10px 64px;
}

.section1 .means_list:after {
  content: "";
  clear: both;
  display: block;
}

.section1 .means_item {
  float: left;
  width: 318px;
  margin-left: 33px;
  color: #000;
  text-align: center;
}

.section1 .means_item:nth-child(3n + 1) {
  clear: both;
  margin-left: 0;
}

.section1 .list_hl {
  margin-bottom: 17px;
}

.section1 .list_cap {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.5;
}

.section1 .slide_box {
  border-radius: 10px;
  overflow: hidden;
}

.section1 .slide_box img {
  vertical-align: bottom;
}

.section1 .slide_txt {
  padding: 21px 10px 21px 36px;
  text-align: center;
  background-color: #0090da;
  box-sizing: border-box;
  z-index: 1000;
}

.section2 {
  background: url(../img/case_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

.section2 .mod_inner {
  padding-top: 40px;
}

.section2 .list > li:nth-child(n + 2) {
  margin-top: 95px;
}
.section2 .list dt {
  margin-bottom: 60px;
}
.section2 .list dd + dt {
  margin-top: 95px;
}

.section2 .text {
  padding: 80px 0 56px;
  text-align: center;
}

.section3 .mod_heading {
  padding-top: 45px;
}

.section3 .mod_inner {
  padding-top: 50px;
  padding-bottom: 65px;
}

.section3 .list > li {
  display: flex;
  align-items: center;
  background-color: #f2fbff;
  padding: 36px 30px 20px 10px;
  border-radius: 10px;
}

.section3 .list > li:nth-child(n + 2) {
  margin-top: 50px;
}

.section3 .ico {
  width: 255px;
  flex-shrink: 0;
  margin-right: 10px;
  text-align: center;
}

.section3 .desc {
  width: 100%;
}

.section3 .num {
  margin-bottom: 18px;
}

.section3 .title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.section3 .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  border-radius: 100px;
  background-color: #0090da;
}

.section3 .text {
  min-height: 115px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.section3 .strong {
  font-weight: bold;
  color: #0090da;
}

.section4 .mod_heading {
  padding-top: 50px;
}

.section4 .mod_inner {
  padding-top: 40px;
  padding-bottom: 55px;
}

.section4 .list {
  margin-bottom: 40px;
}

.section4 .list:after {
  content: "";
  display: block;
  clear: both;
}

.section4 .list > li {
  float: right;
}

.section4 .list > li:nth-child(2n + 1) {
  clear: both;
  float: left;
}

.section4 .more {
  text-align: center;
}

.section5 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 38px;
  background: url(../img/huan_bg.jpg) no-repeat center top;
  background-size: cover;
}
.section5:before,
.section5:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 38px;
  background-color: #fff;
  width: 10000px;
}

.section5 .bg:before {
  content: "";
  display: block;
  width: 355px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: -10000px;
  right: -10000px;
  margin: 0 auto;
  background: url(../img/heading_arrow.png) no-repeat left top;
  background-size: 100% 100%;
}

.section5:before {
  right: 50%;
  transform: translateX(-120px);
}

.section5:after {
  left: 50%;
  transform: translateX(120px);
}

.section5 .heading {
  padding-left: 50px;
}

.section5 .text {
  margin: -105px -185px 0 0;
  text-align: right;
}

.section5 .text img {
  vertical-align: bottom;
}

.section6 .mod_inner {
  padding-top: 35px;
  padding-bottom: 55px;
}

.section6 .heading {
  margin-bottom: 58px;
  text-align: center;
}

.section6 .lede {
  margin-bottom: 80px;
  padding-left: 40px;
  text-align: center;
}

.section6 .list {
  margin-bottom: 33px;
}

.section6 .list > li {
  display: flex;
  border-radius: 10px;
  background-color: #e9f8ff;
  overflow: hidden;
}

.section6 .list > li:nth-child(2n) {
  flex-direction: row-reverse;
}

.section6 .list > li:nth-child(n + 2) {
  margin-top: 70px;
}

.section6 .desc {
  width: 100%;
  padding: 38px 70px 0;
  box-sizing: border-box;
}

.section6 .image {
  flex-shrink: 0;
}

.section6 .text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.section6 .strong {
  font-weight: bold;
}

.section6 .omakase {
  text-align: center;
}

.section7 .bg {
  padding: 49px 0 92px;
  background: url(../img/myhome_bg.jpg) no-repeat center top;
  background-size: cover;
}

.section7 .mod_heading {
  padding-top: 39px;
  padding-right: 25px;
}

.section7 .list > li {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}

.section7 .list > li:nth-child(n + 2) {
  margin-top: 70px;
}

.section7 .image img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.section7 .desc {
  padding: 38px 90px 40px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.section7 .strong {
  color: #fd7613;
}

.section8 {
  padding: 70px 0 130px;
}

.section8 .heading {
  margin-bottom: 45px;
  text-align: center;
}

.section8 .message_box {
  background: url(../img/message_bg.jpg) center bottom;
  text-align: center;
  width: 914px;
  height: 753px;
}
.section8 .message_box .txt {
  padding-top: 30px;
  margin-bottom: 25px;
}
.section8 .message_box .tel {
  display: block;
  margin-bottom: 25px;
}

/* ============================================
form
============================================ */
.form {
  padding-bottom: 50px;
  color: #00324b;
  background: url(../img/form_bg.jpg) no-repeat center top;
  background-size: cover;
}

.form .mod_order:before {
  content: none;
}

.form .panel {
  padding: 50px 50px 70px;
  background-color: #fff;
  border-radius: 10px;
}

.form .heading {
  margin-bottom: 20px;
  text-align: center;
}

.form .exp {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.form .body {
  max-width: 600px;
  margin: 0 auto 40px;
}

.form .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form .item:nth-child(n + 2) {
  margin-top: 36px;
}

.form .item.top {
  align-items: flex-start;
}

.form .title {
  width: 165px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 5px 0;
  font-size: 20px;
}

.form .input {
  width: 380px;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form select,
.form textarea {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  color: inherit;
  background: #e0f5ff;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form select {
  padding-right: 30px;
  cursor: pointer;
}

.form select::-ms-expand {
  display: none;
}

.form textarea {
  width: 100% !important;
  min-height: 104px;
  resize: vertical;
}

.form .select {
  position: relative;
}

.form .select:after {
  content: "\25bc";
  line-height: 1;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  color: #a0a0a0;
  pointer-events: none;
}

.form .note {
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
}

.form .radio {
  display: inline-block;
  margin-right: 30px;
  font-size: 20px;
  line-height: 25px;
  cursor: pointer;
}

.form .radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.form .radio span {
  display: inline-block;
  padding-left: 40px;
  background: url(../img/form_radio.png) no-repeat left center;
}

.form .radio input:checked ~ span {
  background-image: url(../img/form_radio_on.png);
}

/*.form .radio input:focus ~ span {*/
/*	outline: 1px dotted;*/
/*}*/

.form .submit {
  margin-bottom: 20px;
  text-align: center;
}

.form .submit input {
  margin: 5px;
  width: 383px;
  height: 87px;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: url(../img/form_button.png) no-repeat left top;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form .submit input:hover {
  opacity: 0.6;
}

.form .privacy {
  color: #000;
}

.form .privacy_heading {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}

.form .privacy_body {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 50px;
  height: 157px;
  border: 1px solid #b5b5b5;
  line-height: 2;
  overflow-y: scroll;
}

.form .privacy_body:after {
  content: "";
  display: block;
  height: 20px;
}

.form .privacy_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}

.form .privacy_title2 {
  font-size: 18px;
  font-weight: bold;
}

.form .privacy p {
  margin-bottom: 30px;
}

.form .privacy p:last-child {
  margin-bottom: 0;
}

/* ============================================
thanks
============================================ */
body.complete #header .txt,
body.complete #header .tel {
  display: none;
}

.thanks {
  padding: 135px 0;
  text-align: center;
  color: #00324b;
  background: url(../img/thanks_bg.jpg) no-repeat center top;
  background-size: cover;
}

.thanks .heading {
  margin-bottom: 30px;
}

.thanks .text {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.75;
}

.thanks .tel {
  margin-bottom: 35px;
}
