@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto:wght@400;500;600;700&display=swap);

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light
}

@supports not (min-block-size:100dvb) {
  :where(html) {
    block-size: 100%
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  -webkit-font-smoothing: antialiased;
  block-size: 100%;
  block-size: 100 dvb;
  font-family: system-ui, sans-serif;
  line-height: 1.5
}

:where(input,button,textarea,select) {
  color: inherit;
  font: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button,label,select,summary,[role=button],[role=option]) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled),label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(button) {
  border-style: solid
}

:where(a) {
  text-underline-offset: .2ex
}

:where(ul,ol) {
  list-style: none
}

:where(img,svg,video,canvas,audio,iframe,embed,object) {
  display: block
}

:where(img,picture,svg) {
  block-size: auto;
  max-inline-size: 100%
}

:where(p,h1,h2,h3,h4,h5,h6) {
  overflow-wrap: break-word
}

:where(hr) {
  -webkit-border-before: 1px solid;
  block-size: 0;
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  overflow: visible
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px
}

:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)) {
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important
}

#wpadminbar {
  display: none
}

body, html {
  background: #fff;
  color: #090a33;
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}

body *, html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

div, span {
  margin: 0;
  padding: 0
}

address {
  font-style: normal
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 400
}

blockquote, code, div, h1, h2, h3, h4, h5, h6, p, pre, q, span {
  margin: 0;
  padding: 0
}

article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block
}

cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: 400
}

del, ins {
  text-decoration: none
}

abbr, acronym {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: top
}

sub {
  vertical-align: baseline
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%
}

figure, picture {
  display: block;
  margin: 0;
  padding: 0
}

.bold {
  font-weight: 700
}

a, a:active, a:hover, a:link, a:visited {
  color: inherit;
  outline: 0;
  text-decoration: none
}

a.over:hover img, a.over:hover p {
  zoom: 1;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .8;
  -moz-opacity: .8
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

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

table, tbody, td, tfoot, th, thead, tr {
  margin: 0;
  padding: 0
}

caption, th {
  font-weight: 400;
  text-align: left
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286
  }
}
 /*========================================header======================================== */
header {
  background: #fff;
  border-bottom: 5px solid #03a9f4;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}

header > .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 10px 12px;
  width: 100%
}

header h1 {
  width: 160px
}

header h1 a {
  display: block
}

header .nav ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 24px;
  justify-content: flex-end
}

header .nav ul li {
  cursor: pointer
}

header .nav ul li a {
  font-size: 14px
}

header .nav .header_contact a {
  display: block;
  width: 189px
}

.sp_nav, header .nav_trigger {
  display: none
}

@media screen and (max-width: 999px) {
  header .nav {
    display: none
  }

  header .nav_trigger {
    background: transparent;
    border: none;
    display: block;
    height: 16px;
    position: relative;
    -webkit-transform: translateY(1.5px);
    transform: translateY(1.5px);
    width: 17px
  }

  header .nav_trigger > span {
    background: #090a33;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%
  }

  header .nav_trigger > span:first-of-type {
    top: 0
  }

  header .nav_trigger > span:nth-of-type(2) {
    top: 50%
  }

  header .nav_trigger > span:nth-of-type(3) {
    top: 100%
  }

  header .nav_trigger u {
    bottom: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 0
  }

  .sp_nav {
    display: block;
    height: 100vh;
    left: 100vw;
    position: fixed;
    right: -100vw;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100vw;
    z-index: 1000
  }

  .sp_nav .bg {
    background: rgba(0, 0, 0, .64);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }

  .sp_nav .nav_inner {
    background: #fff;
    padding: 24px 0 30px;
    position: relative;
    z-index: 1
  }

  .sp_nav .nav_inner .close {
    cursor: pointer;
    display: block;
    height: 17px;
    position: absolute;
    right: 13.5px;
    top: 17.5px;
    width: 18px
  }

  .sp_nav .nav_inner .close svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
  }

  .sp_nav .nav_inner .nav_logo {
    margin: 0 auto 16px;
    width: 194px
  }

  .sp_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center
  }

  .sp_nav ul li {
    border-top: 1px solid #f5f5f5;
    width: 100%
  }

  .sp_nav ul li:last-of-type {
    padding: 32px 0 0
  }

  .sp_nav ul li > a {
    display: block;
    padding: 24px 20px 21px;
    position: relative
  }

  .sp_nav ul li > a:after {
    background: 50% no-repeat url(../img/common/btn_arrow.png);
    background-size: cover;
    content: "";
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
  }

  .sp_nav ul li > p {
    font-size: 16px;
    font-weight: 500;
    position: relative
  }

  .sp_nav ul li.header_contact .cv > img {
    margin: 0 auto 4px;
    width: 204px
  }

  .sp_nav ul li.header_contact .cv a {
    display: block;
    margin: 0 auto;
    width: 280px
  }

  .sp_nav.is-current {
    left: 0;
    right: 0
  }
}

@media screen and (max-width: 767px) {
  header {
    border-bottom: .8vw solid #03a9f4
  }

  header .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.6666666667vw 3.2vw
  }

  header h1 {
    width: 27.7333333333vw
  }

  header h1 a {
    display: block
  }

  header .btn_search, header .nav {
    display: none
  }

  header .nav_trigger {
    background: transparent;
    border: none;
    display: block;
    height: 4.2666666667vw;
    position: relative;
    -webkit-transform: translateY(.4vw);
    transform: translateY(.4vw);
    width: 4.5333333333vw
  }

  header .nav_trigger > span {
    background: #090a33;
    display: block;
    height: .5333333333vw;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%
  }

  header .nav_trigger > span:first-of-type {
    top: 0
  }

  header .nav_trigger > span:nth-of-type(2) {
    top: 50%
  }

  header .nav_trigger > span:nth-of-type(3) {
    top: 100%
  }

  header .nav_trigger u {
    bottom: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 0
  }

  .sp_nav {
    display: block;
    height: 100vh;
    left: 100vw;
    position: fixed;
    right: -100vw;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100vw;
    z-index: 1000
  }

  .sp_nav .bg {
    background: rgba(0, 0, 0, .64);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }

  .sp_nav .nav_inner {
    background: #fff;
    padding: 6.4vw 0 8vw;
    position: relative;
    z-index: 1
  }

  .sp_nav .nav_inner .close {
    cursor: pointer;
    display: block;
    height: 4.5333333333vw;
    position: absolute;
    right: 3.6vw;
    top: 4.6666666667vw;
    width: 4.8vw
  }

  .sp_nav .nav_inner .close svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
  }

  .sp_nav .nav_inner .nav_logo {
    margin: 0 auto 4.2666666667vw;
    width: 51.7333333333vw
  }

  .sp_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center
  }

  .sp_nav ul li {
    border-top: 1px solid #f5f5f5;
    width: 100%
  }

  .sp_nav ul li:last-of-type {
    padding: 8.5333333333vw 0 0
  }

  .sp_nav ul li > a {
    display: block;
    padding: 6.4vw 5.3333333333vw 5.6vw;
    position: relative
  }

  .sp_nav ul li > a:after {
    background: 50% no-repeat url(../img/common/btn_arrow.png);
    background-size: cover;
    content: "";
    display: block;
    height: 2.6666666667vw;
    pointer-events: none;
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.1333333333vw
  }

  .sp_nav ul li > p {
    font-size: 4.2666666667vw;
    font-weight: 500;
    position: relative
  }

  .sp_nav ul li.header_contact .cv > img {
    margin: 0 auto 1.0666666667vw;
    width: 54.4vw
  }

  .sp_nav ul li.header_contact .cv a {
    display: block;
    margin: 0 auto;
    width: 74.6666666667vw
  }

  .sp_nav.is-current {
    left: 0;
    right: 0
  }
}
 /*========================================header======================================== */
a{
  transition: opacity .3s;
}
a:hover {
    opacity: .8;
}
section{
    width: 100%;
}
section.hero{
    padding: 0;
}
.hero-body{
    background: url(../img/hero/mv.jpg) 50% no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 72px;
    height: 44vw;
}
.hero-content{
    position: relative;
}
.hero-content-img{
    width: 813px;
    height: auto;
}
.hero-cv-btn{
    position: absolute;
    bottom: 41px;
    left: 50%;
    transform: translateX(-50%);
    width: 61.5%;
}

/*=========================================hero========================================= */
section.about{
    padding: 58px 20px;
}
.section-body{
    max-width: 1000px;
    margin: 0 auto;
}
.sub-title{
    display: flex;
    margin-bottom: 4px;
    align-items: center;
}
.sub-title p{
    padding-left: 4px;
    font-size: 14px;
    font-weight: 500;
}
.sub-title img{
    height: 8px;
    width: 7px;
}
.main-title{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.475;
}
.title{
    margin-bottom: 39px;
}
.about .title,
.strengths .title,
.know-ledge .title,
.spot .title{
    text-align: center; 
}
.about .sub-title,
.strengths .sub-title,
.know-ledge .sub-title,
.spot .sub-title{
    justify-content: center;
}
.about-txt{
    margin-top: 21px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9375;
}
.point .section-body{
  padding: 0 20px;
  max-width: 1210px;
}
.point-content{
    background: #f5f5f5;
    padding: 80px 20px;
}

.point-content-sub-title{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}
.point-content-title{
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}
.point-content-title::before,
.point-content-title::after{
    background: url(../img/title/copy_item.png) 50% no-repeat ;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 43px;
    width: 13px;
}
.point-content-title::before{
    margin-right: 12px;
}
.point-content-title::after{
    margin-left: 12px;
    transform: scaleY(-1);
}
.point svg{
  font-family: Roboto, Noto Sans JP, sans-serif !important;
  max-width: 1210px;
  width: 100%;
}
.is-sp{
    display: none;
}
.svg{
    margin-top: 27px;
}
.point-content-body{
    max-width: 1210px;
    margin: 0 auto;
}

.strengths-content{
    background: #f5f5f5;
    padding-top: 27.5px;
    padding-bottom: 15.5px;
    display: flex;
    width: 100%;
    border-radius: 10px;
}
.strengths-item{
    width: calc(100% / 3);
    border-right: 2px solid #fff;
    padding: 14.5px 1rem 48.5px;
    text-align: center;
}
.strengths-item:last-child{
    border-right: unset;
}
.strengths-item-num{
    color: #03a9f4;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}
.strengths-item-num::after{
    background: #03a9f4;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 18px;
}
.strengths-item-txt{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
}
.cta-group{
    width: 500px;
    margin: 0 auto;
}
section.strengths{
   padding: 98px 20px 0px; 
}
.cta-group{
  padding-top: 100px;
  text-align: center;
}
.cta-title{
  width: 204px;
  margin: auto;
  margin-bottom: 10px;
}
.steps {
  padding: 98px 20px;
}
.steps .section-body{
  max-width: 1210px;
  margin: 0 auto;
}

.steps-content{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.steps-item{
  width: 30%;
  padding: 35px 3% 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 10px;
  flex-direction: column;
  position: relative;
}
.steps-item-num{
  color: #03a9f4;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 19px;
}
.steps-item-num span{
  font-size: 40px;
}
.steps-item-title{
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 23px;
}
.steps-item-txt{
  font-size: 16px;
  line-height: 1.9375;
}

.steps-item-stickers{
  position: absolute;
  background: #03a9f4;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  top: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.steps-item02::after,
.steps-item02::before{
  content: "";
  height: 23px;
  width: 16px;
  background: url(../img/btn/step_list_arrow.png) 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.steps-item02::before{
  left: -10%;
}
.steps-item02::after{
  right: -10%;
}
.know-ledge{
  padding:0px 20px 82px;
}
.know-ledge .section-body{
  max-width: 1000px;
}
.know-ledge-sub{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.95;
  margin-bottom: 28px;
  text-align: center;
}


.tab-nav{
  display: flex;
  padding: 6px;
  background: #f5f5f5;
  border-radius: 33px;
  width: fit-content;
  margin: 0 auto;
}
.tab-nav li{
  width: 159px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
  background: transparent;
  border-radius: 27px;
}
.tab-nav li.active{
  background: #03a9f4;
  color: #fff;
  border-radius: 27px;
}
.tab-pane {
  display: none;
  
}
.tab-pane.active {
  display: block;
}

.tab-pane-body{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 40px;
}
.tab-pane-item{
  width: 49%;
  display: flex;
  justify-content: space-between;
  gap: 4.0816326531%;
  background: #f5f5f5;
  border-radius: 10px;
}
.tab-pane-item img{
  width: 27.1428571429%;
}
.tab-pane-item-content{
  padding: 10px 10px 10px 0;
  width: 72.8571428571%;
}

.item-content-title{
  font-size: 24px;
  font-weight: 700;
}
.item-content-txt{
  font-size: 16px;
  font-weight: 500;
  margin: 3px 0 -3px;
}
.item-content-money{
  color: #03a9f4;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.item-content-money span{
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  padding: 0 3px;
}
.item-content-money span.unit{
  font-size: 20px;
}
.item-content02{
  margin-top: 12px;
}

.recommend{
  background: linear-gradient(331deg, #d5f2ff, #a3e3ff 35%, #eaf8ff 65%, #a8e5ff);
  border-radius: 40px 40px 0 0;
  padding: 80px 20px;
}
.recommend .title{
  text-align: center;
}
.recommend-title-img{
  width: 329px;
  margin: 0 auto 20px;
}
.recommend-sub{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.95;
  margin-bottom: 40px;
  text-align: center;
}

.recommend-area{
  background: #fff;
  border-radius: 20px;
  padding: 28px 4% 40px;
}
.area-title p{
  background: #fff;
  padding: 0.5em;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}
.area-title{
  position: relative;
  display: flex;
  justify-content: center;
}
.area-title::before{
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  background: #03a9f4;
  height: 1px;
  width: 100%;
}
.area-body{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4px;
}
.area-body a{
  width: 48.9%;
  margin-top: 20px;
}
.area-body a img{
  transition: .3s;
  will-change: filter;
}
.area-body a:hover img{
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, .16));
}
.recommend-area-mt{
  margin-top: 32px;
}
.spot{
  padding: 98px 20px 0px;
}
.spot-content{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
}
.spot-item{
  width: 49%;
  height: 100px;
  background: #eaf8ff;
  border-radius: 50px;
  padding: 0 36px;
  transition: .3s;
  position: relative;
}
.spot-item a{
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
}
.spot-item a::before{
  background: url(../img/spot/icon_map.png) 50% no-repeat ;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
}
.submit-btn{
  position: relative;
}
/* .submit-btn::after, */
.seen-btn::after,
.spot-item::after{
  background: url(../img/spot/btn_arrow.png) 50% no-repeat;
  background-size: cover;
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
.seen-btn:hover,
.spot-item:hover{
  opacity: 0.8;
}
.seen-btn{
  background: #f5f5f5;
  border-radius: 35px;
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: 600;
  transition: .3s;
  width: 292px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}



/*=================================================faq========================================= */
.l-faq{
  background-size: cover;
  position: relative;
  padding: 100px 20px;
}
.faq-question{
  position: relative;
  cursor: pointer;
  padding: 30px 22px;
}
.faq-item{
  border-top: 1px solid #f5f5f5;
}
.faq-item:last-child{
  border-bottom: 1px solid #f5f5f5;
}
.faq-item .faq-head::after, 
.faq-item .faq-head::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 17px;
    height: 2px;
    background: #03a9f4;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq-item .faq-head::after {
    /* content: "\002B"; */
  color: #03a9f4;
  opacity: 1;
  transform: rotate(0deg);
  z-index: 2;
}
.faq-item .faq-head::before {
    /* content: "\002D"; */
  color: #03a9f4;
  opacity: 1;
  transform: rotate(90deg);
  z-index: 1;
}

.faq-item.active .faq-head::before {
  opacity: 1;
  transform: rotate(0deg);
}

.faq-item.active .faq-head::after {
  opacity: 0;
  transform: rotate(0deg);
}
.faq-answer-group,
.faq-head-group {
  display: flex;
  align-items: center;
}
.faq-head-q {
  font-size: 30px;
  font-weight: 500;
  color: #03a9f4;
  line-height: 1.3;
}
.faq-head-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-left: 36px;
}
.faq-body-txt {
  padding-top: 20px;
}
.faq-answer {
  display: none;
  padding: 0 22px 30px;
}

footer {
    background: #f5f5f5;
    padding: 41px 20px 17px;
}
.footer-body{
  max-width: 1210px;
  margin:  0 auto;
}

.footer-group{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-btn{
  display: flex;
  gap: 20px;
}
.footer-logo{
  width: 245px;
}
.footer-btn .seen-btn{
  background: #fff;
  margin-top: 0;
}
.footer-first{
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 8px;
  padding-bottom: 68px
}
.footer-page{
  display: flex;
  gap: 40px;
}
.footer-page a{
  font-size: 12px;
}
.footer-right{
  color: #b9bccc;
  font-size: 10px;
}


.contact-btn-wrapper{
  position: fixed;
  z-index: 99;
  bottom: 20%;
  right: 20px;
  text-align: center;

  opacity: 0;
  transform: translateY(500px);
  transition: all 0.6s ease;
}
.contact-btn-wrapper.show {
  opacity: 1;
  transform: translateY(0);
}
.contact-btn-wrapper.information{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.page-top{
  width: 60px;
  height: 60px;
  margin-top: 20px;
}
.cta-information{
  width: 200px;
}
.top-btn{
  cursor: pointer;
}
#sec_about {
  scroll-margin-top: 100px; 
}

.breadcrumb {
  background: #03a9f4;

  margin-bottom: 50px;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1400px;
  padding: 3px 12px 4px;
  width: 100%;
  gap: 0px 3px;
}
.breadcrumb ul li {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.breadcrumb ul li:first-of-type:before {
    background: 50% no-repeat url(../img/btn/icon_breadcrumb.png);
    background-size: cover;
    content: "";
    display: inline-block;
    height: 10px;
    width: 8px;
}
.breadcrumb ul li:not(:first-child){
  display: contents;
}
.breadcrumb ul li:not(:first-child):before {
    content: "/";
    display: inline-block;
    font-size: 1.2em;
}
.is-sp{
  display: none;
}
.footer-float{
  display: none;
}
@media screen and (max-width: 767px){
  .is-pc{
    display: none;
  }
  .is-sp{
    display: block;
  }
  .sp_nav.is-current {
    left: 0;
    right: 0;
  }
  .contact-btn-wrapper.information{
    display: none;
  }
  .hero-body{
    background: url(../img/hero/mv_sp.jpg) 50% no-repeat;
    background-size: cover;
    height: 100vw;
    margin-top: 14.13vw;
    min-height: unset;
    padding: 0;
  }
  .hero-content{
    width: 74.4vw;
  }
  .section-body{
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
  .cv_img{
    width: 54.4vw;
    margin: 0 auto 1.0666666667vw;
  }
  .cv_btn{
    width: 74.67vw;
    margin: 0 auto;
  }
  .cv.is-sp{
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
  }
  .main-title{
    font-size: 5.87vw;
    line-height: 1.5;
  }
  .sub-title p{
    font-size: 3.2vw;
    padding-left: 1.0666666667vw;
  }
  .sub-title img{
    height: 2.1333333333vw;
    width: 1.8666666667vw;
  }
  .about .title{
    text-align: left;
  }
  .about .sub-title {
    justify-content: left;
  }
  .sub-title{
    margin-bottom: .27vw;
  }
  section.about{
    padding-top: 6.9333333333vw;
    padding-bottom: 6.9333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
  .title {
    margin-bottom: 5.0666666667vw;
  }
  .about-txt {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    margin-top: 4.2666666667vw;
  }
  .point-content {
    padding: 6.4vw 5.3vw 8.53vw;
  }
  .point-content-sub-title {
    font-size: 3.7333333333vw;
  }
  .point-content-title {
    font-size: 5.3333333333vw;
    line-height: initial;
  }
  .point-content-title::before, .point-content-title::after{
    background-size: contain;
    height: 5.3333333333vw;
    width: 2.9333333333vw;
  }
  .point-content-title::before{
    margin-right: 3.8666666667vw;
  }
  .point-content-title::after{
    margin-left: 3.8666666667vw;
  }
  .svg{
    margin-top: 5.3333333333vw ;
  }
  section.strengths {
    padding-top: 13.3333vw;
    padding-bottom: 8.53333vw;
    padding-left: 0px;
    padding-right: 0px;
  }
  .strengths .title {
    text-align: left;
  }
  .strengths .sub-title {
    justify-content: left;
  }
  .strengths-content {
    flex-wrap: wrap;
    padding: 7.4666666667vw 4.2666666667vw 7.7333333333vw;
    border-radius: 2.6666666667vw;
  }
  .strengths-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5.6vw 0 0;
    border-right: unset;
  }
  .strengths-item-txt {
    font-size: 4.8vw;
    line-height: 1.1111111111;
    padding-left: 1.6vw;
  }
  .strengths-item-num {
    font-size: 6.4vw;
    margin-bottom: 0;
    padding-bottom: .8vw;
    text-align: center;
    transform: translateY(.2666666667vw);
  }
  .strengths-item-num::after {
    width: 100%;
  }
  .cta-group {
    width: 100%;
    padding-top: 8.53333vw;
  }
  .steps{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .steps-content {
    flex-wrap: wrap;
    gap: 6.4vw;
  }
  .steps-item {
    width: 100%;
    align-items: flex-start;
    border-radius: 2.666667vw;
    padding: 3.46667vw 4.266667vw 4vw;
  }
  .steps .section-body {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
    padding-top: 0;
    padding-bottom: 13.333vw;
  }
  .steps-item-num {
    margin-bottom: .8vw;
    text-align: left;
    font-size: 5.6vw;
  }
  .steps-item-num span {
    font-size: 6.4vw;
  }
  .steps-item-title {
    font-size: 5.3333333333vw;
    line-height: 1;
    margin-bottom: 3.2vw;
    text-align: left;
  }
  .steps-item-txt {
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
  .steps-item-stickers {
    border-radius: 0 2.6666666667vw 0 2.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 1.6vw;
  }
  .steps-item02::before {
    height: 5.0666666667vw;
    left: 50%;
    top: -5.0666666667vw;
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
    width: 3.4666666667vw;
  }
  .steps-item02::after{
    height: 5.0666666667vw;
    left: 50%;
    bottom: -6.0vw;
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
    width: 3.4666666667vw;
    top: unset;
  }

  .know-ledge .title {
    text-align: left;
    margin-bottom: 7.2vw;
  }

  .know-ledge .sub-title {
    justify-content: left;
  }

  p.know-ledge-sub {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-bottom: 5.3333333333vw;
    text-align: left;
  }

  ul.tab-nav {
    border-radius: 5.8666666667vw;
    margin: 0 auto 5.3333333333vw;
    padding: 1.0666666667vw;
    width: 100%;
  }
  .tab-nav li {
    font-size: 3.7333333333vw;
    width: 29.0666666667vw;
    height: 9.335vw;
  }
  .tab-nav li.active{
    border-radius: 4.8vw;
  }
  .tab-pane-item {
    width: 100%;
    border-radius: 2.66667vw;
    gap: 4vw;
  }
  .tab-pane-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    width: 27.4667vw;
  }
  p.item-content-title {
    font-size: 5.33333vw;
  }
  p.item-content-txt {
    font-size: 3.2vw;
    margin: 2.13333vw 0px 0.266667vw;
  }
  .item-content-money{
    font-size: 4.8vw;
  }
  .item-content-money span.unit {
    font-size: 3.2vw;
  }
  .item-content-money span{
    font-size: 2.66667vw;
    padding: 0px 0.8vw;
  }
  .tab-pane-body{
    margin-top: 0;
    gap: 6.4vw;
  }
  .know-ledge{
    padding-bottom: 13.8667vw;
    padding-left: 0;
    padding-right: 0;
  }

  section.recommend {
    border-radius: 8vw 8vw 0 0;
    padding:0px

  }

  .recommend .section-body {
    padding: 8.53vw 5.33vw 13.867vw;
  }

  img.recommend-title-img {
    margin: 0 auto .8vw;
    width: 51.2vw;
  }

  p.recommend-sub {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-bottom: 3.2vw;
  }
  .recommend .title {
    margin-bottom: 2.9333333333vw;
  }
  .recommend-area {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
  }
  .area-body a {
    width: 100%;
    margin-top: 0;
  }
  .area-title p {
    font-size: 5.3333333333vw;
  }
  .area-body {
    gap: 3.2vw;
    margin-top: 4.2666666667vw;
  }

  section.spot {
    padding: 13.3333333333vw 0;
  }

  .spot .title {
    text-align: left;
  }
  .spot .sub-title {
    justify-content: left;
  }
  .spot-item {
    border-radius: 6.6666666667vw;
    
    height: 13.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  .spot-item  a{
    font-size: 3.7333333333vw;
  }
  .spot-item a::before {
    height: 5.0666666667vw;
    width: 5.0666666667vw;
  }
  .seen-btn{
    border-radius: 6.6666666667vw;
    font-size: 3.7333333333vw;
    height: 13.3333333333vw;
    padding: 0 5.3333333333vw;
    width: 60.8vw;
    margin-top: 5.33333vw;
  }
  .faq-head.faq-question {
    padding: 4.53vw 10.1333333333vw 4.1vw 2.6666666667vw;
  }
  p.faq-head-q {
    font-size: 6.4vw;
  }
  .faq-head-txt{
    padding-left: 10px;
    font-size: 3.2vw;
  }
  .l-faq{
    padding: 0 0px 13.8666666667vw;
  }
  .footer-btn {
    flex-wrap: wrap;
    gap: 3.2vw;
    width: 100%;
  }
  .footer-group.footer-first {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6.4vw;
    border-bottom: unset;
    padding-bottom: 13.8666666667vw;
  }
  .footer-group{
    flex-wrap: wrap;
  }
  .footer-page {
    width: 100%;
    justify-content: center;
    font-size: 3.2vw;
    gap: 8vw;
  }
  p.footer-right {
    width: 100%;
    text-align: center;
    border-top: 1px solid #b9b9b9;
    font-size: 2.1333333333vw;
    padding-top: 2.1333333333vw;
  }
  a.footer-logo {
    width: 44.5333333333vw;
  }
  footer.footer {
    padding: 8.5333333333vw 5.3333333333vw 4.5333333333vw;
  }
  .footer-btn a.seen-btn {
    width: 100%;
  }
  .footer-float{
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .point svg{
    margin: 5.3333333333vw auto 0;
  }
  .breadcrumb ul li {
    font-size: 2.6666666667vw;
    line-height: 1.25;
  }
  .breadcrumb ul {
    padding: .5333333333vw 5.3333333333vw .8vw;
  }
}