@charset "UTF-8";
/*-------------
基本 CSS
---------------*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  color: #4d4d4d; 
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;}

.container {
  width: 1130px;
  margin: 0 auto;
  padding: 0 15px; }

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem; }

  .container {
    width: calc(100% - 20px);
    padding: 0; } }
.japanMap {
  margin-top: 50px; }

#topHeader {
  width: 100%;
  background: #F8F7F7 url(../image/line_deco.svg) left bottom no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  height: 800px; }

.japanMap {
  background: url(../image/japan_map.svg) right 18px no-repeat; }

.topNav {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #D0D1D1;
  height: 80px; }
  .topNav h1 {
    margin: 0;
    padding: 10px 0; }

/*-- グローバルナビ --*/
#nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }
  #nav li {
    margin-left: 46px; }
    #nav li a {
      font-size: 1.3rem;
      color: #4d4d4d;
      font-weight: 700; }
      #nav li a:hover {
        color: #50A2CE; }

#nav .contactLink, .footerContact .contactLink {
  font-size: 1.4rem;
  display: block;
  width: 120px;
  line-height: 32px;
  background: #255096;
  background: linear-gradient(90deg, #255096 0%, #50a2ce 100%);
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  transition: 0.5s; }
  #nav .contactLink:hover, .footerContact .contactLink:hover {
    opacity: 0.8; }

#menuBtn {
  display: none; }

@media only screen and (max-width: 768px) {
  #topHeader {
    background-size: 768px;
    height: 690px; }

  .japanMap {
    background: url(../image/sp_japan_map.svg) left top no-repeat; }

  .topNav {
    width: 100%;
    height: 50px;
    background: #4d4d4d;
    border-bottom: none;
    position: fixed;
    top: 0;
    z-index: 50; }
    .topNav h1 {
      padding: 5px 10px;
      width: 168px; }

  #menuBtn {
    display: block;
    padding-right: 10px;
    width: 44px; }

  #nav {
    flex-direction: column;
    position: fixed;
    top: 50px;
    bottom: 0;
    right: 0;
    margin-top: 0;
    z-index: 49;
    display: none; }
    #nav li {
      margin-left: 0;
      margin-top: 14px; }
      #nav li a {
        display: block;
        font-size: 1.4rem;
        color: #ffffff;
        width: 270px;
        line-height: 46px;
        text-align: center;
        background: #4d4d4d url(../image/arrow_wh.svg) 252px center no-repeat;
        border-radius: 12px 0 0 12px;
        border: solid 1px #ffffff;
        box-shadow: 0 3px 3px rgba(32, 29, 29, 0.16); }
    #nav .contactLink {
      width: 270px;
      line-height: 46px;
      border-radius: 12px 0 0 12px;
      position: relative; }
      #nav .contactLink span {
        display: inline-block;
        width: 6px;
        height: 10px;
        background: url(../image/arrow_wh.svg) left top no-repeat;
        position: absolute;
        left: 252px;
        top: calc((100% - 10px) /2); } }
.overlay {
  width: 100%;
  position: fixed;
  top: 50px;
  bottom: 0;
  background: #ffffff;
  opacity: 0.5;
  z-index: 48; }

.catchTitle {
  padding-top: 100px;
  margin: 0 0 24px 0;
  font-size: 2.6rem; }

.matchingStart{
  position:absolute;
  bottom:25px;
  right:13vw;
  max-width:380px;
  width:100%;
  }

.btog {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px; }
  .btog span {
    font-size: 2.7rem;
    color: #0F4F9B;
    font-weight: 700;
    padding-left: 4px;
    border-bottom: solid 2px #0F4F9B; }

.bigText {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 56px; }

.topContactBox {
  margin-left: calc((50% - 320px) /2);
  padding-bottom: 100px; }

.contactBtn {
  width: 320px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-weight: 700;
  border-radius: 30px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
  background: #255096;
  background: linear-gradient(90deg, #255096 0%, #50a2ce 100%);
  color: #ffffff; }
  .contactBtn:hover {
    opacity: 0.8; }

.telBtn {
  display: inline-block;
  width: 290px;
  height: 48px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #0F4F9B;
  text-align: center;
  position: relative;
  margin-top: 18px;
  margin-left: 20px;
  line-height: 1.7; }
  .telBtn img {
    position: absolute;
    bottom: -3px;
    left: -21px; }

.telNum {
  border-bottom: solid 2px #0F4F9B;
  position: absolute;
  width: 287px;
  line-height: 1.3;
  left: 0;
  top: 4px; }

.clerk {
  font-size: 1.4rem;
  width: 320px;
  text-align: center;
  margin: 6px 0 0 0; }

@media only screen and (max-width: 768px) {
  .catchTitle {
    padding-top: 30px;
    margin: 0 0 16px 0;
    font-size: 1.7rem;
    text-align: center; }

  .btog {
    margin-bottom: 14px; }
    .btog img {
      width: 94px; }
    .btog span {
      font-size: 1.6rem;
      line-height: 1.3; }

  .bigText {
    font-size: 2.3rem;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center; }
  
  .matchingStart{
    max-width:280px;
    right:5vw;
    bottom:10px;
    }

  .topContactBox {
    margin: 0 auto;
    width: 300px; }

  .contactBtn {
    width: 300px;
    font-size: 1.6rem; }

  .telBtn {
    margin-left: 0;
    width: 300px;
    height: 74px;
    font-size: 2.9rem;
    padding: 5px 14px 6px 0;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 30px;
    border: solid 1px #D0D1D1;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); }
    .telBtn img {
      bottom: 19px;
      left: 0; }

  .telNum {
    width: 260px;
    left: 24px;
    top: 8px; }

  .clerk {
    font-size: 1.3rem;
    width: inherit;
    color: #4d4d4d;
    font-weight: normal;
    position: absolute;
    top: 43px; } }
/*-- スライド --*/
#town_back, #town_front {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  width: 200%;
  position: absolute;
  left: 0;
  bottom: 0; }
  #town_back li, #town_front li {
    width: calc(100% / 8); }
    #town_back li img, #town_front li img {
      width: 100%; }

@media only screen and (max-width: 768px) {
  #town_back li, #town_front li {
    width: calc(100% / 4); } }
/*-- トップコンテンツ --*/
.blueBg {
  width: 100%;
  padding-top: 60px;
  background: #50a2ce;
  background: linear-gradient(180deg, #50a2ce 0%, #9ed7f0 100%);
  padding-bottom: 80px;
  position: relative;
  top: -2px; }

.nowBlueBg {
  padding-top: 48px;
  padding-bottom: 60px; }

.blueBg .axle {
  position: relative; }

.contentTitleWh {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 56px;
  color: #ffffff; }
  .contentTitleWh span {
    display: block;
    width: 60px;
    position: absolute;
    top: -16px;
    left: calc((100% - 60px) / 2); }
  .contentTitleWh span {
    border-top: solid 4px rgba(255, 255, 255, 0.7); }

.contentTitleBl {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 56px;
  color: #0F4F9B; }
  .contentTitleBl span {
    display: block;
    width: 60px;
    position: absolute;
    top: -16px;
    left: calc((100% - 60px) / 2); }
  .contentTitleBl span {
    border-top: solid 4px #50A2CE;
    opacity: 0.7; }

.boxTypeA {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px; }

.noSales {
  width: 728px;
  padding: 24px 32px 32px 32px;
  background: #ffffff;
  border-radius: 6px;
  height: 280px; }
  .noSales h3 {
    font-size: 2.7rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal; }

.moreFull {
  display: block;
  width: 320px;
  line-height: 50px;
  text-align: center;
  color: #0F4F9B;
  border: solid 1px #0F4F9B;
  border-radius: 24px;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 42px auto 0 auto; }
  .moreFull:hover {
    background: #DDF4FB; }

.pointWindow {
  width: 880px;
  padding: 28px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  display: flex;
  position: absolute;
  left: calc((100% - 880px) / 2); }

.windowL {
  width: calc(100% - 198px);
}
.windowL__p {
  margin: 0; }

.windowL__p__text {
  font-size: 2.8rem;
  margin-bottom: 0;
  margin-top: 16px; }
  .windowL__p__text span {
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, #e0e3e3 50%, #e0e3e3 100%);
    padding-bottom: 6px; }

.windowR {
  width: 170px;
  margin-left: 28px; }
  .windowR img {
    padding-left: calc((100% - 104px) / 2);
    padding-bottom: 8px; }

.adoviceBtn {
  display: block;
  width: 170px;
  line-height: 46px;
  background: #255096;
  background: linear-gradient(90deg, #255096 0%, #50a2ce 100%);
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  border-radius: 30px; }
  .adoviceBtn:hover {
    opacity: 0.8; }

@media only screen and (max-width: 768px) {
  .blueBg {
    padding-top: 40px;
    padding-bottom: 56px; }

  .blueBg .axle {
    margin-top: 16px;
    margin-bottom: 100px; }

  .contentTitleWh, .contentTitleBl {
    font-size: 2.2rem;
    margin-bottom: 24px; }

  .boxTypeA {
    flex-direction: column;
    padding-bottom: 40px; }
    .boxTypeA img {
      width: 230px;
      padding-left: 0;
      margin: 0 auto; }

  .noSales {
    width: 100%;
    padding: 24px 10px;
    height: auto;
    margin-top: 32px; }
    .noSales h3 {
      font-size: 1.8rem;
      font-weight: 700; }

  .moreFull {
    width: 300px;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 32px auto 0 auto; }

  .pointWindow {
    width: 100%;
    padding: 24px 10px;
    flex-direction: column;
    left: 0; }
  .windowL {
    width: 100%;
  }
  .windowL__p {
    font-weight: 700; }

  .windowL__p__text {
    font-size: 2rem;
    background: #D0D1D1;
    text-align: center; }
    .windowL__p__text span {
      background: #D0D1D1;
      padding: 0; }

  .windowR {
    margin: 16px auto 0 auto; } }
.greyBg {
  width: 100%;
  background: #F8F7F7;
  padding-bottom: 80px;
  padding-top: 150px; }

.lead {
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  margin: 0; }

.works {
  list-style: none;
  margin: 48px auto 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 880px; }
  .works li {
    width: 260px; }

.digest {
  width: 100%;
  font-size: 1.7rem;
  text-align: center;
  background: #0F4F9B;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
  padding: 17px 10px; }

.pointBox {
  width: 880px;
  margin: 60px auto 0 auto;
  padding: 24px;
  background: #ffffff url(../image/point_box.png) left bottom no-repeat;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  border-radius: 6px; }
  .pointBox img {
    margin: 0 auto;
    display: block; }

.pointUl {
  list-style: none;
  padding: 0;
  width: 560px;
  margin: 24px auto 40px auto; }
  .pointUl li {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0F4F9B;
    margin-bottom: 10px; }
    .pointUl li span {
      display: inline-block;
      width: 40px;
      line-height: 40px;
      text-align: center;
      background: #50A2CE;
      color: #ffffff;
      border-radius: 300px;
      font-size: 2.2rem;
      margin-right: 10px; }

.toContactLink {
  width: 320px;
  margin: 0 auto 40px auto; }

@media only screen and (max-width: 768px) {
  .greyBg {
    padding-bottom: 60px;
    padding-top: 200px; }

  .lead {
    font-size: 1.6rem; }

  .works {
    margin: 24px auto 0 auto;
    flex-direction: column;
    width: 260px; }
    .works li {
      width: inherit; }

  .digest {
    font-size: 1.5rem; }

  .pointBox {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 24px 10px 24px 10px;
    background: #ffffff url(../image/sp_point_box.png) left bottom no-repeat;
    background-size: 100%; }

  .supprtImg img {
    margin: 0 auto; }

  .pointUl {
    width: 100%;
    margin: 24px auto 40px auto; }
    .pointUl li {
      font-size: 1.6rem;
      display: flex;
      align-items: center; }
      .pointUl li span {
        width: auto;
        line-height: 1.5;
        padding: 7px 16px; }

  .toContactLink {
    width: 300px;
    margin: 0 auto 16px auto; } }
.whBg {
  width: 100%;
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 50px; }

.inner {
  margin: 0 auto;
  width: 880px; }

.plusSupprt {
  width: 100%;
  padding: 30px 14px;
  background: #DDF4FB;
  border-radius: 12px;
  position: relative;
  top: -60px; }
  .plusSupprt img {
    position: absolute;
    left: 0;
    top: -24px; }

.plusText {
  margin: 0;
  font-size: 2rem;
  color: #0F4F9B;
  text-align: center;
  line-height: 1.8; }
  .plusText span {
    display: inline-block;
    padding: 0 6px;
    background: #ffffff;
    border-radius: 6px;
    margin-right: 10px; }

.dush {
  font-size: 2.4rem;
  color: #0F4F9B;
  text-align: center;
  border-bottom: solid 2px #0F4F9B;
  line-height: 2; 
  margin-top: 0;
  margin-bottom: 32px; }
  .dush img {
    vertical-align: center; }

.dushUl {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  width: 620px; }
  .dushUl li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    font-weight: 700; }
    .dushUl li:last-child {
      margin-bottom: 0; }

.dushNum {
  width: 26px;
  line-height: 26px;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  background: #0F4F9B;
  border-radius: 200px;
  margin-right: 10px;
  margin-top: 0; }

.dushText {
  width: calc(100% - 36px);
  margin: 0; }
  .dushText span {
    font-size: 1.8rem;
    color: #0F4F9B;
    display: block;
    margin-bottom: 10px; }

/* ----- 実績を追加 -----*/
.reportTitle {
  font-size: 2.4rem;
  color: #0F4F9B;
  text-align: center;
  border-bottom: solid 2px #0F4F9B;
  margin-top: 60px;
  margin-bottom: 32px; 
  line-height: 2; }

.report {
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  list-style: none; }
  .report li {
    margin-bottom: 24px;
    font-size: 1.8rem;
    font-weight: bold; }
    .report li:last-child {
      margin-bottom: 0; }
.report+p {
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .whBg {
    padding-top: 40px;
    padding-bottom: 60px; }

  .inner {
    width: 100%; }

  .plusSupprt {
    padding: 24px 10px 20px 10px;
    top: 16px;
    margin-bottom: 56px; }

  .plusText {
    font-size: 1.6rem;
    text-align: left; }
    .plusText span {
      padding: 0 4px;
      margin-bottom: 6px; }

  .dush {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 32px;
    line-height: 1.5;
    display: flex; }
    .dush img {
      padding-right: 4px; }

  .dushUl {
    width: 100%; }
    .dushUl li {
      margin-bottom: 20px; }

  .dushText {
    width: calc(100% - 36px);
    margin-top: 0;
    font-weight: normal; }
    .dushText span {
      font-size: 1.6rem;
      font-weight: 700; }
 
/* ----- 実績を追加 -----*/
  .reportTitle {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 32px;
    margin-top: 40px;
    }
    
  .reportTitle img {
      height: 36px;
    }
    
  .report {
      text-align: left;
      list-style: square;
      padding-left: 20px;
    }
    
  .report li {
      margin-bottom: 16px;
      font-size: 1.5rem; }

  .report+p {
    padding-bottom: 0px;
      margin-bottom: 0;
      text-align: right; }
    }

.pleaseNow {
  text-align: center;
  color: #ffffff;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 40px; }
  .pleaseNow img:first-child {
    padding-right: 10px; }
  .pleaseNow img:last-child {
    transform: rotateX(180deg);
    padding-left: 10px; }

.whText20 {
  color: #ffffff;
  font-size: 2rem; }

.blueBgcontact {
  width: 320px;
  margin: 40px auto 0 auto; }

.blueBgcontactTel {
  display: inline-block;
  margin-left: 0;
  margin-top: 30px;
  width: 320px;
  height: 80px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #0F4F9B;
  padding: 4px 14px 6px 30px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  line-height: 1.7;
  position: relative; }
  .blueBgcontactTel img {
    position: absolute;
    bottom: 24px;
    left: 10px; }
  .blueBgcontactTel .telNum {
    font-size: 3rem;
    margin-left: 40px;
    margin-top: 10px;
    text-align: center;
    width: 244px; }
  .blueBgcontactTel .clerk {
    color: #4d4d4d;
    position: absolute;
    left: 0;
    bottom: 3px; }

@media only screen and (max-width: 768px) {
  .pleaseNow {
    display: flex;
    font-size: 1.9rem;
    margin: 0 auto 24px auto;
    width: 329px; }
    .pleaseNow img:first-child {
      padding-right: 0; }
    .pleaseNow img:last-child {
      padding-left: 0; }

  .whText20 {
    font-size: 1.4rem; }

  .blueBgcontact {
    width: 300px; }

  .blueBgcontactTel {
    width: 300px;
    font-size: 2.9rem;
    padding: 7px 14px 6px 30px; }
    .blueBgcontactTel img {
      left: 4px; }
    .blueBgcontactTel .telNum {
      margin-left: 10px;
      margin-top: 2px; } }
.bottomBg {
  width: 100%;
  padding-top: 82px;
  margin-top: -2px;
  padding-bottom: 200px;
  background: url(../image/footer_bg.jpg) left bottom no-repeat;
  background-size: 100%; }

.center18 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0; }

.pliceUl {
  margin-top: 40px;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between; }
  .pliceUl li {
    width: 324px; }

.caseTitle {
  width: 100%;
  height: 100px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  padding-top: 24px; }

.pliceUl li:first-of-type .caseTitle {
  background: url(../image/case1.svg) left top no-repeat;
  background-size: 100% 100%; }

.pliceUl li:nth-of-type(2) .caseTitle {
  background: url(../image/case2.svg) left top no-repeat;
  background-size: 100% 100%; }

.pliceUl li:last-of-type .caseTitle {
  background: url(../image/case3.svg) left top no-repeat;
  background-size: 100% 100%; }

.case {
  width: 100%;
  padding: 10px 8px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  margin-top: 10px;
  min-height: 202px; }

.caseNum, .casePattarn, .caseSet {
  font-weight: 700;
  color: #0F4F9B;
  margin: 0; }

.caseNum {
  font-size: 2.6rem; }

.casePattarn {
  font-size: 1.8rem; 
  margin-bottom: 10px;}

.caseSet {
  font-size: 1.4rem;
  width: 100%;
  background: #DDF4FB; }

.caseSet + .bold {
  margin-bottom: 0; }

.pliceUl + .plusSupprt {
  margin-top: 64px;
  background: rgba(211, 244, 251, 0.75);
  top: 0; }

@media only screen and (max-width: 768px) {
  .bottomBg {
    padding-top: 40px;
    padding-bottom: 180px;
    background-size: contain; }

  .center18 {
    font-size: 1.4rem; }

  .pliceUl {
    flex-direction: column; }
    .pliceUl li {
      width: 100%;
      margin-bottom: 24px; }

  .caseTitle, .caseNum {
    font-size: 2.3rem; }

  .pliceUl + .plusSupprt {
    margin-top: 40px;
    margin-bottom: 0; } }
    .matchSW{
      display: flex;
      max-width:880px;
      width:100%;
      background:#fff;
      padding:28px 40px;
      border-radius: 5px;
    }
    .container.matching{
      max-width:880px;
      width:100%;
    }
    .container.matching .contactBtn{
      margin:1em auto;
    }
    .matchSW.matchingPoint{
      position: relative;
      overflow:hidden;
      display: block;
      margin-top:3.5em;
      padding:0 28px 28px;
      box-shadow: 0 3px 3px rgb(0 0 0 / 16%);
      text-align: left;
    }
    p.ouen{
      position: absolute;
      right:0;
      bottom:-30px; 
    }
    .bgBlueline{
      background: #DDF4FB;
      padding:5px;
      display: inline-block;
    }
    .matchSW.matchingPoint h2{
      font-size:3.4rem;
      text-align: center;;
      color: #104F9B;
      background: -webkit-linear-gradient(top, #51A2CD 0%, #51A2CD 50%, #104F9B 51%, #51A2CD 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .matchSW.matchingPoint  p.fullRewardimg{
      text-align: center;
    }
    .matchSW .imgscale{
      display: block;
      margin: 0 auto;
      max-width:240px;
      width:100%;
    }
    .matchingPoint .imgscale{
      max-width:240px;
    }
  
    .matchSW .box_right{
     display: block;
     text-align: left;
    }
    .matchSW .box_right p{
       margin-top:1.5em;
    }
    .lastsection{
      padding:80px 10px;
    }
    @media only screen and (max-width: 768px) {
      .matchSW{
        display: block;
        text-align: center;
        padding:1em;
      }
      .matchSW .imgscale{
        display: block;
        margin: 1em auto;
        width:40%;
      }
      .matchSW.matchingPoint h2 {
        font-size:3rem;
      }
      p.ouen {
        position: absolute;
        right: -25px;
        bottom: -35px;
    }
      .matchingPoint .imgscale{
        width:140px;
        }
     }
    
/*-------------
下層ページ
---------------*/
.pageHeader {
  width: 100%;
  height: 80px;
  background: #4d4d4d; }
  .pageHeader h1 {
    margin: 0;
    padding: 10px 0; }
    .pageHeader h1 img {
      width: 221px; }
  .pageHeader a:hover {
    opacity: 0.8; }

.formFlow {
  width: 600px;
  border-top: solid 1px #707070;
  margin: 60px auto; }

.flowPoint {
  display: flex;
  list-style: none;
  margin-top: 0;
  padding-left: 0; }
  .flowPoint li {
    width: calc(100% / 3);
    text-align: center;
    position: relative;
    margin-top: 16px;
    color: #707070; }
    .flowPoint li span {
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 100px;
      background: #707070;
      position: absolute;
      top: -23px;
      left: calc((100% - 14px) / 2); }
  .flowPoint .act {
    color: #50A2CE; }
    .flowPoint .act span {
      background: #50A2CE; }

/*--- フォーム ---*/
.contactForm {
  width: 600px;
  margin: 0 auto 50px auto; }

.inputBox {
  margin-bottom: 24px; }
  .inputBox label, .inputBox dt {
    border-left: solid 4px #50A2CE;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 12px; }
  .inputBox dd {
    border-bottom: solid 1px #4d4d4d;
    margin-left: 0;
    padding-left: 1rem; }
  .inputBox textarea {
    width: 100%;
    height: 140px;
    border-radius: 3px;
    border: solid 1px #ccc;
    padding: 3px 6px;
    font-size: 1.6rem;
    color: #4d4d4d; }

.err {
  color: #DB5625;
  display: block;
  font-size: 1.4rem; }
  .err img {
    padding-top: 2px;
    padding-right: 6px; }

.lastInputBox {
  margin-bottom: 40px;
  display: flex; }
  .lastInputBox input[type="checkbox"] {
    margin-top: 6px;
    margin-right: 10px; }
  .lastInputBox p {
    margin: 0; }

.checkText img {
  padding-top: 4px;
  padding-right: 6px; }

.confiCheck {
  margin-bottom: 40px; }

.inputColumn {
  width: 100%;
  line-height: 40px;
  border-radius: 3px;
  border: solid 1px #ccc;
  padding: 3px 6px;
  font-size: 1.6rem;
  color: #4d4d4d; }

.contactForm input[type="submit"] {
  border: none;
  font-size: 1.6rem;
  margin: 0 auto;
  cursor: pointer; }

.backTo {
  width: 320px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-weight: 700;
  border-radius: 30px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
  color: #4d4d4d;
  border: solid 1px #ccc;
  margin: 40px auto 0 auto;
  cursor: pointer;
  font-size: 1.6rem;
  background: #ffffff; }
  .backTo:hover {
    opacity: 0.8; }

.bottomSpace {
  margin-bottom: 40px; }

@media only screen and (max-width: 768px) {
  .pageHeader {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 50; }
    .pageHeader h1 {
      padding: 5px 10px;
      width: 168px; }

  .spVar {
    display: flex;
    justify-content: space-between; }

  .pageHeader + main {
    margin-top: 50px; }

  .formFlow {
    width: 100%;
    margin: 40px 0; }

  .contactForm {
    width: 100%;
    margin: 0 auto 40px auto; }

  .checkText img {
    padding-top: 2px; }

  .backTo {
    width: 300px; } }
/*-------------
footer
---------------*/
.footer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  background: #4d4d4d;
  color: #ffffff;
  font-size: 1.4rem; }

.footerLogo {
  text-align: center;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 20px;
  margin: 0 0 18px 0; }

.footerNav {
  padding-left: 0;
  list-style: none;
  width: 164px;
  margin: 20px auto 24px auto; }
  .footerNav li {
    margin-bottom: 20px; }
    .footerNav li a {
      color: #ffffff;
      height: 21px;
      display: inline-block;
      background: url(../image/arrow_wh.svg) left center no-repeat;
      padding-left: 10px;
      border-bottom: solid 1px #4d4d4d; }
      .footerNav li a:hover {
        border-bottom: solid 1px #ffffff; }

.footerContact {
  width: 120px;
  margin: 0 auto; }

.footerTel {
  width: 276px;
  height: 74px;
  margin: 0 auto; }
  .footerTel .telBtn {
    color: #ffffff; }
  .footerTel .telNum {
    border-bottom: solid 2px #ffffff; }

@media only screen and (max-width: 768px) {
  .footerTel .telBtn {
    color: #ffffff;
    width: 276px;
    padding: 5px 14px 6px 0;
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none; }
    .footerTel .telBtn img {
      left: -4px;
      bottom: 20px; }
  .footerTel .telNum {
    border-bottom: solid 2px #ffffff; }
  .footerTel .clerk {
    color: #ffffff;
    margin: -24px 0 0 0;
    position: static; } }
.copy {
  width: 100%;
  line-height: 30px;
  text-align: center;
  background: #0F4F9B;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff; }
  .copy img {
    vertical-align: middle;
    padding-right: 4px; }

/*--- 共通 ---*/
.mb30 {
  margin-bottom: 30px; }

.mb20 {
  margin-bottom: 20px; }

.mnone {
  margin: 0; }

.mt10 {
  margin-top: 10px;
  margin-bottom: 0; }

.center {
  text-align: center; }

.bold {
  font-weight: 700; }

.red {
  color: #DB5625; }

.sp {
  display: none; }

.pc {
  display: block; }

.spLeft {
  text-align: center; }

.aLink {
  border-bottom: solid 1px #0F4F9B;
  color: #0F4F9B; }
  .aLink:hover {
    border-bottom: solid 1px #50A2CE;
    color: #50A2CE; }

@media only screen and (max-width: 768px) {
  .sp {
    display: block; }

  .pc {
    display: none; }
    
  .spLeft {
    text-align: left; } }

/*-------------
TOPへ
---------------*/
#toTop {
  position: fixed;
  right: 10px;
  cursor: pointer;
  transition: 0.5s; }
  #toTop:hover {
    opacity: 0.7; }

/*-------------
プリローダー
---------------*/
#loader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  z-index: 100; }
  #loader img {
    position: absolute;
    width: 100px;
    height: auto;
    top: calc((100% - 100px) / 2);
    left: calc((100% - 100px) / 2); }

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  #topHeader {
    height: 840px; }

  .topNav {
    width: calc(100% - 20px);
    height: auto;
    flex-wrap: wrap; }
    .topNav h1 {
      margin: 0;
      padding: 10px 0 10px 10px; }

  #nav {
    margin-top: 0; }

  #nav li {
    margin-left: 24px; }

  .container {
    width: 100%; }

  .noSales {
    width: calc(100% - 383px);
    height: auto; }

  .moreFull {
    width: auto; }

  .pointWindow {
    width: calc(100% - 20px);
    left: 10px; }

  .works {
    width: 100%; }
    .works li {
      width: 30%; }

  .pointBox {
    width: 100%; }

  .inner {
    width: 100%; }

  .pliceUl li {
    width: 32%; } }
