@charset "UTF-8";


main.home {
  background: #eef9ff;
  font-family: "Noto Sans JP", sans-serif;
}

main.home a {
  transition: all .3s;
}

@media (hover: hover) {
  main.home a:hover {
    text-decoration: none;
  }
}

main.home .bg-pattern001 {
  background: url(../image/bg-pattern001.jpg) repeat-y center top / contain;
  background-color: #1eafff;
}

main.home .bg-pattern002 {
  background: url(../image/bg-pattern002.jpg) repeat-y center top / contain;
  background-color: #1eafff;
}


/* home mainvisual
-------------------------------------------------- */
.mainvisual__wrap {
  position: relative;
}

.mainvisual__wrap::before {
  content: "";
  background: url(../image/main-bg001.png) no-repeat 0 0 / contain;
  width: min(46.5vw,893px);
  height: min(25.667vw,493px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mainvisual-catch {
  position: relative;
  width: min(80vw,1536px);
  margin: 0 auto;
  padding: min(3.5vw,67px) 0 min(3.75vw,72px) min(4.25vw,82px);
  z-index: 1;
}

.mainvisual-catch figure {
  width: min(34.167vw,656px);
  display: block;
}

.mainvisual-catch p {
  font-size: min(1.167vw,22px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  display: block;
  margin: min(1.417vw,20px) 0 0;
}

.mainvisual-area {
  position: absolute;
  width: min(37.5vw,720px);
  height: min(28.833vw,554px);
  top: min(3.5vw,67px);
  left: calc(50% - max(-1.5vw,-29px));
}

@media (max-width: 767px) {
  .mainvisual__wrap::before {
    width: 100%;
    height: 493px;
  }

  .mainvisual-catch {
    width: 90%;
    padding: 21px 0 10px;
  }

  .mainvisual-catch figure {
    width: 100%;
  }

  .mainvisual-catch p {
    font-size: 13px;
    line-height: 1.7;
    margin: 15px 5px 0;
    color: #3c3c3c;
    text-align: center;
  }

  .mainvisual-area {
    position: relative;
    width: 96%;
    height: auto;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
}


/* home anchor-nav
-------------------------------------------------- */
.anchor-nav__wrap {
  position: relative;
}

.anchor-nav__wrap::before {
  content: "";
  position: relative;
  background: #eef9ff;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.anchor-nav__lists {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.anchor-nav__list {
  position: relative;
  padding: 18px 0 29px;
  width: 305px;
}

.anchor-nav__list::before {
  content: "";
  width: 41px;
  height: 28px;
  background-color: #009CF2;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: calc(50% - 14px);
  transition: all .3s;
}

.anchor-nav__list:first-of-type::before {
  content: "";
  width: 33px;
	height: 33px;
	clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  left: calc(50% - 16px);
}

.anchor-nav__list button {
  background: #009CF2;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 120px;
  padding: 4px 3px 4px 20px;
  text-align: left;
  width: 100%;
  transition: all .3s;
}

.anchor-nav__list .anchor-nav__tab{
  border: 0;
  margin: 0;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.anchor-nav__list button::before,
.anchor-nav__list button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 19px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 2px);
  transition: all .3s;
}

.anchor-nav__list button::before {
  transform: rotate(45deg);
}

.anchor-nav__list button::after {
  transform: rotate(-45deg);
}

@media (hover: hover) {
  .anchor-nav__list:hover::before,
  .anchor-nav__list:hover button {
    background: #88cbf8;
  }
  .anchor-nav__list:hover button::before,
  .anchor-nav__list:hover button::after {
    bottom: -4px;
  }
}

.anchor-nav__list .head {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.anchor-nav__list .head span {
  font-size: 30px;
  padding-left: 4px;
}

.anchor-nav__list .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .anchor-nav__lists {
    display: block;
  }

  .anchor-nav__list {
    padding: 18px 0 0;
    margin: 0 auto;
    max-width: 345px;
    width: 100%;
  }

  .anchor-nav__list::before {
    display: none;
  }

  .anchor-nav__list button {
    grid-template-columns: 1fr 100px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 43px;
    
  }

  .anchor-nav__list button::before,
  .anchor-nav__list button::after {
    bottom: auto;
    left: auto;
    top: calc(50% - -1px);
    right: 25px;
  }
  .anchor-nav__list .text {
    line-height: 1.5;
  }
  .anchor-nav__list .head {
    font-size: 15px;
  }
}


/* home case__wrap
-------------------------------------------------- */
.anchor-nav__tab.is-active{
  background: #88cbf8;
}

.anchor-nav__tab.is-active::before,
.anchor-nav__tab.is-active::after{
  bottom: -4px;
}

.anchor-nav__list.is-active::before{
  background-color: #88cbf8;
}


/* home case__wrap
-------------------------------------------------- */
.case__inner {
  max-width: 960px;
  width: 92%;
  margin: 0 auto;
  padding: 75px 0 100px;
}


/* case-nav__wrap */
.case-nav__wrap {
  position: relative;
  background: #009CF2;
  padding: 45px 0 50px;
}

.case-nav__wrap::after {
	content: "";
	display: block;
	position: absolute;
	width: 66px;
	height: 32px;
	background-color: #009CF2;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  bottom: -31px;
  left: calc(50% - 33px);
  z-index: 1;
}

.case-nav__title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.case-nav__title .head {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.case-nav__title .head span {
  position: relative;
  font-size: 40px;
  display: block;
  line-height: 1;
  width: 160px;
  margin: 0 auto;
}

.case-nav__title .head span::before,
.case-nav__title .head span::after {
  content: "";
  width: 49px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
  position: absolute;
  top: calc(50% - 2px);
}

.case-nav__title .head span::before {
  left: 0;
}

.case-nav__title .head span::after {
  right: 0;
}

.case-nav__title .text {
  font-size: 30px;
  letter-spacing: 0.05em;
}

/* case-nav__box */
.case-nav__box {
  position: relative;
  background: #fff;
  width: 690px;
  margin: 0 auto;
  padding: 20px 50px 45px;
  border-radius: 10px;
}

.case-nav__head {
  text-align: center;
  margin-bottom: 18px;
}

.case-nav__head p {
  font-size: 25px;
  color: #5F5F5F;
}

/* case-nav__lists */
.case-nav__lists li {
  position: relative;
  display: block;
  padding: 0 0 0 35px;
  margin-bottom: 20px;
}

.case-nav__lists li:last-child {
  margin-bottom: 0;
}

.case-nav__lists li::before {
  content: "";
  background: url(../image/link-ar001.svg) no-repeat 0 0 / contain;
  position: absolute;
  top: 5px;
  left: 0;
  width: 26px;
  height: 26px;
  transition: all .3s;
}

.case-nav__lists li a {
  /* padding: 20px 0 16px; */
  font-size: 18px;
  line-height: 1.5;
  color: #5F5F5F;
  font-weight: 700;

  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;

  text-decoration-color: rgba(95, 95, 95, 1);
}

@media (hover: hover) {
  .case-nav__lists li:hover::before {
    background: url(../image/link-ar001-hv.svg) no-repeat 0 0 / contain;
  }
  .case-nav__lists li:hover a {
    color: #009CF2;
    text-decoration-color: rgba(0, 156, 242, 1);
  }
  .case-nav__lists li a:hover {
    text-decoration-line: underline;
  }
}

@media (max-width: 767px) {
  .case__inner {
    padding: 50px 0 65px;
  }


  /* case-nav__wrap */
  .case-nav__wrap {
    padding: 25px 0 35px;
  }

  .case-nav__wrap::after {
    width: 46px;
    height: 22px;
    bottom: -21px;
    left: calc(50% - 23px);
  }

  .case-nav__title {
    margin-bottom: 20px;
  }

  .case-nav__title .head {
    font-size: 13px;
  }

  .case-nav__title .head span {
    font-size: 38px;
    width: 130px;
  }

  .case-nav__title .head span::before,
  .case-nav__title .head span::after {
    width: 36px;
  }

  .case-nav__title .text {
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
  }

  /* case-nav__box */
  .case-nav__box {
    width: 90%;
    padding: 15px 20px 25px;
  }

  .case-nav__head {
    margin-bottom: 8px;
  }

  .case-nav__head p {
    font-size: 22px;
  }

  /* case-nav__lists */
  .case-nav__lists li {
    padding: 0 0 0 27px;
  }

  .case-nav__lists li::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }

  .case-nav__lists li a {
    font-size: 16px;
    text-decoration-thickness: 1.3px;
  }
}


/* home case-box__wrap
-------------------------------------------------- */
.case-box__wrap {
  position: relative;
  background: #DDF3FF;
  padding: 85px 0 100px;
  margin-bottom: 50px;
  overflow: hidden;
}

.case-box__wrap:last-of-type {
  margin-bottom: 0;
}

.case-box__wrap::before {
  content: "";
  background: url(../image/bg-dc001.png) no-repeat 0 0 / contain;
  position: absolute;
  top: -35px;
  left: calc(50% - 565px);
  width: 1130px;
  height: 702px;
  pointer-events: none;
  z-index: 1;
}

.case-box__inner {
  max-width: 830px;
  width: 90%;
  margin: 0 auto;
}

.case-box__title {
  margin-bottom: 40px;
}

.case-box__title .tags {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 25px;
}

.case-box__title .tag {
  border: solid 1px #f8684c;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  padding: 6px 38px;
}

.case-box__title .tag:nth-of-type(1) {
  background: #f8684c;
  color: #fff;
}

.case-box__title .tag:nth-of-type(2) {
  background: #fff;
  color: #f8684c;
}

.case-box__title .head {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #f8684c;
}

@media (max-width: 767px) {
  .case-box__wrap {
    padding: 30px 0 35px;
    margin-bottom: 30px;
  }

  .case-box__wrap::before {
    background: url(../image/bg-dc001-sp.png) no-repeat 0 0 / contain;
    top: 200px;
    left: calc(50% - 173px);
    width: 345px;
    height: 736px;
    z-index: 0;
  }

  .case-box__title {
    margin-bottom: 30px;
  }

  .case-box__title .tags {
    display: block;
    margin-bottom: 14px;
  }

  .case-box__title .tag {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 6px;
    padding: 6px 20px;
  }

  .case-box__title .tag:last-child {
    margin-bottom: 0;
  }

  .case-box__title .head {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 900;
  }
}


/* home case-talks
-------------------------------------------------- */
.case-talk{
  position: relative;
}

.case-talk + .case-talk{
  margin-top: 25px;
}

/* 吹き出し */
.case-talk__bubble{
  background: #fff;
  border-radius: 6px;
  padding: 30px 40px;
  position: relative;
}

/* お悩み：左寄せ＋青文字 */
.case-talk--problem .case-talk__bubble{
  max-width: 700px;
  margin-left: 55px;
}
.case-talk__text--problem{
  color: #0b8fd6;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.45;
}
.case-talk__text--problem span{
  background: #FFE1DB;
  padding: 0 5px;
}

/* 回答：中央寄せ */
.case-talk--answer .case-talk__bubble{
  max-width: 590px;
  margin-left: auto;
  margin-right: 55px;
}
.case-talk__text--answer{
  color: #464646;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
.case-talk__text--answer span {
  color: #009CF2;
}

/* 人物 */
.case-talk__person {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-top: -35px;
  position: relative;
  z-index: 3;
}

.case-talk__person figure {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  flex: 0 0 auto;
}

.case-talk__person p {
  font-size: 14px;
  line-height: 1.4;
  color: #393939;
  font-weight: 700;
}

/* 右側（回答側） */
.case-talk__person--right{
  justify-content: flex-end;
  text-align: right;
}
.case-talk__person--right p {
  order: -1;
}

@media screen and (max-width: 767px){
  .case-talk + .case-talk{
    margin-top: 25px;
  }

  .case-talk__bubble{
    padding: 15px 25px 20px;
  }

  .case-talk--problem .case-talk__bubble{
    margin-left: 50px;
  }
  .case-talk__text--problem{
    font-size: 15px;
  }

  .case-talk--answer .case-talk__bubble{
    max-width: 590px;
    margin-right: 55px;
  }
  .case-talk__text--answer{
    font-size: 14px;
    line-height: 1.5;
  }

  .case-talk__person {
    gap: 10px;
    margin-top: -20px;
  }

  .case-talk__person figure {
    width: 88px;
    height: 88px;
  }

  .case-talk__person p {
    font-size: 12px;
    margin-bottom: 3px;
  }
}


/* home case-merit
-------------------------------------------------- */
.case-merit{
  position: relative;
  margin-top: 48px;
  padding: 20px 0 0;
}

.case-merit__panel{
  background: #F4F4ED;
  border: 1px solid #D6D6D1;
  padding: 0 50px 50px;
  max-width: 690px;
}

.case-merit__top{
  display: flex;
  align-items: center;
  gap: 35px;
  margin: -29px 0 7px;
}

.case-merit__label{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 17px;
  background: #fff;
  border: 1px solid #009CF2;
  color: #009CF2;
  font-weight: 700;
  border-radius: 6px;
  white-space: nowrap;
}

.case-merit__label::after{
  content: "";
  width: 10px;
  height: 14px;
  background-color: #009CF2;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  right: -25px;
  top: calc(50% - 7px);
}

.case-merit__no{
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #009CF2;
  line-height: 1;
}

.case-merit__title{
  margin: 0 0 33px;
  color: #009CF2;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.4;
}

.case-merit__body {
  padding: 0 170px 0 10px;
}

.case-merit__body p {
  color: #1E1E1E;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}

.case-merit__body p span {
  color: #009CF2;
}

.case-merit__media{
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 321px;
}

@media screen and (max-width: 767px){
  .case-merit{
    margin-top: 40px;
    padding: 20px 0 0;
  }

  .case-merit__panel{
    padding: 0 25px 20px;
  }

  .case-merit__top{
    gap: 35px;
    margin: -22px 0 11px -10px;
  }

  .case-merit__label{
    font-size: 12px;
  }

  .case-merit__label::after{
    width: 10px;
    height: 14px;
    right: -25px;
    top: calc(50% - 7px);
  }

  .case-merit__no{
    font-size: 44px;
  }

  .case-merit__title{
    margin: 0 0 15px;
    font-size: 20px;
  }

  .case-merit__body {
    padding: 0;
  }

  .case-merit__body p {
    font-size: 14px;
  }

  .case-merit__media{
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: 15px;
  }
}


/* home voice__wrap
-------------------------------------------------- */
.voice__wrap {
  position: relative;
  background: #F4FAFF;
  padding: 50px 0 65px;
}

.voice__wrap::before {
  content: "";
	width: 71px;
	height: 36px;
	background-color: #F4FAFF;
	clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: -35px;
  left: calc(50% - 35.5px);
}

.voice__inner{
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

.voice__head{
  text-align: center;
  margin: 0 0 48px;
}

.voice__head p {
  color: #009CF2;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.43333;
}

.voice__cards{
  display: grid;
  gap: 45px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 960px;
  margin: 0 auto;
}

/* card */
.voice-card{
  background: #fff;
  border: 1px solid #D9EEFF;
  border-radius: 0 34px 34px 34px;
  overflow: hidden;
}

.voice-card__inner{
  padding: 30px;
}

.voice-card__media{
  margin: 0 0 14px;
}

.voice-card__title{
  margin: 0 2px 14px;
  color: #1D84DD;
  font-weight: 700;
  font-size: 22px;
}

.voice-card__subtitle{
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}

.voice-card__text p{
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1425;
  letter-spacing: 0.02em;
}

.voice-card__text ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin: 0 0 10px 1em;
  text-indent: -1em;
}

.voice-card__text ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px){
  .voice__wrap {
    padding: 40px 0 50px;
  }

  .voice__wrap::before {
    width: 34px;
    height: 22px;
    top: -21px;
    left: calc(50% - 17px);
  }

  .voice__inner{
    width: 90%;
  }

  .voice__head{
    margin: 0 0 25px;
  }

  .voice__head p {
    font-size: 20px;
    line-height: 1.45;
  }

  .voice__cards{
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .voice-card{
    border-radius: 0 26px 26px 26px;
  }

  .voice-card__inner{
    padding: 25px;
  }

  .voice-card__media{
    margin: 0 0 14px;
  }

  .voice-card__title{
    font-size: 18px;
  }

  .voice-card__text p{
    line-height: 1.75;
  }
}



/* home cta__wrap
-------------------------------------------------- */
.cta__wrap{
  position: relative;
  background: #eef9ff;
  padding: 85px 0 0;
}

.cta__bg{
  background: #009CF2;
  background: linear-gradient(120deg, rgba(0,156,242, 1) 0%, rgba(102, 204, 37, 1) 100%);
  padding: 25px 0 60px;
}

.cta__bg::before{
  content: "";
  background: url(../image/cta-bg001.png) no-repeat 0 0 / contain;
  width: 1200px;
  height: 488px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.cta__inner{
  position: relative;
  max-width: 1040px;
  width: 92%;
  margin: 0 auto;
}

.cta__hero {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}

.cta__hero p {
  color: #fff;
  font-weight: 700;
}

.cta__lead{
  margin: 0 0 11px;
  font-size: 30px;
}

.cta__sublead{
  margin: 0 0 1px;
  font-weight: 700;
  font-size: 20px;
}

.cta__title{
  font-size: 45px;
}

.cta__panel{
  position: relative;
  z-index: 0;
}

.cta__panel::before{
  content: "";
  background: url(../image/cta-ph001.png) no-repeat 0 0 / contain;
  width: 218px;
  height: 294px;
  position: absolute;
  top: -290px;
  right: -15px;
  z-index: 0;
}

.cta__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
}

.cta-dl__head{
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0;
  color: #333;
}

.cta__flex {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 80px;
}

/* ボタン */
.cta-dl__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 89px;
  border-radius: 999px;
  background: #FF8A01;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  transition: all .3s;
}

.cta-dl__icon{
  width: 29px;
  height: 29px;
  background: url(../image/icon_download.svg) no-repeat center center / contain;
  flex: 0 0 auto;
}

.cta-dl--dark .cta-dl__btn {
  background: #1E71D3;
}

.cta-dl--dark .cta-dl__icon{
  background: url(../image/icon_download.svg) no-repeat center center / contain;
}

@media (hover: hover){
  .cta-dl:hover .cta-dl__btn{
    transform: translateY(4px);
  }
}

@media screen and (max-width: 767px){
  .cta__wrap{
    padding: 0;
  }

  .cta__bg{
    margin: 0;
    padding: 30px 0 45px;
  }

  .cta__bg::before{
    content: "";
    background: url(../image/cta-bg001.png) no-repeat 0 0 / contain;
    width: 1200px;
    height: 488px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }

  .cta__hero {
    padding: 0 20px;
    margin: 0 0 15px;
  }

  .cta__lead{
    margin: 0 0 6px;
    font-size: 18px;
  }

  .cta__sublead{
    margin: 0 0 16px;
    font-size: 13px;
  }

  .cta__title{
    font-size: 22px;
    line-height: 1.4;
  }

  .cta__panel::before{
    width: 91px;
    height: 122px;
    top: -121px;
    right: 14px;
  }

  .cta__grid{
    grid-template-columns: 1fr;
    padding: 20px 25px 30px;
    gap: 25px;
  }

  .cta-dl__head{
    margin: 0 0 15px;
    font-size: 18px;
  }

  .cta-dl__btn{
    gap: 12px;
    height: 54px;
    font-size: 20px;
  }

  .cta-dl__icon{
    width: 22px;
    height: 22px;
  }
}




/* home cta single
-------------------------------------------------- */
.cta__panel--single .cta__grid{
  grid-template-columns: 1fr;
  gap: 0;
  justify-items: center;
  padding-bottom: 70px;
}

.cta__panel--single .cta-dl{
  width: min(980px, 100%);
}

.cta__panel--single .cta-dl__head{
  font-size: 30px;
  margin-bottom: 40px;
}

.cta__panel--single .cta-dl__btn{
  position: relative;
  max-width: 880px;
  margin-left: auto;
}

.cta__panel--single .cta-dl__btn::before{
  content: "";
  background: url(../image/cta-il001.png) no-repeat 0 0 / contain;
  width: 279px;
  height: 178px;
  position: absolute;
  top: -45px;
  left: -65px;
  z-index: 0;
}

@media screen and (max-width: 767px){
  .cta__panel.cta__panel--single {
    position: relative;
  }

  .cta__panel.cta__panel--single::after{
    content: "";
    background: url(../image/cta-il001.png) no-repeat 0 0 / contain;
    width: 150px;
    height: 95px;
    position: absolute;
    top: -14px;
    left: -10px;
    z-index: 2;
  }

  .cta__panel--single .cta__grid{
    padding-bottom: 30px;
  }

  .cta__panel--single .cta-dl{
    width: min(980px, 100%);
  }

  .cta__panel--single .cta-dl__head{
    font-size: 18px;
    margin: 0 22px 15px auto;
  }

  .cta__panel--single .cta-dl__btn {
    font-size: 15px;
  }

  .cta__panel--single .cta-dl__btn::before{
    display: none;
  }

}


/* home cta single
-------------------------------------------------- */
.back__wrap {
  background-color: #1eafff;
  text-align: center;
  padding: 100px 0;
}

.back__wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin: 0 auto;
  height: 89px;
  border-radius: 999px;
  background: #FFF;
  color: #009CF2;
  font-weight: 900;
  font-size: 25px;
  transition: all .3s;
}

@media (hover: hover) {
  .back__wrap a:hover {
    color: #FFF;
    background: #88cbf8;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px){
  .back__wrap {
    padding: 60px 0;
  }
  .back__wrap a {
    height: 54px;
    font-size: 20px;
    width: 80%;
  }
}
.back__wrap-text{
  position: relative;
}
.back__wrap-text::before,
.back__wrap-text::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -32px;
  width: 4px;
  height: 19px;
  border-radius: 9999px;
  background-color: #009CF2;
  transform-origin: 50% calc(100% - 2px);
  transition: all .3s;
}

.back__wrap-text::before {
  transform: rotate(136deg);
}

.back__wrap-text::after {
  transform: rotate(-136deg);
}

@media (hover: hover) {
  .back__wrap a:hover::before,
  .back__wrap a:hover button {

    /*background: #88cbf8;*/
  }
  .back__wrap a:hover .back__wrap-text::before,
  .back__wrap a:hover .back__wrap-text::after {
    background: #FFF;
  }
}