@charset "UTF-8";
address {
  font-style: normal;
}
li {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  position: relative;
  width: 100%;
  background: #fff;
  color: #333;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
body {
  font-size: 14px;
  font-size: 1.4rem;
}
.spVer {
  display: none !important;
}
}

@media screen and (max-width: 768px) {
.pcVer {
  display: none !important;
}
}

/* ------------------------------
base 
------------------------------ */
a:link {
  color: #333;
  -webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
  transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
a:visited {
  color: #333;
}
a:before, a:after,
a img {
  -webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
  transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=7);
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=7);
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
a.outlink {
  background: url(/lp/assets/img/icon_blank.svg) right no-repeat;
  margin-right: .5vw;
  padding-right: 4.8vw;
  text-decoration: underline;
}
.-center {
  text-align: center;
}
.-red {
  color: #E6253E;
}
.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.note-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.ttlWrap {
  border-radius: 50px 50px 0 0;
  background: #7587CF;
  color: #fff;
  padding: 8vw 0 6.4vw;
  position: relative;
}
.ttlWrap::before,
.ttlWrap::after {
  content: '';
  display: inline-block;
  position: absolute;
}
.ttlWrap::after {
  background: #fff;
  bottom: 1.87vw;
  height: 2px;
  left: 0;
  right: 0;
  width: 100%;
}
.ttlWrap h2 {
  letter-spacing: .05em;
  font-size: 5.33vw;
  text-align: center;
}
.lead {
  line-height: 1.7;
  font-size: 4vw;
}

/* accordion */
.accordion {
  width: 100%;
}
.accordion-head {
  transition: .2s;
}
.accordion-head:hover {
  cursor: pointer;
  opacity: .75;
}
.accordion-inner {
  display: none;
}

@media screen and (min-width: 769px) {
  img {
    max-width: 100%;
    width: auto;
  }
  a.outlink {
    margin-right: 2px;
    padding-right: 20px;
  }
  .ttlWrap {
    border-radius: 40px 40px 0 0;
    padding: 18px 0 24px;
  }
  .ttlWrap::after {
    bottom: 10px;
  }
  .ttlWrap h2 {
    font-size: 4rem;
  }
  .lead {
    font-size: 1.6rem;
  }  
}

.wrapper {
  background: url(/lp/assets/img/bg_patarn.png) top left repeat;
  background-size: 150px;
  background-attachment: fixed;
  color: #333;
  /* overflow: hidden; */
  /* position: relative; */
  width: 100%;
  /* flex-direction: column; */
  min-height: 100vh;
  padding-top: 18.67vw;
}
.inner {
  padding: 0 2.67vw;
}
@media screen and (min-width: 769px) {
  .wrapper {
    padding-top: 75px;
  }
  .inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
  }  
}

/* ------------------------------
header
------------------------------ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.headerWrap {
  background: #fff;
  padding: 2.67vw 2.67vw 2.13vw;
}
.headerLogo_toho {
  margin: 0 auto;
  width: 25.6vw;
}
.headerLogo_flex {
  margin-top: 1.6vw;
  position: relative;
}
.headerLogo_flex a {
  display: flex;
}
.headerLogo_flex::before {
  background: #ccc;
  content: '';
  display: inline-block;
  position: absolute;
  height: 6.4vw;
  width: 2px;
  top: calc(50% - 3.2vw);
  left: calc(50% - 1px);
}
.headerLogo {
  display: inline-block;
  text-align: center;
  width: 50%;
}
.headerLogo img {
  width: 30.4vw;
}

@media screen and (max-width: 768px) {
  .headerLogo.-anshin {
    padding-left: 2.67vw;
  }
  .headerLogo.-mimamoru {
    padding-right: 2.67vw;
  }
}

@media screen and (min-width: 769px) {
  .headerWrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px 14px;
  }
  .headerLogo_toho {
    margin: 0;
    width: 170px;
  }
  .headerLogo_flex {
    margin-top: 0;
    width: 334px;
  }
  .headerLogo_flex a {
    justify-content: space-between;
  }
  .headerLogo_flex::before {
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 1px);
  }
  .headerLogo {
    width: 144px;
  }
  .headerLogo img {
    width: 100%;
  }
}

/* ------------------------------
kv
------------------------------ */
.kv {
  position: relative;
}
.kv_box {
  display: flex;
  width: 100%;
  height: 500px;
  justify-content: space-between;
  overflow: hidden;
}
.kv_boxL, .kv_boxR {
  width: 50%;
  height: 500px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.circle_box {
  position: relative;
}
.kv_boxL {
  background: url("/lp/assets/img/kv_town.png"), url("/lp/assets/img/kv_dot.png"), #FFEBF0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-position: bottom 92px left, center, center;
  background-size: auto, auto, auto;
  border-top-right-radius: 100px;
  display: flex;
  justify-content: flex-end;
  padding: 40px 220px 0 0;
  margin: 0;
}
.kv_boxR {
  background: url("/lp/assets/img/kv_town.png"), url("/lp/assets/img/kv_dot.png"), #FFF5B4;
  background-repeat: no-repeat, repeat, no-repeat;
  background-position: bottom 92px right, center, center;
  background-size: auto, auto, auto;
  border-top-left-radius: 100px;
  justify-content: flex-start;
  padding: 40px 0 0 220px;
  margin: 0;
}
/*円----------------------*/
.circle {
  opacity: 0;
  animation-name: translateY30-0;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 769px) {
  .circle_box .circle {
    max-width: fit-content;
  }
}
@keyframes translateY30-0 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hand {
  position: absolute;
  top: -60px;
  right: -40px;
  opacity: 0;
  animation-name: anime2;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.note {
  position: absolute;
  top: 125px;
  left: -20px;
  opacity: 0;
  animation-name: anime2;
  animation-duration: 0.5s;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes anime2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*モバイル----------------------*/
.kv-container {
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.moblile_box {
  width: 360px;
  height: 410px;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 10px;
  bottom: 0;
  background: url("/lp/assets/img/kv_mobile.png") no-repeat;
  background-position: top center;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.mobile {
  opacity: 0;
  animation-name: translateY30-0;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.bell {
  padding-top: 80px;
  padding-left: 20px;
  animation-name: bell_ani;
  animation-duration: 0.2s;
  animation-delay: 4.0s;
  transform-origin: center top;
  animation-iteration-count: 4;
  animation-fill-mode: forwards;
}
@keyframes bell_ani {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
.catch {
  padding-top: 20px;
  opacity: 0;
  animation-name: translateY30-0;
  animation-duration: 0.5s;
  animation-delay: 2.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
/*飛行機----------------------*/
.kv-plane_wrap {
  width: 140px;
  height: auto;
  /* margin: 0 auto; */
  position: absolute;
  top: 45px;
  left: calc(50% - 120px);
  /* right: 0; */
  z-index: 3;
}
.kv-plane_box {
  width: 100%;
  margin: 0px auto;
}
.kv-plane_box img {
  width: 100%;
  height: auto;
}
.kv-plane {
  width: 100%;
  height: auto;
}
.kv-plane_wrap {
  animation-name: anime2;
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 2.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.kv-plane_box {
  animation: plane_ani1 2s alternate 1 forwards;
  animation-delay: 2.5s;
  animation-timing-function: cubic-bezier(0.13, 0.5, 0.65, 0.96, 1);
  /* animation-timing-function: ease-out; */
  /* animation-iteration-count: 1; */
}
@-webkit-keyframes plane_ani1 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(200px);
  }
}
@keyframes plane_ani1 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(200px);
  }
}
.kv-plane {
  animation-timing-function: ease-in-out;
  animation: plane_ani2 4s forwards infinite;
}

@-webkit-keyframes plane_ani2 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*768x------------------------------------*/
@media (max-width : 768px) {
  .kv_box {
    height: 110vw;
  }
  .kv_boxL, .kv_boxR {
    width: 62vw;
    height: 110vw;
  }
  .kv_boxL {
    padding: 4vw 5vw 0 0;
    margin-left: -12vw;
    background: url("/lp/assets/img/kv_town_sp.png"), url("/lp/assets/img/kv_dot.png"), #FFEBF0;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: bottom 20vw left 12vw, center, center;
    background-size: 100vw, 50%, auto;
    border-top-right-radius: 10vw;
  }
  .kv_boxR {
    padding: 4vw 0 0 5vw;
    margin-right: -12vw;
    background: url("/lp/assets/img/kv_town_sp.png"), url("/lp/assets/img/kv_dot.png"), #FFF5B4;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: bottom 20vw right 10.67vw, center, center;
    background-size: 100vw, 50%, auto;
    border-top-left-radius: 10vw;
  }
  .circle_box {
    width: 100%;
    height: auto;
  }
  .circle {
    width: 100%;
    height: auto;
  }
  .hand {
    width: 24vw;
    top: -4vw;
    right: -3vw;
  }
  .note {
    width: 20vw;
    top: 11vw;
    left: -4vw;
  }
  .moblile_box {
    background-size: contain;
    width: 64vw;
    /* width: 53.33vw; */
    height: 60vw;
    left: 0;
    bottom: 2.67vw;
  }
  .bell {
    width: 15vw;
    animation-delay: 2.2s;
    padding-top: 10vw;
    padding-left: 3vw;
  }
  .catch {
    padding-top: 1.33vw;
    width: 64vw;
  }
  .kv-plane_wrap {
    width: 20vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 30.4vw;
  }
  .kv-plane_box {
    animation: plane_ani1_sp 1.5s alternate infinite forwards;
    animation-delay: 3.5s;
    animation-timing-function: linear;
  }
}

@-webkit-keyframes plane_ani1_sp {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(4vw);
  }
}
@keyframes plane_ani1_sp {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(4vw);
  }
}


/* ------------------------------
slideIn
------------------------------ */
/* .slideIn{
	opacity: 0;
	transform: translateY(100px);
	transition: 0.5s;
} */

.fadeIn-y {
  opacity: 0;
  animation-name: translateY30-0;
  animation-duration: .75s;
  animation-delay: 4.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.js-fadeIn {
  opacity: 0;
  transform: translate(0,0);
  transition: all .7s;
}
.js-fadeIn.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* ------------------------------
entry
------------------------------ */
.entry {
  background: #fff;
}
.entry.-kv {
  background: #F5F6FF;
}
.entryInner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 10.67vw 0 8vw;
}
.entryItem {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.entryTxt {
  color: #162391;
  font-size: 4.27vw;
  margin-bottom: 5.33vw;
}
.entryItem_lead {
  color: #E2406C;
  font-size: 3.2vw;
  font-weight: bold;
  margin-right: 1.6vw;
  text-align: center;
}
.entryItem_lead > span {
  display: inline-block;
  position: relative;
}
.entryItem_lead > span::before,
.entryItem_lead > span::after {
  background: #E2406C;
  content: '';
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 5.33vw;
  bottom: 0;
}
.entryItem_lead > span::before {
  left: -5px;
  transform: rotate(-30deg);
}
.entryItem_lead > span::after {
  right: -5px;
  transform: rotate(30deg);
}
.entryItem_lead img {
  height: 4.27vw;
  width: auto;
}
a.entryItem_btn {
  background: #fff;
  border-radius: 16px;
  border: 2px solid #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-size: 3.47vw;
  font-weight: bold;
  margin-top: 2.13vw;
  text-decoration: none;
  width: 46.67vw;
}
.entryItem_btn-logo {
  background: #fff;
  border-radius: 12px 12px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 10.67vw;
  width: 100%;
}
.entryItem_btn-logo img {
  width: 22.4vw;
}
.entryItem_btn-txt {
  background: #e2406c;
  border-radius: 0 0 12px 12px;
  display: inline-block;
  padding: 4.27vw 2.67vw 5.33vw;
  position: relative;
  width: 100%;
}
.entryItem_btn-txt::after {
  background: url(/lp/assets/img/icon_circle-triangle.svg) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  position: absolute;
  height: 3.47vw;
  width: 3.47vw;
  top: calc(50% - 1.87vw);
  right: 3.2vw;
}

/* mimamoru */
.-mimamoru .entryItem_lead {
  color: #EF4A16;
}
.-mimamoru .entryItem_lead > span::before,
.-mimamoru .entryItem_lead > span::after {
  background: #EF4A16;
}
.-mimamoru .entryItem_btn-txt {
  background: #EF8A16;
}

@media screen and (min-width: 769px) {
  .entry.-kv {
    margin-top: 20px;
  }
  .entryInner {
    max-width: 920px;
    justify-content: space-around;
    letter-spacing: .05em;
    padding: 16px 0 22px;
  }
  #fixed .entryInner {
    padding: 16px 0;
  }
  .entryItem {
    width: auto;
  }
  .entryTxt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }  
  .entryItem_lead {
    font-size: 1.2rem;
    margin-right: 0;
  }
  .entryItem_lead > span::before,
  .entryItem_lead > span::after {
    width: 1px;
    height: 14px;
    bottom: 1px;
  }
  .entryItem_lead > span::before {
    left: -10px;
    transform: rotate(-45deg);
  }
  .entryItem_lead > span::after {
    right: -10px;
    transform: rotate(45deg);
  }
  .entryItem_lead img {
    height: 16px;
  }
  a.entryItem_btn {
    border-radius: 40px;
    border: 2px solid #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    margin-top: 10px;
    width: 400px;
  }
  #fixed a.entryItem_btn {
    margin-top: 6px;
  }
  .entryItem_btn-logo {
    background: #fff;
    border-radius: 40px 0 0 40px;
    height: inherit;
    width: 160px;
    padding-left: 10px;
    position: relative;
  }
  .-anshin .entryItem_btn-logo {
    padding-left: 20px;
  }
  .entryItem_btn-logo img {
    width: 110px;
    z-index: 2;
  }
  .entryItem_btn-logo::before {
    border-radius: 0 40px 40px 0;
    background: #fff;
    content: '';
    position: absolute;
    right: -30px;
    top: calc(50% - 38px);
    height: 76px;
    width: 76px;
    z-index: 1;
  }
  #fixed .entryItem_btn-logo::before {
    border-radius: 0 40px 40px 0;
    right: -25px;
    top: calc(50% - 26px);
    height: 53px;
    width: 53px;
    z-index: 1;
  }
  .entryItem_btn-txt {
    border-radius: 0 40px 40px 0;
    padding: 26px 30px 26px 40px;
    position: relative;
    width: 290px;
  }
  #fixed .entryItem_btn-txt {
    padding: 15px 30px 15px 40px;
  }
  .entryItem_btn-txt::after {
    background-size: contain;
    height: 18px;
    width: 18px;
    top: calc(50% - 8px);
    right: 15px;
  }
}

/* entry.-select */
.entry.-select {
  background: #FFFCDB;
}
.entryTxt {
  width: 100%;
}

/* entry#fixed */
#fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
}
#fixed.scrollin {
  transform: translate(0, 0)!important;
  opacity: 1!important;
}
.entry_sp {
  display: flex;
}
.entry_sp .entryItem {
  width: 50%;
}
.entry_sp .entryItem_link {
  color: #fff;
  background: #E2406C;
  display: inline-flex;
  align-items: center;
  height: 11.2vw;
  padding: 1.07vw;
  text-decoration: none;
  width: 100%;
}
.entryItem_link-logo {
  align-items: center;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  width: 25.07vw;
  height: 9.07vw;
}
.entryItem_link-logo img {
  width: 21.33vw;
}
.entry_sp .-mimamoru .entryItem_link {
  background: #EF8A16;
}
.entryItem_link-txt {
  font-size: 3.2vw;
  font-weight: bold;
  padding-left: 1.6vw;
  position: relative;
}
.entryItem_link-txt::after {
  background: url(/lp/assets/img/icon_circle-triangle.svg) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  position: absolute;
  height: 3.47vw;
  width: 3.47vw;
  top: calc(50% - 1.87vw);
  right: -4.13vw;
}

/* ------------------------------
point
------------------------------ */
#point {
  margin-top: -8vw;
  position: relative;
  z-index: 1;
  animation-delay: 4s;
}
#point::before,
#point::after {
  background: #7587CF;
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  z-index: -1;  
}
#point::before {
  border-radius: 50% 50% 0 0;
  height: 44vw;
  top: -6vw;
}
#point::after {
  height: 37.33vw;
  top: 8vw;
}
.pointTtl {
  color: #fff;
  font-size: 5.33vw;
  font-weight: bold;
  text-align: center;
}
.pointItem {
  align-items: center;
  background: #fff;
  border: 4px solid #7587CF;
  border-radius: 5.33vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.67vw;
  padding: 1.6vw 3.73vw 2.67vw;
}
.pointItem:first-child {
  margin-top: 1.33vw;
}
.pointItem_head {
  color: #162391;
  letter-spacing: .025em;
  font-size: 4.8vw;
  width: 45.73vw;
}
.pointItem_img {
  width: 37.33vw;
}
.pointItem_lead {
  font-size: 3.73vw;
  margin-top: 1.07vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #point {
    margin-top: -100px;
    animation-delay: 4.2s;
  }
  #point::before,
  #point::after {
    right: 0;
    left: 0;
    width: 100%;
    z-index: -1;  
  }
  #point::before {
    background: linear-gradient(#7587CF 60%, transparent 40%);
    border-radius: 50% 50% 0 0;
    height: 200px;
    left: inherit;
    right: calc(50% - 400px);
    top: 0;
    width: 800px;
  }
  #point::after {
    height: 120px;
    top: 50px;
  }
  .pointWrap {
    padding-top: 20px;
  }
  .pointTtl {
    font-size: 3.2rem;
  }
  .pointTtl small {
    font-size: 2.4rem;
  }
  .pointList {
    display: flex;
    gap: 40px;
    justify-content: center;
  }
  .pointItem {
    border-width: 5px;
    border-radius: 30px;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 10px;
    padding: 12px 26px;
    width: 320px;
  }
  .pointItem:first-child {
    margin-top: 10px;
  }
  .pointItem_head {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }
  .pointItem_img {
    width: 250px;
  }
  .pointItem_lead {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

/* ------------------------------
about
------------------------------ */
#about {
  background: url(/lp/assets/img/about_pattern.png), #fff;
  background-repeat: repeat, no-repeat;
  background-position: center, center;
  background-size: 40vw, auto;
  padding: 19.73vw 0 33.6vw;
}
#about .ttlWrap {
  background: #26A743;
}
#about .ttlWrap h2 {
  letter-spacing: 0;
}
#about .ttlWrap::before {
  background: url(/lp/assets/img/about_ttl.png) center no-repeat;
  background-size: contain;
  width: 21.33vw;
  height: 18.67vw;
  top: -10.67vw;
  left: 0;
}
.aboutLead {
  font-weight: bold;
  margin-top: 10.67vw;
}
.aboutImg {
  margin-top: 6.67vw;
}

@media screen and (min-width: 769px) {
  #about {
    background-size: auto;
    padding: 140px 0 178px;
  }
  #about .ttlWrap::before {
    background-size: contain;
    width: 99px;
    height: 105px;
    top: -30px;
    left: 40px;
  }
  .aboutLead {
    font-size: 2rem;
    margin-top: 40px;
  }  
  .aboutImg {
    margin-top: 50px;
  }  
}

/* ------------------------------
merit
------------------------------ */
#merit {
  background: url(/lp/assets/img/touch_town_sp.png), linear-gradient(#f1f3ff 0%, #c4ccff 100%);
  background-repeat: no-repeat;
  background-position: bottom center, center;
  background-size: 100% auto, auto;
  padding: 10.67vw 0 34.67vw;
  position: relative;
}
#merit::before {
  background: url(/lp/assets/img/touch_bg_sp.png) top center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  width: 100%;
  height: 26.67vw;
  position: absolute;
  top: -25.67vw;
  right: 0;
  left: 0;
}

.meritTtl {
  margin: 0 auto;
  width: 88vw;
}
.meritTtl + .note-list {
  margin: 0 auto 4vw;
  font-size: 2.67vw;
  text-align: right;
  width: 88vw;
}

@media screen and (min-width: 769px) {
  #merit {
    background: url(/lp/assets/img/touch_town.png), linear-gradient(#f1f3ff 0%, #c4ccff 100%);
    background-repeat: no-repeat;
    background-position: bottom -2px left, center;
    background-size: auto, auto;
    padding: 10.350px 0 114px;
}
#merit::before {
  background: url(/lp/assets/img/touch_bg.png) bottom center no-repeat;
  background-size: contain;
  height: 300px;
  top: -300px;
  right: 0;
  left: 0;
}
  .meritTtl {
    width: 937px;
  }
  .meritTtl + .note-list {
    font-size: 1.2rem;
    font-size: 12px;
    margin: 10px auto 20px;
    width: 937px;
  }
}

.meritList {
  padding: 48vw 0 0;
  position: relative;
}
.meritList::before {
  background: url(/lp/assets/img/touch_img_sp.png) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(50% - 49vw);
  width: 98vw;
  height: 49.07vw;
}
.meritList > li {
  border-radius: 20px;
  margin-top: 4vw;
}
.meritList-head {
  align-items: center;
  background: #7587CF;
  border-radius: 20px 20px 0 0;
  color: #fff;
  display: flex;
  gap: 1.07vw;
  font-size: 4.27vw;
  font-weight: bold;
  padding: 2.13vw 2.67vw 1.67vw 2.13vw;
}
.meritList-head span:first-child {
  align-items: center;
  background: #fff;
  border: 3px solid #5A6FC4;
  border-radius: 50%;
  color: #7587CF;
  display: inline-flex;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 5.33vw;
  font-weight: bold;
  justify-content: center;
  height: 8.53vw;
  width: 8.53vw;
}
.meritList-txt {
  background: #fff;
  border-radius: 0 0 20px 20px;
  border: 1.6vw solid #7587CF;
  border-top-width: .53vw;
  font-size: 3.47vw;
  line-height: 1.6;
  padding: 2.67vw 2.67vw 2.67vw 10.67vw;
  position: relative;
}
.meritList-txt::before {
  background: #7587CF;
  content: '';
  display: inline-block;
  position: absolute;
  clip-path:
    polygon(0 0,
            100% 0,
            30% 100%,
            0% 95%);
  -webkit-clip-path:
    polygon(0 0,
            100% 0,
            30% 100%,
            0% 95%);
  width: 10.67vw;
  top: -.53vw;
  bottom: -.53vw;
  left: -.53vw;
}

@media screen and (min-width: 769px) {
  .meritList {
    margin: 0 auto;
    padding: 260px 0 0;
    width: 960px;
    z-index: 2;
  }
  .meritList::before {
    background: url(/lp/assets/img/touch_img.png) no-repeat center;
    background-size: contain;
    left: calc(50% - 425px);
    top: 0;
    width: 850px;
    height: 296px;
    z-index: 5;
  }
  .meritList > li {
    display: grid;
    grid-template-columns: 410px 550px;
    grid-template-rows: repeat(1, 1fr);
    margin-top: 20px;
  }
  .meritList-head {
    align-items: center;
    border-radius: 20px 0 0 20px;
    gap: 10px;
    font-size: 30px;
    padding: 5px 0 10px 30px;
    text-align: center;
  }
  .meritList-head span:first-child {
    align-items: baseline;
    border-width: 4px;
    font-size: 40px;
    height: 70px;
    width: 70px;
  }
  .meritList-txt {
    border-radius: 0 20px 20px 0;
    border: 10px solid #7587CF;
    border-left: none;
    font-size: 16px;
    font-weight: 500;
    padding: 34px 34px 34px 100px;
  }
  .meritList-txt::before {
    clip-path:
      polygon(0 0,
              100% 0,
              10% 100%,
              0% 100%);
    -webkit-clip-path:
      polygon(0 0,
              100% 0,
              10% 100%,
              0% 100%);
    width: 106px;
    top: -2px;
    bottom: 0;
    left: -2px;
  }
}

.meritBg {
  bottom: 0;
  content: '';
  display: inline-block;
  position: absolute;
}
.meritBg:first-of-type {
  background: url(/lp/assets/img/touch_child.png) center no-repeat;
  background-size: contain;
  width: 19.73vw;
  height: 28.53vw;
  left: 9vw;
}
.meritBg:nth-of-type(2) {
  background: url(/lp/assets/img/touch_train.png) center no-repeat;
  background-size: contain;
  width: 41.07vw;
  height: 32.53vw;
  right: 0;
}
.meritBg-cloud img {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .meritBg-cloud {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .meritBg:first-of-type {
    width: 10vw;
    min-width: 110px;
    max-width: 139px;
    max-height: 199px;
    left: 0;
  }
  .meritBg:nth-of-type(2) {
    width: 20vw;
    min-width: 220px;
    max-width: 290px;
    max-height: 228px;
    right: 0;
  }
  .meritBg-cloud img:first-child {
    left: 60px;
    bottom: 430px;
  }
  .meritBg-cloud img:nth-child(2) {
    right: 40px;
    bottom: 350px;
  }
}
@media screen and (min-width: 1366px) {
  .meritBg:first-of-type {
    left: calc(50% - 690px);
  }
  .meritBg:nth-of-type(2) {
    right: calc(50% - 710px);
  }
}


/* ------------------------------
type
------------------------------ */
#type {
  padding: 21.33vw 0 10.67vw;
}
#type .ttlWrap::before {
  background: url(/lp/assets/img/type_ttl.png) center no-repeat;
  background-size: contain;
  width: 20.27vw;
  height: 18.67vw;
  top: -11.2vw;
  left: 0;
}
.typeLead {
  margin-top: 5.33vw;
}

@media screen and (min-width: 769px) {
  #type {
    background-size: auto;
    padding: 104px 0 0;
  }
  #type .ttlWrap::before {
    width: 99px;
    height: 105px;
    top: -30px;
    left: 40px;
  }
  .typeLead {
    margin-top: 40px;
  }  
}

.typeItem {
  background: #FFEBF0;
  border-radius: 40px;
  margin: 0 auto 5.33vw;
  padding: 4.8vw;
  width: 96vw;
}
.typeItem_inner {
  align-items: center;
  background: #fff;
  border: 1.6vw solid #E2406C;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4.8vw;
  padding: 4vw 0 4.8vw;
}
.typeItem_ttl {
  margin: 0 auto;
}
.typeItem_ttl img {
  height: 12.27vw;
  width: auto;
}
.typeItem_txt {
  font-size: 4vw;
}
.typeItem_img {
  width: 66.67vw;
}
.typeItem_info {
  font-size: 4.27vw;
  width: 76.8vw;
}
.typeItem_info tr {
  border-top: 2px dotted #E2406C;
}
.typeItem_info tr:last-child {
  border-bottom: 2px dotted #E2406C;
}
.typeItem_info th {
  padding: 2.67vw 0;
  vertical-align: top;
  width: 16vw;
}
.typeItem_info th span {
  background: #E2406C;
  border-radius: 1.07vw;
  color: #fff;
  display: inline-block;
  font-size: 3.2vw;
  font-weight: bold;
  padding: 1.07vw;
  width: 16vw;
}
.typeItem_info td {
  line-height: 1.5;
  padding: 2.67vw 1.33vw 2.67vw 2.67vw;
  vertical-align: middle;
}
.type_pageLink {
  line-height: 1.6;
  text-align: center;
  font-size: 3.73vw;
  font-weight: 500;
}
.type_pageLink a {
  color: #E2406C;
  display: inline-block;
  text-decoration: none;
}
.type_pageLink a:after {
  background: #E2406C;
  clip-path: polygon(50% 100%,100% 0,0 0);
  -webkit-clip-path: polygon(50% 100%,100% 0,0 0);
  aspect-ratio: 1/cos(30deg);
  content: '';
  display: inline-block;
  margin-left: 1.6vw;
  width: 3.2vw;
  height: 3.2vw;
}
.typeItem_btm {
  background: #E2406C;
  border-radius: 0 0 20px 20px;
  padding: 5.33vw 0;
  text-align: center;
}
.typeItem_btm a {
  background: #fff;
  border: 4px solid #FFCFDC;
  border-radius: 10.67vw;
  display: inline-flex;
  flex-direction: column;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  align-items: center;
  text-decoration: none;
  padding: 2.67vw;
  width: 80vw;
}
.typeItem_btn-logo {
  width: 26.13vw;
}
.typeItem_btn-txt {
  font-size: 4.27vw;
  font-weight: bold;
  letter-spacing: .05em;
  position: relative;
}
.typeItem_btn-txt::after {
  background: url(/lp/assets/img/icon_circle-triangle_pink.svg) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  position: absolute;
  height: 4.8vw;
  width: 4.8vw;
  top: calc(50% - 2.4vw);
  right: -5.33vw;
}

/* mimamoru */
.typeItem.-mimamoru {
  background: #FFF5E9;
}
.-mimamoru .typeItem_inner {
  border-color: #EF8A15;
}
.-mimamoru .typeItem_info tr {
  border-top: 2px dotted #E2406C;
}
.-mimamoru .typeItem_info tr:last-child {
  border-bottom: 2px dotted #EF8A16;
}
.-mimamoru .typeItem_info th span {
  background: #EF8A16;
}
.-mimamoru .typeItem_info + .text-indent {
  font-size: 2.67vw;
  margin-top: -1.33vw;
  width: 76.8vw;
}
.-mimamoru .type_pageLink a {
  color: #EF8A16;
}
.-mimamoru .type_pageLink a:after {
  background: #EF8A16;
}
.-mimamoru .typeItem_btm {
  background: #EF8A16;
}
.-mimamoru .typeItem_btm a {
  border: 4px solid #FFD5A4;
}
.-mimamoru .typeItem_btn-logo {
  width: 29.33vw;
}
.-mimamoru .typeItem_btn-txt::after {
  background: url(/lp/assets/img/icon_circle-triangle_orange.svg) center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .typeArea {
    display: flex;
  }
  .typeItem {
    border-radius: 0 100px 0 0;
    margin: 40px auto 0;
    padding: 60px 25px;
    width: 50%;
  }
  .typeItem_inner {
    border-width: 6px;
    gap: 10px;
    height: 660px;
    padding: 22px 0 20px;
    position: relative;
    width: 500px;
  }
  .typeItem_ttl {
    height: 76px;
    margin: 0 auto;
  }
  .typeItem_ttl img {
    height: inherit;
    width: 240px;
  }
  .typeItem_txt {
    height: 60px;
    font-size: 1.8rem;
  }
  .typeItem_img {
    height: 159px;
    width: 296px;
  }
  .typeItem_info {
    font-size: 1.4rem;
    margin-top: 10px;
    width: 450px;
  }
  .typeItem_info th {
    padding: 10px 0;
    width: 90px;
  }
  .typeItem_info th span {
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 4px;
    width: 90px;
  }
  .typeItem_info td {
    padding: 10px 4px 10px 10px;
  }
  .type_pageLink {
    font-size: 1.4rem;
    position: absolute;
    width: 100%;
    bottom: 20px;
  }
  .type_pageLink a {
  }
  .type_pageLink a:after {
    clip-path: polygon(50% 100%,100% 0,0 0);
    -webkit-clip-path: polygon(50% 100%,100% 0,0 0);
    aspect-ratio: 1/cos(30deg);
    margin-left: 6px;
    width: 10px;
    height: 10px;
  }
  .typeItem_btm {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: center;
    padding: 0;
    width: 500px;
  }
  .typeItem_btm a {
    border-width: 6px;
    border-radius: 40px;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 20px 30px;
    width: 380px;
  }
  .typeItem_btn-logo {
    width: 118px;
  }
  .typeItem_btn-txt {
    font-size: 1.6rem;
  }
  .typeItem_btn-txt::after {
    height: 18px;
    width: 18px;
    top: calc(50% - 9px);
    right: -26px;
  }
  
  /* anshin */
  .typeItem.-anshin {
    display: flex;
    justify-content: end;
  }

  /* mimamoru */
  .typeItem.-mimamoru {
    border-radius: 100px 0 0 0;
  }
  .-mimamoru .typeItem_img {
    width: 372px;
  }
  .-mimamoru .typeItem_info + .text-indent {
    font-size: 10px;
    margin-top: 0;
    width: 450px;
  }
  .-mimamoru .typeItem_btm a {
    border-width: 6px;
  }
  .-mimamoru .typeItem_btn-logo {
    width: 123px;
  }
}

/* ------------------------------
flow
------------------------------ */
#flow {
  padding: 21.33vw 0 10.67vw;
}
#flow .ttlWrap::before {
  background: url(/lp/assets/img/flow_ttl.png) center no-repeat;
  background-size: contain;
  width: 20.27vw;
  height: 18.67vw;
  top: -11.2vw;
  left: 0;
}
.flowLead {
  margin-top: 5.33vw;
  padding: 0 2.67vw;
}

@media screen and (min-width: 769px) {
  #flow {
    padding: 104px 0 60px;
  }
  #flow .ttlWrap::before {
    width: 99px;
    height: 105px;
    top: -30px;
    left: 40px;
  }
  .flowLead {
    margin-top: 32px;
  }  
}

/* accordion-head */
#flow .accordionBox::before {
  content: '';
  display: block;
  height: 24vw;
  margin-top: -24vw;
  visibility: hidden;
}
#flow .accordion-head {
  align-items: center;
  border: 3px solid #E2406C;
  background: #fff;
  border-radius: 2.67vw;
  display: flex;
  justify-content: space-between;
  padding: 4.27vw 1.33vw 4.27vw 2.13vw;
}
#flow .accordion-ttl {
  align-items: center;
  color: #E2406C;
  display: flex;
  gap: 2px;
  font-size: 4.27vw;
  font-weight: bold;
}
#flow .accordion-ttl img {
  width: 28vw;
}
#flow .accordion-icon {
  background: #E2406C;
  border-radius: 50%;
  position: relative;
  width: 5.87vw;
  height: 5.87vw;
}
#flow .accordion-icon::before,
#flow .accordion-icon::after {
  background: #fff;
  content: '';
  display: inline-block;
  width: 3.73vw;
  height: 2px;
  position: absolute;
  top: 2.67vw;
  left: 1.07vw;
  transition: .2s all;
}
#flow .accordion-icon::after {
  transform: rotate(90deg);
}
#flow .accordion-head.active .accordion-icon::after {
  transform: rotate(180deg);
}

/* accordion-inner */
#flow .accordion-inner {
  background: #FFF2F6;
  padding: 5.33vw 2.67vw;
}
.flowStep li {
  background: #FFD8E3;
  border: 1.6vw solid #FFD8E3;
  margin-top: 4vw;
  position: relative;
}
.flowStep li::after {
  background: #FFD8E3;
  content: '';
  display: inline-block;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% 100%,100% 0,0 0);
  width: 13.33vw;
  height: 5.33vw;
  position: absolute;
  bottom: -5.33vw;
  left: calc(50% - 6.67vw);
}
.flowStep li:last-of-type::after {
  content: none;
}
.flowStep .flowStep_head {
  align-items: center;
  background: #FFD8E3;
  color: #E2406C;
  display: flex;
  font-size: 5.33vw;
}
.flowStep_head-no {
  align-items: center;
  background: #fff;
  border-radius: 2.67vw;
  color: #e86689;
  display: inline-flex;
  flex-direction: column;
  gap: .4vw;
  justify-content: center;
  font-size: 3.2vw;
  font-weight: bold;
  height: 13.33vw;
  line-height: 1;
  padding: 1.33vw 0;
  text-align: center;
  width: 13.33vw;
}
.flowStep_head-no span {
  display: inline-block;
  font-size: 5.33vw;
  width: 100%;
}
.flowStep_head-txt {
  margin-left: -5.6vw;
  text-align: center;
  width: calc(100% - 13.33vw);
}
.flowStep_inner {
  background: #fff;
  margin-top: 1.33vw;
  font-size: 3.73vw;
  padding: 2.67vw;
}
.flowStep_box {
  background: #fff;
  border: 2px solid #FFC8CF;
  margin-top: 5.33vw;
  padding: 2.67vw 2.67vw 4vw;
}
.flowStep_box-ttl {
  font-size: 4.27vw;
  font-weight: bold;
  margin-bottom: 2.67vw;
  text-align: center;
}
.flowStep_box-ttl span {
  display: inline-block;
  padding-bottom: 1.6vw;
  position: relative;
  width: 100%;
}
.flowStep_box-ttl span:before {
  background: #E6253E;
  content: '';
  display: inline-block;
  height: 2px;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}

/* flowSide */
.flowSide {
  margin-top: 10.67vw;
}
.flowSide_head {
  border-left: 1.6vw solid #7874B5;
  font-size: 4.27vw;
  font-weight: bold;
  padding-left: 3.73vw;
}
.flowSide_inner {
  margin-top: 4vw;
}
.flowSide_box {
  background: #fff;
  padding: 4vw;
}
.flowSide_box-img {
  align-items: center;
  display: flex;
  justify-content: center;
}
.flowSide_box-img picture:first-of-type img {
  margin-left: -6.67vw;
  width: 33.87vw;
}
.flowSide_box-img picture:nth-of-type(2) img {
  margin-left: 10.67vw;
  width: 18.67vw;
}
.flowSide_box-txt {
  margin-top: 3.73vw;
}
.flowSide_box-txt a {
  background: #7874B5;
  border-radius: 10.67vw;
  color: #fff;
  display: inline-block;
  font-size: 2.93vw;
  padding: 2.13vw 5.87vw;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.flowSide_box-txt a::after {
  background: url(/lp/assets/img/icon_triangle.svg) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  position: absolute;
  height: 3.47vw;
  width: 3.47vw;
  top: calc(50% - 1.67vw);
  right: 2.67vw;
}
.flowStep_btnArea {
  margin-top: 10.67vw;
}
.note_wrap {
  margin-top: 4vw;
}
.note_wrap p {
  margin-top: 1.67vw;
}

/* ---------- flow_mimamorume ---------- */
#flow_anshin,
#flow_mimamorume {
  margin-top: 8vw;
}
/* accordion-head */
#flow #flow_mimamorume .accordion-head {
  border: 3px solid #EF8A16;
}
#flow #flow_mimamorume .accordion-ttl {
  color: #EF8A16;
}
#flow #flow_mimamorume .accordion-ttl img {
  width: 31.2vw;
}
#flow #flow_mimamorume .accordion-icon {
  background: #EF8A16;
}

/* accordion-inner */
#flow #flow_mimamorume .accordion-inner {
  background: #FFF5EA;
}
#flow_mimamorume .flowStep li {
  background: #FFECD4;
  border: 1.6vw solid #FFECD4;
}
#flow_mimamorume .flowStep li::after {
  background: #FFECD4;
}
#flow_mimamorume .flowStep li:last-of-type::after {
  content: none;
}
#flow_mimamorume .flowStep .flowStep_head {
  background: #FFECD4;
  color: #EF8A16;
}
#flow_mimamorume .flowStep_head-no {
  color: #f2a145;
}
#flow_mimamorume .flowStep_box {
  border: 2px solid #FFC582;
}

/* flowSide */
.flowSide.-mimamoru .flowSide_head {
  border-left: 1.6vw solid #EF8A16;
}
.flowSide.-mimamoru .flowSide_box-img img {
  margin: 0 auto;
  width: 40vw;
}
.flowSide.-mimamoru .flowSide_box-txt a {
  background: #EF8A16;
}
.flowSide.-mimamoru .flowSide_box-txt p {
  margin-top: 2.67vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flowStep_btnArea a.entryItem_btn {
    border-radius: 10.67vw;
    display: flex;
    width: 100%;
  }
  .flowStep_btnArea .entryItem_btn-logo {
    border-radius: 10.67vw 0 0 10.67vw;
    height: inherit;
    padding-left: 4vw;
    position: relative;
    width: 37.33vw;
  }
  .flowStep_btnArea .entryItem_btn-logo::before {
    border-radius: 0 10.67vw 10.67vw 0;
    background: #fff;
    content: '';
    position: absolute;
    right: -7.5vw;
    top: calc(50% - 9.75vw);
    height: 19.47vw;
    width: 19.47vw;
    z-index: 1;
  }
  .flowStep_btnArea .entryItem_btn-logo img {
    width: 26.13vw;
    z-index: 2;
  }
  .flowStep_btnArea .entryItem_btn-txt {
    border-radius: 0 10.67vw 10.67vw 0;
    padding: 6.93vw 8vw 6.93vw 10.67vw;
    position: relative;
    width: 58.67vw;
  }
  .flowStep_btnArea .entryItem_btn-txt::after {
    background-size: contain;
    height: 4.27vw;
    width: 4.27vw;
    top: calc(50% - 2.13vw);
    right: 4vw;
  }
}

@media screen and (min-width: 769px) {
  #flow .accordionBox {
    margin: 0 auto;
    max-width: 1040px;
  }
  #flow .accordionBox::before {
    content: '';
    display: block;
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
  }

  /* accordion-head */
  #flow .accordion-head {
    border-radius: 10px;
    height: 98px;
    padding: 20px 55px;
  }
  #flow .accordion-ttl {
    justify-content: center;
    gap: 16px;
    font-size: 2.4rem;
    width: 100%;
  }
  #flow .accordion-ttl img {
    width: 168px;
  }
  #flow .accordion-icon {
    width: 34px;
    height: 34px;
  }
  #flow .accordion-icon::before,
  #flow .accordion-icon::after {
    width: 20px;
    height: 4px;
    top: 15px;
    left: 6.5px;
  }
  #flow .accordion-icon::after {
    transform: rotate(90deg);
  }
  #flow .accordion-head.active .accordion-icon::after {
    transform: rotate(180deg);
  }

  /* accordion-inner */
  #flow .accordion-inner {
    padding: 40px;
  }
  .flowStep li {
    display: flex;
    border-width: 10px;
    margin-top: 25px;
    height: 120px;
  }
  .flowStep li::after {
    width: 50px;
    height: 20px;
    bottom: -28px;
    left: calc(50% - 25px);
  }
  .flowStep li:last-of-type::after {
    content: none;
  }
  .flowStep .flowStep_head {
    font-size: 2rem;
    width: 296px;
  }
  .flowStep_head-no {
    border-radius: 10px;
    gap: 4px;
    font-size: 1.6rem;
    height: 60px;
    padding: 8px 0;
    width: 60px;
  }
  .flowStep_head-no span {
    font-size: 2.8rem;
  }
  .flowStep_head-txt {
    margin: 0 auto;
    width: auto;
  }
  .flowStep_inner {
    align-items: center;
    display: flex;
    margin-top: 0;
    font-size: 1.4rem;
    padding: 10px 20px;
    width: 640px;
  }
  .flowStep_box {
    margin-top: 40px;
    padding: 20px 80px;
  }
  .flowStep_box-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .flowStep_box-ttl span {
    padding-bottom: 4px;
    width: auto;
  }
  .flowStep_box-ttl span:before {
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }

  /* flowSide */
  .flowSide {
    margin-top: 40px;
  }
  .flowSide_head {
    border-left: 6px solid #7874B5;
    font-size: 1.8rem;
    padding-left: 14px;
  }
  .flowSide_inner {
    margin-top: 22px;
    padding: 0 20px;
  }
  .flowSide_box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px 30px;
  }
  .flowSide_box-img {
    justify-content: space-between;
    width: 326px;
  }
  .flowSide_box-img picture:first-of-type img {
    margin-left: 0;
    width: 160px;
  }
  .flowSide_box-img picture:nth-of-type(2) img {
    margin-left: 0;
    width: 90px;
  }
  .flowSide_box-txt {
    margin-top: 0;
    width: 448px;
  }
  .flowSide_box-txt a {
    border-radius: 16px;
    font-size: 1.4rem;
    text-align: center;
    padding: 6px;
    width: 100%;
  }
  .flowSide_box-txt a::after {
    position: static;
    height: 14px;
    width: 14px;
    margin-left: 10px;
    margin-bottom: -1px;
  }
  .flowStep_btnArea {
    margin: 40px auto 0;
  }
  .note_wrap {
    margin-top: 20px;
  }
  .note_wrap p {
    margin-top: 5px;
  }

  /* btn */
  .flowStep_btnArea a.entryItem_btn {
    margin: 0 auto;
    width: 600px;
  }
  .flowStep_btnArea .entryItem_btn-logo {
    height: inherit;
    width: 220px;
  }
  .flowStep_btnArea .entryItem_btn-logo::before {
    top: calc(50% - 38px);
    height: 76px;
    width: 76px;
  }
  .flowStep_btnArea .entryItem_btn-logo img {
    width: 168px;
  }
  .flowStep_btnArea .entryItem_btn-txt {
    font-size: 2.4rem;
    letter-spacing: .1em;
    padding: 20px 30px 20px 40px;
    width: 380px;
  }
  .flowStep_btnArea .entryItem_btn-txt::after {
    height: 24px;
    width: 24px;
    top: calc(50% - 12px);
    right: 60px;
  }

  /* ---------- flow_mimamorume ---------- */
  #flow #flow_anshin,
  #flow #flow_mimamorume {
    margin-top: 60px;
  }
  /* accordion-head */
  #flow #flow_mimamorume .accordion-head {
    border: 3px solid #EF8A16;
  }
  #flow #flow_mimamorume .accordion-ttl img {
    width: 203px;
  }

  /* accordion-inner */
  #flow_mimamorume .flowStep li {
    border-width: 10px;
  }
  #flow_mimamorume .flowStep li::after {
    background: #FFECD4;
  }
  #flow_mimamorume .flowStep li:last-of-type::after {
    content: none;
  }

  /* flowSide */
  .flowSide.-mimamoru .flowSide_head {
    border-left: 6px solid #EF8A16;
  }
  .flowSide.-mimamoru .flowSide_box-img {
    margin-left: 20px;
    width: 202px;
  }
  .flowSide.-mimamoru .flowSide_box-img img {
    margin: 0 auto;
    width: 202px;
  }
  .flowSide.-mimamoru .flowSide_box-txt {
    width: 560px;
  }
  .flowSide.-mimamoru .flowSide_box-txt p {
    font-size: 1.2rem;
    margin-top: 6px;
  }

  
}

/* ------------------------------
faq
------------------------------ */
#faq {
  background: #F1F3FF;
  padding: 21.33vw 0 10.67vw;
}
#faq .ttlWrap::before {
  background: url(/lp/assets/img/faq_ttl_sp.png) center no-repeat;
  background-size: contain;
  width: 32vw;
  height: 21.33vw;
  top: -10.67vw;
  left: 0;
}

@media screen and (min-width: 769px) {
  #faq {
    background-size: auto;
    padding: 104px 0 60px;
  }
  #faq .ttlWrap::before {
    background: url(/lp/assets/img/faq_ttl.png) center no-repeat;
    background-size: contain;
      width: 169px;
    height: 95px;
    top: -30px;
    left: 200px;
  } 
}

.faqGroup {
  background: #fff;
  border-radius: 5.33vw;
  margin-top: 5.33vw;
  padding: 4.6vw 4vw 4vw;
}
.faqGroup-ttl {
  border-bottom: 4px solid #7587CF;
  font-size: 4.8vw;
  padding: 1.33vw 0 2.67vw;
}
.faqGroup .accordionBox {
  margin-top: 5.33vw;
  line-height: 1.5;
}
.faqGroup .accordion-head {
  align-items: center;
  background: #fff;
  border-radius: 2.67vw;
  display: flex;
  gap: 2.13vw;
  font-weight: 500;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 1.6vw 1.6vw 2.13vw;
  position: relative;
}
.faqGroup .accordion-head::before,
.faqGroup .accordion-head::after {
  border-radius: 2px;
  background: #aaa;
  content: '';
  display: inline-block;
  height: 4px;
  position: absolute;
  width: 5.33vw;
  top: calc(50% - 4px);
  right: 2.67vw;
  transition: .2s all;
}
.faqGroup .accordion-head::after {
  transform: rotate(90deg);
}
.faqGroup .accordion-head.active::after {
  transform: rotate(180deg);
}
.faqGroup .accordion-ttl {
  width: 64vw;
}
.faqGroup .accordion-head span,
.faqGroup .accordion-inner span {
  background: #7587CF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 8vw;
  width: 8vw;
}
.faqGroup .accordion-inner span {
  background: #E6253E;
}
.faqGroup .accordion-head span img,
.faqGroup .accordion-inner span img {
  width: 4.27vw;
}
.faqGroup .accordion-inner {
  line-height: 1.6;
  padding: 2.67vw 2.67vw 2.67vw 1.67vw;
}
.faqGroup .accordion-inner > div {
  display: flex;
  justify-content: space-between;
}

.faqGroup .accordion-inner .faqItem-answer {
  width: calc(100% - 9.6vw);
}

/* service */
.faqGroup.-service .faqGroup-ttl {
  border-bottom-color:#7587CF; 
}
.faqGroup.-service .accordion-head span {
  background: #7587CF;
}

/* anshin */
.faqGroup.-anshin .faqGroup-ttl {
  border-bottom-color:#E2406C; 
}
.faqGroup.-anshin .accordion-head span {
  background: #E2406C;
}

/* mimamoru */
.faqGroup.-mimamoru .faqGroup-ttl {
  border-bottom-color:#EF8A16; 
}
.faqGroup.-mimamoru .accordion-head span {
  background: #EF8A16;
}


@media screen and (min-width: 769px) {
  .faqGroup {
    border-radius: 40px;
    margin-top: 40px;
    padding: 30px 40px;
  }
  .faqGroup-ttl {
    font-size: 2rem;
    padding: 6px 0;
  }
  .faqGroup .accordionBox {
    margin-top: 20px;
  }
  .faqGroup .accordion-head {
    border-radius: 10px;
    font-size: 1.6rem;
    gap: 24px;
    padding: 8px 22px;
  }
  .faqGroup .accordion-head::before,
  .faqGroup .accordion-head::after {
    width: 20px;
    top: calc(50% - 2px);
    right: 28px;
  }
  .faqGroup .accordion-head::after {
    transform: rotate(90deg);
  }
  .faqGroup .accordion-head.active::after {
    transform: rotate(180deg);
  }
  .faqGroup .accordion-ttl {
    width: 780px;
  }
  .faqGroup .accordion-head span,
  .faqGroup .accordion-inner span {
    height: 36px;
    width: 36px;
  }
  .faqGroup .accordion-head span img,
  .faqGroup .accordion-inner span img {
    width: 20px;
  }
  .faqGroup .accordion-inner {
    padding: 18px 22px;
  }
  
  .faqGroup .accordion-inner .faqItem-answer {
    width: 820px;
  }  
}

/* ------------------------------
footer
------------------------------ */
.footerTop {
  background: #7587CF;
  padding: 3.6vw;
  text-align: center;
  width: 100%;
}
.footerTop_logo {
  display: inline-block;
  width: 50vw;
}
@media screen and (min-width: 769px) {
  .footerTop {
    padding: 22px;
  }
  .footerTop_logo {
    width: 240px;
  }
}

.footerWrap {
  display: flex;
}
.footerItem {
  padding: 5.4vw 2.4vw 15vw;
  width: 50%;
}
.footerItem.-anshin {
  background: #FFEBF0;
}
.footerItem.-mimamoru {
  background: #FFF5E9;
}
.footer_head {
  font-size: 1.3rem;
}
.footer_address {
  display: block;
  font-size: 1.1rem;
  margin-top: 2.67vw;
}
.footer_nav {
  display: flex;
  flex-direction: column;
  font-size: 1.15rem;
  margin-top: 2.67vw;
}
.copyright {
  margin-top: 2.67vw;
  font-size: 1rem;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .footerItem {
    padding: 18px 70px 150px;
  }
  .footerItem_inner {
    max-width: 520px;
  }
  .footer_head {
    font-size: 1.4rem;
  }
  .footer_address {
    font-size: 1.4rem;
    margin-top: 14px;
  }
  .footer_nav {
    font-size: 1.2rem;
    flex-direction: row;
    gap: 20px;
    margin-top: 10px;
  }
  .copyright {
    margin-top: 10px;
  }
}
