@import url(reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.row-eq-height {
  display: flex;
  flex-wrap: wrap; }

html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%; }

body {
  opacity: 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-weight: 400;
  font-style: normal;
  font-family: 'Noto Sans Japanese', serif;
  /*    animation: fadeIn 5s ease 0s 1 normal;
      -webkit-animation: fadeIn 5s ease 0s 1 normal;*/ }
  @media screen and (max-width: 1000px) {
    body {
      font-size: 100% !important; } }

p {
  color: #323232; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.text-center {
  text-align: center !important; }

.ovr-hdn {
  overflow: hidden; }

.posi-rel {
  position: relative; }

.sp {
  /*    display: none !important;
      @media screen and (max-width: $small) {
          display:block !important;
      }*/ }

/*.pc{
    @media screen and (max-width: $small) {
        display:none !important;
    }
}*/
a, button {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-decoration: none; }
  a img, button img {
    /*@include trans10;*/ }
  a:hover, button:hover {
    opacity: 0.8; }

li {
  list-style: none; }

b {
  font-weight: 700; }

img {
  height: auto; }

img[src$=".svg"] {
  height: auto; }

::selection {
  background: #ffe266; }

/* for Firefox */
::-moz-selection {
  background: #ffe266; }

.owl-carousel .owl-prev {
  position: absolute;
  top: -15px;
  bottom: 0;
  left: 10px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: auto; }

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
  opacity: 0.8; }

/*.owl-carousel .owl-prev:before{
    display: block;
    content: "";
    position: absolute;
    top: -21.5px;
    bottom: 0;
    left: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: auto;
}
.owl-carousel .owl-prev:after{
    display: block;
    content: "";
    position: absolute;
    top: 21.5px;
    bottom: 0;
    left: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
}*/
.owl-carousel .owl-next {
  position: absolute;
  top: -15px;
  bottom: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: auto; }

/*.owl-carousel .owl-next:before{
    display: block;
    content: "";
    position: absolute;
    top: -21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
}
.owl-carousel .owl-next:after{
    display: block;
    content: "";
    position: absolute;
    top: 21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: auto;
}*/
.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 20px 7px 5px !important; }

.btn {
  display: block;
  width: 600px;
  margin: 50px auto 0; }
  @media screen and (max-width: 640px) {
    .btn {
      width: 320px; } }
  @media screen and (max-width: 350px) {
    .btn {
      width: 100%; } }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  width: 100%;
  background-color: #FFF;
  padding: 10px 1em 8px;
  z-index: 100;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  @media screen and (max-width: 640px) {
    header {
      padding: 10px 1em 8px; } }
  @media screen and (max-width: 480px) {
    header {
      padding: 8px 10px 6px; } }
  header.scroll {
    top: -180px; }
  header .header-inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto; }
  header h1 {
    position: relative;
    top: 3px; }
    @media screen and (max-width: 640px) {
      header h1 {
        top: 5px; } }
    @media screen and (max-width: 480px) {
      header h1 {
        top: 1px;
        width: 150px; } }
    header h1 a {
      display: block;
      max-width: 200px; }
      @media screen and (max-width: 640px) {
        header h1 a {
          max-width: 140px; } }
  header .btn {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    max-width: 260px;
    margin: 0; }
    @media screen and (max-width: 640px) {
      header .btn {
        top: 2px;
        max-width: 160px; } }
    @media screen and (max-width: 480px) {
      header .btn {
        max-width: 140px; } }
    @media screen and (max-width: 640px) {
      header .btn .pc {
        display: none; } }
    header .btn .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        header .btn .sp {
          display: block; } }

.main-visual {
  position: relative;
  background: url("../img/main-img.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .main-visual .main-visual-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 600px;
    text-align: center;
    padding: 0 1em;
    margin: auto; }
    @media screen and (max-height: 780px) {
      .main-visual .main-visual-inner {
        height: 500px; } }
    @media screen and (max-height: 700px) {
      .main-visual .main-visual-inner {
        height: 420px; } }
    @media screen and (max-height: 600px) {
      .main-visual .main-visual-inner {
        height: 370px; } }
    @media screen and (max-width: 640px) {
      .main-visual .main-visual-inner {
        height: 520px; } }
    @media screen and (max-width: 480px) {
      .main-visual .main-visual-inner {
        height: 440px; } }
    @media screen and (max-width: 360px) {
      .main-visual .main-visual-inner {
        height: 400px; } }
    @media screen and (max-height: 700px) {
      .main-visual .main-visual-inner .btn {
        width: 540px;
        margin: 30px auto 0; } }
    @media screen and (max-height: 600px) {
      .main-visual .main-visual-inner .btn {
        width: 500px; } }
    @media screen and (max-width: 640px) {
      .main-visual .main-visual-inner .btn {
        margin: 20px auto 0;
        width: 100%;
        max-width: 600px; } }
    @media screen and (max-height: 780px) {
      .main-visual .main-visual-inner img {
        width: 680px; } }
    @media screen and (max-height: 700px) {
      .main-visual .main-visual-inner img {
        width: 600px; } }
    @media screen and (max-height: 600px) {
      .main-visual .main-visual-inner img {
        width: 540px; } }
    @media screen and (max-width: 640px) {
      .main-visual .main-visual-inner img {
        width: 342px; } }
    @media screen and (max-width: 480px) {
      .main-visual .main-visual-inner img {
        width: 300px; } }
    @media screen and (max-width: 360px) {
      .main-visual .main-visual-inner img {
        width: 280px; } }

@media screen and (max-width: 640px) {
  img.pc {
    display: none !important; } }
img.sp {
  display: none; }
  @media screen and (max-width: 640px) {
    img.sp {
      display: inline-block; } }

section {
  text-align: center;
  padding: 80px 1em; }
  @media screen and (max-width: 640px) {
    section {
      padding: 40px 1em; } }

#section01 {
  margin-bottom: 70px; }
  @media screen and (max-width: 640px) {
    #section01 {
      margin-bottom: 40px; } }
  #section01 .hukidashi {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #323232;
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 960px) {
      #section01 .hukidashi {
        font-size: 17px; } }
    @media screen and (max-width: 640px) {
      #section01 .hukidashi {
        font-size: 16px; } }
    @media screen and (max-width: 480px) {
      #section01 .hukidashi {
        font-size: 15px; } }
    #section01 .hukidashi:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -24px;
      width: 20px;
      height: 3px;
      background-color: #a48400;
      -webkit-transform: rotateZ(65deg);
      transform: rotateZ(65deg); }
    #section01 .hukidashi:after {
      content: '';
      position: absolute;
      top: 10px;
      right: -21px;
      width: 20px;
      height: 3px;
      background-color: #a48400;
      -webkit-transform: rotateZ(-65deg);
      transform: rotateZ(-65deg); }
  #section01 h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #323232;
    text-align: center;
    margin-bottom: 55px;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      #section01 h2 {
        font-size: 36px; } }
    @media screen and (max-width: 640px) {
      #section01 h2 {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      #section01 h2 {
        font-size: 30px; } }
    #section01 h2 span {
      position: relative;
      font-size: 40px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 960px) {
        #section01 h2 span {
          font-size: 36px; } }
      @media screen and (max-width: 640px) {
        #section01 h2 span {
          font-size: 32px; } }
      @media screen and (max-width: 480px) {
        #section01 h2 span {
          font-size: 30px; } }
      #section01 h2 span:before {
        content: '';
        position: absolute;
        bottom: 9px;
        left: 0;
        width: 100%;
        height: 11px;
        background-color: #ded5ae;
        z-index: -1; }
    #section01 h2 .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #section01 h2 .sp {
          display: block; } }
  #section01 ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left; }
    #section01 ul li {
      position: relative;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
      color: #323232;
      padding: 0 0 0 35px;
      margin-bottom: 23px; }
      @media screen and (max-width: 960px) {
        #section01 ul li {
          font-size: 18px; } }
      @media screen and (max-width: 640px) {
        #section01 ul li {
          font-size: 17px; } }
      @media screen and (max-width: 480px) {
        #section01 ul li {
          font-size: 15px;
          padding: 0 0 0 26px; } }
      #section01 ul li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 26px;
        background: url("../img/check.svg") no-repeat center center; }
        @media screen and (max-width: 480px) {
          #section01 ul li:before {
            width: 20px;
            height: 21px; } }
      #section01 ul li .sp {
        display: none; }
        @media screen and (max-width: 640px) {
          #section01 ul li .sp {
            display: block; } }

#section02 {
  background-color: #dceaff;
  position: relative; }
  @media screen and (max-width: 640px) {
    #section02 {
      padding: 80px 1em 40px; } }
  #section02:before {
    content: '';
    position: absolute;
    display: block;
    bottom: -55px;
    left: 0;
    right: 0;
    width: 0px;
    height: 0;
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(180deg);
    margin: auto;
    border-right: 100px solid transparent;
    border-bottom: 70px solid #dceaff;
    border-left: 100px solid transparent; }
    @media screen and (max-width: 640px) {
      #section02:before {
        bottom: -40px;
        border-right: 70px solid transparent;
        border-bottom: 50px solid #dceaff;
        border-left: 70px solid transparent; } }
  #section02 h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #323232;
    text-align: center;
    z-index: 1;
    margin: 65px 0 10px; }
    @media screen and (max-width: 960px) {
      #section02 h3 {
        font-size: 27px; } }
    @media screen and (max-width: 640px) {
      #section02 h3 {
        font-size: 24px;
        margin: 40px 0 10px; } }
    @media screen and (max-width: 480px) {
      #section02 h3 {
        font-size: 20px; } }
    #section02 h3 span {
      font-size: 30px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.1em;
      color: #d00000;
      text-align: center;
      z-index: 1; }
      @media screen and (max-width: 960px) {
        #section02 h3 span {
          font-size: 28px; } }
      @media screen and (max-width: 640px) {
        #section02 h3 span {
          font-size: 26px; } }
      @media screen and (max-width: 480px) {
        #section02 h3 span {
          font-size: 24px; } }
    #section02 h3 .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #section02 h3 .sp {
          display: block; } }
  #section02 .circle {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    width: 194px;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #section02 .circle {
        top: -50px;
        width: 155px; } }
  #section02 .house-area {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #section02 .house-area {
        bottom: 40px; } }
  #section02 .house {
    position: absolute;
    right: 1em;
    width: 218px; }
    @media screen and (max-width: 640px) {
      #section02 .house {
        right: 10px;
        width: 112px; } }
  #section02 img.sp {
    position: relative;
    z-index: 1; }

#section03 {
  padding: 140px 1em; }
  @media screen and (max-width: 640px) {
    #section03 {
      padding: 100px 1em 80px; } }
  #section03 h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #323232;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 960px) {
      #section03 h3 {
        font-size: 36px; } }
    @media screen and (max-width: 640px) {
      #section03 h3 {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      #section03 h3 {
        font-size: 30px; } }
    #section03 h3 span {
      position: relative;
      font-size: 40px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 960px) {
        #section03 h3 span {
          font-size: 36px; } }
      @media screen and (max-width: 640px) {
        #section03 h3 span {
          font-size: 32px; } }
      @media screen and (max-width: 480px) {
        #section03 h3 span {
          font-size: 30px; } }
      #section03 h3 span:before {
        content: '';
        position: absolute;
        bottom: 9px;
        left: 0;
        width: 100%;
        height: 11px;
        background-color: #ded5ae;
        z-index: -1; }
    #section03 h3 .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #section03 h3 .sp {
          display: block; } }
  #section03 .stc {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #323232; }
    @media screen and (max-width: 960px) {
      #section03 .stc {
        font-size: 18px; } }
    @media screen and (max-width: 640px) {
      #section03 .stc {
        font-size: 16px; } }
    @media screen and (max-width: 480px) {
      #section03 .stc {
        font-size: 15px; } }
  #section03 .col-area {
    margin-top: 60px; }
    #section03 .col-area .col {
      display: inline-block;
      vertical-align: top;
      width: 47%;
      max-width: 450px;
      margin-right: 5%; }
      @media screen and (max-width: 640px) {
        #section03 .col-area .col {
          display: block;
          width: 100%;
          max-width: 280px;
          margin: 0 auto; } }
      #section03 .col-area .col:nth-child(2) {
        margin-right: 0; }
        @media screen and (max-width: 640px) {
          #section03 .col-area .col:nth-child(2) {
            margin: 50px auto 0; } }
      #section03 .col-area .col h4 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.05em;
        color: #323232; }
        @media screen and (max-width: 960px) {
          #section03 .col-area .col h4 {
            font-size: 32px; } }
        @media screen and (max-width: 640px) {
          #section03 .col-area .col h4 {
            font-size: 28px; } }
        @media screen and (max-width: 480px) {
          #section03 .col-area .col h4 {
            font-size: 26px; } }
      #section03 .col-area .col a {
        display: block;
        margin: 30px auto 0; }
        @media screen and (max-width: 640px) {
          #section03 .col-area .col a {
            margin: 10px auto 0; } }

#section04 {
  background-color: #dceaff;
  padding: 100px 1em; }
  @media screen and (max-width: 640px) {
    #section04 {
      padding: 60px 1em; } }
  #section04 .hukidashi {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #323232;
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 960px) {
      #section04 .hukidashi {
        font-size: 17px; } }
    @media screen and (max-width: 640px) {
      #section04 .hukidashi {
        font-size: 16px; } }
    @media screen and (max-width: 480px) {
      #section04 .hukidashi {
        font-size: 15px; } }
    #section04 .hukidashi:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -27px;
      width: 20px;
      height: 3px;
      background-color: #033985;
      -webkit-transform: rotateZ(65deg);
      transform: rotateZ(65deg); }
    #section04 .hukidashi:after {
      content: '';
      position: absolute;
      top: 10px;
      right: -24px;
      width: 20px;
      height: 3px;
      background-color: #033985;
      -webkit-transform: rotateZ(-65deg);
      transform: rotateZ(-65deg); }
  #section04 h3 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #323232;
    text-align: center;
    padding-left: 60px;
    margin-bottom: 30px;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      #section04 h3 {
        font-size: 36px; } }
    @media screen and (max-width: 640px) {
      #section04 h3 {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      #section04 h3 {
        font-size: 30px; } }
    #section04 h3 .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #section04 h3 .sp {
          display: block; } }
    #section04 h3 img {
      position: absolute;
      left: -10px;
      top: -15px; }
  #section04 .stc {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #323232;
    margin-bottom: 55px; }
    @media screen and (max-width: 960px) {
      #section04 .stc {
        font-size: 18px; } }
    @media screen and (max-width: 640px) {
      #section04 .stc {
        font-size: 16px; } }
    @media screen and (max-width: 480px) {
      #section04 .stc {
        font-size: 15px; } }
    @media screen and (max-width: 640px) {
      #section04 .stc .pc {
        display: none; } }
  #section04 img {
    display: block;
    margin: 0 auto 85px; }
    @media screen and (max-width: 640px) {
      #section04 img {
        margin: 0 auto 60px; } }
    #section04 img.sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #section04 img.sp {
          display: block; } }
  #section04 h4 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #103a80;
    text-align: center;
    margin-bottom: 45px; }
    @media screen and (max-width: 960px) {
      #section04 h4 {
        font-size: 30px; } }
    @media screen and (max-width: 640px) {
      #section04 h4 {
        font-size: 28px; } }
    @media screen and (max-width: 480px) {
      #section04 h4 {
        margin-bottom: 30px; } }
    #section04 h4:before {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #ffffff; }
  #section04 .row {
    max-width: 900px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 45px 6% 65px;
    margin: 0 auto 35px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 640px) {
      #section04 .row {
        max-width: 340px;
        padding: 45px 1em 65px; } }
    #section04 .row img {
      display: block;
      margin: 0 auto 30px; }
      #section04 .row img.sp {
        display: none; }
        @media screen and (max-width: 640px) {
          #section04 .row img.sp {
            display: block; } }
    #section04 .row h5 {
      position: relative;
      font-size: 28px;
      font-weight: bold;
      line-height: 1.5;
      color: #323232;
      text-align: center; }
      @media screen and (max-width: 960px) {
        #section04 .row h5 {
          font-size: 26px; } }
      @media screen and (max-width: 640px) {
        #section04 .row h5 {
          font-size: 23px; } }
      @media screen and (max-width: 480px) {
        #section04 .row h5 {
          font-size: 18px; } }
      #section04 .row h5 span {
        position: relative;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 960px) {
          #section04 .row h5 span {
            font-size: 26px; } }
        @media screen and (max-width: 640px) {
          #section04 .row h5 span {
            font-size: 23px; } }
        @media screen and (max-width: 480px) {
          #section04 .row h5 span {
            font-size: 21px; } }
        #section04 .row h5 span:before {
          content: '';
          position: absolute;
          bottom: 6px;
          left: 0;
          width: 100%;
          height: 11px;
          background-color: #ded5ae;
          z-index: -1; }
          @media screen and (max-width: 640px) {
            #section04 .row h5 span:before {
              bottom: 3px; } }
      #section04 .row h5 .sp {
        display: none; }
        @media screen and (max-width: 640px) {
          #section04 .row h5 .sp {
            display: block; } }
  @media screen and (max-width: 640px) {
    #section04 .btn {
      margin: 0 auto 0px; } }
  #section04 .btn img {
    margin: 0; }

#section05 {
  position: relative;
  background-color: #e4e4e4;
  padding: 110px 0; }
  @media screen and (max-width: 640px) {
    #section05 {
      padding: 80px 0; } }
  #section05 .section-inner {
    padding: 0 1em; }
  #section05 .hukidashi {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #323232;
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 960px) {
      #section05 .hukidashi {
        font-size: 17px; } }
    @media screen and (max-width: 640px) {
      #section05 .hukidashi {
        font-size: 16px; } }
    @media screen and (max-width: 480px) {
      #section05 .hukidashi {
        font-size: 15px; } }
    #section05 .hukidashi:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -27px;
      width: 20px;
      height: 3px;
      background-color: #bc911d;
      -webkit-transform: rotateZ(65deg);
      transform: rotateZ(65deg); }
    #section05 .hukidashi:after {
      content: '';
      position: absolute;
      top: 10px;
      right: -24px;
      width: 20px;
      height: 3px;
      background-color: #bc911d;
      -webkit-transform: rotateZ(-65deg);
      transform: rotateZ(-65deg); }
  #section05 h3 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #323232;
    text-align: center;
    padding-left: 50px;
    margin-bottom: 30px;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      #section05 h3 {
        font-size: 36px; } }
    @media screen and (max-width: 640px) {
      #section05 h3 {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      #section05 h3 {
        font-size: 30px; } }
    #section05 h3 .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #section05 h3 .sp {
          display: block; } }
    #section05 h3 img {
      position: absolute;
      left: -10px;
      top: -8px; }
  #section05 .stc {
    max-width: 730px;
    text-align: left;
    margin: 0 auto 65px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #323232; }
    @media screen and (max-width: 960px) {
      #section05 .stc {
        font-size: 18px; } }
    @media screen and (max-width: 640px) {
      #section05 .stc {
        font-size: 16px; } }
    @media screen and (max-width: 480px) {
      #section05 .stc {
        font-size: 15px; } }
    #section05 .stc span {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.6;
      color: #bc911d; }
      @media screen and (max-width: 960px) {
        #section05 .stc span {
          font-size: 18px; } }
      @media screen and (max-width: 640px) {
        #section05 .stc span {
          font-size: 16px; } }
      @media screen and (max-width: 480px) {
        #section05 .stc span {
          font-size: 15px; } }
  #section05 h4 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #bc911d;
    text-align: center;
    margin-bottom: 45px; }
    @media screen and (max-width: 960px) {
      #section05 h4 {
        font-size: 30px; } }
    @media screen and (max-width: 640px) {
      #section05 h4 {
        font-size: 28px; } }
    @media screen and (max-width: 480px) {
      #section05 h4 {
        margin-bottom: 30px; } }
    #section05 h4:before {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #ffffff; }
  #section05 .row {
    max-width: 900px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 45px 6% 65px;
    margin: 0 auto 35px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 640px) {
      #section05 .row {
        max-width: 340px;
        padding: 45px 1em 65px; } }
    #section05 .row img {
      display: block;
      margin: 0 auto 0px; }
      #section05 .row img.sp {
        display: none; }
        @media screen and (max-width: 640px) {
          #section05 .row img.sp {
            display: block; } }
    #section05 .row h5 {
      position: relative;
      font-size: 24px;
      font-weight: 500;
      line-height: 1.5;
      color: #323232;
      text-align: center;
      margin: 40px 0; }
      @media screen and (max-width: 960px) {
        #section05 .row h5 {
          font-size: 22px; } }
      @media screen and (max-width: 640px) {
        #section05 .row h5 {
          font-size: 19px;
          text-align: left; } }
      @media screen and (max-width: 480px) {
        #section05 .row h5 {
          font-size: 16px; } }
      #section05 .row h5 span {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 960px) {
          #section05 .row h5 span {
            font-size: 22px; } }
        @media screen and (max-width: 640px) {
          #section05 .row h5 span {
            font-size: 20px; } }
        @media screen and (max-width: 480px) {
          #section05 .row h5 span {
            font-size: 18px; } }
      #section05 .row h5 .sp {
        display: none; }
        @media screen and (max-width: 640px) {
          #section05 .row h5 .sp {
            display: block; } }
  #section05 img {
    display: block;
    margin: 0 auto 85px; }
    @media screen and (max-width: 640px) {
      #section05 img {
        margin: 0 auto 60px; } }
    #section05 img.sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #section05 img.sp {
          display: block; } }
  #section05 .owl-carousel {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    max-width: 850px;
    padding: 0 50px;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #section05 .owl-carousel {
        top: 30%; } }
    @media screen and (max-width: 480px) {
      #section05 .owl-carousel {
        top: 23%;
        max-width: 400px;
        padding: 0 40px; } }
    #section05 .owl-carousel img {
      margin: 0 auto 0; }
  @media screen and (max-width: 640px) {
    #section05 .btn {
      margin: 0 auto 0px; } }
  #section05 .btn img {
    margin: 0; }
  #section05 .posi-rel {
    margin-top: 150px; }
    @media screen and (max-width: 640px) {
      #section05 .posi-rel {
        background-color: #FFF;
        margin-top: 100px;
        margin-bottom: 80px; } }
    #section05 .posi-rel img {
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 640px) {
        #section05 .posi-rel img {
          margin: 0 auto 0; } }
    #section05 .posi-rel .circle {
      position: absolute;
      top: -70px;
      left: 0;
      right: 0;
      width: 194px;
      margin: 0 auto;
      z-index: 0; }
      @media screen and (max-width: 640px) {
        #section05 .posi-rel .circle {
          top: -50px;
          width: 155px; } }
  #section05 .house-area {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #section05 .house-area {
        bottom: 40px; } }
  #section05 .house {
    position: absolute;
    left: 1em;
    width: 218px; }
    @media screen and (max-width: 640px) {
      #section05 .house {
        left: 10px;
        width: 112px; } }

#section06 {
  padding: 100px 1em 80px; }
  @media screen and (max-width: 640px) {
    #section06 {
      padding: 100px 1em 60px; } }
  #section06 h3 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #103a80;
    text-align: center;
    margin-bottom: 50px;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      #section06 h3 {
        font-size: 36px; } }
    @media screen and (max-width: 640px) {
      #section06 h3 {
        font-size: 31px; } }
    @media screen and (max-width: 480px) {
      #section06 h3 {
        font-size: 27px;
        letter-spacing: 0em; } }
    #section06 h3 .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #section06 h3 .sp {
          display: block; } }
  #section06 .col-area {
    max-width: 900px;
    margin: 0 auto;
    text-align: center; }
    #section06 .col-area .col {
      display: inline-block;
      vertical-align: top;
      width: 32%;
      height: 600px;
      border-radius: 20px;
      border: 1px solid #b4b4b4;
      padding: 40px 2%;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
      text-align: left;
      margin-right: 1%; }
      @media screen and (max-width: 640px) {
        #section06 .col-area .col {
          display: block;
          width: 100%;
          max-width: 320px;
          height: auto;
          padding: 40px 1em;
          margin: 0 auto 30px; } }
      #section06 .col-area .col:last-child {
        margin-right: 0; }
        @media screen and (max-width: 640px) {
          #section06 .col-area .col:last-child {
            margin-right: auto; } }
      #section06 .col-area .col h4 {
        position: relative;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        color: #323232;
        margin: 16px 0 16px; }
        @media screen and (max-width: 960px) {
          #section06 .col-area .col h4 {
            font-size: 19px; } }
        @media screen and (max-width: 640px) {
          #section06 .col-area .col h4 {
            font-size: 18px; } }
        @media screen and (max-width: 480px) {
          #section06 .col-area .col h4 {
            font-size: 17px; } }
        #section06 .col-area .col h4 .sp {
          display: none; }
          @media screen and (max-width: 640px) {
            #section06 .col-area .col h4 .sp {
              display: block; } }
      #section06 .col-area .col p {
        position: relative;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
        color: #323232; }
        @media screen and (max-width: 960px) {
          #section06 .col-area .col p {
            font-size: 15px; } }
        @media screen and (max-width: 640px) {
          #section06 .col-area .col p {
            font-size: 15px; } }
        #section06 .col-area .col p .sp {
          display: none; }
          @media screen and (max-width: 640px) {
            #section06 .col-area .col p .sp {
              display: block; } }

#section07 {
  background-color: #dceaff;
  position: relative;
  padding: 100px 1em; }
  @media screen and (max-width: 640px) {
    #section07 {
      padding: 60px 1em 60px; } }
  #section07:before {
    content: '';
    position: absolute;
    display: block;
    bottom: -55px;
    left: 0;
    right: 0;
    width: 0px;
    height: 0;
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(180deg);
    margin: auto;
    border-right: 100px solid transparent;
    border-bottom: 70px solid #dceaff;
    border-left: 100px solid transparent; }
    @media screen and (max-width: 640px) {
      #section07:before {
        bottom: -40px;
        border-right: 70px solid transparent;
        border-bottom: 50px solid #dceaff;
        border-left: 70px solid transparent; } }
  #section07 h3 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #103a80;
    text-align: center;
    margin-bottom: 50px;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      #section07 h3 {
        font-size: 36px; } }
    @media screen and (max-width: 640px) {
      #section07 h3 {
        font-size: 32px;
        line-height: 1.3; } }
    @media screen and (max-width: 480px) {
      #section07 h3 {
        font-size: 30px; } }
    #section07 h3 .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #section07 h3 .sp {
          display: block; } }
    #section07 h3 span {
      font-size: 60px;
      font-weight: bold; }
      @media screen and (max-width: 960px) {
        #section07 h3 span {
          font-size: 56px; } }
      @media screen and (max-width: 640px) {
        #section07 h3 span {
          font-size: 52px; } }
      @media screen and (max-width: 480px) {
        #section07 h3 span {
          font-size: 50px; } }
  #section07 .col-area {
    max-width: 960px;
    margin: 0 auto;
    text-align: center; }
    #section07 .col-area .col {
      display: inline-block;
      vertical-align: middle;
      width: 28%;
      height: 500px;
      text-align: left;
      margin-right: 1%; }
      @media screen and (max-width: 640px) {
        #section07 .col-area .col {
          display: block;
          width: 100%;
          max-width: 320px;
          height: auto;
          margin: 0 auto 20px; } }
      #section07 .col-area .col:last-child {
        margin-right: 0; }
        @media screen and (max-width: 640px) {
          #section07 .col-area .col:last-child {
            margin-right: auto; } }
      #section07 .col-area .col img {
        display: block;
        margin: 0 auto; }
      #section07 .col-area .col h4 {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        color: #323232;
        margin: 30px 0 5px; }
        @media screen and (max-width: 960px) {
          #section07 .col-area .col h4 {
            font-size: 22px; } }
        @media screen and (max-width: 640px) {
          #section07 .col-area .col h4 {
            font-size: 20px; } }
        @media screen and (max-width: 480px) {
          #section07 .col-area .col h4 {
            font-size: 18px; } }
        #section07 .col-area .col h4 .sp {
          display: none; }
          @media screen and (max-width: 640px) {
            #section07 .col-area .col h4 .sp {
              display: block; } }
      #section07 .col-area .col p {
        position: relative;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
        color: #323232; }
        @media screen and (max-width: 960px) {
          #section07 .col-area .col p {
            font-size: 15px; } }
        @media screen and (max-width: 640px) {
          #section07 .col-area .col p {
            font-size: 15px; } }
        #section07 .col-area .col p .sp {
          display: none; }
          @media screen and (max-width: 640px) {
            #section07 .col-area .col p .sp {
              display: block; } }
    #section07 .col-area .arrow {
      display: inline-block;
      vertical-align: middle;
      width: 2%;
      margin-right: 1%; }
      @media screen and (max-width: 640px) {
        #section07 .col-area .arrow {
          width: 30px;
          margin: 0 auto 20px;
          -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg); } }

#section08 {
  padding: 140px 0 80px; }
  @media screen and (max-width: 640px) {
    #section08 {
      padding: 100px 0 80px; } }
  #section08 .section-inner {
    padding: 0 1em; }
  #section08 h3 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #323232;
    text-align: center;
    margin-bottom: 85px; }
    @media screen and (max-width: 960px) {
      #section08 h3 {
        font-size: 30px; } }
    @media screen and (max-width: 640px) {
      #section08 h3 {
        font-size: 27px; } }
    @media screen and (max-width: 480px) {
      #section08 h3 {
        font-size: 24px;
        margin-bottom: 50px; } }
  #section08 .tab {
    display: inline-block;
    vertical-align: bottom;
    max-width: 260px;
    line-height: 0;
    margin-right: 20px; }
    @media screen and (max-width: 640px) {
      #section08 .tab {
        max-width: 160px;
        margin-right: 10px; } }
  #section08 .tab02 {
    margin-right: 0; }
  #section08 .tab-border {
    max-width: 900px;
    border-bottom: 5px solid #103a80;
    margin: 0 auto 30px; }
    #section08 .tab-border.on {
      border-bottom: 5px solid #7b8080; }
  #section08 .tab-cnt {
    position: relative;
    padding: 0 1em; }
  #section08 .tab-cnt01, #section08 .tab-cnt02 {
    /*      position: absolute;
          top: 0;
          left: 0;
          right: 0;*/
    display: block;
    max-width: 700px;
    margin: 0 auto; }
    #section08 .tab-cnt01.sp, #section08 .tab-cnt02.sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #section08 .tab-cnt01.sp, #section08 .tab-cnt02.sp {
          display: block; } }
    #section08 .tab-cnt01 .row, #section08 .tab-cnt02 .row {
      position: relative;
      text-align: left;
      border-bottom: 1px dotted #b3b3b3;
      padding: 30px 1em; }
      @media screen and (max-width: 640px) {
        #section08 .tab-cnt01 .row, #section08 .tab-cnt02 .row {
          padding: 20px 1em 16px; } }
    #section08 .tab-cnt01 .img-area, #section08 .tab-cnt02 .img-area {
      display: inline-block;
      vertical-align: middle;
      width: 64px;
      text-align: center;
      margin-right: 20px; }
      @media screen and (max-width: 640px) {
        #section08 .tab-cnt01 .img-area, #section08 .tab-cnt02 .img-area {
          display: block;
          height: 50px;
          margin: 0px auto 10px; } }
      #section08 .tab-cnt01 .img-area img, #section08 .tab-cnt02 .img-area img {
        display: inline-block; }
    #section08 .tab-cnt01 .num, #section08 .tab-cnt02 .num {
      display: inline-block;
      vertical-align: middle;
      width: 64px;
      height: 64px;
      font-size: 40px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.05em;
      color: #103a80;
      text-align: center;
      border-top: 1px solid #103a80;
      border-right: 1px solid #103a80;
      padding: 5px 0;
      margin-right: 25px; }
      @media screen and (max-width: 960px) {
        #section08 .tab-cnt01 .num, #section08 .tab-cnt02 .num {
          font-size: 36px; } }
      @media screen and (max-width: 640px) {
        #section08 .tab-cnt01 .num, #section08 .tab-cnt02 .num {
          position: absolute;
          top: 80px;
          left: 0;
          font-size: 34px; } }
      @media screen and (max-width: 480px) {
        #section08 .tab-cnt01 .num, #section08 .tab-cnt02 .num {
          font-size: 32px; } }
    #section08 .tab-cnt01 .stc, #section08 .tab-cnt02 .stc {
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      @media screen and (max-width: 640px) {
        #section08 .tab-cnt01 .stc, #section08 .tab-cnt02 .stc {
          padding-left: 75px; } }
      #section08 .tab-cnt01 .stc h4, #section08 .tab-cnt02 .stc h4 {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.05em;
        color: #323232;
        margin-bottom: 10px; }
        @media screen and (max-width: 960px) {
          #section08 .tab-cnt01 .stc h4, #section08 .tab-cnt02 .stc h4 {
            font-size: 20px; } }
        @media screen and (max-width: 640px) {
          #section08 .tab-cnt01 .stc h4, #section08 .tab-cnt02 .stc h4 {
            font-size: 18px; } }
        @media screen and (max-width: 480px) {
          #section08 .tab-cnt01 .stc h4, #section08 .tab-cnt02 .stc h4 {
            font-size: 17px; } }
      #section08 .tab-cnt01 .stc p, #section08 .tab-cnt02 .stc p {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.05em;
        color: #323232; }
        @media screen and (max-width: 640px) {
          #section08 .tab-cnt01 .stc p, #section08 .tab-cnt02 .stc p {
            font-size: 15px;
            margin-bottom: 5px; } }
  #section08 .tab-cnt02 {
    display: none; }
    #section08 .tab-cnt02.sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #section08 .tab-cnt02.sp {
          display: none; } }
    #section08 .tab-cnt02 .num {
      color: #d9a830;
      border-top: 1px solid #d9a830;
      border-right: 1px solid #d9a830; }

.fix-btn {
  display: none;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 101; }
  .fix-btn a {
    display: block;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .fix-btn a {
        max-width: 40px;
        margin-bottom: 8px; } }

footer {
  position: relative;
  background-color: #FFF;
  text-align: center;
  padding: 120px 0 0;
  z-index: 1; }
  footer .ad {
    position: relative;
    display: block;
    max-width: 900px;
    background-color: #dceaff;
    border-radius: 20px;
    padding: 65px 1em;
    margin: 0 auto 85px;
    z-index: 1; }
    @media screen and (max-width: 640px) {
      footer .ad {
        padding: 85px 1em 60px;
        border-radius: 0; } }
    footer .ad .house {
      position: absolute;
      top: -140px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media screen and (max-width: 640px) {
        footer .ad .house {
          top: -80px;
          width: 150px; } }
    footer .ad h5 {
      font-size: 40px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.05em;
      color: #323232;
      margin-bottom: 30px; }
      @media screen and (max-width: 960px) {
        footer .ad h5 {
          font-size: 36px; } }
      @media screen and (max-width: 640px) {
        footer .ad h5 {
          font-size: 28px; } }
      @media screen and (max-width: 480px) {
        footer .ad h5 {
          font-size: 19px;
          letter-spacing: 0em; } }
      footer .ad h5 .border-span {
        position: relative;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 960px) {
          footer .ad h5 .border-span {
            font-size: 36px; } }
        @media screen and (max-width: 640px) {
          footer .ad h5 .border-span {
            font-size: 28px; } }
        @media screen and (max-width: 480px) {
          footer .ad h5 .border-span {
            font-size: 19px;
            letter-spacing: 0em; } }
        footer .ad h5 .border-span:before {
          content: '';
          position: absolute;
          bottom: 2px;
          left: 0;
          width: 100%;
          height: 11px;
          background-color: #FFF;
          z-index: -1; }
      footer .ad h5 .blue {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.5;
        color: #103a80;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 960px) {
          footer .ad h5 .blue {
            font-size: 46px; } }
        @media screen and (max-width: 640px) {
          footer .ad h5 .blue {
            font-size: 40px; } }
        @media screen and (max-width: 480px) {
          footer .ad h5 .blue {
            font-size: 36px; } }
    footer .ad .btn {
      max-width: 600px;
      padding: 0 1em;
      margin: 0 auto; }
  footer .footer-inner {
    padding: 0 1em; }
  footer .footer {
    padding: 0 1em; }
  footer .logo {
    display: block;
    margin: 0 auto 65px; }
    @media screen and (max-width: 640px) {
      footer .logo {
        margin: 0 auto 40px; } }
  footer .tel-p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #323232;
    margin-top: 30px; }
    @media screen and (max-width: 960px) {
      footer .tel-p {
        font-size: 18px; } }
    @media screen and (max-width: 640px) {
      footer .tel-p {
        font-size: 17px; } }
    @media screen and (max-width: 480px) {
      footer .tel-p {
        font-size: 16px; } }
    footer .tel-p span {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.05em;
      color: #323232; }
      @media screen and (max-width: 960px) {
        footer .tel-p span {
          font-size: 18px; } }
      @media screen and (max-width: 640px) {
        footer .tel-p span {
          font-size: 17px; } }
      @media screen and (max-width: 480px) {
        footer .tel-p span {
          font-size: 16px; } }
    @media screen and (max-width: 640px) {
      footer .tel-p .pc {
        display: none; } }
    footer .tel-p .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        footer .tel-p .sp {
          display: block; } }
  footer .copyright {
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    color: #FFF;
    background-color: #87ad43;
    padding: 8px 0;
    margin-top: 105px;
    z-index: 1; }
    @media screen and (max-width: 640px) {
      footer .copyright {
        margin-top: 70px; } }

/*# sourceMappingURL=top.css.map */
