@charset "UTF-8";
@font-face {
  font-family: "GenEiMGothic";
  src: url(../font/GenEiMGothic2-Medium.ttf?20220225);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GenEiMGothic";
  src: url(../font/GenEiMGothic2-Bold.ttf?20220225);
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1081px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

body {
  background-color: #ffffff;
  color: #040000;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.95;
  overflow-x: hidden!important;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1160px;
  }
}

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

p + p {
  margin-top: 1em;
}
p a {
  display: inline;
  text-decoration: underline;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

strong {
  font-size: 1.2em;
  font-weight: bold;
}

small {
  font-size: 0.8em;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

dl {
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  dl {
    font-size: 16px;
  }
}
dl dd {
  padding: 1em 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  border: none;
  padding: 10px;
  height: 54px;
  background-color: #f2f2f2;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
select {
  max-width: 515px;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  select {
    max-width: none;
  }
}

input[type=checkbox] {
  border-radius: 100%;
}

textarea {
  display: block;
  resize: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  textarea {
    height: 180px;
  }
}

address {
  font-style: normal;
}

.fixedcontainer {
  width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

a {
  color: inherit;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.bold {
  font-weight: bold;
}

.red {
  color: #e0605b;
  font-weight: bold;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.center {
  text-align: center;
}

.nowrap {
  display: inline-block;
}

.btline {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
  text-decoration-color: #e0605b;
  text-decoration-thickness: 2px;
  text-underline-offset: 1px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visible-sp {
  display: none;
}

.hidden-sp {
  display: block;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

.visible-500 {
  display: none;
}

.hidden-500 {
  display: block;
}

.indent-1em {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.sec_subttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_subttl {
    margin-bottom: 5px;
  }
}

.sec_sub-fukidashi {
  text-align: center;
  font-size: 16px;
  display: block;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_sub-fukidashi {
    font-size: 14px;
  }
}
.sec_sub-fukidashi::before, .sec_sub-fukidashi::after {
  content: "";
  height: 1.5em;
  width: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #000000;
  position: absolute;
  display: inline-block;
}
.sec_sub-fukidashi::before {
  left: -1em;
  transform: rotate(-35deg);
}
.sec_sub-fukidashi::after {
  right: -1em;
  transform: rotate(35deg);
}

.sec_subttl span {
  text-align: center;
  font-size: 18px;
  background: -webkit-linear-gradient(45deg, #f1625e, #efca00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_subttl span {
    font-size: 16px;
  }
}

.sec_ttl {
  line-height: 1.4;
  text-align: center;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .sec_ttl {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.sec_txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .sec_txt {
    text-align: center;
  }
}

.container {
  margin: 0 auto;
  max-width: 1160px;
}
@media screen and (min-width: 769px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.btn-bgBlack {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 0.18em;
  margin-top: 12px;
  padding: 10px;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bolder;
}
@media screen and (min-width: 769px) {
  .btn-bgBlack {
    width: 270px;
  }
}

.btn-bgBlack-round {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 50px;
  letter-spacing: 0.18em;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bolder;
}
@media screen and (min-width: 769px) {
  .btn-bgBlack-round {
    font-size: 36px;
    margin-top: 50px;
    background: linear-gradient(to top, #000000 15%, #505050 75%);
  }
}
@media screen and (max-width: 768px) {
  .btn-bgBlack-round {
    letter-spacing: 0.1em;
    font-size: 26px;
    margin-top: 20px;
  }
}
.btn-bgBlack-round:first-child {
  margin-top: 0;
}

#scrollTop {
  position: fixed;
  width: 75px;
  height: 75px;
  bottom: 30px;
  right: 30px;
  border-radius: 10px;
  display: block;
  transition: opacity 1s;
  border: 2px solid #ffffff;
  z-index: 5;
  background: -moz-linear-gradient(0% 50% 270deg, rgb(224, 96, 91) 0%, rgb(227, 192, 26) 100%);
  background: -webkit-linear-gradient(270deg, rgb(224, 96, 91) 0%, rgb(227, 192, 26) 100%);
  background: -ms-linear-gradient(270deg, rgb(224, 96, 91) 0%, rgb(227, 192, 26) 100%);
  background: linear-gradient(180deg, rgb(224, 96, 91) 0%, rgb(227, 192, 26) 100%);
}
@media screen and (max-width: 768px) {
  #scrollTop {
    width: 50px;
    height: 50px;
    bottom: 75px;
    right: 15px;
  }
}
#scrollTop.hidden {
  opacity: 0;
  pointer-events: none;
}
#scrollTop::before {
  content: "";
  width: 35px;
  height: 35px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #scrollTop::before {
    width: 25px;
    height: 25px;
    border-width: 3px;
  }
}

#scrollForm-pc {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 5;
  transition: opacity 1s;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#scrollForm-pc.hidden {
  opacity: 0;
  pointer-events: none;
}

.scrollForm-pc {
  border-radius: 10px 0 0 10px;
  display: block;
  color: #ffffff;
  writing-mode: vertical-rl;
  padding: 1em 0.2em 1em;
  font-size: 26px;
  border: 2px solid #ffffff;
  border-right: 0;
  background-color: #e0615b;
  font-family: "GenEiMGothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .scrollForm-pc {
    font-size: 20px;
  }
}
.scrollForm-pc.-line {
  text-align: center;
  background-color: #06c755;
  writing-mode: horizontal-tb;
  line-height: 110%;
}

.scrollForm-sp {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
  opacity: 1 !important;
  transition: opacity 1s;
  display: flex;
}
@media screen and (min-width: 390px) and (max-width: 768px) {
  .scrollForm-sp {
    height: 77px;
  }
}
.scrollForm-sp.hidden {
  opacity: 0 !important;
  pointer-events: none;
}
.scrollForm-sp a {
  flex: 1;
}
.scrollForm-sp a:not(:first-child) {
  border-left: 1px solid #fff;
}
.scrollForm-sp a.-contact {
  background-color: #e0615b;
}
.scrollForm-sp a.-line {
  background-color: #06c755;
}
.scrollForm-sp a.-tel {
  background-color: #2e2e2e;
}
.scrollForm-sp a img {
  display: block;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 390px) and (max-width: 768px) {
  .scrollForm-sp a {
    height: 100%;
  }
  .scrollForm-sp a img {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

i.i-crown {
  width: 1.1em;
  height: 1.1em;
  transform: translateY(0.09em);
  background-image: url(../img/icon_crown.svg);
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 0.3em;
}

i.i-fukidashi_free {
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  i.i-fukidashi_free {
    background-image: url(../img/fukidashi_free.png);
    width: 3.969em;
    height: 3.921em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  i.i-fukidashi_free {
    background-image: url(../img/fukidashi_free.png);
    width: 3.7em;
    height: 3.4em;
    margin-right: 14px;
  }
}

i.i-phone {
  width: 0.86em;
  height: 1.714em;
  margin-right: 0.71em;
  background-image: url(../img/icon_phone.png);
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: top;
}

i.i-operator {
  width: 1.714em;
  height: 1.714em;
  margin-right: 0.71em;
  background-image: url(../img/icon_operator.png);
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: top;
}

i.i-line {
  width: 1.36em;
  height: 1.714em;
  margin-right: 0.71em;
  background-image: url(../img/icon_line-mono.png);
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .header {
    height: 128px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 120px;
  }
}
.header.fixed .header_fixedWrapper {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #9b9b9b;
}
@media screen and (min-width: 769px) {
  .header.fixed h1 {
    width: 70px;
  }
}
@media screen and (min-width: 769px) {
  .header.fixed .header_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header.fixed .header_wrapper {
    padding-bottom: 20px;
  }
}
.header.fixed .header_topics {
  height: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .header.fixed .header_nav {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header.fixed .header_nav {
    border-bottom: 1px solid #9b9b9b;
  }
}
@media screen and (min-width: 769px) {
  .header.fixed #burger {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .header.fixed .header_burger {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .header.fixed .header_burger {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}
.header_fixedWrapper {
  transition: padding 0.3s, border-bottom-color 0.3s 0.3s;
}
.header_wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .header_wrapper {
    padding: 36px 0 0 40px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header_wrapper {
    padding: 20px 20px 0;
    display: flex;
  }
}
.header h1 {
  width: 110px;
  flex-shrink: 0;
  transition: width 0.3s;
}
@media screen and (max-width: 768px) {
  .header h1 {
    width: 55px;
    line-height: 0;
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .header_ctt {
    margin-bottom: 5px;
    margin-left: 45px;
  }
}
@media screen and (min-width: 769px) {
  .header_nav {
    display: flex;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header_nav {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%) translateX(100%);
    background-color: #ffffff;
    transition: transform 0.3s;
  }
}
.header_nav.open {
  transform: translateY(100%) !important;
  min-height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .header_nav a {
    display: block;
    padding: 10px;
  }
}
.header_nav a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 0.6em;
  border-right: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  transform: translateY(-28%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .header_nav a:not(:first-child) {
    margin-left: 1.5em;
  }
}
.header_topics {
  display: block;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .header_topics {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header_topics {
    font-size: 10px;
    display: block;
    width: 71%;
  }
}
.header_topics > span:first-child {
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 0.45em 0.9em;
  display: inline-block;
  margin-right: 1em;
  background: -moz-linear-gradient(0% 50% 0deg, rgb(224, 96, 91) 0%, rgb(227, 192, 26) 100%);
  background: -webkit-linear-gradient(0deg, rgb(224, 96, 91) 0%, rgb(227, 192, 26) 100%);
  background: -ms-linear-gradient(0deg, rgb(224, 96, 91) 0%, rgb(227, 192, 26) 100%);
  background: linear-gradient(90deg, rgb(224, 96, 91) 0%, rgb(227, 192, 26) 100%);
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .header_topics > span:first-child {
    font-size: 1.142em;
  }
}
@media screen and (max-width: 768px) {
  .header_topics > span:first-child {
    margin-top: 0px;
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.header_burger {
  width: 45px;
  height: 45px;
  margin-left: auto;
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: absolute;
  top: 40px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1001;
  cursor: pointer;
}
.header_burger span {
  width: 45px;
  height: 5px;
  position: absolute;
  left: 50%;
  background-color: #040000;
  transition: all 0.3s ease-in-out;
}
.header_burger span:first-child {
  top: 10px;
  transform: translateX(-50%);
}
.header_burger span:nth-child(2) {
  top: 22px;
  transform: translateX(-50%);
}
.header_burger span:nth-child(3) {
  top: 34px;
  transform: translateX(-50%);
}
.header_burger.open span:first-child {
  top: 22px;
  transform: translateX(-50%) rotate(45deg);
}
.header_burger.open span:nth-child(2) {
  opacity: 0;
}
.header_burger.open span:nth-child(3) {
  top: 22px;
  transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .header_nav.open {
    transform: translateY(100%) !important;
    z-index: 1000;
  }
  .header.fixed .header_nav.open {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%) !important;
    background-color: #ffffff;
    width: 100%;
  }
  .header_burger {
    z-index: 1001;
  }
}
@media screen and (max-width: 768px) {
  .header_nav.open {
    transform: translateY(100%) !important;
    z-index: 1000;
  }
  /* Ensure proper positioning of nav when header is fixed */
  .header.fixed .header_nav.open {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%) !important;
    background-color: #ffffff;
    width: 100%;
  }
  /* Ensure burger menu is always clickable */
  .header_burger {
    z-index: 1001;
  }
}
.main {
  position: relative;
}
@media screen and (min-width: 769px) {
  .main {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 20px;
  }
}
.main .mainBtn {
  display: block;
  position: absolute;
  transition: background-color 0.3s;
}
@media screen and (min-width: 769px) {
  .main .mainBtn {
    bottom: 8%;
    height: 11%;
    width: 21.2%;
  }
}
@media screen and (max-width: 768px) {
  .main .mainBtn {
    bottom: 5.5%;
    height: 6.5%;
    width: 43%;
  }
}
@media screen and (min-width: 769px) {
  .main .mainBtn:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.main .mainBtn.mainBtn-01 {
  left: 22.5%;
  left: 24.5%;
  bottom: 12%;
  width: 38.2%;
}
@media screen and (max-width: 768px) {
  .main .mainBtn.mainBtn-01 {
    left: 8.5%;
    bottom: 16.5%;
    height: 8%;
    width: 83%;
  }
}
.main .mainBtn.mainBtn-02 {
  left: 44.5%;
}
@media screen and (min-width: 769px) {
  .main .mainBtn.mainBtn-02 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main .mainBtn.mainBtn-02 {
    left: 24.5%;
    width: 51%;
    bottom: 5%;
  }
}

.header_sp_cta {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .header_sp_cta {
    display: none;
  }
}
.header_sp_cta a {
  padding: 0px;
}
.header_sp_cta a::after {
  display: none;
}
.header_sp_cta__item1 {
  width: 48%;
  margin: 0 auto;
}
.header_sp_cta__item2 {
  width: 90%;
  margin: 0 auto;
}
.header_sp_cta__item3 {
  width: 36%;
  margin: 0 auto 4px auto;
}
.header_sp_cta__item4 {
  width: 60%;
  margin: 0 auto 30px auto;
}

@media screen and (min-width: 769px) {
  .second {
    padding-top: 40px;
    padding-bottom: 66px;
    background-image: url(../img/main_bg.png?20220225);
    background-size: 100% auto;
    background-position: 50% 47%;
  }
}
@media screen and (max-width: 768px) {
  .second {
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url(../img/main_bg-sp.png?20220225);
    background-size: 100% auto;
    background-position: 50% 31%;
  }
}
@media screen and (min-width: 769px) {
  .second_btns {
    margin-top: 80px;
    display: flex;
    gap: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .second_btns {
    margin-top: 40px;
  }
}
.second_btns a {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .second_btns a {
    max-width: 390px;
    font-size: 32px;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .second_btns a {
    font-size: 14px;
    width: 270px;
    height: 41px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
  }
  .second_btns a:not(:first-child) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .how {
    padding-bottom: 135px;
    padding-top: 135px;
  }
}
@media screen and (max-width: 768px) {
  .how {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .how .container {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .how_text {
    margin-right: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .how_text {
    font-size: 16px;
  }
}
.how_text strong {
  display: block;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .how_text strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .how_text strong {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .how_text strong {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .how_text strong {
    margin-bottom: 20px;
  }
}
.how_text p {
  text-align: justify;
  letter-spacing: -0.01em;
  line-height: 2.1;
}
@media screen and (min-width: 769px) {
  .how_img {
    max-width: 550px;
    width: 51%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .how_img {
    margin-top: 30px;
  }
}

.contact {
  background-color: #f0efea;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .contact {
    padding: 90px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact .container {
    padding: 0 15px;
  }
}
.contact .contact_in {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .contact .contact_in {
    padding: 95px 180px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_in {
    padding: 25px 15px;
  }
}
@media screen and (min-width: 769px) {
  .contact .contact_in .sec_ttl {
    margin-bottom: 65px;
  }
}
.contact .contact_tbl {
  margin-top: 26px;
}
.contact .contact_tbl table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .contact_tbl th,
  .contact .contact_tbl td {
    display: block;
    width: 100% !important;
    padding: 10px 0 !important;
  }
}
.contact .contact_tbl th {
  text-align: left;
  font-weight: normal;
  width: 220px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .contact .contact_tbl th {
    padding-bottom: 0 !important;
  }
}
.contact .contact_tbl th span {
  color: #f1625e;
}
@media screen and (min-width: 769px) {
  .contact .contact_tbl td {
    width: calc(100% - 220px);
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_tbl td {
    padding-top: 5px !important;
  }
}
.contact .contact_tbl td input[type=text],
.contact .contact_tbl td input[type=tel],
.contact .contact_tbl td input[type=email],
.contact .contact_tbl td select {
  border: none;
  padding: 10px;
  height: 54px;
  background-color: #f2f2f2;
  width: 100%;
}
.contact .contact_tbl td label {
  margin-right: 30px;
}
.contact .contact_tbl td label:last-child {
  margin-right: 0;
}
.contact .contact_tbl td label input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 10px;
}
.contact .contact_tbl .selectWrap {
  position: relative;
}
.contact .contact_tbl .selectWrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 769px) {
  .whatis {
    display: flex;
    margin-top: 125px;
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 768px) {
  .whatis {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) {
  .whatis_img {
    width: 46%;
    margin-top: 10px;
    padding-right: 2.3%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .whatis_img {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .whatis_img::before {
    content: "";
    width: 100%;
    height: calc(100% - 60px);
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 2.4%;
    transform: skewY(-5.3deg);
    transform-origin: top right;
    background: -moz-linear-gradient(0% 50% 0deg, #ecb28d 0%, #ead076 100%);
    background: -webkit-linear-gradient(0deg, #ecb28d 0%, #ead076 100%);
    background: -ms-linear-gradient(0deg, #ecb28d 0%, #ead076 100%);
    background: linear-gradient(90deg, #ecb28d 0%, #ead076 100%);
  }
}
@media screen and (min-width: 769px) {
  .whatis_img img {
    width: 450px;
    margin-left: auto;
    display: block;
    margin-top: 82px;
    margin-right: 40px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .whatis_img img {
    padding: 0 20px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .whatis_text {
    width: 623.2px;
    padding-left: 36px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .whatis_text {
    order: 1;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .whatis_text .sec_subttl,
  .whatis_text .sec_ttl {
    text-align: left;
  }
}
.whatis_text .sec_subttl {
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .whatis_text .sec_ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .whatis_text .sec_ttl {
    margin-bottom: 15px;
  }
}
.whatis_text p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .whatis_text p {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.whatis_text p .red {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .whatis_text p .red {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .whatis_text p .red {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .whatis_text figure {
    width: 504px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .whatis_text figure {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .comparison {
    margin-top: 125px;
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 768px) {
  .comparison {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .comparison .sec_ttl {
    font-size: 20px;
  }
}

.performance {
  padding-bottom: 0 !important;
  background-image: url(../img/performance_bg.png);
  background-size: 100% 82.6%;
  background-position: center bottom;
}
@media screen and (min-width: 769px) {
  .performance {
    margin-top: 125px;
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 768px) {
  .performance {
    margin-top: 70px;
    margin-bottom: 70px;
    background-size: 100% 60vw;
    background-position: top 100px center;
  }
}
@media screen and (min-width: 769px) {
  .performance .sec_ttl {
    margin-bottom: 86px;
  }
}
@media screen and (max-width: 768px) {
  .performance .sec_ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .performance_list {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .performance_list li:not(:first-child) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .performance_list li:not(:first-child) {
    margin-top: 30px;
  }
}
.performance_list li a {
  opacity: 1 !important;
}
.performance_list p {
  text-align: center;
  line-height: 1;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .performance_list p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .performance_list p {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  .performance_list p {
    margin-top: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .performance_list p {
    margin-top: 1em;
  }
}
.performance_list p strong {
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .document {
    margin-top: 165px;
    padding-bottom: 122px;
  }
}
@media screen and (max-width: 768px) {
  .document {
    margin-top: 70px;
    padding-bottom: 50px;
  }
}
.document_list {
  display: flex;
}
@media screen and (min-width: 769px) {
  .document_list {
    padding: 20px 140px 0;
  }
}
@media screen and (min-width: 769px) {
  .document_list_item:not(:first-child) {
    margin-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .document_list_item:not(:first-child) {
    margin-left: 20px;
  }
}
.document_list_item_text {
  text-align: center;
  line-height: 1.4;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .document_list_item_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .document_list_item_text {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  .document_list_item_text {
    margin-top: 37px;
  }
}
@media screen and (max-width: 768px) {
  .document_list_item_text {
    font-size: 15px;
    margin-top: 1em;
  }
}
.document_list_item_text::before {
  content: "";
  margin-right: 20px;
  vertical-align: top;
  background-size: contain;
  background-position: center;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .document_list_item_text::before {
    display: inline-block;
    width: 51px;
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .document_list_item_text::before {
    display: block;
    margin: 0 auto 5px;
    width: 40px;
    height: 42px;
  }
}
.document_list_item_text p {
  display: inline-block;
}
.document_list_item_text small {
  font-size: 0.9em;
}
.document_list_item:first-child .document_list_item_text::before {
  background-image: url(../img/need_icon_01.svg);
}
.document_list_item:nth-child(2) .document_list_item_text::before {
  background-image: url(../img/need_icon_02.svg);
}
@media screen and (min-width: 769px) {
  .document .text {
    margin-top: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .document .text {
    margin-top: 30px;
  }
}

.works {
  background-image: url(../img/works_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .works {
    padding-top: 95px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .works {
    padding: 50px 0;
  }
}
.works .sec_ttl {
  color: #ffffff;
}
.works .worksSlider {
  margin-bottom: 0 !important;
}
.works .worksSlider_item {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .works .worksSlider_item {
    margin: 0 90px;
    padding: 86px 80px 55px;
    min-height: 496px;
  }
}
@media screen and (max-width: 768px) {
  .works .worksSlider_item {
    margin: 0 20px;
    padding: 20px;
    min-height: 620px;
  }
}
.works .worksSlider_item_title {
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .works .worksSlider_item_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .works .worksSlider_item_title {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  .works .worksSlider_item_title {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .works .worksSlider_item_title {
    margin-bottom: 20px;
  }
}
.works .worksSlider_item_title > span:first-child {
  background-color: #e0605b;
  color: #ffffff;
  width: 124px;
  display: inline-block;
  text-align: center;
  padding: 0.3em;
  margin-right: 23px;
}
@media screen and (min-width: 769px) {
  .works .worksSlider_item_ctt {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .works .worksSlider_item_ctt {
    width: 71%;
  }
}
@media screen and (min-width: 769px) {
  .works .worksSlider_item_image {
    width: 251px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .works .worksSlider_item_image {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
}
.works .worksSlider_item_text {
  letter-spacing: -0.04em;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .works .worksSlider_item_text {
    margin-left: 45px;
    margin-top: -0.4em;
  }
}
@media screen and (max-width: 768px) {
  .works .worksSlider_item_text {
    margin-top: 20px;
  }
}
.works .worksSlider .slick-dots {
  line-height: 0;
  position: static;
}
@media screen and (min-width: 769px) {
  .works .worksSlider .slick-dots {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .works .worksSlider .slick-dots {
    margin-top: 20px;
  }
}
.works .worksSlider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 6px;
}
.works .worksSlider .slick-dots li button {
  width: inherit;
  height: inherit;
}
.works .worksSlider .slick-dots li button:before {
  color: #ffffff;
  opacity: 1;
  font-size: 18px;
  line-height: 1;
}
.works .worksSlider .slick-dots li.slick-active button:before {
  color: #e0605b;
}
.works .worksSlider .slick-prev, .works .worksSlider .slick-next {
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .works .worksSlider .slick-prev, .works .worksSlider .slick-next {
    width: 60px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .works .worksSlider .slick-prev, .works .worksSlider .slick-next {
    width: 40px;
    height: 70px;
  }
}
.works .worksSlider .slick-prev::before, .works .worksSlider .slick-next::before {
  content: "";
  transform: rotate(45deg);
  border: 1px solid #ffffff;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .works .worksSlider .slick-prev::before, .works .worksSlider .slick-next::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .works .worksSlider .slick-prev::before, .works .worksSlider .slick-next::before {
    width: 30px;
    height: 30px;
  }
}
.works .worksSlider .slick-prev {
  padding-left: 10px;
  margin-right: -15px;
}
@media screen and (min-width: 769px) {
  .works .worksSlider .slick-prev {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .works .worksSlider .slick-prev {
    left: -16px;
  }
}
.works .worksSlider .slick-prev::before {
  border-top: 0;
  border-right: 0;
}
.works .worksSlider .slick-next {
  padding-right: 10px;
  margin-left: -15px;
}
@media screen and (min-width: 769px) {
  .works .worksSlider .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .works .worksSlider .slick-next {
    right: -16px;
  }
}
.works .worksSlider .slick-next::before {
  border-left: 0;
  border-bottom: 0;
}

.flow {
  background: url(../img/flow_bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .flow {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 50px 0;
  }
}
.flow .flow_in {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .flow .flow_in {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow_in {
    max-width: 450px;
  }
  .flow .flow_in_btn {
    position: absolute;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.5s;
    width: 23%;
    top: 24%;
    height: 3%;
  }
  .flow .flow_in_btn:hover {
    background-color: rgb(255, 255, 255);
  }
  .flow .flow_in_btn-01 {
    left: 9%;
  }
  .flow .flow_in_btn-02 {
    left: 37%;
    width: 25%;
  }
}
.flow .flow_one {
  display: flex;
  margin-top: 45px;
}
.flow .flow_one:not(:last-child) .flow_img {
  margin-bottom: -11px;
}
.flow .flow_one_content {
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: calc(100% - 144px);
  padding: 30px 30px;
}
.flow .flow_one_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.flow .flow_one_ttl small {
  font-size: 16px;
  vertical-align: middle;
  transform: translateY(-0.1em);
  display: inline-block;
}
.flow .flow_one_txt {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 0;
}
.flow .flow_one_list + p {
  margin-top: 10px;
}
.flow .flow_one_list li {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.flow .flow_one_list li .bold {
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.flow .flow_one_list li::before {
  width: 25px;
  height: 25px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  margin-right: 13px;
  background-color: #e0605b;
  padding: 0.4em 0;
  font-size: 0.9em;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.flow .flow_one_list li small {
  font-size: 14px;
}
.flow .flow_one_list li:nth-child(1)::before {
  content: "1";
}
.flow .flow_one_list li:nth-child(2)::before {
  content: "2";
}
.flow .flow_one_list li:not(:first-child) {
  margin-top: 12px;
}
.flow .flow_one_contact {
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  margin-top: 10px;
  line-height: 1.85;
  display: flex;
  gap: 1em;
}
.flow .flow_one_contact a {
  transition: opacity 0.3s;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .flow .flow_one_contact a {
    text-decoration: underline;
  }
}
.flow .flow_one_contact a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .flow .flow_one_contact a[href*="tel:"] {
    text-decoration: none;
  }
}
.flow .flow_img {
  width: 198px;
  position: relative;
  flex-shrink: 0;
}
/* .flow .flow_img:after {
  position: absolute;
  content: url(../img/step_arrow.png);
  height: 10px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
} */
.flow .flow_one:last-child .flow_img:after {
  content: none;
}

.privacy {
  margin: 40px 0 20px;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #000;
  padding: 30px 20px;
}

.privacy_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.privacy_txt {
  font-size: 14px;
}

.agree {
  text-align: center;
}

.agree input[type=checkbox] {
  vertical-align: top;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.submit_wrap {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .submit_wrap {
    margin-top: 15px;
  }
}

.submit_wrap input {
  font-weight: bold;
  padding: 20px;
  border-radius: 35px;
  border: 2px solid #000;
  transition: all 0.5s ease;
  line-height: 1.6;
  max-width: 270px;
}
@media screen and (min-width: 769px) {
  .submit_wrap input {
    margin: 10px;
    width: 270px;
  }
  .submit_wrap input.send {
    background: linear-gradient(to top, #000000 15%, #505050 75%);
  }
}
@media screen and (max-width: 768px) {
  .submit_wrap input {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .submit_wrap input:not(:first-child) {
    margin-top: 10px;
  }
  .submit_wrap input.send {
    background: #000;
  }
}

.submit_wrap input.send {
  color: #fff;
}

.submit_wrap input.send:hover {
  background: #fff;
  color: #000;
  transition: all 0.5s ease;
}

.submit_wrap input.back:hover {
  background: #000;
  color: #fff;
  transition: all 0.5s ease;
}

.feature_img {
  margin-top: 60px;
  text-align: center;
}

.faq {
  background: url(../img/faq_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .faq {
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.faq_in {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .faq_in {
    padding: 90px;
  }
}
@media screen and (max-width: 768px) {
  .faq_in {
    padding: 25px 15px;
  }
}

.faq_one {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .faq_one {
    padding: 32px 0;
  }
}
@media screen and (max-width: 768px) {
  .faq_one {
    padding: 15px 0;
  }
}

.faq_one:last-child {
  border-bottom: 1px solid #ccc;
}

.ques,
.ans {
  position: relative;
  line-height: 1.4;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .ques,
  .ans {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ques,
  .ans {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.ans {
  margin-top: 26px;
  display: none;
}
@media screen and (max-width: 768px) {
  .ans {
    margin-top: 15px;
  }
}

.ques:before {
  content: "";
  position: absolute;
  left: 10px;
  width: 21px;
  height: 25px;
  background: url(../img/q.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .ques:before {
    left: 8px;
    width: 16px;
  }
}

.ans:before {
  content: "";
  position: absolute;
  left: 10px;
  width: 21px;
  height: 25px;
  background: url(../img/a.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .ans:before {
    left: 8px;
    width: 16px;
  }
}

.ques:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 34px;
  height: 34px;
  background: url(../img/plus.svg) no-repeat;
  background-size: contain;
  background-position: center;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .ques:after {
    right: 8px;
    width: 16px;
    height: 16px;
  }
}

.faq_one.active .ques:after {
  background: url(../img/minus.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.introduced {
  background-image: url(../img/introduced_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .introduced {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .introduced {
    padding: 50px 0;
  }
}
.introduced_wrapper {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .introduced_wrapper {
    padding: 60px 48px;
  }
}
@media screen and (max-width: 768px) {
  .introduced_wrapper {
    padding: 30px 20px 20px;
  }
}
@media screen and (min-width: 769px) {
  .introduced_wrapper strong {
    display: flex;
  }
}
.introduced_wrapper strong span.img {
  line-height: 0;
  display: block;
}
@media screen and (min-width: 769px) {
  .introduced_wrapper strong span.img {
    width: 138px;
  }
}
@media screen and (max-width: 768px) {
  .introduced_wrapper strong span.img {
    width: 80px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
}
.introduced_wrapper strong span.txt {
  text-align: center;
  flex-grow: 1;
  align-self: center;
  display: block;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .introduced_wrapper strong span.txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .introduced_wrapper strong span.txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .introduced_wrapper strong span.txt {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .introduced_wrapper strong span.txt {
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .introduced_wrapper strong:has(span.img)::after {
    content: "";
    width: 138px;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .introduced_wrapper .biz_ctt {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .introduced_wrapper .biz_ctt {
    margin-top: 20px;
    text-align: left;
  }
}
.introduced_wrapper .biz_ctt .biz_movie {
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .introduced_wrapper .biz_ctt .biz_movie {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .introduced_wrapper .biz_ctt .biz_movie {
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .introduced_wrapper .biz_ctt .biz_text {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .introduced_ctt {
    display: flex;
    padding: 0 40px;
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .introduced_ctt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .introduced_img {
    width: 413px;
    margin-right: 56px;
  }
}
@media screen and (min-width: 769px) {
  .introduced_text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .introduced_text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: -0.4px;
    width: 295px;
    margin-left: auto;
    margin-right: auto;
  }
}
.introduced_text p .red {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .introduced_text p .red {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .introduced_text p .red {
    font-size: 16px;
  }
}
.introduced_text small {
  font-size: 0.83em;
  display: block;
  margin-top: 2em;
}
.introduced_text strong {
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  display: block;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .introduced_text strong {
    font-size: 20px;
    line-height: 1;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .introduced_text strong {
    font-size: 18px;
    line-height: 1.39;
    margin-top: 20px;
  }
}
.introduced_text strong::before, .introduced_text strong::after {
  content: "";
  width: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .introduced_text strong::before, .introduced_text strong::after {
    height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .introduced_text strong::before, .introduced_text strong::after {
    height: 2em;
  }
}
.introduced_text strong::before {
  transform: translateY(-50%) translateX(-100%) rotate(-42deg);
}
@media screen and (min-width: 769px) {
  .introduced_text strong::before {
    left: -26px;
  }
}
@media screen and (max-width: 768px) {
  .introduced_text strong::before {
    left: -28px;
  }
}
.introduced_text strong::after {
  transform: translateY(-50%) translateX(100%) rotate(42deg);
}
@media screen and (min-width: 769px) {
  .introduced_text strong::after {
    right: -26px;
  }
}
@media screen and (max-width: 768px) {
  .introduced_text strong::after {
    right: -28px;
  }
}

@media screen and (min-width: 769px) {
  .company {
    padding-top: 125px;
  }
}
@media screen and (max-width: 768px) {
  .company {
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .company .sec_ttl {
    margin-bottom: 45px;
  }
}
.company .sec_txt {
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.company_tbl {
  max-width: 900px;
  margin: 60px auto 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company_tbl {
    margin-top: 30px;
  }
}

.company_tbl table {
  width: 100%;
  border-collapse: collapse;
}

.contact_tbl table small {
  font-size: 0.875em;
  display: block;
}

.contact_tbl table input + small {
  margin-top: 1em;
}

.company_tbl th {
  text-align: left;
  padding: 30px;
  width: 240px;
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .company_tbl th {
    padding-bottom: 0 !important;
    border-bottom: none;
    font-weight: bold;
    font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }
}

.company_tbl td {
  padding: 30px;
  width: calc(100% - 240px);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .company_tbl td {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .company_tbl th,
  .company_tbl td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}

@media screen and (min-width: 769px) {
  footer {
    margin-top: 155px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 70px;
  }
}
footer .copyright {
  background-color: #231815;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    font-size: 14px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 12px;
    padding: 18px 0 140px;
  }
}

body#contact .header {
  height: auto;
}

@media screen and (min-width: 769px) {
  #contact .header_wrapper {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  #contact .header_wrapper {
    padding-bottom: 20px;
  }
}
#contact footer {
  padding-top: 0;
}

.snsIcons {
  display: flex;
  gap: 20px;
  padding: 0 150px;
  margin-bottom: 15px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .snsIcons {
    justify-content: center;
    padding: 0 20px;
    width: 100%;
  }
}
.snsIcons a {
  width: 40px;
  transition: opacity 0.3s;
}
.snsIcons a:hover {
  opacity: 0.5;
}
.snsIcons a img {
  width: 100%;
  height: auto;
}

.questionWindow {
  display: inline-block;
  margin-left: 1em;
  background-color: #888;
  border-radius: 100%;
  text-align: right;
  color: #fff;
  line-height: 1;
  padding: 0.2em;
  position: relative;
  z-index: 2;
}
.questionWindow::before {
  content: "？";
  width: 1em;
  height: 1em;
  display: inline-block;
}
.questionWindow > div {
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #f8ea9c;
  color: #333;
  width: 142px;
  text-align: left;
  top: 2.6em;
  left: -0.3em;
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.3;
}
.questionWindow > div::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #f8ea9c;
  border-width: 0 0.7em 0.8em;
  width: 1.4em;
  height: 0.8em;
  top: 0;
  left: 0.4em;
  transform: translateY(-95%);
  z-index: 3;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .questionWindow.open > div {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .questionWindow:hover > div {
    opacity: 1;
  }
}

.btn-section {
  background: linear-gradient(270deg, rgb(255, 172, 115) 0%, rgb(255, 223, 113) 100%);
}
@media screen and (min-width: 769px) {
  .btn-section {
    padding: 30px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .btn-section {
    padding: 40px 0;
  }
}
.btn-section strong {
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .btn-section strong {
    font-size: 24px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .btn-section strong {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .btn-section .btn-bgBlack-round {
    margin-top: 24px;
    font-size: 30px;
    line-height: 2.2;
  }
}

/*# sourceMappingURL=style.css.map */
