/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both
}

li {
  list-style: none
}

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

a {
  color: inherit;
  text-decoration: none
}

.min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0
}

td input {
  max-width: 100%
}

i,
em {
  font-style: normal
}

.inner {
  width: 100%;
  position: relative
}

@media(min-width: 1200px) {
  .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .inner {
    padding: 0 5vw
  }
}

@media(max-width: 767px) {
  .inner {
    padding: 0 5%
  }
}

.pc-only {
  display: inherit
}

@media(min-width: 768px)and (max-width: 1199px) {
  .pc-only {
    display: none
  }
}

@media(max-width: 767px) {
  .pc-only {
    display: none
  }
}

.tab-only {
  display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
  .tab-only {
    display: inherit
  }
}

@media(max-width: 767px) {
  .tab-only {
    display: none
  }
}

.sp-only {
  display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
  .sp-only {
    display: none
  }
}

@media(max-width: 767px) {
  .sp-only {
    display: inherit
  }
}

.pctab-only {
  display: inherit
}

@media(min-width: 768px)and (max-width: 1199px) {
  .pctab-only {
    display: inherit
  }
}

@media(max-width: 767px) {
  .pctab-only {
    display: none
  }
}

.tabsp-only {
  display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
  .tabsp-only {
    display: inherit
  }
}

@media(max-width: 767px) {
  .tabsp-only {
    display: inherit
  }
}

a.tellink {
  pointer-events: none
}

@media(max-width: 767px) {
  a.tellink {
    pointer-events: inherit
  }
}

@media(max-width: 767px) {
  :root {
    font-size: 4.26666vw !important
  }
}

html,
body {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

html {
  overflow: auto
}

body {
  overflow: hidden
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto
}

.bran {
  font-family: "brandon-grotesque", sans-serif
}

header {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 2vw;
  position: relative;
  margin-bottom: -80px;
  z-index: 4
}

@media(min-width: 768px)and (max-width: 1199px) {
  header {
    height: 60px;
    justify-content: flex-start;
    margin-bottom: -60px
  }
}

@media(max-width: 767px) {
  header {
    height: 12vw;
    justify-content: flex-start;
    margin-bottom: -12vw
  }
}

header .head_logo {
  z-index: 12
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .head_logo {
    width: 30vw
  }
}

@media(max-width: 767px) {
  header .head_logo {
    width: 84vw
  }
}

header .head_logo a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset
}

header .head_logo a:hover {
  opacity: .8
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .head_logo img {
    width: 20vw
  }
}

@media(max-width: 767px) {
  header .head_logo img {
    width: 41.3333333333vw
  }
}

header .gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav {
    display: none;
    width: 100%;
    background-color: #2c9ef7;
    padding-top: 60px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 11
  }
}

@media(max-width: 767px) {
  header .gnav {
    display: none;
    width: 100%;
    background-color: #2c9ef7;
    padding-top: 16vw;
    position: absolute;
    top: 0vw;
    left: 0;
    z-index: 11
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav.open {
    display: block
  }
}

@media(max-width: 767px) {
  header .gnav.open {
    display: block
  }
}

@media(min-width: 1200px) {
  header .gnav .right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0 2vw
  }
}

.btn_head {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%
}

.btn_head a {
  width: 240px;
  height: 80px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

@media(min-width: 768px)and (max-width: 1199px) {
  .btn_head a {
    width: 90vw;
    height: 3rem
  }
}

@media(max-width: 767px) {
  .btn_head a {
    width: 90vw;
    height: 3rem
  }
}

.btn_head a>i {
  font-size: 1.125rem;
  margin-right: .4em;
  position: relative;
  top: .1em
}

.btn_head a p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3
}

.btn_head a p i {
  font-size: 1.125rem;
  margin-inline: .5em
}

.btn_head.bg_gra a {
  background: linear-gradient(120deg, #2C9EF7, #732BE5);
  color: #fff
}

.btn_head.bg_gra a:hover {
  transition: .3s ease
}

.btn_head.right {
  margin-inline: auto 0
}

.main_home {
  height: calc(100vh - 0px);
  background: #fee103 url(images/index/bg_main01.svg) center center/cover no-repeat;
  position: relative;
  padding-top: 80px;
  z-index: 0
}

@media(min-width: 1200px) {
  .main_home {
    min-height: 600px
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .main_home {
    height: calc(100vh - 0px);
    padding-top: 60px
  }
}

@media(max-width: 767px) {
  .main_home {
    height: calc(100vh - 0vw);
    padding-top: 12vw
  }
}

.main_home::after {
  content: "";
  width: 724px;
  aspect-ratio: 724/586;
  background: url(images/index/pc_main01.svg) center center/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 2
}

@media(min-width: 768px)and (max-width: 1199px) {
  .main_home::after {
    width: 50vw
  }
}

@media(max-width: 767px) {
  .main_home::after {
    width: 72.2666666667vw;
    bottom: 4vh;
    right: unset;
    left: 50%;
    transform: translateX(-50%)
  }
}

@media(max-width: 767px) {
  .main_home::after {
    display: none;
  }
}

.main_home .inner {
  height: 100%;
  place-content: center;
  z-index: 3
}

.main_home p.txt_sub {
  font-weight: 900;
  margin-bottom: .6em
}

@media(max-width: 767px) {
  .main_home p.txt_sub {
    font-size: 1.0625rem
  }
}

.main_home .ttl01 {
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: .5em
}

@media(max-width: 767px) {
  .main_home .ttl01 {
    font-size: 1.75rem
  }
}

.main_home .ttl01 b {
  display: inline-block;
  background-color: #333;
  padding: .2em .1em;
  font-size: 3.625rem;
  color: #fff;
  line-height: 1
}

@media(max-width: 767px) {
  .main_home .ttl01 b {
    font-size: 2rem
  }
}

.main_home .ul01 {
  margin-bottom: 1.2rem
}

@media(max-width: 767px) {
  .main_home .ul01 {
    margin-bottom: .8rem
  }
}

.main_home .ul01 li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

.main_home .ul01 li:not(:last-child) {
  margin-bottom: .5em
}

.main_home .ul01 li i {
  line-height: 1;
  margin-right: 4px
}

.main_home p.txt01 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 .5rem;
  margin-bottom: 3.5em
}

@media(max-width: 767px) {
  .main_home p.txt01 {
    margin-bottom: 2.5em
  }
}

.main_home p.txt01 i {
  font-size: 1.875rem
}

@media(max-width: 767px) {
  .main_home p.txt01 i {
    font-size: 1.25rem
  }
}

.main_home .boxwrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 .7rem;
  margin-bottom: 3.2rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .main_home .boxwrap {
    margin-bottom: 20vh
  }
}

@media(max-width: 767px) {
  .main_home .boxwrap {
    margin-bottom: 10vh
  }
}

.main_home .boxwrap .box {
  place-content: center;
  width: 160px;
  height: 82px;
  background-color: #338ed5;
  border-radius: .6rem;
  padding-top: 1em;
  box-shadow: 0 3px #176cad;
  position: relative
}

@media(max-width: 767px) {
  .main_home .boxwrap .box {
    width: 27vw
  }
}

.main_home .boxwrap .box .point {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1/1;
  border: 1px solid #176cad;
  background-color: #fff;
  border-radius: 100vmax;
  padding-top: .5em;
  font-size: 0.625rem;
  color: #338ed5;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%)
}

@media(max-width: 767px) {
  .main_home .boxwrap .box .point {
    font-size: 0.4375rem
  }
}

.main_home .boxwrap .box .point em {
  display: block;
  font-size: 1rem;
  color: #176cad;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: -0.2em
}

@media(max-width: 767px) {
  .main_home .boxwrap .box .point em {
    font-size: 0.75rem
  }
}

.main_home .boxwrap .box p {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center
}

@media(max-width: 767px) {
  .main_home .boxwrap .box p {
    font-size: 0.75rem;
    letter-spacing: -0.05rem;
  }
}

.main_home .boxwrap .box p b {
  color: #fff500;
  font-weight: 500
}

.section_cmn {
  padding: 5rem 0
}

@media(max-width: 767px) {
  .section_cmn {
    padding: 3rem 0
  }
}

.section_cmn.t_narrow {
  padding-top: 3.5rem
}

@media(max-width: 767px) {
  .section_cmn.t_narrow {
    padding-top: 2.5rem
  }
}

.section_cmn.b_narrow {
  padding-bottom: 3.5rem
}

@media(max-width: 767px) {
  .section_cmn.b_narrow {
    padding-bottom: 2.5rem
  }
}

.section_cmn.t_wide {
  padding-top: 7.5rem
}

@media(max-width: 767px) {
  .section_cmn.t_wide {
    padding-top: 3.5rem
  }
}

.section_cmn.b_wide {
  padding-bottom: 7.5rem
}

@media(max-width: 767px) {
  .section_cmn.b_wide {
    padding-bottom: 3.5rem
  }
}

.section_cmn.b_none {
  padding-bottom: 0
}

.ttl_cmn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .8em;
  position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn {
    font-size: 1.625rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn {
    font-size: 1.5rem
  }
}

.ttl_cmn b {
  position: relative;
  z-index: 2
}

.ttl_cmn em {
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn em {
    font-size: 4rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn em {
    font-size: 3rem
  }
}

.ttl_cmn em.color_db {
  color: rgba(51, 142, 213, .1)
}

.ttl_cmn em.color_br {
  color: rgba(132, 119, 15, .1)
}

.ttl_cmn em.color_w {
  color: hsla(0, 0%, 100%, .3)
}

.ttl_cmn.tac {
  text-align: center;
  margin-inline: auto
}

.ttl_cmn.tac em {
  left: 50%;
  transform: translate(-50%, -50%)
}

.ttl_cmn.color_sk {
  color: #2c9ef7
}

.ttl_cmn.color_w {
  color: #fff
}

.ttl_cmn.mb_w {
  margin-bottom: 1.5em
}

.ttl_cmn.mb0 {
  margin-bottom: 0
}

.ttl_cmn2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .8em
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2 {
    font-size: 1.375rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn2 {
    font-size: 1.25rem
  }
}

.ttl_cmn2.regular {
  font-weight: 400
}

.ttl_cmn2.medium {
  font-weight: 500
}

.ttl_cmn2.bold {
  font-weight: 700
}

.ttl_cmn2.black {
  font-weight: 900
}

.ttl_cmn2.bdb {
  padding-bottom: .5em;
  position: relative
}

.ttl_cmn2.bdb::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0
}

.ttl_cmn2.tac {
  text-align: center
}

.ttl_cmn2.color_w {
  color: #fff
}

.ttl_cmn2.color_sk {
  color: #2c9ef7
}

.ttl_cmn2.color_db {
  color: #338ed5
}

.ttl_cmn2.color_ep {
  color: #732be5
}

.ttl_cmn2.color_y {
  color: #fee103
}

.ttl_cmn2.huge2 {
  font-size: 3.75rem;
  line-height: 1
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2.huge2 {
    font-size: 2.125rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn2.huge2 {
    font-size: 2rem
  }
}

.ttl_cmn2.huge {
  font-size: 3rem;
  line-height: 1.2
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2.huge {
    font-size: 2rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn2.huge {
    font-size: 1.875rem
  }
}

.ttl_cmn2.large {
  font-size: 2.25rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2.large {
    font-size: 1.625rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn2.large {
    font-size: 1.5rem
  }
}

.ttl_cmn2.mdl {
  font-size: 1.5rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2.mdl {
    font-size: 1.375rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn2.mdl {
    font-size: 1.3125rem
  }
}

.ttl_cmn2.small {
  font-size: 1.25rem
}

@media(max-width: 767px) {
  .ttl_cmn2.small {
    font-size: 1rem
  }
}

.ttl_cmn2.mb_w {
  margin-bottom: 1.8em
}

.ttl_cmn2.mb0 {
  margin-bottom: 0
}

.txt_cmn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9
}

@media(max-width: 767px) {
  .txt_cmn {
    font-size: 0.875rem
  }
}

.txt_cmn.lh_w {
  line-height: 2.4
}

@media(max-width: 767px) {
  .txt_cmn.lh_w {
    line-height: 2.2
  }
}

.txt_cmn.lh_n {
  line-height: 1.5
}

.txt_cmn.tac {
  text-align: center
}

.txt_cmn.tar {
  text-align: right
}

.txt_cmn.bold {
  font-weight: 700
}

.txt_cmn.color_sk {
  color: #2c9ef7
}

.txt_cmn.color_ep {
  color: #732be5
}

.txt_cmn.color_w {
  color: #fff
}

.txt_cmn.large {
  font-size: 1.125rem
}

@media(max-width: 767px) {
  .txt_cmn.large {
    font-size: 0.875rem
  }
}

.txt_cmn.mdl {
  font-size: 0.875rem
}

@media(max-width: 767px) {
  .txt_cmn.mdl {
    font-size: 0.75rem
  }
}

.txt_cmn.small {
  font-size: 0.75rem
}

@media(max-width: 767px) {
  .txt_cmn.small {
    font-size: 0.625rem
  }
}

.side_cmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset
}

.side_cmn figure {
  width: 47.7777777778%;
  text-align: center
}

@media(max-width: 767px) {
  .side_cmn figure {
    width: 100%;
    margin-bottom: 1rem
  }
}

.side_cmn .txt {
  width: 47.7777777778%
}

@media(max-width: 767px) {
  .side_cmn .txt {
    width: 100%
  }
}

.side_cmn.reverse {
  flex-direction: row-reverse
}

.side_cmn.a_start {
  align-items: flex-start
}

.side_cmn.alt figure {
  width: 50%
}

@media(max-width: 767px) {
  .side_cmn.alt figure {
    width: 100%;
    margin-bottom: 1rem
  }
}

.side_cmn.alt .txt {
  width: 46.2962962963%
}

@media(max-width: 767px) {
  .side_cmn.alt .txt {
    width: 100%
  }
}

.side_cmn.consul {
  align-items: flex-start
}

.side_cmn.consul figure {
  width: 52.8703703704%;
  margin-right: -2.8703703704%;
  position: relative
}

@media(max-width: 767px) {
  .side_cmn.consul figure {
    width: 100%;
    margin-bottom: -1rem
  }
}

.side_cmn.consul .txt {
  width: 50%;
  margin-top: 2.5rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .side_cmn.consul .txt {
    margin-top: 1.5rem
  }
}

@media(max-width: 767px) {
  .side_cmn.consul .txt {
    width: 100%;
    margin-top: 0
  }
}

.over_cmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset;
  padding: 0rem calc(50vw - 50%) 0rem 0;
  margin: 0 calc(50% - 50vw);
  position: relative
}

@media(max-width: 767px) {
  .over_cmn {
    padding: 0
  }
}

.over_cmn figure {
  width: calc(100% - 540px);
  text-align: right
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn figure {
    width: 49.0740740741%
  }
}

@media(max-width: 767px) {
  .over_cmn figure {
    width: 100%;
    margin-bottom: 1rem
  }
}

.over_cmn .txt {
  width: 500px
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn .txt {
    width: 47.2222222222%
  }
}

@media(max-width: 767px) {
  .over_cmn .txt {
    width: 100%;
    padding: 0 8%
  }
}

@media(max-width: 767px) {
  .over_cmn:not(.reverse) figure {
    margin-right: 8vw
  }
}

.over_cmn.reverse {
  flex-direction: row-reverse;
  padding: 0rem 0 0rem calc(50vw - 50%)
}

@media(max-width: 767px) {
  .over_cmn.reverse {
    padding: 0
  }
}

.over_cmn.reverse figure {
  text-align: left
}

@media(max-width: 767px) {
  .over_cmn.reverse figure {
    margin-left: 8vw
  }
}

.over_cmn.a_start {
  align-items: flex-start
}

.btn_cmn {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%
}

.btn_cmn a {
  max-width: 100%;
  width: 500px;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  border-radius: .5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  position: relative
}

@media(max-width: 767px) {
  .btn_cmn a {
    width: 90vw;
    height: 4rem
  }
}

.btn_cmn a p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative
}

.btn_cmn a p i {
  font-size: 1rem;
  margin-inline: .66em
}

.btn_cmn a>i {
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%
}

@media(max-width: 767px) {
  .btn_cmn a>i {
    font-size: 0.625rem
  }
}

.btn_cmn a:hover p {
  transition: .5s ease
}

.btn_cmn a:hover::before {
  transform: scale(1, 1)
}

.btn_cmn.short a {
  width: 224px
}

@media(max-width: 767px) {
  .btn_cmn.short a {
    width: 70vw
  }
}

.btn_cmn .add {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #333;
  border-radius: 100vmax;
  padding: .4em 1.4em;
  color: #fee103;
  line-height: 1.3;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -66%)
}

.btn_cmn .add::after {
  content: "";
  width: 16px;
  aspect-ratio: 16/12;
  background-color: #333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%)
}

.btn_cmn.center {
  margin: 0 auto
}

.btn_cmn.bg_gra a {
  border: 2px solid #fff;
  background: linear-gradient(120deg, #2C9EF7, #732BE5);
  color: #fff
}

.btn_cmn.bg_w a {
  background-color: #fff;
  color: #732be5
}

.btn_cmn.bg_w a:hover {
  background-color: #732be5;
  color: #fff;
  transition: .3s ease
}

.btn_consult {
  width: -moz-fit-content;
  width: fit-content
}

.btn_consult a {
  max-width: 100%;
  width: 444px;
  height: 124px;
  border-radius: 100vmax;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  position: relative
}

@media(max-width: 767px) {
  .btn_consult a {
    width: 80vw;
    height: 4rem
  }
}

.btn_consult a p {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center
}

@media(max-width: 767px) {
  .btn_consult a p {
    font-size: 1.25rem
  }
}

.btn_consult a p em {
  font-size: 2.125rem
}

@media(max-width: 767px) {
  .btn_consult a p em {
    font-size: 1.5rem
  }
}

.btn_consult a p span {
  display: block;
  font-size: 1rem;
  line-height: 1.5
}

@media(max-width: 767px) {
  .btn_consult a p span {
    font-size: 0.75rem
  }
}

.btn_consult a p i {
  font-size: 2rem;
  margin-inline: .3em;
  position: relative;
  top: .1em
}

@media(max-width: 767px) {
  .btn_consult a p i {
    font-size: 1.5rem
  }
}

.btn_consult a>i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%
}

@media(max-width: 767px) {
  .btn_consult a>i {
    font-size: 0.625rem
  }
}

.btn_consult.center {
  margin-inline: auto
}

.btn_consult.bg_w a {
  background-color: #fff
}

.btn_consult.bg_w a p i {
  color: #2c9ef7
}

.btn_tel {
  width: -moz-fit-content;
  width: fit-content
}

.btn_tel a {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  position: relative
}

.btn_tel a>i {
  font-size: 2.25rem;
  color: #2c9ef7;
  margin-right: .1em;
  position: relative
}

.btn_tel a p {
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1
}

.btn_tel a p span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5
}

.btn_tel.center {
  margin-inline: auto
}

.btn_tel.color_sk a {
  color: #2c9ef7
}

.btn_tel.color_w a {
  color: #fff
}

.home_about {
  background: url(images/index/bg_about01.jpg) center center/cover no-repeat
}

.home_about h2.ttl_cmn2 img {
  margin-right: .5rem
}

.home_about .logowrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .4rem 1.5rem;
  margin-bottom: 1rem
}

@media(max-width: 767px) {
  .home_about .logowrap figure img {
    width: 22vw
  }
}

.home_about h3.ttl_cmn2 {
  margin-bottom: .1em
}

.home_about p.txt02 {
  margin-bottom: .3em
}

.home_about p.txt03 strong {
  font-size: 3rem;
  line-height: 1
}

@media(max-width: 767px) {
  .home_about p.txt03 strong {
    display: block
  }
}

.home_problem {
  position: relative
}

.home_problem .ul01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1.8518518519%
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_problem .ul01 {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 767px) {
  .home_problem .ul01 {
    grid-template-columns: repeat(2, 1fr)
  }
}

.home_problem .ul01 li h4 {
  display: grid;
  place-items: center;
  place-content: center;
  background-color: #f5f6f7;
  border-radius: .6rem;
  padding: .6em 2%;
  margin-bottom: .6em
}

@media(min-width: 1200px) {
  .home_problem .ul01 li h4 {
    min-height: 120px
  }
}

@media(max-width: 767px) {
  .home_problem .ul01 li h4 {
    margin-bottom: .2em
  }
}

.home_problem .ul01 li h4 b {
  background: linear-gradient(to bottom, transparent 70%, #FEE103 70%, #FEE103 100%)
}

.home_problem .ul01 li figure {
  text-align: center
}

.home_problem::after {
  content: "";
  width: 164px;
  aspect-ratio: 164/34;
  background-color: #338ed5;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1
}

.home_beginner {
  background: linear-gradient(180deg, #FEE103 0%, #FEE103 70%, #F7C700 100%)
}

.home_beginner h2.ttl_cmn2 {
  margin-bottom: .2em
}

.home_beginner h2.ttl_cmn2 img {
  margin-right: .5rem
}

.home_beginner .ul01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 3.7037037037%
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_beginner .ul01 {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media(max-width: 767px) {
  .home_beginner .ul01 {
    grid-template-columns: repeat(1, 1fr)
  }
}

.home_beginner .ul01 li {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 5px 0 #fece03
}

.home_beginner .ul01 li .txt {
  padding: 2.5rem 8%;
  position: relative
}

@media(max-width: 767px) {
  .home_beginner .ul01 li .txt {
    padding: 2rem 3% 1.2rem
  }
}

.home_beginner .ul01 li .txt .num {
  display: grid;
  place-items: center;
  width: 120px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100vmax;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media(max-width: 767px) {
  .home_beginner .ul01 li .txt .num {
    width: 20vw
  }
}

.home_beginner .ul01 li .txt .num p {
  font-size: 2.5rem;
  color: #338ed5;
  font-weight: 500;
  line-height: 1;
  text-align: center
}

@media(max-width: 767px) {
  .home_beginner .ul01 li .txt .num p {
    font-size: 2.25rem
  }
}

.home_beginner .ul01 li .txt h4,
.home_beginner .ul01 li .txt p {
  position: relative;
  z-index: 1
}

.home_beginner .ul01 li .txt h4 {
  margin-bottom: .4em
}

.home_recom .ul01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1.9444444444%
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_recom .ul01 {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 767px) {
  .home_recom .ul01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 5%
  }
}

.home_recom .ul01 li figure {
  margin-bottom: .8rem
}

.home_recom .ul01 li figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.home_recom .ul01 li h4 {
  margin-bottom: .4em
}

.home_recom .ul01 li p.txt01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto
}

.home_campaign {
  background: linear-gradient(180deg, #2C9EF7, #732BE5)
}

.home_campaign h3.ttl_cmn2 {
  margin-bottom: .3em
}

.home_service {
  background: linear-gradient(180deg, #FEE103 0%, #FEE103 70%, #F7C700 100%)
}

.home_service .ul01,
.home_service .ul02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2.7777777778%
}

@media(min-width: 768px)and (max-width: 1199px) {

  .home_service .ul01,
  .home_service .ul02 {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 767px) {

  .home_service .ul01,
  .home_service .ul02 {
    grid-template-columns: repeat(1, 1fr)
  }
}

.home_service .ul01 li,
.home_service .ul02 li {
  background-color: #fff;
  box-shadow: 0 5px 0 #fece03;
  border-radius: 2rem
}

.home_service .ul01 li figure img,
.home_service .ul02 li figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.home_service .ul01 li .txt,
.home_service .ul02 li .txt {
  padding: 2.5rem 5%
}

@media(max-width: 767px) {

  .home_service .ul01 li .txt,
  .home_service .ul02 li .txt {
    padding: 1.6rem 3%
  }
}

.home_service .ul01 li .txt h4,
.home_service .ul02 li .txt h4 {
  margin-bottom: .4em
}

.home_service .ul01 {
  margin-bottom: 4.5rem
}

@media(max-width: 767px) {
  .home_service .ul01 {
    margin-bottom: 3rem
  }
}

.home_consul {
  background-color: #333
}

.home_consul .side_cmn .txt {
  background-color: #fff;
  border: 2px solid #2c9ef7;
  border-radius: 2rem;
  padding: 2rem 5%
}

.home_consul .side_cmn .txt p.txt01 i {
  color: #338ed5;
  margin-right: .3em
}

.home_plan {
  background: linear-gradient(180deg, #2C9EF7 0%, #732BE5 70%, #EAEAEA 70%, #EAEAEA 100%)
}

.home_plan p.txt_sub {
  margin-bottom: .5em
}

.home_plan .ttl01 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.125rem;
  color: #fee103;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-inline: auto;
  margin-bottom: .6em;
  position: relative
}

@media(max-width: 767px) {
  .home_plan .ttl01 {
    font-size: 1.75rem
  }
}

.home_plan .ttl01::before,
.home_plan .ttl01::after {
  content: "";
  width: 33px;
  aspect-ratio: 33/55;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

@media(max-width: 767px) {

  .home_plan .ttl01::before,
  .home_plan .ttl01::after {
    width: 6vw
  }
}

.home_plan .ttl01::before {
  background: url(images/index/ttldeco_l_y.svg) center center/100% auto no-repeat;
  right: calc(100% + .4em)
}

.home_plan .ttl01::after {
  background: url(images/index/ttldeco_r_y.svg) center center/100% auto no-repeat;
  left: calc(100% + .4em)
}

.home_plan .box {
  max-width: 732px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: .6rem;
  padding: 3.2rem 4% 1rem;
  margin-inline: auto
}

@media(max-width: 767px) {
  .home_plan .box {
    padding: 2rem 4% 1rem
  }
}

.home_plan .box .price {
  padding-bottom: .8em;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2.2rem
}

@media(max-width: 767px) {
  .home_plan .box .price {
    margin-bottom: 1.2rem
  }
}

.home_plan .box .price em {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1
}

@media(max-width: 767px) {
  .home_plan .box .price em {
    font-size: 2.25rem
  }
}

.home_plan .box .ul01 {
  max-width: 566px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .6rem 5%;
  margin-inline: auto;
  margin-bottom: 2.2rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_plan .box .ul01 {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media(max-width: 767px) {
  .home_plan .box .ul01 {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 1.5rem
  }
}

.home_plan .box .ul01 li {
  line-height: 1.5
}

.home_plan .box .ul01 li b {
  background: linear-gradient(to bottom, transparent 70%, #FEE103 70%, #FEE103 100%)
}

.home_plan .box p.txt02 {
  color: #868686
}

.home_flow .ul01 {
  max-width: 782px;
  margin-inline: auto
}

.home_flow .ul01 li {
  background-color: #f2f2f2;
  border-radius: .6rem;
  padding: 1.8rem 5%
}

@media(max-width: 767px) {
  .home_flow .ul01 li {
    padding: 1.5rem 4%
  }
}

.home_flow .ul01 li:not(:last-child) {
  margin-bottom: 4.5rem;
  position: relative
}

@media(max-width: 767px) {
  .home_flow .ul01 li:not(:last-child) {
    margin-bottom: 3rem
  }
}

.home_flow .ul01 li:not(:last-child)::after {
  content: "";
  width: 164px;
  aspect-ratio: 164/34;
  background-color: #fee103;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% + 2.25rem);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1
}

@media(max-width: 767px) {
  .home_flow .ul01 li:not(:last-child)::after {
    width: 30vw;
    top: calc(100% + 1.5rem)
  }
}

.home_flow .ul01 li h3.ttl_cmn2 {
  margin-bottom: .3em
}

.home_faq {
  background-color: rgba(51, 142, 213, .1)
}

.home_faq .wrap_faq .unit_faq {
  background: linear-gradient(180deg, #2C9EF7, #2C9EF7);
  border-radius: .6rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  overflow: hidden
}

.home_faq .wrap_faq .unit_faq:not(:last-child) {
  margin-bottom: 1.5rem
}

@media(max-width: 767px) {
  .home_faq .wrap_faq .unit_faq:not(:last-child) {
    margin-bottom: 1.2rem
  }
}

.home_faq .wrap_faq .unit_faq .q1,
.home_faq .wrap_faq .unit_faq .a1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 3%
}

@media(max-width: 767px) {

  .home_faq .wrap_faq .unit_faq .q1,
  .home_faq .wrap_faq .unit_faq .a1 {
    padding: .7rem 3%
  }
}

.home_faq .wrap_faq .unit_faq .q1 .mark,
.home_faq .wrap_faq .unit_faq .a1 .mark {
  font-size: 1.625rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5
}

@media(max-width: 767px) {

  .home_faq .wrap_faq .unit_faq .q1 .mark,
  .home_faq .wrap_faq .unit_faq .a1 .mark {
    font-size: 1rem
  }
}

.home_faq .wrap_faq .unit_faq .q1 p,
.home_faq .wrap_faq .unit_faq .a1 p {
  width: calc(100% - 26px - 10px);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
  padding-top: .3em
}

@media(max-width: 767px) {

  .home_faq .wrap_faq .unit_faq .q1 p,
  .home_faq .wrap_faq .unit_faq .a1 p {
    width: calc(100% - 4vw - 2vw);
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding-top: .1em
  }
}

.home_faq .wrap_faq .unit_faq .q1 {
  background-color: #fff;
  border-radius: .6rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  position: relative
}

.home_faq .wrap_faq .unit_faq .q1::before,
.home_faq .wrap_faq .unit_faq .q1::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #2c9ef7;
  position: absolute;
  top: 50%;
  right: 3%;
  translate: 0 -50%
}

@media(max-width: 767px) {

  .home_faq .wrap_faq .unit_faq .q1::before,
  .home_faq .wrap_faq .unit_faq .q1::after {
    width: 12px
  }
}

.home_faq .wrap_faq .unit_faq .q1::after {
  rotate: -90deg;
  transition: .3s ease
}

.home_faq .wrap_faq .unit_faq .q1 .mark {
  color: #2c9ef7
}

.home_faq .wrap_faq .unit_faq .q1 p {
  font-size: 1.125rem
}

@media(max-width: 767px) {
  .home_faq .wrap_faq .unit_faq .q1 p {
    font-size: 0.9375rem
  }
}

.home_faq .wrap_faq .unit_faq .a1 {
  translate: 0 -1em;
  opacity: 0;
  transition: transform 1s, opacity 1s
}

.home_faq .wrap_faq .unit_faq .a1 .mark {
  color: #fff
}

.home_faq .wrap_faq .unit_faq .a1 p {
  color: #fff
}

.home_faq .wrap_faq .unit_faq[open] .q1::after {
  rotate: 0deg
}

.home_faq .wrap_faq .unit_faq[open] .a1 {
  translate: 0;
  opacity: 1
}

.home_contact .ttl01 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.25rem;
  color: #333;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 1.8em;
  position: relative
}

@media(max-width: 767px) {
  .home_contact .ttl01 {
    font-size: 1.5rem
  }
}

.home_contact .ttl01::before,
.home_contact .ttl01::after {
  content: "";
  width: 33px;
  aspect-ratio: 33/55;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

@media(max-width: 767px) {

  .home_contact .ttl01::before,
  .home_contact .ttl01::after {
    width: 6vw
  }
}

.home_contact .ttl01::before {
  background: url(images/index/ttldeco_l_k.svg) center center/100% auto no-repeat;
  right: calc(100% + .4em)
}

.home_contact .ttl01::after {
  background: url(images/index/ttldeco_r_k.svg) center center/100% auto no-repeat;
  left: calc(100% + .4em)
}

.tbl_contact {
  width: 100%;
  max-width: 700px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 1.2rem;
  margin-inline: auto;
  margin-bottom: 10px
}

.tbl_contact .col_th {
  width: 35%
}

@media(max-width: 767px) {
  .tbl_contact .col_th {
    display: none
  }
}

.tbl_contact .col_td {
  width: 65%
}

@media(max-width: 767px) {
  .tbl_contact .col_td {
    display: none
  }
}

.tbl_contact th {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  position: relative
}

@media(max-width: 767px) {
  .tbl_contact th {
    display: block;
    width: 100%;
    font-size: 0.8125rem;
    padding-bottom: .4rem
  }
}

.tbl_contact td {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5
}

@media(max-width: 767px) {
  .tbl_contact td {
    display: block;
    width: 100%;
    font-size: 0.8125rem
  }
}

.tbl_contact .required::before,
.tbl_contact .any::before {
  border-radius: 5px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  padding: .2rem .6rem .2rem;
  margin-right: .7rem;
  position: relative
}

@media(max-width: 767px) {

  .tbl_contact .required::before,
  .tbl_contact .any::before {
    padding: .1rem .5rem 0em;
    margin-right: .3rem
  }
}

.tbl_contact .required::before {
  content: "必須";
  background: linear-gradient(120deg, #2C9EF7, #732BE5);
  color: #fff
}

.tbl_contact .any::before {
  content: "任意";
  background-color: #9a9a9a;
  color: #fff
}

.tbl_contact td input[type=text],
.tbl_contact td input[type=tel],
.tbl_contact td input[type=email] {
  background: #f8f8f8;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 3px 5px
}

.tbl_contact td input[type=text],
.tbl_contact td input[type=email] {
  width: 100%
}

.tbl_contact td input[type=tel] {
  width: 70%
}

.tbl_contact td textarea {
  width: 100%;
  height: 200px;
  background: #f8f8f8;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 5px
}

.tbl_contact td span.wpcf7-list-item {
  margin: 0 1em 0 0
}

.th_textarea,
.th_confirm {
  vertical-align: top
}

.th_textarea.required::before,
.th_textarea.any::before,
.th_confirm.required::before,
.th_confirm.any::before {
  top: .5rem
}

@media(max-width: 767px) {

  .th_textarea.required::before,
  .th_textarea.any::before,
  .th_confirm.required::before,
  .th_confirm.any::before {
    top: .3rem
  }
}

.btn_submit {
  display: table;
  margin: 0 auto;
  position: relative;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5
}

.btn_submit input[type=submit] {
  width: 222px;
  height: 64px;
  border: 2px solid #fff;
  background: linear-gradient(120deg, #2C9EF7, #732BE5);
  border-radius: .5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  text-align: center
}

@media(max-width: 767px) {
  .btn_submit input[type=submit] {
    width: 90vw;
    height: 3.5rem
  }
}

.btn_submit i {
  font-size: 0.625rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%)
}

.btn_submit input[type=submit][disabled] {
  opacity: .3
}

.btn_submit input[type=submit]:not([disabled]):hover {
  cursor: pointer;
  opacity: .8
}

.ajax-loader {
  display: none !important
}

.wpcf7-spinner {
  display: none !important
}

footer .fmain {
  background: linear-gradient(180deg, #fff 0%, #fff 45%, #2C9EF7 45%, #732BE5 100%)
}

footer .fmain .box {
  max-width: 390px;
  border: 3px solid #3a9ef7;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 1.5rem 4%;
  margin-inline: auto
}

footer .fmain .box .txt_sub {
  margin-bottom: .4em
}

footer .fmain .box .tel {
  margin-inline: auto;
  margin-bottom: .6rem
}

footer .fmain .box .tel a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 .6rem
}

footer .fmain .box .tel a i {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 1.1875rem;
  color: #732be5;
  text-align: center
}

footer .fmain .box .tel a p {
  font-size: 2.125rem;
  color: #732be5;
  font-weight: 500;
  line-height: 1.1
}

.main_page {
  margin-top: 80px
}

@media(min-width: 768px)and (max-width: 1199px) {
  .main_page {
    margin-top: 60px
  }
}

@media(max-width: 767px) {
  .main_page {
    margin-top: 12vw
  }
}

.main_page .inner {
  display: none
}

.thanks_first p.txt01 {
  line-height: 2;
  margin-bottom: 4em
}

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