@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=M+PLUS+1p&display=swap");
*, *::after, *::before {
  box-sizing: border-box;
}

:root {
  --horizontal-space:clamp(15px,20px,25px);
}

@media screen and (min-width: 768px) {
  .sp-menu, .overlay {
    display: none !important;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

span.marker {
  background: linear-gradient(transparent 70%, #F9FFA1 70%);
}

html, body {
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
}

.estimate-btn:hover {
  background: #1894DE !important;
}

.mail-btn:hover {
  background: #ffbb00 !important;
}

body {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

header {
  padding: 20px var(--horizontal-space);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
header .Inner__wrap {
  max-width: 1640px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
.header-contact {
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-contact .logo-wrap {
  width: 320px;
  max-width: 320px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .logo-wrap {
    max-width: 180px;
  }
}
.header-contact .logo-wrap img {
  max-width: 100%;
  height: auto;
}
.header-contact .contact-wrap {
  display: flex;
  width: calc(100% - 290px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .contact-wrap {
    width: calc(100% - 190px);
  }
}
.header-contact .contact-wrap {
  justify-content: space-between;
  max-width: 600px;
}
.header-contact .contact-wrap .estimate-btn,
.header-contact .contact-wrap .mail-btn {
  width: 49%;
  max-width: 320px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 0.35em 0.5em;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .contact-wrap .estimate-btn,
  .header-contact .contact-wrap .mail-btn {
    font-size: 12px;
  }
}
.header-contact .contact-wrap .estimate-btn,
.header-contact .contact-wrap .mail-btn {
  font-weight: 600;
}
.header-contact .contact-wrap .estimate-btn i,
.header-contact .contact-wrap .mail-btn i {
  font-size: 28px;
  font-weight: normal;
}
.header-contact .contact-wrap .mail-btn {
  background-color: #ff9200;
  border-bottom: 4px solid #CE560B;
  color: #fff;
  flex-direction: column;
  align-items: center;
}
.header-contact .contact-wrap .mail-btn .Inner {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .contact-wrap .mail-btn .Inner {
    font-size: 12px;
  }
}
.header-contact .contact-wrap .estimate-btn {
  background-color: #137FD2;
  border-bottom: 4px solid #0969B2;
  color: #fff;
  flex-direction: row;
  align-items: center;
}
.header-contact .contact-wrap .estimate-btn .Inner {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .contact-wrap .estimate-btn .Inner {
    font-size: 12px;
  }
}
.header-contact .contact-wrap .tel-wrap {
  padding: 0;
  width: 32%;
  color: #5B5B5B;
  font-size: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  flex-direction: column;
}
.header-contact .contact-wrap .tel-wrap a {
  color: #137FD2;
  font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .contact-wrap .tel-wrap a {
    font-size: 17px;
  }
}
.header-contact .contact-wrap .tel-wrap a {
  font-weight: 900;
  line-height: 1.4;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.header-contact .contact-wrap .tel-wrap a i {
  font-size: 18px;
}

nav.gloval {
  background-color: #33D133;
  width: 100%;
}
nav.gloval ul {
  margin: 0 auto;
  list-style: none;
  display: flex;
  max-width: 1057px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
nav.gloval ul li {
  background: #137FD2;
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  nav.gloval ul li {
    font-size: 14px;
  }
}
nav.gloval ul li {
  font-weight: 600;
  text-align: center;
  color: #fff;
  min-width: 16.6666666667%;
}
nav.gloval ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  height: 100%;
  position: relative;
}
nav.gloval ul li a:after {
  content: "";
  width: 1px;
  height: 33%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
nav.gloval ul li:last-of-type a:after {
  display: none;
}

.mv__wrapper {
  background: #E4EFF3;
  padding: 0 var(--horizontal-space);
}

.mv__Inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 var(--horizontal-space);
  min-height: 80vh;
  max-width: 1640px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv__Inner {
    justify-content: center;
    min-height: auto;
  }
}
.mv__Inner .top__text {
  color: #137FD2;
  font-size: clamp(2.2rem, 2.8916666667vw, 2.9vw);
  font-weight: 800;
  justify-content: center;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  margin: 0;
  line-height: 1.45;
  width: 100%;
}
.mv__Inner .top__text picture {
  display: block;
  width: 100%;
}
.mv__Inner .top__text img {
  display: block;
  width: 100%;
}
.mv__Inner .main__lead__top {
  color: #282828;
  font-weight: bold;
  text-align: center;
  margin-top: 0.25em;
  font-size: clamp(24px, 2.11875vw, 2.2vw);
}
@media screen and (min-width: 1921px) {
  .mv__Inner .main__lead__top {
    font-size: 1.4vw;
  }
}
.mv__Inner .main__lead__top .main {
  color: #ff9200;
  font-weight: 900;
  text-align: center;
  font-style: italic;
  font-size: clamp(34px, 5.4833333333vw, 6.7vw);
}
@media screen and (min-width: 1921px) {
  .mv__Inner .main__lead__top .main {
    font-size: 3.38vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__Inner .main__lead__top .main {
    font-size: 7.8vw;
  }
}
.mv__Inner .main__lead__top .main {
  font-feature-settings: "palt";
  line-height: 1.1;
  margin-bottom: 0.25em;
}
.mv__Inner .left__wrap {
  width: 60%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2.5vh;
  padding: 5vh var(--horizontal-space);
}
@media screen and (max-width: 767px) {
  .mv__Inner .left__wrap {
    width: 100%;
    padding: 0;
    row-gap: 0.5vh;
  }
}
.mv__Inner .left__wrap picture.left {
  position: absolute;
  left: 2.6vw;
  bottom: 0;
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  .mv__Inner .left__wrap picture.left {
    position: absolute;
    width: 50px;
    left: 0;
    margin-right: auto;
  }
}
.mv__Inner .right__wrap {
  background: url(../images/fv__bg.png) no-repeat center/cover;
  padding: 0.75em 0.5em;
  position: relative;
  margin: 0 auto 2.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .mv__Inner .right__wrap {
    width: 100%;
    justify-content: flex-end;
  }
}
.mv__Inner .right__wrap {
  border-bottom-left-radius: 1.86em;
  border-bottom-right-radius: 1.86em;
}
.mv__Inner .right__wrap picture.right {
  position: absolute;
  right: -2vw;
  bottom: -3.5vh;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .mv__Inner .right__wrap picture.right {
    position: relative;
    max-width: 200px;
    right: 0;
  }
}
.mv__Inner .right__wrap .Inner {
  position: relative;
  z-index: 1;
}
.mv__Inner .right__wrap .title {
  background: #F9FFA1;
  padding: 5px 0.5em;
  color: #ff9200;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  font-size: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__Inner .right__wrap .title {
    margin-left: 55px;
  }
}
.mv__Inner .right__wrap .title {
  max-width: 400px;
  margin: 0 auto;
}
.mv__Inner .right__wrap .price {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  -moz-column-gap: 10px;
       column-gap: 10px;
  line-height: 1.2;
}
.mv__Inner .right__wrap .price span.big {
  font-size: clamp(40px, 1.9791666667vw, 2vw);
  color: #ff9200;
  font-weight: 900;
}
.mv__Inner .right__wrap .price span.big small {
  font-size: 90%;
}
.mv__Inner .right__wrap .price picture {
  width: 180px;
  text-align: center;
}
.mv__Inner .right__wrap .bottom__text {
  color: #137FD2;
  text-align: center;
}
@media screen and (min-width: 1921px) {
  .mv__Inner .right__wrap .bottom__text {
    text-align: left;
  }
}
.mv__Inner .right__wrap .bottom__text {
  font-weight: 900;
  line-height: 1.155;
  font-size: clamp(47px, 2.4479166667vw, 2.6vw);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__Inner .right__wrap .bottom__text {
    text-align: left;
    font-size: 42px;
    padding-left: 20px;
  }
}

section {
  padding: 8vh var(--horizontal-space);
}
@media screen and (min-width: 1921px) {
  section {
    padding: 5vh var(--horizontal-space);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }
}

section#cta {
  background: #1894DE;
  padding: 4vh var(--horizontal-space);
  position: relative;
  color: #fff;
}
section#cta h2 {
  padding-bottom: 0.5em;
  text-align: center;
  margin: 0 auto 1em;
  border-bottom: 1px solid #fff;
  max-width: 900px;
  font-weight: 600;
  color: #fff;
  font-size: 1.65rem;
}
@media screen and (max-width: 767px) {
  section#cta h2 {
    font-size: 1.45rem;
  }
}
section#cta h2 span.yellow {
  color: #FFE26A;
}
section#cta .contact-wrap {
  display: flex;
  width: 100%;
  max-width: 1057px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 1057px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#cta .contact-wrap {
    flex-direction: column;
    row-gap: 2%;
  }
}
section#cta .contact-wrap::after {
  content: "";
  background: url(../images/operator.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: -4vh;
  right: -200px;
  width: 200px;
  height: 180px;
}
@media screen and (max-width: 1240px) {
  section#cta .contact-wrap::after {
    display: none;
  }
}
section#cta .contact-wrap .top-wrap {
  padding: 0.5em;
  background: #fff;
  border-radius: 0.46em;
  width: 100%;
  margin: 0 auto 2%;
  display: none;
}
section#cta .contact-wrap .top-wrap .file-btn {
  font-size: 40px;
  width: 100%;
  background: #33D133;
  color: #fff;
  border-radius: 0.46em;
  padding: 0.35em 0.5em;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  font-weight: 900;
  border-bottom: 4px solid #01885f;
}
@media screen and (max-width: 767px) {
  section#cta .contact-wrap .top-wrap .file-btn {
    font-size: 20px;
    padding: 0.85em 0.5em;
  }
}
section#cta .contact-wrap .top-wrap .file-btn:before {
  content: "";
  background: url(../images/file.png) no-repeat center/contain;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  section#cta .contact-wrap .top-wrap .file-btn:before {
    width: 40px;
    height: 40px;
  }
}
section#cta .contact-wrap .contents {
  width: 49%;
}
@media screen and (max-width: 767px) {
  section#cta .contact-wrap .contents {
    width: 100%;
    margin-bottom: 2%;
  }
}
section#cta .contact-wrap .contents {
  padding: 0.5em;
  background: #fff;
  border-radius: 0.46em;
}
section#cta .contact-wrap .estimate-btn,
section#cta .contact-wrap .mail-btn {
  text-align: center;
  text-decoration: none;
  background-color: #f0f0f0;
  border-radius: 0.46em;
  padding: 0.85em 0.5em;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  font-size: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#cta .contact-wrap .estimate-btn,
  section#cta .contact-wrap .mail-btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section#cta .contact-wrap .estimate-btn,
  section#cta .contact-wrap .mail-btn {
    font-size: 20px;
  }
}
section#cta .contact-wrap .estimate-btn,
section#cta .contact-wrap .mail-btn {
  font-weight: 900;
}
section#cta .contact-wrap .estimate-btn i,
section#cta .contact-wrap .mail-btn i {
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: -3px;
}
section#cta .contact-wrap .mail-btn {
  background-color: #ff9200;
  border-bottom: 4px solid #CE560B;
  color: #fff;
  flex-direction: column;
  align-items: center;
}
section#cta .contact-wrap .mail-btn .Inner {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#cta .contact-wrap .mail-btn .Inner {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section#cta .contact-wrap .mail-btn .Inner {
    font-size: 20px;
  }
}
section#cta .contact-wrap .estimate-btn {
  background-color: #137FD2;
  border-bottom: 4px solid #0969B2;
  color: #fff;
  flex-direction: row;
  align-items: center;
}
section#cta .contact-wrap .estimate-btn .Inner {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#cta .contact-wrap .estimate-btn .Inner {
    font-size: 12px;
  }
}

#worries {
  padding: 2.5vh var(--horizontal-space);
  background: #E4EFF3;
  min-height: 50vh;
  position: relative;
}
#worries::after {
  content: "";
  background: url(../images/worries__01.png) no-repeat left bottom/contain;
  height: 40vh;
  width: 35vw;
  max-width: 600px;
  position: absolute;
  left: 2.6vw;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #worries::after {
    position: relative;
    left: 0;
    max-width: 240px;
    height: 200px;
    display: block;
    bottom: -2.5vh;
    margin: 0 auto;
  }
}
#worries .Inner__wrap {
  max-width: 1057px;
  margin: auto;
  position: relative;
  z-index: 2;
}
#worries .Inner__wrap h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #137FD2;
}
#worries .Inner__wrap .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.85vh 2%;
}
#worries .Inner__wrap .flex dl.worries {
  width: 49%;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  background: #fff;
  margin: 0;
  border-radius: 8px;
  align-items: center;
  border-right: 4px solid #D7D2D2;
  padding: 0.85em;
  border-bottom: 4px solid #D7D2D2;
}
#worries .Inner__wrap .flex dl.worries dd {
  width: 100%;
  padding: 0 0 0 0.5em;
  margin-left: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.45;
}
#worries .omakase__text {
  font-size: clamp(2.45rem, 3.3333333333vw, 3.7vw);
}
@media screen and (min-width: 1921px) {
  #worries .omakase__text {
    font-size: 2.3vw;
  }
}
#worries .omakase__text {
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  line-height: 1.355;
  width: 100%;
  color: #43301D;
}
#worries .omakase__text span {
  color: #ff9200;
}
#worries .triangle {
  max-width: 180px;
  margin: 0 auto;
}

/**********************見出し*****************************/
h2 {
  font-size: clamp(2.45rem, 3.3333333333vw, 3.7vw);
  font-weight: bold;
}
@media screen and (min-width: 1921px) {
  h2 {
    font-size: 2vw;
  }
}
h2 {
  color: #43301D;
  font-weight: 900;
  line-height: 1.5;
}
h2.Center {
  text-align: center;
}
h2.border {
  padding-bottom: 0.25em;
  border-bottom: 5px solid #43301D;
}

/**********************選ばれる理由*****************************/
section#reason {
  position: relative;
  background: #F0F8FA;
}
section#reason::before {
  content: "";
  background: url(../images/curcle.svg) center top/cover;
  width: 150vw;
  position: absolute;
  bottom: -5vh;
  left: -25vw;
  height: 15vh;
  z-index: 0;
}
section#reason h2 {
  text-align: center;
}
section#reason h2 span {
  color: #ff9200;
}
section#reason h2 small {
  display: block;
  color: #137FD2;
}
section#reason .Inner__wrap {
  max-width: 1057px;
  margin: 0 auto;
  position: relative;
}
section#reason .flex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 1.5vh;
  margin: 0 auto 0;
}
section#reason .flex .Item {
  width: 49%;
  border: 1px solid #1D86CC;
  border-top: 12px solid #137FD2;
  border-radius: 0.46em;
  background: #fff;
  padding: 1em;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  justify-content: center;
  align-items: center;
}
section#reason .flex .Item picture {
  width: 90px;
}
@media screen and (max-width: 767px) {
  section#reason .flex .Item picture {
    width: 70px;
  }
}
section#reason .flex .Item {
  color: #202020;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  section#reason .flex .Item {
    width: 100%;
    font-size: 24px;
  }
}
section#reason .flex .Item {
  line-height: 1.35;
  text-align: center;
}
section#reason .flex .Item .Text {
  width: calc(100% - 90px);
}
section#reason .flex .Item span {
  color: #ff9200;
  display: block;
}
section#reason .bottom--text {
  color: #E15705;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
  text-decoration: underline;
  font-size: clamp(2.45rem, 3.3333333333vw, 3.7vw);
}
@media screen and (max-width: 767px) {
  section#reason .bottom--text {
    font-size: 30px;
  }
}
section#reason .bottom--text {
  font-weight: bold;
}
@media screen and (min-width: 1921px) {
  section#reason .bottom--text {
    font-size: 2vw;
  }
}
section#reason .bottom--text {
  margin: 0.5em auto 0;
}
section#reason .bottom--text span.big {
  font-size: 160%;
}

#works {
  background: #fff;
  position: relative;
  z-index: 2;
}
#works .Inner__wrap {
  max-width: 1057px;
  margin: 0 auto;
}
#works h2 {
  color: #137FD2;
  margin: 0 auto 0.5em;
  font-size: 2vw;
}
@media screen and (max-width: 767px) {
  #works h2 {
    font-size: 1.6rem;
  }
  #works h2 span {
    font-size: 140% !important;
  }
}
#works h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.455;
  align-items: center;
}
@media screen and (min-width: 1921px) {
  #works h2 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #works h2 {
    font-size: 3.4vw;
  }
}
#works h2 {
  text-align: center;
  margin-bottom: 1em;
}
#works h2 span {
  font-size: 4.0104166667vw;
  color: #ff9200;
}
@media screen and (min-width: 1921px) {
  #works h2 span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #works h2 span {
    font-size: 6vw;
  }
}
#works h3 {
  color: #ff9200;
  font-weight: bold;
  text-align: center;
  font-size: 1.7rem;
  margin: 0 auto 0.5em;
}
#works .works__wrap {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 1vh;
}
#works .works__wrap .Inner {
  width: 32%;
}
@media screen and (max-width: 767px) {
  #works .works__wrap .Inner {
    width: 100%;
  }
}
#works .works__wrap .Inner {
  position: relative;
  z-index: 1;
}
#works .works__wrap .Inner:before {
  content: "A PLAN";
  position: relative;
  display: block;
  font-size: 36px;
  color: #ECB210;
  font-weight: 900;
  opacity: 0.63;
  text-align: center;
  line-height: 1;
}
#works .works__wrap .Inner .title {
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  background: #ECB210;
  color: #fff;
  font-size: 24px;
  border-top-left-radius: 0.46em;
  border-top-right-radius: 0.46em;
}
#works .works__wrap .Inner .Text {
  border: 1px solid #ECB210;
  padding: 0.75em;
  background: #fff;
  border-bottom-left-radius: 0.46em;
  border-bottom-right-radius: 0.46em;
}
@media screen and (min-width: 768px) {
  #works .works__wrap .Inner .Text {
    min-height: 256px;
  }
}
#works .works__wrap .Inner .Text ul {
  list-style: none;
  padding: 0;
}
#works .works__wrap .Inner .Text ul li {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}
#works .works__wrap .Inner.standard .Text {
  border-color: #28C8C8;
}
#works .works__wrap .Inner.standard .title {
  background: #28C8C8;
}
#works .works__wrap .Inner.standard:before {
  content: "B PLAN";
  color: #28C8C8;
}
#works .works__wrap .Inner.plemium .Text {
  border-color: #A4EC10;
}
#works .works__wrap .Inner.plemium .title {
  background: #A4EC10;
}
#works .works__wrap .Inner.plemium:before {
  color: #A4EC10;
  content: "C PLAN";
}

section#message {
  background: #fff;
  padding-top: 0;
}
section#message .Inner__wrap {
  max-width: 1057px;
  margin: 0 auto;
}
section#message .Inner__wrap h2 {
  margin-top: 0;
}
section#message .Inner__wrap h2 span {
  color: #ff9200;
}
section#message .Inner__wrap .flex__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.15em;
       column-gap: 0.15em;
  justify-content: center;
  margin-bottom: -2.5vh;
}
@media screen and (max-width: 767px) {
  section#message .Inner__wrap .flex__top {
    margin-bottom: 0;
  }
}
section#message .Inner__wrap .flex__top picture {
  width: 38%;
  transform: rotate(-5deg);
}
section#message .Inner__wrap .flex__top picture img {
  box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.3);
}
section#message .Inner__wrap .border__wrap {
  background: #E4EFF3;
  padding: clamp(1em, 2.6vw, 2.8vw);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 1.5vh;
}
section#message .Inner__wrap .border__wrap .Item {
  width: 49%;
}
@media screen and (max-width: 680px) {
  section#message .Inner__wrap .border__wrap .Item {
    width: 100%;
  }
}
section#message .Inner__wrap .border__wrap p {
  text-align: center;
  font-size: clamp(1rem, 18px, 19px);
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap .border__wrap p {
    font-size: 16px;
  }
}
section#message .Inner__wrap .border__wrap p:last-of-type {
  margin-bottom: 0;
}
section#message .Inner__wrap .border__wrap .center__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
  align-items: center;
  margin: 0 auto;
}
section#message .Inner__wrap .border__wrap .center__wrap picture {
  max-width: 40%;
}
section#message .Inner__wrap .border__wrap .center__wrap .Text {
  font-weight: 900;
  font-size: 24px;
}
section#message .Inner__wrap h2 {
  line-height: 1.4;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap h2 {
    padding-left: 0.5em;
  }
}
section#message .Inner__wrap h2 .top {
  color: #ff9200;
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: clamp(1.1rem, 1.3vw, 1.5vw);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap h2 .top {
    font-size: 1.2rem;
  }
}
section#message .Inner__wrap h2 .top {
  max-width: -moz-max-content;
  max-width: max-content;
  background: #fff;
  margin-bottom: 0.25em;
}
section#message .Inner__wrap h2 .center {
  color: #137FD2;
  font-size: clamp(1.4rem, 1.6vw, 2vw);
}
@media screen and (min-width: 1921px) {
  section#message .Inner__wrap h2 .center {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap h2 .center {
    font-size: 1.3rem;
  }
}
section#message .Inner__wrap h2 .center {
  font-weight: 900;
}
section#message .Inner__wrap h2 .bottom {
  font-size: 2.4vw;
  font-weight: 900;
}
@media screen and (min-width: 1921px) {
  section#message .Inner__wrap h2 .bottom {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap h2 .bottom {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  section#message .Inner__wrap h2 .bottom {
    font-size: 1.6rem;
  }
}
section#message .Inner__wrap h2 .bottom span {
  font-size: 3.5vw;
}
@media screen and (min-width: 1921px) {
  section#message .Inner__wrap h2 .bottom span {
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  section#message .Inner__wrap h2 .bottom span {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap h2 .bottom span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  section#message .Inner__wrap h2 .bottom span {
    font-size: 140%;
  }
}

.wh__image {
  width: 100vw;
  height: 30vh;
  background: url(../images/strength.png) no-repeat center/cover;
}

section#points {
  background: #F0F8FA;
}
section#points .Inner__wrap {
  max-width: 1057px;
  margin: 0 auto;
}
section#points .Inner__wrap p {
  text-align: center;
  font-size: 20px;
}
section#points .Inner__wrap p:last-of-type {
  margin-bottom: 0;
}
section#points .Inner__wrap h2 {
  position: relative;
  text-align: center;
  line-height: 1.455;
  margin: 0 auto 0.5em;
  color: #137FD2;
}
section#points .Inner__wrap h2 span {
  color: #ff9200;
  font-size: 120%;
  display: block;
}
section#points .Inner__wrap ul {
  margin: 0 auto;
  padding: 0;
}
section#points .Inner__wrap ul li {
  width: 100%;
  position: relative;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section#points .Inner__wrap ul li {
    margin-top: 1em;
  }
}
section#points .Inner__wrap ul li picture {
  position: relative;
  width: 38%;
  z-index: 3;
}
section#points .Inner__wrap ul li .Text {
  color: #137FD2;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  section#points .Inner__wrap ul li .Text {
    font-size: 20px;
  }
}
section#points .Inner__wrap ul li .Text {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  width: 60%;
}
section#points .Inner__wrap ul li .Text::before {
  content: "01";
  font-weight: 900;
  display: block;
  text-align: left;
  opacity: 0.85;
  color:#8db4d7;
  font-size: 42px;
}
section#points .Inner__wrap ul li .Text::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 60vw;
  height: 90%;
  bottom: -45%;
  left: -13%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  section#points .Inner__wrap ul li .Text::after {
    width: 90vw;
    bottom: -15%;
    left: -40%;
  }
}
section#points .Inner__wrap ul li:nth-of-type(2) {
  width: 100%;
  position: relative;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
section#points .Inner__wrap ul li:nth-of-type(2) picture {
  position: relative;
  width: 38%;
  z-index: 3;
}
section#points .Inner__wrap ul li:nth-of-type(2) .Text {
  color: #137FD2;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  z-index: 2;
  line-height: 1.4;
  width: 60%;
}
@media screen and (max-width: 767px) {
  section#points .Inner__wrap ul li:nth-of-type(2) .Text {
    font-size: 20px;
  }
}
section#points .Inner__wrap ul li:nth-of-type(2) .Text::before {
  content: "02";
  font-weight: 900;
  display: block;
  text-align: left;
  opacity: 0.85;
  color: #8db4d7;
  font-size: 42px;
}
section#points .Inner__wrap ul li:nth-of-type(2) .Text::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 60vw;
  height: 90%;
  bottom: -45%;
  left: -30vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  section#points .Inner__wrap ul li:nth-of-type(2) .Text::after {
    width: 90vw;
    bottom: -15%;
    left: -10vw;
  }
}
section#points .Inner__wrap ul li:nth-of-type(3) {
  width: 100%;
  position: relative;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}
section#points .Inner__wrap ul li:nth-of-type(3) picture {
  position: relative;
  width: 38%;
  z-index: 3;
}
section#points .Inner__wrap ul li:nth-of-type(3) .Text {
  color: #137FD2;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  z-index: 2;
  line-height: 1.4;
  width: 60%;
}
@media screen and (max-width: 767px) {
  section#points .Inner__wrap ul li:nth-of-type(3) .Text {
    font-size: 20px;
  }
}
section#points .Inner__wrap ul li:nth-of-type(3) .Text::before {
  content: "03";
  font-weight: 900;
  display: block;
  text-align: left;
  opacity: 0.85;
  color: #8db4d7;
  font-size: 42px;
}
section#points .Inner__wrap ul li:nth-of-type(3) .Text::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 60vw;
  height: 90%;
  bottom: -45%;
  right: -13%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  section#points .Inner__wrap ul li:nth-of-type(3) .Text::after {
    width: 90vw;
    bottom: -15%;
    left: -40%;
  }
}
section#points .Inner__wrap ul li:nth-of-type(4) {
  width: 100%;
  position: relative;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
section#points .Inner__wrap ul li:nth-of-type(4) picture {
  position: relative;
  width: 38%;
  z-index: 3;
}
section#points .Inner__wrap ul li:nth-of-type(4) .Text {
  color: #137FD2;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  z-index: 2;
  line-height: 1.4;
  width: 60%;
}
@media screen and (max-width: 767px) {
  section#points .Inner__wrap ul li:nth-of-type(4) .Text {
    font-size: 20px;
  }
}
section#points .Inner__wrap ul li:nth-of-type(4) .Text::before {
  content: "04";
  font-weight: 900;
  display: block;
  text-align: left;
  opacity: 0.85;
  color:#8db4d7;
  font-size: 42px;
}
section#points .Inner__wrap ul li:nth-of-type(4) .Text::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 60vw;
  height: 90%;
  bottom: -45%;
  left: -30vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  section#points .Inner__wrap ul li:nth-of-type(4) .Text::after {
    width: 90vw;
    bottom: -15%;
    left: -10vw;
  }
}

#customers {
  background: #E7F4F4;
}
#customers .Inner__wrap {
  max-width: 1057px;
  margin: 0 auto;
}
#customers .Inner__wrap h2 {
  color: #218B8B;
  margin: 0 auto 0.5em;
  font-size: 2vw;
}
@media screen and (min-width: 1921px) {
  #customers .Inner__wrap h2 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #customers .Inner__wrap h2 {
    font-size: 3.4vw;
  }
}
#customers .Inner__wrap h2 {
  padding-bottom: 0.5em;
  border-bottom: 7px solid #fff;
  text-align: center;
  margin-bottom: 1em;
}
#customers .Inner__wrap h2 span {
  font-size: 4.0104166667vw;
}
@media screen and (min-width: 1921px) {
  #customers .Inner__wrap h2 span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #customers .Inner__wrap h2 span {
    font-size: 6vw;
  }
}
#customers .Inner__wrap .review__wrap {
  background: #fff;
  padding: 1em;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border-radius: 0.46em;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
}
#customers .Inner__wrap .review__wrap picture {
  width: 69px;
}
#customers .Inner__wrap .review__wrap .Text {
  width: calc(100% - 75px);
}
#customers .Inner__wrap .review__wrap .Text b {
  display: block;
  font-weight: bold;
  font-size: 24px;
}
#customers .Inner__wrap .review__wrap .Text .Inner {
  padding: 0.5em;
  background: #F4FBFF;
  border-radius: 0.46em;
}
#customers .Inner__wrap .review__wrap:nth-of-type(n + 2) {
  margin-top: 1em;
}

section#flow h2 {
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: 7px solid #137FD2;
  margin: 0 auto 1em;
  max-width: 1057px;
}
section#flow .Inner__wrap {
  max-width: 1240px;
  margin: 0 auto;
}
section#flow .Inner__wrap ul.flow {
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#flow .Inner__wrap ul.flow {
    flex-wrap: wrap;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
section#flow .Inner__wrap ul.flow {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 25px;
  list-style: none;
  padding: 0;
}
section#flow .Inner__wrap ul.flow li {
  padding: 1em 0.5em 0.5em 0.5em;
  background: #FFFDE2;
  border: 1px solid #FFE100;
  position: relative;
  width: calc((100% - 5px) / 6);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#flow .Inner__wrap ul.flow li {
    width: calc((98% - 5px) / 3);
  }
}
section#flow .Inner__wrap ul.flow li {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #ff9200;
}
section#flow .Inner__wrap ul.flow li .Inner {
  padding-bottom: 0.5em;
  border-bottom: 4px solid #ff9200;
  line-height: 1.25;
  margin-top: 0.5em;
}
section#flow .Inner__wrap ul.flow li .title {
  background: #137FD2;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  margin: -30px auto 0;
}
section#flow .Inner__wrap ul.flow li small {
  display: inline-block;
  font-size: 60%;
  margin-top: -10px;
}
section#flow .arrow {
  position: absolute;
  display: inline-block;
  right: -10px;
  top: 45%;
  width: 20px;
  height: 2px;
  margin: 3.9px 0;
  border-radius: 9999px;
  background-color: #00b900;
  z-index: 3;
}
section#flow .arrow::before,
section#flow .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #00b900;
  transform-origin: calc(100% - 1px) 50%;
}
section#flow .arrow::before {
  transform: rotate(45deg);
}
section#flow .arrow::after {
  transform: rotate(-45deg);
}

section#faq {
  background: #fff;
  position: relative;
}
section#faq:before {
  content: "";
  background: url(../images/wave.png) repeat-x;
  background-size: 50%;
  position: absolute;
  width: 100%;
  height: 15vh;
  top: 0;
  left: 0;
}
section#faq .Inner__wrap {
  max-width: 1057px;
  margin: 0 auto;
}
section#faq h2 {
  text-align: center;
  margin: 0 auto 1em;
  color: #137FD2;
  max-width: 1057px;
}

.accordion {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.accordion-q-prefix {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  line-height: 1;
  color: #137FD2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 36px;
  padding-left: 0.5em;
}

@media print, (min-width: 768px) {
  .accordion-q-prefix {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-q-prefix {
    font-size: 24px;
    min-width: 42px;
    min-height: 42px;
    max-height: 42px;
    max-width: 42px;
  }
}
.accordion-q-content {
  display: block;
  line-height: 1.6;
  color: #43301D;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .accordion-q-content {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-q-content {
    font-size: 19px;
  }
}
.accordion-q-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .accordion-q-icon {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-q-icon {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
.accordion-q-icon::before,
.accordion-q-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 4px;
  background: #137FD2;
}

@media print, (min-width: 768px) {
  .accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 7px;
  }
}
.accordion-q-icon::after {
  transform: rotate(90deg);
  transition: transform 400ms;
}

.accordion-q button {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: opacity 400ms;
  background: #E4EFF3;
  border-radius: 0.46em;
  margin-bottom: 1em;
}

@media print, (min-width: 768px) {
  .accordion-q button {
    padding: 1em 60px 1em 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .accordion-q button {
    padding: 20px 36px 20px 10px;
  }
}
@media print, (min-width: 768px) {
  .accordion-q button:hover,
  .accordion-q button:active {
    opacity: 0.5;
  }
}
.accordion-a {
  display: none;
  overflow: hidden;
}

.accordion-a-inner {
  position: relative;
  margin-bottom: 1em;
  background: #fff;
}
.accordion-a-inner p {
  margin: 0;
}

@media print, (min-width: 768px) {
  .accordion-a-inner {
    border-radius: 0.46em;
    padding: 20px 10px 20px 1em;
  }
}
@media screen and (max-width: 767px) {
  .accordion-a-inner {
    padding: 5px 10px 25px 10px;
  }
}
.accordion-a-prefix {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  line-height: 1;
  color: #fe0009;
  display: none;
}

@media print, (min-width: 768px) {
  .accordion-a-prefix {
    left: 20px;
    top: 10px;
    font-size: 30px;
    color: #ff9200;
  }
}
@media screen and (max-width: 767px) {
  .accordion-a-prefix {
    left: 10px;
    top: 10px;
    font-size: 24px;
  }
}
@media print, (min-width: 768px) {
  .accordion-a-content p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .accordion-a-content p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media print, (min-width: 768px) {
  .accordion-a-content p + p {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-a-content p + p {
    margin-top: 20px;
  }
}
.accordion > li.is-open .accordion-q-icon::after {
  transform: rotate(0deg);
}

section#form {
  background: #FEFFED;
}
section#form .Inner__wrap {
  max-width: 1057px;
  margin: 0 auto;
}
section#form .Inner__wrap p.big {
  text-align: center;
  font-size: 24px;
}
section#form .Inner__wrap .title-top {
  color: #ff9200;
  font-size: 20px;
  padding: 0.5em;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  margin: 0 auto 0.5em;
}
section#form .Inner__wrap h2 {
  color: #137FD2;
  margin-top: 0;
  border-bottom: 7px solid #FFE100;
  padding: 0 0 0.35em;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
section#form .Inner__wrap h2.red {
  background: #ff0e10;
  color: #fff;
  padding-top: 0.35em;
}
section#form .Inner__wrap h3 {
  color: #ff9200;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.35em;
  margin-bottom: 0.25em;
  border-bottom: 4px solid #000;
  font-size: clamp(32px, 2.1875vw, 2.4vw);
}
@media screen and (min-width: 1921px) {
  section#form .Inner__wrap h3 {
    font-size: 1.6vw;
  }
}
section#form .Inner__wrap h3 {
  font-weight: bold;
}
section#form .Inner__wrap .tel__wrap {
  display: flex;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  justify-content: center;
  align-items: center;
}
section#form .Inner__wrap .tel__wrap a {
  color: #137FD2;
  font-size: clamp(27px, 2.8875vw, 3.1vw);
}
@media screen and (min-width: 1921px) {
  section#form .Inner__wrap .tel__wrap a {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#form .Inner__wrap .tel__wrap a {
    font-size: 32px;
  }
}
section#form .Inner__wrap .tel__wrap a {
  display: flex;
  font-weight: 900;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
section#form .Inner__wrap .tel__wrap span {
  color: #202020;
  font-size: 90%;
  display: block;
}

dl.contact {
  display: flex;
  background: #fff;
  border-radius: 0.46em;
  margin-bottom: 0.5em;
}
dl.contact dt {
  width: 20%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  dl.contact dt {
    width: 35%;
  }
}
dl.contact dt {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  line-height: 1.4;
}
dl.contact dt .Inner {
  width: 100%;
}
dl.contact dt .Inner p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
dl.contact dt .Inner p span.block {
  display: block;
  margin: 0 0 0 auto;
}
dl.contact dt .text_red {
  color: #fff;
  background: #ff9200;
  padding: 0.25em;
  line-height: 1;
  font-size: 0.8rem;
  display: block;
  margin-left: auto;
  text-align: center;
}
dl.contact dt .any {
  background: #DBBCA9;
  padding: 0.25em;
  line-height: 1;
  font-size: 0.8rem;
  display: block;
  margin-left: auto;
  text-align: center;
  color: #fff;
}
dl.contact dd {
  width: 80%;
  padding: 0.5em;
  margin-left: 0;
}

input[type=submit] {
  color: #FFFFFF;
  display: block;
  margin: 1em auto 0 auto;
  padding: 25px;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  background-color: #ff9200;
  border: 0;
  border-bottom: 6px solid #C8550D;
  border-radius: 4.46em;
  width: 100%;
  box-sizing: broder-box;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 1px;
  max-width: 500px;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0);
  background: #ea1f0f;
}

#short {
  max-width: 500px;
  margin: 0;
}

::-moz-placeholder {
  color: #B7B7B7;
}

::placeholder {
  color: #B7B7B7;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
select,
textarea {
  border-radius: 3px;
  padding: 1em 0.5em;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.1);
  border: solid 1px #F0F0F0;
  background: #fefefe;
  margin: auto;
  width: 100%;
  display: block;
  line-height: 1.4;
  font-size: 17px;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: solid 1px #137FD2;
  background-color: #f2f2f2;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=date] {
  background-color: #fafafa;
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=password], select, textarea {
  width: 100%;
  color: #010101;
}

p.privacy {
  margin: 1em 0 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 18px;
}
p.privacy a {
  text-decoration: none !important;
  color: #006BC3;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.submit_wrap p {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

footer {
  background: #137FD2;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.5em 0.5em 140px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    padding-bottom: 110px;
  }
}

.fixed__footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 0.5em 0;
  border-top: 6px solid #FFE100;
  border-bottom: 6px solid #FFE100;
  z-index: 10;
}
.fixed__footer .contact-wrap {
  display: flex;
  width: 100%;
  max-width: 1057px;
  margin: 0 auto;
  justify-content: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.fixed__footer .contact-wrap .file-btn,
.fixed__footer .contact-wrap .estimate-btn,
.fixed__footer .contact-wrap .mail-btn {
  width: 32%;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 0.65em 0.5em;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.fixed__footer .contact-wrap .file-btn i,
.fixed__footer .contact-wrap .estimate-btn i,
.fixed__footer .contact-wrap .mail-btn i {
  font-size: 23px;
  font-weight: normal;
}
.fixed__footer .contact-wrap .file-btn {
  background: #33D133;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 4px solid #01885f;
}
.fixed__footer .contact-wrap .file-btn:before {
  content: "";
  background: url(../images/file.png) no-repeat center/contain;
  width: 50px;
  height: 50px;
}
.fixed__footer .contact-wrap .estimate-btn {
  background-color: #137FD2;
  border-bottom: 4px solid #0969B2;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
.fixed__footer .contact-wrap .estimate-btn .Inner {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.fixed__footer .contact-wrap .estimate-btn span.bottom {
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
  color: #137FD2;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 5px auto 0;
  border-radius: 16px;
  line-height: 1;
}
.fixed__footer .contact-wrap .estimate-btn span.bottom small {
  color: #000;
}
.fixed__footer .contact-wrap .estimate-btn i {
  font-weight: normal;
  font-size: 30px;
}
.fixed__footer .contact-wrap .mail-btn {
  background-color: #ff9200;
  border-bottom: 4px solid #CE560B;
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
.fixed__footer .contact-wrap .mail-btn .Inner {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-size: 22px;
}
.fixed__footer .contact-wrap .mail-btn span.bottom {
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
  color: #ff9200;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 5px auto 0;
  border-radius: 16px;
  line-height: 1;
}
.fixed__footer .contact-wrap .mail-btn span.bottom small {
  color: #000;
}
.fixed__footer .contact-wrap .mail-btn i {
  font-size: 30px;
}
.fixed__footer .contact-wrap .tel-wrap {
  padding: 0;
  width: 32%;
  color: #272727;
  font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  flex-direction: column;
}
.fixed__footer .contact-wrap .tel-wrap a {
  color: #137FD2;
  font-size: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed__footer .contact-wrap .tel-wrap a {
    font-size: 24px;
  }
}
.fixed__footer .contact-wrap .tel-wrap a {
  font-weight: 900;
  line-height: 1.4;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.fixed__footer .contact-wrap .tel-wrap a i {
  font-size: 24px;
}

#company {
  background: #E4EFF3;
}
#company .Inner__wrap {
  border-radius: 0.46em;
  padding: clamp(1em, 2.6vw, 2.8vw);
  background: #fff;
  max-width: 1057px;
  margin: 0 auto;
}
#company .Inner__wrap h2 {
  color: #137FD2;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0.5em;
}
#company .Inner__wrap dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.5em;
  background: #E4EFF3;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #company .Inner__wrap dl {
    flex-direction: column;
  }
}
#company .Inner__wrap dl dt {
  width: 25%;
  padding: 0.75em;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #137FD2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #company .Inner__wrap dl dt {
    width: 100%;
    font-size: 16px;
    padding-bottom: 0;
  }
  #company .Inner__wrap dl dt br {
    display: none;
  }
}
#company .Inner__wrap dl dd {
  width: 75%;
  padding: 0.75em;
  margin: 0;
  color: #213948;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #company .Inner__wrap dl dd {
    font-size: 16px;
    width: 100%;
  }
}
#company .Inner__wrap dl:nth-of-type(even) {
  background: #E7F5FB;
}

#estimate {
  margin-top: 5vh !important;
}/*# sourceMappingURL=style.min.css.map */