@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 {
  font-feature-settings: "palt";
}

a {
  color: #000000;
  text-decoration: none;
  border: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
a img {
  transition: all 0.5s ease;
  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: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #fff;
}
header .logo {
  padding-left: 15px;
  pointer-events: all;
}
header .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .logo a .icon-freedom {
  font-size: 40px;
  color: #0d3b44;
  overflow: hidden;
  width: 40px;
  height: 40px;
  transition: all 1s ease;
  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;
  transition: all 1s ease;
  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;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 0;
  transition: color 1s ease;
  backface-visibility: hidden;
}
header nav {
  padding-right: 15px;
}
header nav ul {
  display: flex;
  justify-content: 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: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.title h1 {
  color: #fff;
  position: absolute;
  left: 15%;
  top: 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: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.text_box-01 figure {
  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: flex;
  justify-content: flex-start;
  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;
  font-feature-settings: "palt";
}
.images .item_02 {
  width: 100%;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  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;
  font-feature-settings: "palt";
}
.images .item_box {
  display: flex;
  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: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_area .flex {
  display: flex;
  max-width: 1150px;
  margin: 0 auto 50px;
}
.contact_area > .flex {
  justify-content: space-between;
}
.contact_area > .flex img {
  width: 100%;
}
.contact_area > .flex .line {
  display: block;
  width: 39.69%;
}
.contact_area > .flex .online-catalog {
  max-width: 669px;
  width: 100%;
}
.contact_area > .flex picture {
  display: block;
}
@media screen and (max-width: 740px) {
  .contact_area .flex {
    max-width: 100%;
  }
  .contact_area > .flex {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
  }
  .contact_area > .flex .line {
    width: 100%;
  }
  .contact_area > .flex .online-catalog {
    max-width: 100%;
    width: 100%;
  }
}

.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;
  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: flex;
  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: flex;
  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: flex;
  justify-content: 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%;
  transform: translate(0, -50%);
  font-size: 1.5rem;
}
#points .landi .btn:hover {
  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: flex;
  justify-content: space-between;
  width: 1150px;
  margin: 0 auto 150px;
}
#works .case_box figure {
  width: 650px;
  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;
}

.const_area {
  padding: 120px 0;
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.const_area .text {
  width: 485px;
}
.const_area .text dl {
  padding: 25px 0;
  border-top: #b2b2b2 solid 1px;
}
.const_area .text dl dt {
  font-weight: bold;
}
.const_area .text dl dt:before {
  content: "＋";
  margin-right: 10px;
}
.const_area .text dl dt.on:before {
  content: "－";
}
.const_area .text dl dd {
  padding-top: 10px;
}
.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: flex;
  justify-content: space-between;
  width: 1150px;
  margin: 0 auto 150px;
}
#voice .voice_box figure {
  width: 550px;
  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%;
  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: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
#qa .qa_box .toggle span {
  width: 75px;
  height: 75px;
  background: #0d3b44;
  display: flex;
  justify-content: 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: flex;
  justify-content: center;
  align-items: center;
  border: #0d3b44 solid 2px;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 1rem;
  color: #0d3b44;
  margin-right: 12px;
  transform: rotate(180deg);
}
#qa .qa_box .toggle.on .icon-arrow_top {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #0d3b44 solid 2px;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 1rem;
  color: #0d3b44;
  margin-right: 12px;
  transform: rotate(0deg);
}
#qa .qa_box .ans {
  background: #fff;
  display: flex;
  justify-content: flex-start;
}
#qa .qa_box .ans span {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0d3b44;
  font-size: 2.2rem;
  font-weight: bold;
  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 p {
  letter-spacing: 0.075em;
  max-width: 68%;
}
#present .text_box-01 .btnline {
  width: 350px;
  height: 50px;
  background: #1fc100;
  border-radius: 5px;
  display: flex;
  justify-content: 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%;
  transform: translate(0, -50%);
  font-size: 1.5rem;
}
#present .text_box-01 .btnline:hover {
  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;
  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: flex;
    justify-content: flex-start;
    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;
    transform: scale(0.8);
    transform-origin: left;
  }
  header nav {
    display: none;
  }
  header #slidemenuBtn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: 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;
    transition: all 0.4s ease;
    backface-visibility: hidden;
  }
  header #slidemenuBtn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 0.5px);
    width: 100%;
    height: 1px;
    background: #000000;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  header #slidemenuBtn span:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 0.5px);
    width: 100%;
    height: 1px;
    background: #000000;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  header #slidemenuBtn span small {
    display: inline-block;
    font-size: 1rem;
    transform: scale(0.7);
    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 {
    transform: rotate(22.5deg);
  }
  header #slidemenuBtn.open span:after {
    transform: rotate(-22.5deg);
  }
  #wrap {
    padding-top: 60px;
  }
  #spmenu {
    transform: scale(1.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    backface-visibility: hidden;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    background: #e7e7e7;
    z-index: 100;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 4;
  }
  #spmenu ul li a {
    color: #0d3b44;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #spmenu.open {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
  }
  .title {
    width: 100%;
    height: auto;
    display: block;
  }
  .title h1 {
    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: 3rem;
    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;
    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 {
    font-feature-settings: "palt";
    text-align: justify;
  }
  .text_box-01 h3 {
    margin-bottom: 10px;
  }
  .text_box-01 h3 em {
    font-size: 2rem;
  }
  #present .text_box-01 .text p {
    text-align: left;
    max-width: 100%;
  }
  .images {
    width: 100%;
    padding: 40px 15px 0;
    box-sizing: border-box;
  }
  .images .item_01 {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    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: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .images .item_02 figure {
    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 {
    order: 1;
    padding-top: 10px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  .images .item_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .images .item_box .item_04 {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  .images .item_box .item_04 figure {
    order: 0;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background: url(../img/006.jpg) no-repeat right bottom;
    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 {
    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 {
    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 {
    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;
    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;
    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;
    box-sizing: border-box;
    margin: 0 auto 40px;
  }
  #works .case_box figure {
    width: 100%;
    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;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  #works .const_area figure {
    margin-bottom: 30px;
  }
  #works .const_area .text {
    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;
  }
  .const_area {
    width: 100%;
    margin-top: 50px;
    padding: 80px 0 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .const_area figure {
    margin-bottom: 30px;
  }
  .const_area .text {
    order: 1;
    width: 100%;
  }
  .const_area .text h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  .const_area .text h3 span {
    padding-bottom: 5px;
  }
  .const_area .text h3 em {
    font-size: 2.4rem;
  }
  .const_area .text dl {
    padding: 20px 0;
    border-top: #b2b2b2 solid 1px;
  }
  .const_area .text dl dt {
    font-weight: bold;
  }
  .const_area .text dl dt:before {
    content: "＋";
    margin-right: 10px;
  }
  .const_area .text dl dt.on:before {
    content: "－";
  }
  .const_area .text dl dd {
    padding-top: 10px;
  }
  .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: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto 40px;
  }
  #voice .voice_box figure {
    order: 0;
    width: 100%;
    flex-shrink: 0;
  }
  #voice .voice_box .text {
    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;
    box-sizing: border-box;
    margin: 0 auto 30px;
  }
  #qa .qa_box .toggle {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #qa .qa_box .toggle span {
    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 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 0;
    transform: rotate(180deg);
  }
  #qa .qa_box .toggle.on .icon-arrow_top {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 0;
    transform: rotate(0deg);
  }
  #qa .qa_box .ans {
    padding: 10px;
    box-sizing: border-box;
  }
  #qa .qa_box .ans span {
    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 {
    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: -32vw;
  z-index: 1100;
  opacity: 0;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  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: 16vw;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #0d3b44;
  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%;
  transform: translateX(-50%);
  right: 5.33vw;
  width: 5.47vw;
  height: 0.4vw;
}
body .float_cta #sp_menu p:before {
  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;
  transition: 0.5s;
}
body .float_cta #sp_menu .sp_menulist li {
  height: 13.33vw;
  width: 100%;
  display: flex;
  align-items: center;
  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: flex;
  width: 100%;
  padding-left: 6.67vw;
  height: inherit;
  align-items: center;
}
body .float_cta #sp_menu .sp_menulist.on {
  height: 81.78vw;
}
body .float_cta .catalog {
  display: flex;
  background: #ffea00;
  height: 16vw;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
body .float_cta .catalog:before {
  position: absolute;
  content: "▶︎";
  color: #0d3b44;
  top: 50%;
  transform: translateY(-50%);
  right: 5.33vw;
}
body .float_cta .catalog .inner {
  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.2vw;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20.33vw;
  padding-top: 0.8vw;
}

/*----------------------------------
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;
  }
}

/*----------------------------------
2023-11-10 改修
----------------------------------*/
body header nav ul li.tab {
  position: relative;
  padding-right: 8px;
}
body header nav ul li.tab:before {
  content: "";
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: -7px;
  background: url(../img/tab.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  body #works {
    padding: 20px 0 50px;
  }
  body #works .case_box .text {
    padding-bottom: 10px;
  }
}
body #works a {
  transition: opacity 0.3s;
}
body #works a:hover {
  opacity: 0.7;
}
body #works .const_area .text dl dd a {
  text-decoration: underline;
}
body #works .btn {
  width: 70%;
  height: 50px;
  background: #0d3b44;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  position: relative;
}
body #works .btn span {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
body #works .btn .icon-arrow3 {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.2rem;
}
body #works .btn .icon-arrow3:before {
  content: "\e923";
}
@media screen and (max-width: 768px) {
  body #works .btn .icon-arrow3 {
    right: 15px;
    font-size: 1rem;
  }
}

/*----------------------------------
2024-01-16 追従バナーを実装
----------------------------------*/
body .follow_button_box {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 22.667vw;
  background: #cbcbcb url(../img/follow_button_box_bg.png) no-repeat;
  background-size: 37.067vw;
  box-shadow: 0 0 4.267vw rgba(0, 0, 0, 0.36);
}
body .follow_button_box .follow_button_list {
  height: 22.667vw;
  background: #fff;
  width: 62.933vw;
  margin: 0 auto;
  margin-right: 0;
  padding: 2.133vw;
  box-sizing: border-box;
}
body .follow_button_box .follow_button_list li a {
  background: #0d3b44;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.467vw;
  font-weight: bold;
  line-height: 1;
  position: relative;
  height: 8.8vw;
}
body .follow_button_box .follow_button_list li a:before {
  position: absolute;
  content: "▶︎";
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  right: 2vw;
}
body .follow_button_box .follow_button_list li + li {
  margin-top: 0.8vw;
}

.under-mv {
  display: block;
  margin: 80px auto 100px;
  max-width: 600px;
}
.under-mv picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .under-mv {
    margin: 0 auto;
    max-width: 100%;
    padding: 15px 15px 0;
  }
  .under-mv img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.sections * {
  box-sizing: border-box;
}
.sections .sections-inner {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 40px;
}
.sections .head-h2.center {
  text-align: center;
}
.sections .head-h2 span {
  display: block;
  font-weight: bold;
}
.sections .head-h2 span.en {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #c9c9c9;
}
.sections .head-h2 span.ja {
  font-size: 28px;
  letter-spacing: 0.075em;
  margin-top: -3.5px;
}
.sections .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .sections .sections-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .sections .head-h2.center {
    text-align: center;
  }
  .sections .head-h2 span.en {
    font-size: 15px;
  }
  .sections .head-h2 span.ja {
    font-size: 24px;
    font-feature-settings: "palt";
    margin-top: 5px;
    line-height: 1.5833333333;
  }
  .sections .flex {
    justify-content: center;
  }
}
.sections.areas .sections-inner {
  padding: 0 15px 50px;
}/*# sourceMappingURL=style.css.map */