@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

img {
  width: 100%;
  height: auto;
}

table {
  border-spacing: 0;
}

textarea {
  resize: none;
}

.sp-header {
  display: none;
}

.btn {
  background: #000;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.btn a {
  text-decoration: none;
  color: #fff;
}

.btn span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.btn:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(118deg, #bf687a 0%, #418184 83%);
  transform: translate3d(-10px, 10px, 0) scale(1);
  filter: blur(0px);
  transition: transform 0.2s;
  border-radius: inherit;
}

.btn:hover::before {
  transform: none;
}

.btn::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  body {
    font-size: 1.5rem;
    max-width: 100vw;
  }
  .btn {
    padding: 30px 0;
    font-size: 1rem;
  }
}
.section-ttl h4 {
  font-size: 5rem;
}
.section-ttl p {
  font-weight: bold;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .section-ttl h4 {
    font-size: 4rem;
  }
}
.header {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  background: transparent;
  z-index: 100;
  position: absolute;
  top: 0;
}

header .header-container {
  padding: 12px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
header .header-logo {
  width: 178px;
}
header .header-logo p {
  color: #000;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
header .header-logo a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .header {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .header .header-container {
    padding: 8px;
  }
  .header .header-logo {
    width: 140px;
  }
  .header .header-logo img {
    height: 30px;
    width: auto;
  }
  .header .header-logo p {
    font-size: 0.55rem;
  }
  .hamburger-wrapper {
    width: -moz-max-content;
    width: max-content;
    background: transparent;
    border: transparent;
    padding: 0;
    z-index: 101;
  }
  .hamburger-wrapper span {
    display: inline-block;
  }
  .hamburger-wrapper span::before {
    font-family: "Material Symbols Rounded";
    content: "\e5d2";
    font-size: 28px;
    color: #333;
  }
  .h-menu-wrapper {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background: rgba(255, 255, 255, 0.6);
    transition: ease 0.5s;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    text-align: center;
    overflow-y: auto;
  }
  .h-menu-wrapper .menu-logo {
    width: 150px;
    margin-bottom: 50px;
  }
  .h-menu-wrapper .header-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .h-menu-wrapper .header-nav .btn-menu {
    display: block;
    align-items: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    background: var(--system-theme-color);
    border-radius: 3px;
    color: #fff;
    padding: 10px 0;
    background: #000;
  }
  .h-menu-wrapper .header-nav .btn-mail {
    background: #BF687A;
  }
  .h-menu-wrapper .header-nav .btn-tel {
    background: #418184;
  }
  .h-menu-wrapper.is-active {
    transform: translateX(0);
  }
  .hamburger-wrapper.is-active span::before {
    font-family: "Material Symbols Rounded";
    content: "\e5cd";
    font-size: 28px;
    color: #333;
  }
  .h-menu-content {
    width: 100vw;
    padding: 100px 5%;
  }
  .h-menu-content img {
    width: 250px;
    max-width: 50%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .header-nav span {
    margin-right: 3px;
  }
  /*** スクロール制御 ***/
  body.scroll-control {
    overflow: hidden;
  }
  .sp-header {
    display: flex;
  }
}
.fv-wrapper {
  height: auto;
  background-position: center;
  background-image: url(../img/fv_pc.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 48px 0;
}

.fv-wrapper .fv-content {
  position: relative;
}
.fv-wrapper .fv-content .fv-pc {
  width: 27%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.fv-wrapper .fv-content .fv-pc-text {
  position: absolute;
  top: 42.5%;
  left: 42.5%;
  width: 15%;
}
.fv-wrapper .fv-sp {
  display: none;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .sp-background {
    background-image: url(../img/fv-sp.png);
    padding: 40px 8%;
  }
  .fv-wrapper img {
    width: 100%;
    padding: 0;
  }
  .fv-wrapper .fv-pc {
    display: none;
  }
  .fv-wrapper .fv-sp {
    display: block;
    position: relative;
  }
  .fv-wrapper .fv-sp .fv-sp-text {
    position: absolute;
    top: 40%;
    left: 20%;
    width: 60%;
  }
}
.about-section .about-container {
  max-width: 700px;
  margin: 150px auto;
}
.about-section .about-container h2 {
  max-width: 300px;
  width: 30vw;
  margin: 0 auto;
}
.about-section .about-container p {
  margin: 70px 0 50px;
  line-height: 1.6;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .about-section .about-container {
    margin: 80px auto 0;
  }
  .about-section .about-container h2 {
    max-width: 50%;
    width: 300px;
    margin: 0 auto;
  }
  .about-section .about-container p {
    margin: 50px 0 30px;
    padding: 0 30px;
  }
}
.concept-section-wrap {
  position: relative;
}

.concept-section {
  background: #418184;
  padding: 150px 0;
  color: #fff;
  padding-bottom: 550px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
  position: relative;
}

.concept-section-wrap .concept-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.concept-section-wrap .room {
  width: 45%;
  position: absolute;
  bottom: -250px;
  width: 800px;
  right: 15%;
  max-width: 100%;
}
.concept-section-wrap .concept-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.concept-section-wrap .hexagon {
  width: 90%;
}
.concept-section-wrap .concept-box {
  width: 50%;
}
.concept-section-wrap .concept-box h3 {
  margin-bottom: 30px;
  line-height: 1.7;
  font-size: 3rem;
}
.concept-section-wrap .concept-box p {
  line-height: 1.9;
  margin-top: 10px;
}
.concept-section-wrap .concept-box .concept-img {
  text-align: center;
}

/* 画面サイズ 769px 以上 1300px 未満 */
@media (min-width: 769px) and (max-width: 1300px) {
  .concept-section-wrap .concept-section {
    padding-bottom: 40vw;
  }
  .concept-section-wrap .container {
    max-width: 700px;
  }
  .concept-section-wrap .concept-box h3 {
    font-size: 1.8rem;
  }
  .concept-section-wrap .concept-box p {
    font-size: 0.97rem;
  }
  .concept-section-wrap .room {
    bottom: -200px;
    right: 3%;
    width: 600px;
  }
}
/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .concept-section {
    padding: 60px 8% 0;
    padding-bottom: 70vw;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
  }
  .concept-section-wrap .concept-contents {
    flex-direction: column-reverse;
  }
  .concept-section-wrap .concept-box {
    width: 100%;
    margin: 0;
  }
  .concept-section-wrap .concept-box h3 {
    font-size: 3rem;
  }
  .concept-section-wrap img {
    width: 100%;
    margin: 0 auto;
  }
  .concept-section-wrap .hexagon {
    margin: 50px 0;
  }
  .concept-section-wrap .room {
    width: 600px;
    bottom: -50px;
    right: 0;
  }
}
.point-section {
  margin: 200px 0 250px;
}

.point-section .point-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.point-section .point-ttl {
  margin-bottom: 40px;
}
.point-section .point-box .box {
  display: flex;
  flex-direction: row;
}
.point-section .point-box .box-reverse {
  flex-direction: row-reverse;
}
.point-section .point-box .box + .box {
  margin-top: 100px;
}
.point-section .point-box .box-body {
  width: 75%;
}
.point-section .point-box .box-body img {
  margin-top: 30px;
}
.point-section .point-box .right-ttl, .point-section .point-box .left-ttl {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
}
.point-section .point-box .right-ttl p, .point-section .point-box .left-ttl p {
  font-size: 3rem;
  font-weight: 600;
}
.point-section .point-box .point-number {
  font-size: 10rem;
  font-weight: 600;
  margin-right: 15px;
}
.point-section .point-box .point-text {
  margin: 0 0 0.5em;
  line-height: 1.7;
}
.point-section .point-box .text-bottom {
  margin-bottom: 50px;
}
.point-section .point-box .cta-btn {
  background: #000;
  width: 100%;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  margin-top: 30px;
}
.point-section .point-box .cta-btn a {
  text-decoration: none;
  color: #fff;
}
.point-section .point-box .cta-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.point-section .point-box .cta-btn:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(118deg, #bf687a 0%, #418184 83%);
  transform: translate3d(-10px, 10px, 0) scale(1);
  filter: blur(0px);
  transition: transform 0.2s;
  border-radius: inherit;
}
.point-section .point-box .cta-btn:hover::before {
  transform: none;
}
.point-section .point-box .cta-btn::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .point-section {
    padding: 0 8%;
    margin: 160px 0 60px;
  }
  .point-section .point-ttl {
    margin-bottom: 30px;
  }
  .point-section .point-box .box {
    display: block;
  }
  .point-section .point-box .box + .box {
    margin-top: 60px;
  }
  .point-section .point-box .box-body {
    width: 100%;
    padding: 0;
  }
  .point-section .point-box .point-text {
    margin: 10px 0 20px;
  }
  .point-section .point-box .right-ttl p, .point-section .point-box .left-ttl p {
    font-size: 1.8rem;
  }
  .point-section .point-box .point-number {
    font-size: 4rem;
  }
  .point-section .point-box .cta-btn {
    font-size: 1rem;
    padding: 30px 0;
  }
  .point-section .point-box .cta-btn::before {
    transform: translate3d(-8px, 8px, 0) scale(1);
  }
}
.merit-section {
  background: #BF687A;
  background-size: 100%;
  padding: 200px 0 150px;
  position: relative;
}

.merit-section .merit-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.merit-section figure {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -250px;
}
.merit-section .functions-inner {
  padding: 60px 40px;
}
.merit-section .grid-contents {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.merit-section .grid-contents .item {
  background: #fff;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 40px;
}
.merit-section .grid-contents .item > .text-box {
  text-align: center;
  margin-bottom: 10px;
}
.merit-section .grid-contents .item > .text-box .ttl {
  display: block;
  font-weight: 600;
  margin: 10px 0;
}
.merit-section .grid-contents .item > .text-box .text {
  display: block;
  font-size: 1.3rem;
}
.merit-section .grid-contents .item > .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.merit-section .grid-contents .item > .img .icon {
  width: 50px;
  height: auto;
}
.merit-section .grid-contents .item > .img .icon01 {
  width: 45px;
}
.merit-section .grid-contents .item > .img .icon03 {
  width: 90px;
}
.merit-section .grid-contents .item > .img .icon06 {
  width: 60px;
}
.merit-section .grid-contents .item > .img .icon08 {
  width: 80px;
}
.merit-section .grid-contents .item > .img .icon09 {
  width: 70px;
}

/* 画面サイズ 769px 以上 1300px 未満 */
@media (min-width: 769px) and (max-width: 1300px) {
  .point-section {
    margin: 300px 0;
  }
}
/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .merit-section {
    padding: 30px 8%;
  }
  .merit-section figure {
    margin-top: 0;
  }
  .merit-section .grid-contents .item {
    border-radius: 5px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 15px;
    text-align: center;
  }
  .merit-section .grid-contents .item > .text-box {
    text-align: left;
    margin-bottom: 0;
    width: calc(100% - 70px);
  }
  .merit-section .grid-contents .item > .img {
    margin-right: 20px;
  }
  .merit-section .grid-contents .item > .img {
    width: 50px;
  }
  .merit-section .grid-contents .item > .img .icon {
    height: 40px;
    width: auto;
  }
  .merit-section .grid-contents .item > .text-box .text br {
    display: none;
  }
}
@media screen and (1024px <= width) {
  .grid-contents {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
}
.cases-section {
  background: #fafafa;
  padding: 80px 0;
}

.cases-section .cases-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.cases-section .cases-wrapper .number {
  font-size: 1rem;
}
.cases-section .cases-wrapper .number .num {
  font-size: 2.2rem;
}
.cases-section .lg-text {
  font-size: 2rem;
}
.cases-section .cases-ttl {
  margin-bottom: 50px;
}
.cases-section .cases-box {
  display: flex;
  align-items: center;
  background: #fff;
  width: 75%;
  padding: 20px 30px;
  font-weight: bold;
  color: #000;
  position: relative;
  margin-top: 15px;
  border-radius: 10px;
}
.cases-section .cases-box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}
.cases-section .box-text01, .cases-section .box-text02 {
  margin-left: 2rem;
}
.cases-section .style-number {
  font-size: 2rem;
}
.cases-section .cases-middle {
  margin: 20px 0;
}
.cases-section .text-right {
  margin-left: 30px;
}
.cases-section .right-bottom {
  font-size: 1.5rem;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .cases-section {
    padding: 40px 8%;
  }
  .cases-section .cases-box {
    width: 100%;
    padding: 20px 15px;
  }
  .cases-section .text-right {
    margin-left: 15px;
  }
  .cases-section .right-bottom {
    font-size: 1.2rem;
  }
}
.style-section {
  margin: 120px 0;
}

.style-section .style-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.style-section .style-contents {
  position: relative;
}
.style-section .style-top-img {
  width: 400px;
  position: absolute;
  right: -100px;
  top: 50px;
  z-index: -5;
}
.style-section .style-number {
  padding-top: 100px;
}
.style-section .style-number, .style-section .style-ttl {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.style-section .style-number {
  margin-bottom: 2rem;
}
.style-section .style-number p:first-child {
  font-size: 2rem;
  line-height: 1;
}
.style-section .style-number p:nth-child(2) {
  font-size: 4.7rem;
  line-height: 1;
}
.style-section .style-ttl p:first-child {
  font-size: 2rem;
}
.style-section .style-ttl p:nth-child(2) {
  font-size: 3rem;
}
.style-section .style-caption {
  max-width: 500px;
  margin: 30px 0;
}
.style-section .style-box .box {
  display: flex;
  flex-direction: row;
  margin-top: 150px;
}
.style-section .style-box .box-body {
  width: 75%;
}
.style-section .style-box .box-reverse {
  flex-direction: row-reverse;
  margin: 85px 0 110px;
}
.style-section .style-box .style-text1, .style-section .style-box .style-text2 {
  margin-top: 32px;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .style-section {
    margin: 80px 0;
  }
  .style-section .style-top-img {
    width: 250px;
    right: -80px;
    top: 0;
  }
  .style-section .style-sp {
    padding: 0 8%;
  }
  .style-section .style-number {
    padding-top: 30px;
  }
  .style-section .style-number p:first-child {
    font-size: 1.6rem;
  }
  .style-section .style-number p:nth-child(2) {
    font-size: 4rem;
  }
  .style-section .style-ttl p:nth-child(1) {
    font-size: 1.3rem;
  }
  .style-section .style-ttl p:nth-child(2) {
    font-size: 2rem;
  }
  .style-section .style-box .box-body {
    width: 100%;
  }
  .style-section .style-box .box-reverse {
    margin: 25px 0 40px;
  }
  .style-section .style-box .box {
    margin-top: 50px;
  }
  .style-section .style-contents {
    padding-top: 80px;
    max-width: 100vw;
    overflow: hidden;
  }
}
.flow-section {
  background: #fafafa;
  padding: 150px 0;
}

.flow-section .flow-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.flow-section .flow-ttl {
  margin-bottom: 50px;
}
.flow-section .flow-ttl p:last-child {
  font-weight: 400;
  margin: 30px 0;
}
.flow-section .accordion-wrapper {
  display: flex;
}
.flow-section .accordion-wrapper > div {
  width: 50%;
}
.flow-section .accordion-box {
  margin-bottom: 14px;
  background-color: #fff;
  border-radius: 5px;
}
.flow-section .accordion-box summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.flow-section .accordion-box summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #BF687A;
  border-right: 3px solid #BF687A;
  content: "";
  transition: transform 0.3s;
}
.flow-section .accordion-box[open] summary::after {
  transform: rotate(225deg);
}
.flow-section .accordion {
  display: flex;
  align-items: center;
}
.flow-section .question-number {
  color: #BF687A;
  margin-right: 20px;
  font-size: 1.6rem;
}
.flow-section .question {
  font-size: 1.8rem;
}
.flow-section .accordion-right {
  margin-left: 30px;
}
.flow-section .accordion-box p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}
.flow-section .accordion-box[open] p {
  transform: none;
  opacity: 1;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .flow-section {
    padding: 55px 8%;
  }
  .flow-section .accordion-wrapper {
    display: block;
  }
  .flow-section .accordion-wrapper > div {
    width: 100%;
  }
  .flow-section .question {
    font-size: 1.4rem;
  }
  .flow-section .accordion-right {
    margin-left: 0;
  }
}
.price-section {
  margin: 117px 0;
}

.price-section .price-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.price-section .price-ttl {
  text-align: center;
  margin-bottom: 40px;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .price-section {
    padding: 0 8%;
    margin: 50px 0;
  }
  .price-section .price-ttl {
    text-align: left;
  }
}
.contact-section {
  background: #fafafa;
  padding: 117px 0;
}

.contact-section .contact-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.contact-section .contact-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.contact-section .tel-box {
  margin-top: 50px;
  text-align: center;
}
.contact-section .tel-box h5 {
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0;
}
.contact-section .tel-box .tel-number {
  font-weight: bold;
  font-size: 3.6rem;
}
.contact-section .tel-box p:last-child {
  font-size: 1.7rem;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .contact-section {
    padding: 50px 8%;
  }
  .contact-section .contact-ttl {
    text-align: left;
  }
  .contact-section .tel-box h5 {
    font-size: 1.2rem;
  }
  .contact-section .tel-box .tel-number {
    font-size: 2.6rem;
  }
  .contact-section .tel-box p:last-child {
    font-size: 1.2rem;
  }
}
footer {
  background: #000;
  padding: 60px 0 20px;
  color: #fff;
}

footer .footer-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
footer .footer-logo {
  width: 30%;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
footer .text-box {
  width: 80%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 100px;
  text-align: left;
  border-radius: 5px;
  font-size: 1.4rem;
}
footer .text-box p:nth-child(2) {
  margin: 25px 0;
}
footer .copyright {
  text-align: center;
  margin-top: 20px;
  opacity: 0.5;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  footer {
    padding: 40px 8%;
  }
  footer .text-box {
    font-size: 1.2rem;
    width: 100%;
    padding: 30px;
  }
  footer .footer-logo {
    width: 60%;
  }
}
.form-wrapper .form-container {
  max-width: 100%;
  width: 800px;
  margin: 0 auto;
  padding: 40px;
}
.form-wrapper .form-container br {
  display: none;
}
.form-wrapper .form-container h1 {
  margin-bottom: 10px;
}
.form-wrapper .form-container h2 {
  font-size: 1.1rem;
  font-weight: normal;
}
.form-wrapper .form-container .form-ttl {
  margin-bottom: 30px;
}
.form-wrapper .form-container .required {
  color: #fff;
  background: #BC1414;
  padding: 2px 6px;
  font-weight: normal;
  font-size: 1rem;
  border-radius: 3px;
}
.form-wrapper .form-container .optional {
  background: #CDCDCD;
  padding: 2px 6px;
  font-weight: normal;
  font-size: 1rem;
  border-radius: 3px;
}
.form-wrapper .form-container .tel-box {
  margin-bottom: 40px;
}
.form-wrapper .form-container .tel-icon {
  display: flex;
  align-items: center;
}
.form-wrapper .form-container .tel-icon img {
  width: 35px;
  margin-right: 10px;
}
.form-wrapper .form-container .tel-number {
  font-size: 2.5rem;
  font-weight: bold;
}
.form-wrapper .form-container .contact-form p {
  margin-bottom: 20px;
}
.form-wrapper .form-container .contact-form label {
  display: block;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.form-wrapper .form-container .contact-form label br {
  display: block;
}
.form-wrapper .form-container .contact-form input, .form-wrapper .form-container .contact-form textarea, .form-wrapper .form-container .contact-form select {
  width: 100%;
  margin-top: 10px;
  background: #F7F6F6;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  border-radius: 5px;
  border-color: #B9B9B9;
}
.form-wrapper .form-container .contact-form textarea {
  resize: vertical;
}
.form-wrapper .form-container .contact-form [name=your-name] {
  max-width: 300px;
}
.form-wrapper .form-container .contact-form [name=prefecture] {
  max-width: 180px;
}
.form-wrapper .form-container .contact-form .wpcf7-submit {
  background: #25AC95;
  color: #fff;
  border: none;
  padding: 10px 0;
  font-size: 1.3rem;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .form-wrapper .form-container .tel-number {
    font-size: 2rem;
  }
  .form-wrapper .tel-icon img {
    width: 25px;
    margin-right: 10px;
  }
}
/* 画面サイズ 769px 以上 1300px 未満 */
@media (min-width: 769px) and (max-width: 1300px) {
  .about-section .about-container, .concept-section .concept-wrapper, .point-section .point-wrapper,
  .cases-section .cases-wrapper, .style-section .style-wrapper, .merit-section .merit-wrapper,
  .price-section .price-wrapper, .contact-section .contact-wrapper {
    max-width: 700px;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.7s, visibility 0.7s;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}
.loading .loading-logo {
  width: 150px;
  margin-bottom: 30px;
  animation: pulse 2s infinite;
}
.loading .spinner {
  width: 60px;
  height: 60px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #BF687A;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loading .loading-text {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #418184;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
  .loading .loading-logo {
    width: 100px;
  }
  .loading .spinner {
    width: 40px;
    height: 40px;
  }
  .loading .loading-text {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */