/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
}

#ft_menu h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

p,
button {
  font-family: "Noto sans JP";
}

li {
  list-style: none;
}

.sp-br {
  display: none;
}

.sp-block {
  display: none;
}

.consulting-btn {
  width: 502px;
  height: -moz-fit-content;
  height: fit-content;
  background: #00596d 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  opacity: 1;
  color: #fff;
  position: relative;
  border: none;
  font-size: 1.5em;
  padding: 20px;
  margin: 0;
}
.consulting-btn::after {
  content: "";
  background-image: url(img/btw-consulting/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 28px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.consulting-btn:active {
  position: relative;
  top: 3px;
}

.large-btn {
  width: 382px;
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 16.5px;
}

.fv {
  width: auto;
  height: 750px;
  padding: 30px 0 64px;
  background: url(img/btw-consulting/fv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.fv .fv-txt-container {
  width: 100%;
  height: 250px;
  background: transparent linear-gradient(83deg, #00a8ce 0%, #cfedf5 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fv .fv-txt-container .fv-txt-outer {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}
.fv .fv-txt-container .fv-txt-outer .fv-txt-wrapper {
  color: #fff;
}
.fv .fv-txt-container .fv-txt-outer .fv-txt-wrapper .fv-txt-eng {
  font-size: 1.34em;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  transform: translateY(10px);
}
.fv .fv-txt-container .fv-txt-outer .fv-txt-wrapper .fv-txt-ja {
  font-size: 2.6em;
  text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1607843137);
  font-family: "Noto Serif JP", serif;
  margin: 0;
}

.develop {
  background: #cfedf5 0% 0% no-repeat padding-box;
  padding: 47px 0 5px;
}
.develop .develop-inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
.develop .develop-inner .h3-wrapper {
  border-bottom: solid 2px #00a8ce;
}
.develop .develop-inner .h3-wrapper h3 {
  color: #00a8ce !important;
  font-size: 1.7em !important;
  line-height: 2em !important;
  text-align: center !important;
  border-bottom: none !important;
  margin: 0 !important;
}
.develop .develop-inner .h3-wrapper h3::after {
  border-bottom: none !important;
}
.develop .develop-inner .develop-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 55px;
  margin: 60px auto 48px;
}
.develop .develop-inner .develop-content1 {
  height: auto;
  min-height: 375px;
  background-image: url(img/btw-consulting/develop_bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.develop .develop-inner .develop-content1 .develop-content1-inner {
  width: 59%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.develop .develop-inner .develop-content1 .develop-content1-inner p {
  font-size: 1.1em;
  line-height: 2.1em;
  margin-bottom: 18px;
  color: #666666;
}
.develop .develop-inner .develop-content2 {
  height: auto;
  min-height: 435px;
  background-image: url(img/btw-consulting/develop_bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
}
.develop .develop-inner .develop-content2 .develop-content2-inner {
  width: 59%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.develop .develop-inner .develop-content2 .develop-content2-inner p {
  font-size: 1.1em;
  line-height: 2.2em;
  margin-bottom: 30px;
  color: #666666;
}

.support {
  background: #86d1e5 0% 0% no-repeat padding-box;
  padding: 47px 0 15px;
}
.support .support-inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
.support .support-inner .h3-wrapper {
  border-bottom: solid 2px #fff;
}
.support .support-inner .h3-wrapper h3 {
  color: #fff !important;
  font-size: 1.7em !important;
  line-height: 2em !important;
  text-align: center !important;
  border-bottom: none !important;
  margin: 0 !important;
}
.support .support-inner .h3-wrapper h3::after {
  border-bottom: none !important;
}
.support .support-inner .support-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 55px;
  margin: 60px auto 48px;
}
.support .support-inner .support-content1 {
  height: auto;
  min-height: 555px;
  background-image: url(img/btw-consulting/support_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.support .support-inner .support-content1 .support-content1-inner {
  width: 59%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support .support-inner .support-content1 .support-content1-inner p {
  font-size: 1.1em;
  line-height: 2.1em;
  margin-bottom: 18px;
  color: #666666;
}
.support .support-inner .support-content2 {
  height: auto;
  min-height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.support .support-inner .support-content2 .support-content2-inner {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.support .support-inner .support-content2 .support-content2-inner p {
  font-size: 1.1em;
  line-height: 2.2em;
  color: #666666;
}

@media (max-width: 750px) {
  .sp-br {
    display: inline;
  }
  .sp-block {
    display: block;
  }
  .btn-wrapper {
    width: 89%;
  }
  .consulting-btn {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background: #00596d 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1607843137);
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    position: relative;
    border: none;
    font-size: 2em;
    padding: 4vw 0;
  }
  .consulting-btn::after {
    content: "";
    background-image: url(img/btw-consulting/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3vw;
    height: 3vw;
    position: absolute;
    right: 2vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .consulting-btn:active {
    position: relative;
    top: 3px;
  }
  .large-btn {
    width: 100%;
    font-size: 2em;
    line-height: 1.4em;
    padding: 3vw 0;
  }
  main {
    font-size: 2.1vw;
  }
  .fv {
    width: auto;
    height: 100vw;
    padding: 5vw 0 4vw;
    background: url(img/btw-consulting/fv_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .fv .fv-txt-container {
    width: 90vw;
    height: auto;
    max-width: 670px;
    background: transparent linear-gradient(83deg, #00a8ce 0%, #cfedf5 100%) 0%
      0% no-repeat padding-box;
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3vw 0;
  }
  .fv .fv-txt-container .fv-txt-outer {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .fv .fv-txt-container .fv-txt-outer .fv-txt-wrapper {
    color: #fff;
  }
  .fv .fv-txt-container .fv-txt-outer .fv-txt-wrapper .fv-txt-eng {
    font-size: 1.5em;
    font-family: "Noto Serif JP", serif;
    transform: translateY(2vw);
  }
  .fv .fv-txt-container .fv-txt-outer .fv-txt-wrapper .fv-txt-ja {
    font-size: 3.5em;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1607843137);
    font-family: "Noto Serif JP", serif;
    line-height: 1.4em;
  }
  .develop {
    background: #cfedf5 0% 0% no-repeat padding-box;
    padding: 11vw 0 5vw;
  }
  .develop .develop-inner {
    width: 90%;
    max-width: 670px;
    margin: auto;
  }
  .develop .develop-inner .h3-wrapper {
    border-bottom: solid 2px #00a8ce;
    padding-bottom: 1.3vw;
  }
  .develop .develop-inner .h3-wrapper h3 {
    max-width: 504px !important;
    margin: auto !important;
    color: #00a8ce !important;
    font-size: 3.5em !important;
    line-height: 1.4em !important;
    text-align: center !important;
  }
  .develop .develop-inner .develop-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 6vw;
    margin: 6vw auto 5vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .develop .develop-inner .develop-content1 {
    height: auto;
    min-height: 160vw;
    background-image: url(img/btw-consulting/develop_bg1_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .develop .develop-inner .develop-content1 .develop-content1-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .develop .develop-inner .develop-content1 .develop-content1-inner p {
    font-size: 2em;
    line-height: 1.9em;
    margin-bottom: 5vw;
    color: #666666;
  }
  .develop .develop-inner .develop-content2 {
    height: auto;
    min-height: 187vw;
    background-image: url(img/btw-consulting/develop_bg2_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
  }
  .develop .develop-inner .develop-content2 .develop-content2-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .develop .develop-inner .develop-content2 .develop-content2-inner p {
    font-size: 2em;
    line-height: 1.8em;
    margin-bottom: 0;
    color: #666666;
  }
  .support {
    background: #86d1e5 0% 0% no-repeat padding-box;
    padding: 11vw 0 7vw;
  }
  .support .support-inner {
    width: 90%;
    max-width: 1100px;
    margin: auto;
  }
  .support .support-inner .h3-wrapper {
    border-bottom: solid 2px #fff;
    padding-bottom: 2.5vw;
  }
  .support .support-inner .h3-wrapper h3 {
    color: #fff !important;
    font-size: 3.5em !important;
    line-height: 1.3em !important;
    text-align: center !important;
  }
  .support .support-inner .support-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 6vw;
    margin: 5vw auto 8vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .support .support-inner .support-content1 {
    height: auto;
    min-height: 222vw;
    background-image: url(img/btw-consulting/support_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .support .support-inner .support-content1 .support-content1-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .support .support-inner .support-content1 .support-content1-inner p {
    font-size: 2em;
    line-height: 1.8em;
    margin-bottom: 5vw;
    color: #666666;
  }
  .support .support-inner .support-content2 {
    height: auto;
    min-height: 77vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .support .support-inner .support-content2 .support-content2-inner {
    width: 87%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4vw 0;
  }
  .support .support-inner .support-content2 .support-content2-inner p {
    font-size: 2em;
    line-height: 1.8em;
    color: #666666;
  }
} /*# sourceMappingURL=style.css.map */
