@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-family: Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  background: #fff;
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  color: #000000;
  text-decoration: none;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a.hover img {
  opacity: 0.5;
}

#wrap {
  position: relative;
  width: 100%;
}

h3 {
  margin-bottom: 40px;
}

h3 span {
  color: #b2b2b2;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  padding-bottom: 10px;
}

h3 small {
  color: #0d3b44;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}

h3 em {
  line-height: 1.6;
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  background: #fff;
}

header .logo {
  padding-left: 15px;
  pointer-events: all;
}

header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo a .icon-freedom {
  font-size: 40px;
  color: #0d3b44;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

header .logo a .logoName {
  position: relative;
  margin-left: 15px;
  color: #000;
  width: 179px;
  height: 30px;
  overflow: hidden;
}

header .logo a .logoName .icon-freedom3 {
  font-size: 1.285rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
  line-height: 14px;
  vertical-align: top;
}

header .logo a .logoName small {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 0;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

header nav {
  padding-right: 15px;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav ul li {
  margin: 0 0.5em;
}

header nav ul li a {
  font-size: 1.4rem;
  font-weight: 600;
}

.title {
  width: 100%;
  height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.title h1 {
  color: #fff;
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  white-space: nowrap;
}

.title h1 em {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.6;
  display: block;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.title h1 span {
  display: block;
  font-size: 2.5rem;
  letter-spacing: 4px;
  font-weight: bold;
}

.title figure {
  margin-left: auto;
  width: 100%;
  height: 630px;
  background: url(../img/main.jpg) no-repeat center center;
  background-size: cover;
}

.banner01 {
  text-align: center;
  padding: 60px 0 120px;
}

.text_box-01 {
  width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.text_box-01 figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.text_box-01 .text {
  padding-right: 70px;
}

.images {
  width: 100%;
  padding: 150px 0;
}

.images .item_01 {
  width: 100%;
  height: 520px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

.images .item_01 figure {
  width: 52%;
  height: 520px;
  background: url(../img/002.jpg) no-repeat right center;
  background-size: cover;
}

.images .item_01 p {
  width: 500px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.images .item_02 {
  width: 100%;
  height: 520px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

.images .item_02 figure {
  width: 52%;
  height: 520px;
  background: url(../img/003.jpg) no-repeat left center;
  background-size: auto 100%;
}

.images .item_02 p {
  width: 500px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.images .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.images .item_box .item_04 {
  width: 45%;
}

.images .item_box .item_04 figure {
  width: 100%;
  height: 820px;
  background: url(../img/006.jpg) no-repeat right center;
  background-size: auto 100%;
}

.images .item_box .item_04 p {
  text-align: right;
  padding-top: 10px;
  font-weight: bold;
  font-size: 2.8rem;
}

.images .item_box .item_box_inner {
  width: 47%;
}

.images .item_box .item_box_inner .item_03 {
  width: 100%;
  padding-top: 140px;
}

.images .item_box .item_box_inner .item_03 figure {
  width: 100%;
  height: 400px;
  background: url(../img/004.jpg) no-repeat left center;
  background-size: auto 100%;
}

.images .item_box .item_box_inner .item_03 p {
  text-align: left;
  padding-top: 30px;
  font-weight: bold;
  font-size: 2.8rem;
}

.images .item_box .item_box_inner .item_05 {
  width: 100%;
  padding-top: 120px;
}

.images .item_box .item_box_inner .item_05 figure {
  width: 100%;
  height: 460px;
  background: url(../img/005.jpg) no-repeat left center;
  background-size: cover;
}

.images .item_box .item_box_inner .item_05 p {
  text-align: left;
  padding-top: 20px;
  font-weight: bold;
  font-size: 2.8rem;
}

#dream {
  background: #e5f1f3;
  padding: 150px 0;
}

#dream h3 span {
  color: #a3b8bb;
}

.contact_area {
  text-align: center;
  background: #f3f3f3;
  padding: 70px 0;
}

.contact_area h2 {
  font-weight: bold;
  font-size: 2.8rem;
  color: #0d3b44;
  line-height: 1.65;
  margin-bottom: 50px;
}

.contact_area .banner_box {
  width: 1150px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sect_title {
  text-align: center;
  padding-top: 140px;
}

.sect_title span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #b2b2b2;
}

.sect_title em {
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
  line-height: 1.65;
}

#points .sect_title {
  margin-bottom: 120px;
}

#points .text_box-01 {
  margin-bottom: 80px;
}

#points .landi {
  width: 1150px;
  padding: 70px 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f3f3;
  margin: 0 auto 140px;
  text-align: center;
}

#points .landi h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #0d3b44;
  margin-bottom: 20px;
}

#points .landi p {
  width: 630px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  color: #0d3b44;
}

#points .landi .landi_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#points .landi .landi_info .item {
  width: 400px;
}

#points .landi .landi_info .item h3 {
  padding: 70px 0 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  font-weight: bold;
  color: #0d3b44;
}

#points .landi .landi_info .item + .item h3 {
  padding-bottom: 20px;
}

#points .landi .landi_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0;
}

#points .landi .landi_image figure figcaption {
  color: #0d3b44;
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 20px;
}

#points .landi .btn {
  width: 600px;
  height: 60px;
  background: #0d3b44;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
}

#points .landi .btn span {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

#points .landi .btn .icon-arrow3 {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.5rem;
}

#points .landi .btn:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

#works {
  margin-top: 150px;
  padding-bottom: 150px;
  background: #f3f3f3;
}

#works .sect_title + p {
  text-align: center;
  padding: 40px 0 120px;
}

#works .case_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1150px;
  margin: 0 auto 150px;
}

#works .case_box figure {
  width: 650px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#works .case_box .text {
  padding-left: 80px;
}

#works .case_box .text h3 {
  margin-bottom: 20px;
}

#works .case_box .text .area {
  margin-bottom: 1em;
}

#works .case_box.last {
  margin-bottom: 0;
}

#works .const_area {
  padding-top: 150px;
  width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#works .const_area .text {
  width: 485px;
}

#works .const_area .text dl {
  padding: 25px 0;
  border-top: #b2b2b2 solid 1px;
}

#works .const_area .text dl dt {
  font-weight: bold;
}

#works .const_area .text dl dt:before {
  content: "＋";
  margin-right: 10px;
}

#works .const_area .text dl dt.on:before {
  content: "－";
}

#works .const_area .text dl dd {
  padding-top: 10px;
}

#works .const_area .text dl:last-child {
  border-bottom: #b2b2b2 solid 1px;
}

#voice .sect_title + p {
  text-align: center;
  padding: 40px 0 120px;
}

#voice .voice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1150px;
  margin: 0 auto 150px;
}

#voice .voice_box figure {
  width: 550px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#voice .voice_box .text {
  padding-right: 80px;
}

#voice .voice_box .text h3 {
  margin-bottom: 20px;
}

#voice .voice_box .text p + em {
  display: block;
  font-weight: bold;
  padding-top: 2em;
  padding-bottom: 0.5em;
  font-size: 1.4rem;
}

.swiper-container {
  overflow: visible !important;
}

.swiper-pagination {
  bottom: -40px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #0d3b44;
}

.swiper-slide figure {
  width: 650px;
  height: 459px;
  background-color: #e8e8e8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#qa {
  background: #e5f1f3;
  padding-bottom: 120px;
}

#qa .sect_title {
  padding-top: 120px;
  padding-bottom: 90px;
}

#qa .sect_title span {
  color: #a3b8bb;
}

#qa .qa_box {
  width: 1100px;
  margin: 0 auto 40px;
}

#qa .qa_box .toggle {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

#qa .qa_box .toggle span {
  width: 75px;
  height: 75px;
  background: #0d3b44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}

#qa .qa_box .toggle em {
  margin-right: auto;
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 20px;
}

#qa .qa_box .toggle .icon-arrow_top {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #0d3b44 solid 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-size: 1rem;
  color: #0d3b44;
  margin-right: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#qa .qa_box .toggle.on .icon-arrow_top {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #0d3b44 solid 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-size: 1rem;
  color: #0d3b44;
  margin-right: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#qa .qa_box .ans {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#qa .qa_box .ans span {
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0d3b44;
  font-size: 2.2rem;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#qa .qa_box .ans p {
  padding: 20px 60px 20px 20px;
}

#present {
  width: 100%;
  padding: 150px 0;
}

#present .text_box-01 h3 em {
  color: #1fc100;
}

#present .text_box-01 .btnline {
  width: 350px;
  height: 50px;
  background: #1fc100;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 40px;
}

#present .text_box-01 .btnline span {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

#present .text_box-01 .btnline .icon-arrow3 {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.5rem;
}

#present .text_box-01 .btnline:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

footer {
  text-align: center;
  padding: 60px 0;
}

footer .f_logo {
  display: block;
}

footer .f_logo .icon-freedom {
  font-size: 7.5rem;
  color: #0d3b44;
}

footer a {
  display: inline-block;
  font-size: 1.2rem;
  color: #0d3b44;
  margin: 20px 0 50px;
}

footer a:hover {
  text-decoration: underline;
}

footer small {
  display: block;
  font-size: 1rem;
  color: #0d3b44;
}

.pageTop {
  position: fixed;
  right: 50px;
  opacity: 0.2;
  bottom: -42px;
  z-index: 1000;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.pageTop.on {
  bottom: 100px;
  opacity: 1;
}

/*! SP ***************************************************/
@media screen and (max-width: 740px) {
  html {
    scroll-behavior: inherit;
  }
  body {
    min-width: 320px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none !important;
  }
  h3 {
    margin-bottom: 40px;
  }
  h3 span {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  h3 small {
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
  h3 em {
    line-height: 1.6;
    font-size: 1.8rem;
  }
  header {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  header .logo {
    padding-left: 15px;
  }
  header .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .logo a .icon-freedom {
    font-size: 25px;
    width: 25px;
    height: 25px;
  }
  header .logo a .logoName {
    margin-left: 5px;
    width: 140px;
    height: 25px;
  }
  header .logo a .logoName .icon-freedom3 {
    font-size: 1rem;
    line-height: 14px;
  }
  header .logo a .logoName small {
    line-height: 1;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  header nav {
    display: none;
  }
  header #slidemenuBtn {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #slidemenuBtn span {
    width: 20px;
    height: 11px;
    border-top: #000000 solid 1px;
    border-bottom: #000000 solid 1px;
    position: relative;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  header #slidemenuBtn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 0.5px);
    width: 100%;
    height: 1px;
    background: #000000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  header #slidemenuBtn span:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 0.5px);
    width: 100%;
    height: 1px;
    background: #000000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  header #slidemenuBtn span small {
    display: inline-block;
    font-size: 1rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left;
            transform-origin: left;
    position: absolute;
    left: 0;
    top: 100%;
    line-height: 1;
    font-weight: bold;
    padding-top: 2px;
  }
  header #slidemenuBtn.open span {
    border-color: #fff;
  }
  header #slidemenuBtn.open span:before {
    -webkit-transform: rotate(22.5deg);
            transform: rotate(22.5deg);
  }
  header #slidemenuBtn.open span:after {
    -webkit-transform: rotate(-22.5deg);
            transform: rotate(-22.5deg);
  }
  #wrap {
    padding-top: 60px;
  }
  #spmenu {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    background: #e7e7e7;
    z-index: 100;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 4;
  }
  #spmenu ul li a {
    color: #0d3b44;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #spmenu.open {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    pointer-events: auto;
  }
  .title {
    width: 100%;
    height: auto;
    display: block;
  }
  .title h1 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 0 15px;
    top: 20%;
  }
}

@media screen and (max-width: 740px) and (max-width: 1440px) {
  .title h1 {
    right: inherit;
    left: 0;
  }
}

@media screen and (max-width: 740px) {
  .title h1 em {
    font-size: 3.0rem;
    line-height: 1.5;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .title h1 span {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .title figure {
    margin-left: auto;
    width: 100%;
    height: 250px;
    background: url(../img/main@sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .banner01 {
    text-align: center;
    padding: 30px 15px 10px;
  }
  .text_box-01 {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .text_box-01 figure {
    border: #aaaaaa solid 1px;
  }
  .text_box-01 .text {
    text-align: center;
    padding: 40px 0 0;
  }
  .text_box-01 .text p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
  }
  .text_box-01 h3 {
    margin-bottom: 10px;
  }
  .text_box-01 h3 em {
    font-size: 2.0rem;
  }
  .images {
    width: 100%;
    padding: 40px 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .images .item_01 {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .images .item_01 figure {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background: url(../img/002.jpg) no-repeat right center;
    background-size: cover;
  }
  .images .item_01 p {
    padding-top: 10px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .images .item_02 {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .images .item_02 figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background: url(../img/003.jpg) no-repeat right center;
    background-size: cover;
  }
  .images .item_02 p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 10px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  .images .item_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .images .item_box .item_04 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  .images .item_box .item_04 figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background: url(../img/006.jpg) no-repeat right center;
    background-size: cover;
  }
  .images .item_box .item_04 p {
    padding-top: 10px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  .images .item_box .item_box_inner {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
  .images .item_box .item_box_inner .item_03 {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .images .item_box .item_box_inner .item_03 figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background: url(../img/004.jpg) no-repeat right center;
    background-size: cover;
  }
  .images .item_box .item_box_inner .item_03 p {
    padding-top: 10px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  .images .item_box .item_box_inner .item_05 {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .images .item_box .item_box_inner .item_05 figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background: url(../img/005.jpg) no-repeat right center;
    background-size: cover;
  }
  .images .item_box .item_box_inner .item_05 p {
    padding-top: 10px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  #dream {
    padding: 40px 0;
  }
  .contact_area {
    padding: 40px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact_area h2 {
    font-size: 2.4rem;
    color: #000000;
    line-height: 1.65;
    margin-bottom: 30px;
  }
  .contact_area .banner_box {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
  }
  .contact_area .banner_box a + a {
    display: block;
    margin-top: 30px;
  }
  .sect_title {
    text-align: center;
    padding-top: 40px;
  }
  .sect_title span {
    font-size: 1.5rem;
  }
  .sect_title em {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #points .sect_title {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  #points .text_box-01 {
    margin-bottom: 40px;
  }
  #points .landi {
    width: 100%;
    padding: 40px 15px;
    margin: 0 auto 70px;
    text-align: center;
  }
  #points .landi h2 {
    font-size: 2.4rem;
    color: #000000;
    margin-bottom: 10px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: center;
  }
  #points .landi p {
    width: 100%;
    font-size: 1.6rem;
    color: #000000;
  }
  #points .landi .landi_info {
    display: block;
  }
  #points .landi .landi_info .item {
    width: 100%;
    background: #fff;
    padding: 20px 0;
    margin: 20px 0;
  }
  #points .landi .landi_info .item h3 {
    padding: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000000;
  }
  #points .landi .landi_info .item + .item h3 {
    padding-bottom: 20px;
  }
  #points .landi .no1 {
    width: 150px;
  }
  #points .landi .landi_image {
    display: block;
    padding: 0;
  }
  #points .landi .landi_image figure {
    padding: 30px 0;
    background: #fff;
    text-align: center;
  }
  #points .landi .landi_image figure figcaption {
    color: #0d3b44;
    font-size: 1.6rem;
    line-height: 1.35;
    margin-bottom: 20px;
  }
  #points .landi .landi_image figure figcaption br {
    display: none;
  }
  #points .landi .landi_image figure img {
    width: 180px;
  }
  #points .landi .landi_image figure + figure {
    margin-top: 20px;
  }
  #points .landi .btn {
    width: 100%;
    height: 60px;
    margin: 30px auto 0;
  }
  #points .landi .btn .icon-arrow3 {
    font-size: 1.3rem;
  }
  #works {
    margin-top: 40px;
    padding-bottom: 0px;
    background: #f3f3f3;
  }
  #works .sect_title {
    padding-top: 40px;
  }
  #works .sect_title + p {
    text-align: left;
    padding: 40px 15px;
  }
  #works .case_box {
    display: block;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 40px;
  }
  #works .case_box figure {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #works .case_box .text {
    padding-top: 70px;
    padding-left: 0px;
    text-align: center;
  }
  #works .case_box .text h3 {
    margin-bottom: 10px;
  }
  #works .case_box .text .area {
    margin-bottom: 1em;
  }
  #works .case_box .text .detail {
    text-align: left;
  }
  #works .const_area {
    width: 100%;
    margin-top: 40px;
    padding: 80px 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  #works .const_area figure {
    margin-bottom: 30px;
  }
  #works .const_area .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  #works .const_area .text h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  #works .const_area .text h3 span {
    padding-bottom: 5px;
  }
  #works .const_area .text h3 em {
    font-size: 2.4rem;
  }
  #works .const_area .text dl {
    padding: 20px 0;
    border-top: #b2b2b2 solid 1px;
  }
  #works .const_area .text dl dt {
    font-weight: bold;
  }
  #works .const_area .text dl dt:before {
    content: "＋";
    margin-right: 10px;
  }
  #works .const_area .text dl dt.on:before {
    content: "－";
  }
  #works .const_area .text dl dd {
    padding-top: 10px;
  }
  #works .const_area .text dl:last-child {
    border-bottom: #b2b2b2 solid 1px;
  }
  #voice .sect_title + p {
    text-align: left;
    padding: 40px 15px 40px;
  }
  #voice .voice_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 40px;
  }
  #voice .voice_box figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #voice .voice_box .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-top: 70px;
    padding-right: 0px;
    text-align: center;
  }
  #voice .voice_box .text h3 {
    margin-bottom: 30px;
  }
  #voice .voice_box .text p {
    text-align: left;
  }
  #voice .voice_box .text p + em {
    text-align: left;
    display: block;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 0em;
    font-size: 1.6rem;
  }
  .swiper-container {
    overflow: visible !important;
  }
  .swiper-pagination {
    bottom: -40px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px !important;
  }
  .swiper-slide figure {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
  }
  #qa {
    background: #e5f1f3;
    padding-bottom: 10px;
  }
  #qa .sect_title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #qa .qa_box {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 30px;
  }
  #qa .qa_box .toggle {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #qa .qa_box .toggle span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #qa .qa_box .toggle em {
    margin-right: auto;
    font-size: 1.6rem;
    padding-left: 10px;
    line-height: 1.5;
  }
  #qa .qa_box .toggle .icon-arrow_top {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #qa .qa_box .toggle.on .icon-arrow_top {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #qa .qa_box .ans {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #qa .qa_box .ans span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    flex-shrink: 0;
  }
  #qa .qa_box .ans p {
    padding: 0 0 0 10px;
  }
  #present {
    width: 100%;
    padding: 40px 0;
  }
  #present .text_box-01 h3 em {
    font-size: 2.4rem;
  }
  #present .text_box-01 .btnline {
    width: 100%;
    margin-top: 30px;
  }
  #present .text_box-01 .btnline .icon-arrow3 {
    font-size: 1.2rem;
  }
  #present .text_box-01 .btnline:hover {
    -webkit-filter: brightness(150%);
            filter: brightness(150%);
  }
  footer {
    text-align: center;
    padding: 30px 0;
  }
  footer .f_logo {
    display: block;
  }
  footer .f_logo .icon-freedom {
    font-size: 7.5rem;
    color: #0d3b44;
  }
  footer a {
    display: inline-block;
    font-size: 1.3rem;
    color: #0d3b44;
    margin: 10px 0 30px;
  }
  footer a:hover {
    text-decoration: underline;
  }
  footer small {
    display: block;
    font-size: 1rem;
    color: #0d3b44;
  }
  .pageTop {
    right: 15px;
  }
  .pageTop.on {
    bottom: 110px;
    opacity: 1;
  }
}

/*! PC ***************************************************/
@media screen and (min-width: 741px) {
  body {
    min-width: 1200px;
  }
  .sp {
    display: none !important;
  }
  /*! PC /subpage ***************************************************/
}

/*----------------------------------
2021-11-24 lp_d
----------------------------------*/
@media screen and (max-width: 740px) {
  body .pageTop.on {
    bottom: 34.67vw;
  }
}

body .float_cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -32.00vw;
  z-index: 1100;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 769px) {
  body .float_cta {
    display: none;
  }
}

body .float_cta.on {
  bottom: 0;
  opacity: 1;
}

body .float_cta #sp_menu {
  width: 100%;
}

body .float_cta #sp_menu p {
  height: 16.00vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #0d3b44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.27vw;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
}

body .float_cta #sp_menu p:before, body .float_cta #sp_menu p:after {
  position: absolute;
  content: '';
  background: #fff;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 5.33vw;
  width: 5.47vw;
  height: 0.40vw;
}

body .float_cta #sp_menu p:before {
  -webkit-transform: translateX(-50%) rotate(270deg);
          transform: translateX(-50%) rotate(270deg);
}

body .float_cta #sp_menu p:after {
  top: 49%;
}

body .float_cta #sp_menu .sp_menulist {
  height: 0;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

body .float_cta #sp_menu .sp_menulist li {
  height: 13.33vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 4.27vw;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: bold;
}

body .float_cta #sp_menu .sp_menulist li:not(:last-child) {
  border-bottom: 1px solid #aeaeae;
}

body .float_cta #sp_menu .sp_menulist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 6.67vw;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .float_cta #sp_menu .sp_menulist.on {
  height: 81.78vw;
}

body .float_cta .catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffea00;
  height: 16.00vw;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

body .float_cta .catalog:before {
  position: absolute;
  content: '▶︎';
  color: #0d3b44;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5.33vw;
}

body .float_cta .catalog .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .float_cta .catalog .inner p {
  font-size: 4.27vw;
  color: #0d3b44;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
}

body .float_cta .catalog .inner p span.free {
  background: #fff;
  width: 14.67vw;
  height: 7.20vw;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20.33vw;
  padding-top: 0.80vw;
}

body x-t.ttr_unit {
  display: none !important;
}

/*----------------------------------
2022-02-03 改修
----------------------------------*/
body #present .slick-slider {
  width: 550px;
  height: 365px;
}

@media screen and (max-width: 768px) {
  body #present .slick-slider {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  body #present .text_box-01 .text {
    padding: 20px 0 0;
  }
}
/*# sourceMappingURL=style.css.map */