.pc {
  display: block;
}
.pcIn {
  display: inline
}
.sp {
  display: none
}
.spIn {
  display: none
}
body {
  position: relative;
  background-color: #fff;
  line-height: 1.5;
}
p {
  font-size: 18px;
  line-height: 1.5;
}
ul li {
  list-style: none
}
a {
  color: inherit;
  text-decoration: none;
	 transition: all .4s;
}
a:hover img {
  opacity: 0.7
}
img {
  width: auto;
  max-width: 100%;
}
.inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .pcIn {
    display: none
  }
  .sp {
    display: block
  }
  .spIn {
    display: inline
  }
  img {
    max-width: 100%;
    height: auto
  }
  body {
    position: relative;
    min-width: 100%;
  }
  section {
    min-width: 100%;
    clear: both
  }
  .inner {
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
    position: relative;
  }
}
#home .header__btn--download a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 7px;
}
#home .header__btn--download a:after {
  content: '';
  background: url("../images/dl.svg") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 13px;
  height: 13px;
}
#home .header__btn--contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
#home .header__btn--contact a:after {
  content: '';
  background: url("../images/arrow.svg") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 8px;
  height: 13px;
}
.kv {
  background: url("../images/MVbg.jpg") center right no-repeat #E6F3F9;
  background-size: 1440px auto;
  min-height: 560px;
  padding: 0;
  margin-top: 55px;
}
.kv dl {
  display: flex;
  justify-content: space-between;
}
.kv .inner {
  padding: 0;
  min-height: 560px;
  background: url("../images/MV.png") right 32px no-repeat;
	background-size: 720px auto;
}
.mv_cont {
  max-width: 652px;
  width: 60%;
  text-align: center;
  padding: 80px 0;
}
.baloon_list {
  display: flex;
  column-gap: 24px;
  justify-content: center;
  margin-bottom: 24px;
}
.baloon_list li {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #09A5AB;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  position: relative;
  font-weight: 600;
  line-height: 1.6; /* 38.4px */
}
.baloon_list li:after {
  content: '';
  background: url(../images/baloon01.svg) 0 0 no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.leed01 {
  color: #1C1C1C;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 52px */
}
h2 {
  color: #1C1C1C;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 130%;
}
.leed02 {
  color: #1C1C1C;
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
}
.btn_list {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.btn_list li {
  max-width: 316px;
  width: 50%;
}
.btn_list li:first-child a {
  display: flex;
  width: 100%;
  height: 64px;
  padding: 8px 20px;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #C4C4C4;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  color: #083BA0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

.btn_list li:first-child a:after {
  content: '';
  background: url("../images/dl.svg") 0 0 no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
}
.btn_list li:first-child a span {
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background: #09A5AB;
  border-radius: 22px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
	 transition: all .4s;
}
.btn_list li:first-child a:hover span{
	  background: #0AB9BF;
}


.btn_list li:last-child a {
  display: flex;
  width: 100%;
  height: 64px;
  padding: 8px 20px 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  background: #083BA0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
		 transition: all .4s;

}
.btn_list li:last-child a:hover{
	background: #2258AE
}

.btn_list li:last-child a:after {
  content: '';
  background: url("../images/arrow.svg") 0 0 no-repeat;
  display: block;
  width: 8px;
  height: 13px;
  background-size: 100% auto;
}
.btn_list li a:hover{
	opacity: 1;
box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.24);
}
.mv_img {
  display: none
}
@media screen and (max-width: 1100px) {
  .kv {
    background: url("../images/MVbg.jpg") center right no-repeat #E6F3F9;
    background-size: auto 100%;
    min-height: 560px;
    padding: 0;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .kv .inner {
    padding: 0;
    min-height: 560px;
    background: none;
  }
  .mv_cont {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0
  }
  .kv dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }
  .mv_img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    background: url("../images/spMVbg.png") center right no-repeat #E6F3F9;
    background-size: cover;
    min-height: 0;
    padding: 0;
    margin-top: 54px;
    padding-bottom: 50px;
  }
  .kv .inner {
    padding: 0;
    min-height: 560px;
    background: none;
  }
  .mv_cont {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 6.4vw;
  }
  .kv dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }
  .mv_img {
    display: block;
    margin: 0 auto;
  }
  .baloon_list {
    display: flex;
    column-gap: 4.266666666666667vw;
    justify-content: center;
    margin-bottom: 24px;
  }
  .baloon_list li {
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #09A5AB;
    color: #FFF;
    text-align: center;
    font-size: 4.266666666666667vw;
    font-style: normal;
    position: relative;
    font-weight: 600;
    line-height: 1.6; /* 38.4px */
  }
  .baloon_list li:after {
    content: '';
    background: url(../images/baloon01.svg) 0 0 no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .leed01 {
    color: #1C1C1C;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 5.333333333333334vw;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
  }
  h2 {
    color: #1C1C1C;
    font-size: 8vw;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 130%;
  }
  .leed02 {
    color: #1C1C1C;
    text-align: center;
    font-size: 4.266666666666667vw;
    margin-bottom: 10vw;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 28.8px */
  }
  .btn_list {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 5.333333333333334vw;
    justify-content: center;
    column-gap: 20px;
  }
  .btn_list li {
    max-width: none;
    width: 72%;
  }
  .btn_list li:first-child a {
    display: flex;
    width: 100%;
    height: auto;
    padding: 8px 20px;
    column-gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    color: #083BA0;
    text-align: center;
    font-size: 4.266666666666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
  }
  .btn_list li:first-child a:after {
    content: '';
    background: url("../images/dl.svg") 0 0 no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    background-size: 100% auto;
  }
  .btn_list li:first-child a span {
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    background: #09A5AB;
    border-radius: 18px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .btn_list li:last-child a {
    display: flex;
    width: 100%;
    min-height: 54px;
    height: auto;
    padding: 8px 20px 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    background: #083BA0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
    color: #FFF;
    text-align: center;
    font-size: 4.266666666666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .btn_list li:last-child a:after {
    content: '';
    background: url("../images/arrow.svg") 0 0 no-repeat;
    display: block;
    width: 8px;
    height: 13px;
    background-size: 100% auto;
  }
}
.top02 {
  padding: 100px 0
}
.top_h2 {
  text-align: center;
  line-height: 1.2
}
.top_h2 .small {
  color: #083BA0;
  text-align: center;
  display: block;
  font-size: var(--font-size-20, 20px);
  font-style: normal;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.7; /* 34px */
}
.top_h2 .ja {
  color: #1C1C1C;
  display: block;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 60px */
}
.flow-pc {
  margin: 40px auto 0;
	max-width: 1056px;
}
   @media screen and (max-width: 1240px) {
		 .flow-pc {	width: 100%;
}
}

@media screen and (max-width: 767px) {
  .top02 {
    padding: 64px 0
  }
  .top_h2 {
    text-align: center;
    line-height: 1.2
  }
  .top_h2 .small {
    color: #083BA0;
    text-align: center;
    display: block;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 1.7; /* 34px */
  }
  .top_h2 .ja {
    color: #1C1C1C;
    display: block;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 60px */
  }
  .flow-pc {
    margin: 40px auto 0;
		max-width: 100%
  }
}
.top03 {
  background: url("../images/cta-bg01.jpg") right top no-repeat #073ba0;
  padding: 100px 0 200px;
  position: relative
}
.top03:after {
  content: '';
  background: #fff;
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 100px 100px 0 0;
}
.top03 h2.top_h2 {
  margin-bottom: 64px;
}
.top03 h2.top_h2 .small {
  color: #fff;
}
.top03 h2.top_h2 .ja {
  color: #fff;
}
.three-points {
  display: flex;
  column-gap: 10px;
  max-width: 1124px;
  margin: 0 auto;
  justify-content: space-between;
}
.three-points li {
  max-width: 332px;
  width: 33%;
}
.three-points li a {
  display: flex;
  padding: 16px 16px 52px 16px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: relative;
  border-radius: 10px;
  background: url("../images/arrow_under.svg") center bottom 21px no-repeat #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.three-points li .number {
  position: absolute;
  top: -24px;
  width: 72px;
}
.three-points li p {
  margin: 28px auto 0;
  color: var(--Text-Black, #1C1C1C);
  text-align: center;
  font-size: var(--font-size-20, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
}
@media screen and (max-width: 767px) {
  .top03 {
    background: url("../images/cta-bg-sp.png") center top no-repeat #073ba0;
    background-size: 100% auto;
    padding: 64px 0 128px;
    position: relative
  }
  .top03:after {
    content: '';
    background: #fff;
    display: block;
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 40px 40px 0 0;
  }
  .top03 h2.top_h2 {
    margin-bottom: 64px;
  }
  .top03 h2.top_h2 .small {
    color: #fff;
  }
  .top03 h2.top_h2 .ja {
    color: #fff;
  }
  .three-points {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    grid-row-gap: 64px;
    max-width: 1124px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .three-points li {
    max-width: none;
    width: 100%;
  }
  .three-points li a {
    display: flex;
    padding: 32px 0px 52px 0px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
    border-radius: 10px;
    background: url("../images/arrow_under.svg") center bottom 21px no-repeat #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  }
  .three-points li .number {
    position: absolute;
    top: -24px;
    width: 72px;
  }
  .three-points li a > div {
    display: flex;
    align-items: center
  }
  .three-points li a > div img {
    width: 48.6%
  }
  .three-points li p {
    margin: 0px auto 0;
    color: var(--Text-Black, #1C1C1C);
    text-align: left;
    padding-right: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
  }
}
.top04 {
  background: #fff;
  padding-bottom: 200px;
  position: relative;
}
.num_tit {
  display: flex;
  margin-bottom: 80px;
  column-gap: 38px;
}
.num_tit dt {
  width: 118px;
  flex-shrink: 0
}
.tit_scene {
  display: inline-flex;
  padding: 4px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 70px;
  background: var(--Primary-Bule, #083BA0);
  color: var(--Text-White, #FFF);
  text-align: center;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 180%; /* 28.8px */
}
.num_tit dd h2 {
  color: var(--Text-Black, #1C1C1C);
  font-size: var(--font-size-32, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
}
.cont_flex {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
.cont_flex.rev {
  margin-bottom: 0
}
.cont_flex > dt {
  max-width: 680px;
  width: 58.6%;
}
.cont_flex > dd {
  max-width: 520px;
  width: 44.8%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(128, 173, 218, 0.30);
  margin-left: -40px;
  z-index: 9;
}
.cont_flex.rev > dd {
  margin-left: 0;
  margin-right: -40px;
}
.cont_flex > dd h3 {
  color: var(--Text-Black, #1C1C1C);
  font-size: var(--font-size-24, 24px);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 160%; /* 38.4px */
}
.cont_flex > dd p {
  color: #1C1C1C;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
}
.cont_flex dd p strong {
  font-weight: bold;
  color: #083BA0;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  line-height: 180%;
}
.cont_flex_inner {
  display: flex;
  margin-top: 24px;
  column-gap: 16px;
  align-items: center;
  margin-bottom: 8px;
}
.cont_flex_inner > dt {
  width: 146px;
  flex-shrink: 0
}
.cont_flex_inner > dd {
  max-width: 220px;
}
.cont_flex_inner > dd h4 {
  color: #1C1C1C;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
}
.cont_flex_inner > dd p {
  color: #1C1C1C;
  font-size: var(--font-size-10, 10px);
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 16px */
}
.rev {
  flex-direction: row-reverse
}
.top04:after {
  content: '';
  background: #F2F8FB;
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 767px) {
  .top04 {
    background: #fff;
    padding-bottom: 128px;
    position: relative;
  }
  .top04 .inner {
    padding: 0;
  }
  .num_tit {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 16px;
    margin: 0 24px 32px;
    column-gap: 38px;
  }
  .num_tit dt {
    width: 103px;
    flex-shrink: 0
  }
  .tit_scene {
    display: inline-flex;
    padding: 4px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 70px;
    background: var(--Primary-Bule, #083BA0);
    color: var(--Text-White, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 180%; /* 28.8px */
  }
  .num_tit dd h2 {
    color: var(--Text-Black, #1C1C1C);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
  }
  .cont_flex {
    display: flex;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    justify-content: center;
  }
  .cont_flex.rev {
    margin-bottom: 0
  }
  .cont_flex > dt {
    max-width: 680px;
    width: 100%;
  }
  .cont_flex > dt img {
    width: 100%;
    max-width: none;
  }
  .cont_flex > dd {
    max-width: 520px;
    margin: 0 24px;
    width: 100%;
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(128, 173, 218, 0.30);
    z-index: 9;
  }
  .cont_flex.rev > dd {
    margin: 0 24px;
  }
  .cont_flex > dd h3 {
    color: var(--Text-Black, #1C1C1C);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 160%; /* 38.4px */
  }
  .cont_flex > dd p {
    color: #1C1C1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%; /* 28.8px */
  }
  .cont_flex dd p strong {
    font-weight: bold;
    color: #083BA0;
    font-size: 14px;
  }
  .cont_flex_inner {
    display: flex;
    margin-top: 16px;
    column-gap: 16px;
    align-items: center;
    margin-bottom: 8px;
  }
  .cont_flex_inner > dt {
    width: 146px;
    flex-shrink: 0
  }
  .cont_flex_inner > dd {
    max-width: 220px;
  }
  .cont_flex_inner > dd h4 {
    color: #1C1C1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
  }
  .cont_flex_inner > dd p {
    color: #1C1C1C;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 16px */
  }
  .rev {
    flex-direction: row-reverse
  }
  .top04:after {
    content: '';
    background: #F2F8FB;
    display: block;
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 40px 40px 0 0;
  }
}
.top05 {
  background: #F2F8FB;
  padding-bottom: 200px;
  position: relative;
}
.top05:after {
  content: '';
  background: #fff;
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 767px) {
  .top05 {
    background: #F2F8FB;
    padding-bottom: 128px;
    position: relative;
  }
  .top05 .inner {
    padding: 0
  }
  .top05:after {
    content: '';
    background: #fff;
    display: block;
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 40px 40px 0 0;
  }
}
.top06 {
  background: #fff;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top06 {
    background: #fff;
    padding-bottom: 64px;
  }
  .top06 .inner {
    padding: 0
  }
}
.cta01 {
  background: url("../images/cta-bg01.jpg") right top no-repeat #073ba0;
  padding: 40px 0 40px;
  position: relative
}
.cta01 h2 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
}
.cta01 ul {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  column-gap: 40px;
}
.cta01 ul li {
  width: 50%;
  text-align: center;
  max-width: 400px;
}
.cta01 ul li p {
  color: #FFF;
  text-align: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
}
.cta01 ul li:first-child a {
  display: flex;
  width: 100%;
  height: 64px;
  padding: 8px 20px;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #C4C4C4;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  color: #083BA0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.cta01 ul li:first-child a:after {
  content: '';
  background: url("../images/dl.svg") 0 0 no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
}
.cta01 ul li:first-child a span {
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background: #09A5AB;
  border-radius: 22px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cta01 ul li:last-child a {
  display: flex;
  width: 100%;
  height: 64px;
  padding: 8px 20px 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  background: #09A5AB;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cta01 ul li:last-child a:after {
  content: '';
  background: url("../images/arrow.svg") 0 0 no-repeat;
  display: block;
  width: 8px;
  height: 13px;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .cta01 {
    background: url("../images/cta-bg-sp.png") center top no-repeat #073ba0;
    background-size: 100% auto;
    padding: 40px 0 40px;
    position: relative
  }
  .cta01 h2 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
  }
  .cta01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    color: #fff;
    column-gap: 40px;
    grid-row-gap: 24px;
  }
  .cta01 ul li {
    width: 100%;
    text-align: center;
    max-width: 400px;
  }
  .cta01 ul li p {
    color: #FFF;
    text-align: center;
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 28.8px */
  }
  .cta01 ul li:first-child a {
    display: flex;
    width: 100%;
    height: auto;
    padding: 8px 20px;
    column-gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    color: #083BA0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
  }
  .cta01 ul li:first-child a:after {
    content: '';
    background: url("../images/dl.svg") 0 0 no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    background-size: 100% auto;
  }
  .cta01 ul li:first-child a span {
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    background: #09A5AB;
    border-radius: 18px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .cta01 ul li:last-child a {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 56px;
    padding: 8px 20px 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    background: #09A5AB;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .cta01 ul li:last-child a:after {
    content: '';
    background: url("../images/arrow.svg") 0 0 no-repeat;
    display: block;
    width: 8px;
    height: 13px;
    background-size: 100% auto;
  }
}
.top_faq {
  padding: 100px 0 68px;
  background: #F7F7F7;
}
.top_faq h2 {
  color: #1C1C1C;
  text-align: center;
  font-size: var(--font-size-40, 40px);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 64px;
  line-height: 150%; /* 60px */
}
.faq_dl {
  background: #fff;
  padding: 24px 24px 0 24px;
  margin-bottom: 32px;
}
.faq_dl dt {
  padding-right: 80px;
  display: flex;
  cursor: pointer;
  column-gap: 35px;
  color: #083BA0;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  align-items: center;
  padding-bottom: 24px;
  position: relative;
}
.faq_dl dt:after {
  content: '';
  background: url(../images/plus.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
}
.faq_dl dt.active:after {
  content: '';
  background: url(../images/minus.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
}
.faq_dl dt:before {
  content: 'Q';
  color: #083BA0;
  font-size: var(--font-size-20, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
}
.faq_dl dd {
  display: none;
  border-top: 1px solid #C4C4C4;
  padding-top: 24px;
}
.faq_dl dd div {
  display: flex;
  align-items: flex-start;
  padding-bottom: 24px;
  column-gap: 35px;
}
.faq_dl dd div p {
  color: var(--gray-800, #3B3B3B);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
}
.faq_dl dd div p a {
  text-decoration: underline
}
.faq_dl dd div p span {
  display: block;
  margin-top: 1.8em;
  color: #3B3B3B;
  font-size: var(--font-size-12, 12px);
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 21.6px */
}
.faq_dl dd div:before {
  content: 'A';
  color: #09A5AB;
  text-align: center;
  font-size: var(--font-size-20, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
}
@media screen and (max-width: 767px) {
  .top_faq {
    padding: 64px 0 40px;
    background: #F7F7F7;
  }
  .top_faq h2 {
    color: #1C1C1C;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 150%; /* 60px */
  }
  .faq_dl {
    background: #fff;
    padding: 24px 16px 0 16px;
    margin-bottom: 24px;
  }
  .faq_dl dt {
    padding-right: 40px;
    display: flex;
    cursor: pointer;
    column-gap: 15px;
    color: #083BA0;
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 28.8px */
    align-items: flex-start;
    padding-bottom: 24px;
    position: relative;
  }
  .faq_dl dt:after {
    content: '';
    background: url(../images/plus.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
  }
  .faq_dl dt.active:after {
    content: '';
    background: url(../images/minus.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
  }
  .faq_dl dt:before {
    content: 'Q';
    color: #083BA0;
    font-size: var(--font-size-20, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
  }
  .faq_dl dd {
    display: none;
    border-top: 1px solid #C4C4C4;
    padding-top: 24px;
  }
  .faq_dl dd div {
    display: flex;
    align-items: flex-start;
    padding-bottom: 24px;
    column-gap: 15px;
  }
  .faq_dl dd div p {
    color: var(--gray-800, #3B3B3B);
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 28.8px */
  }
  .faq_dl dd div p a {
    text-decoration: underline
  }
  .faq_dl dd div p span {
    display: block;
    margin-top: 1.5em;
    color: #3B3B3B;
    font-size: var(--font-size-12, 12px);
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 21.6px */
  }
  .faq_dl dd div:before {
    content: 'A';
    color: #09A5AB;
    text-align: center;
    font-size: var(--font-size-20, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
  }
}
.top07 {
  padding: 100px 0;
}
.inner_l {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.top07 h2 {
  color: #1C1C1C;
  margin-bottom: 64px;
  text-align: center;
  font-size: var(--font-size-40, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */
}
@media screen and (max-width: 767px) {
  .top07 {
    padding: 64px 0 0 0;
  }
  .inner_l {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
  .top07 h2 {
    color: #1C1C1C;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 60px */
  }
}
.case_L {
  display: flex;
  margin-bottom: 64px;
  justify-content: space-between;
  padding: 24px;
  align-items: flex-start;
  gap: 40px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.case_L_l {
  max-width: 560px;
  width: 50%;
}
.case_L_l iframe {
  width: 100%;
}
.case_L_r {
  width: 50%
}
.pu {
  display: inline-flex;
  padding: 3px 8px;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #083BA0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.case_L_r h3 {
  color: #1C1C1C;
  margin-bottom: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.case_L_r p {
  color: #1C1C1C;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tag {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 8px;
  column-gap: 8px;
}
.tag li {
  display: inline-flex;
  padding: 6px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #EBF5FA;
  color: #1C1C1C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
}
.salesmarker {
  float: right;
  max-width: 200px;
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .case_L {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    justify-content: space-between;
    padding: 24px 16px;
    align-items: flex-start;
    gap: 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  }
  .case_L_l {
    max-width: 560px;
    width: 100%;
  }
  .case_L_l iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 280 / 158;
  }
  .case_L_r {
    width: 100%
  }
  .pu {
    display: inline-flex;
    padding: 3px 8px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #083BA0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .case_L_r h3 {
    color: #1C1C1C;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .case_L_r p {
    color: #1C1C1C;
    margin-bottom: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .tag {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 10px;
    column-gap: 8px;
  }
  .tag li {
    display: inline-flex;
    padding: 6px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: #EBF5FA;
    color: #1C1C1C;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
  }
  .salesmarker {
    float: none;
    max-width: 200px;
    margin: 24px auto 0;
    display: block;
  }
}
.case_list {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.case_list > li {
  max-width: 386px;
  width: 33%;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  background: #FFF;
	 transition: all .4s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.case_list > li:hover{
	 box-shadow: 0px 0px 30px 0 rgba(0,0,0,.14)
}
.case_list > li a{
	  padding: 24px;
display: block;
}

.case_list > li a:hover{
	opacity: 1;
}

.imgbox {
  position: relative;
  margin-bottom: 24px;
	overflow: hidden;
}

.imgbox img{
    transition: .4s all;
}
.case_list > li a:hover .imgbox img {
   transform: scale(1.1);
}

.case_list > li a:hover img {
	opacity: 1;
	z-index: 1
}
.new {
  display: inline-flex;
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #F05615;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
	z-index: 2
}
.update {
  display: inline-flex;
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #09A5AB;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
	z-index: 2
}

.logos {
  margin-bottom: 24px;
	max-height: 48px;
}
.label {
  position: absolute;
  top: 10px;
	z-index: 2;
  left: 10px;
}
.case_list li h3 {
  color: #1C1C1C;
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.case_list li p {
  text-align: left;
  color: #1C1C1C;
  font-size: 16px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.others {
  display: flex;
  margin: 0 auto;
  color: #1C1C1C;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  column-gap: 16px;
  position: relative;
  margin-bottom: 100px;
  max-width: 180px;
}
.others:after {
  content: '';
  background: url(../images/arrow_k.png) 0 0 no-repeat;
  display: block;
  width: 8px;
  height: 13px;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .case_list {
    display: flex;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .case_list > li {
    max-width: none;
    width: 100%;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 24px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  }
	.case_list > li a{
    padding: 24px 16px;
display: block;
}
  .imgbox {
    position: relative;
    margin-bottom: 24px;
  }
  .imgbox img {
    width: 100%;
  }
  .new {
    display: inline-flex;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #F05615;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .update {
    display: inline-flex;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #09A5AB;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
	
  .logos {
    margin-bottom: 24px;
  }
  .label {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .case_list li h3 {
    color: #1C1C1C;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .case_list li p {
    text-align: left;
    color: #1C1C1C;
    font-size: 14px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .others {
    display: flex;
    margin: 0 auto;
    color: #1C1C1C;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    column-gap: 16px;
    position: relative;
    margin-bottom: 100px;
    max-width: 158px;
  }
  .others:after {
    content: '';
    background: url(../images/arrow_k.png) 0 0 no-repeat;
    display: block;
    width: 8px;
    height: 13px;
    background-size: 100% auto;
  }
}
.useful_list img {
  border-radius: 10px 10px 0 0;
}
.useful_list {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  margin-bottom: 63px;
}
.useful_list li {
  width: 33%;
  max-width: 360px;
  align-items: flex-start;
  border-radius: 10px;
  background: var(--Background---background-white, #FFF);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	 transition: all .4s;

}
.useful_list li a:hover,.useful_list li a:hover img{
	opacity: 1
}
.useful_list li:hover{
	  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14);
}
.useful_list li:hover img{
   transform: scale(1.1);

}

.label.pop {
  display: flex;
  padding: 3px 16px;
  border-radius: 4px;
  background: #09A5AB;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.useful_list .content {
  padding: 0 24px 24px;
}
.useful_list .content h3 {
  color: #1A1A22;
  margin-bottom: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
}
.useful_list .content .dl_btn {
  display: inline-flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  column-gap: 13px;
  gap: 8px;
  border-radius: 34px;
  border: 1px solid #083BA0;
  background: #083BA0;
  color: #FFF;
  font-feature-settings: 'halt'on;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.useful_list .content .dl_btn:after {
  content: '';
  background: url(../images/dl_w.png) 0 0 no-repeat;
  display: block;
  width: 15px;
  height: 16px;
  background-size: 100% auto;
}
.btn_right {
  text-align: right
}
.all {
  display: flex;
  width: 240px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  border: 1px solid #C4C4C4;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  color: #083BA0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  margin: 0 auto;
  font-weight: 600;
  column-gap: 24px;
  line-height: normal;
  position: relative;
  margin-bottom: 120px;
	 transition: all .4s;
}
.all:hover{
	opacity: 1;
	  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14);
}
.all:after {
  content: '';
  background: url(../images/arrow_b.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  right: 56px;
  width: 8px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .useful_list img {
    border-radius: 10px 10px 0 0;
  }
  .useful_list {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 32px;
    column-gap: 10px;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .useful_list li {
    width: 100%;
    max-width: none;
    align-items: flex-start;
    border-radius: 10px;
    background: var(--Background---background-white, #FFF);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  }
  .useful_list li .imgbox {
    margin-bottom: 16px;
  }
  .label.pop {
    display: flex;
    padding: 3px 16px;
    border-radius: 4px;
    background: #09A5AB;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .useful_list .content {
    padding: 0 16px 18px;
  }
  .useful_list .content h3 {
    color: #1A1A22;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
  }
  .useful_list .content .dl_btn {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    column-gap: 13px;
    gap: 8px;
    border-radius: 34px;
    border: 1px solid #083BA0;
    background: #083BA0;
    color: #FFF;
    font-feature-settings: 'halt'on;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }
  .useful_list .content .dl_btn:after {
    content: '';
    background: url(../images/dl_w.png) 0 0 no-repeat;
    display: block;
    width: 15px;
    height: 16px;
    background-size: 100% auto;
  }
  .btn_right {
    text-align: right
  }
  .all {
    display: flex;
    width: 240px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    color: #083BA0;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    margin: 0 auto;
    font-weight: 600;
    column-gap: 24px;
    line-height: normal;
    position: relative;
    margin-bottom: 64px;
  }
  .all:after {
    content: '';
    background: url(../images/arrow_b.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    right: 56px;
    width: 8px;
    height: 13px;
  }
}
.label02.on {
  display: inline-flex;
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #F05615;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.label02.end {
  display: inline-flex;
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #c4c4c4;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.useful_list.event_list .content h3 {
  margin-bottom: 16px
}
.date {
  color: #878787;
  display: flex;
  font-size: 14px;
  font-style: normal;
  align-items: center;
  column-gap: 8px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.date:before {
  content: '';
  background: url(../images/Date.png) 0 0 no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
}
.cta_02 {
  background: url("../images/cta-bg01.jpg") right top no-repeat #073ba0;
  padding: 40px 0 40px;
  position: relative;
  color: #fff;
}
.cta_02 dl {
  display: flex;
  column-gap: 63px;
  max-width: 950px;
  margin: 0 auto;
  align-items: center;
}
.cta_02 dl dt h2 {
  display: flex;
  color: #fff;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
}
.cta_02 dl dt p {
  color: #FFF;
  font-feature-settings: 'halt'on;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.cta_02 dl dd {
  width: 400px;
  flex-shrink: 0
}
.cta_02 .btn_list {
  display: block;
  width: 100%
}
.cta_02 .btn_list li {
  width: 100%;
  max-width: 100%;
}
.cta_02 .btn_list li a {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px
}
.cta_02 .btn_list li:last-child {}
.cta_02 .btn_list li:last-child a {
  background: #09A5AB;
  margin-bottom: 0;
}
.cta_02 .btn_list li:last-child a:hover{
	background: #0AB9BF
}

@media screen and (max-width: 767px) {
  .cta_02 {
    background: url("../images/cta-bg-sp.png") center top no-repeat #073ba0;
    background-size: 100% auto;
    padding: 40px 0 40px;
    position: relative;
    color: #fff;
  }
  .cta_02 dl {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 32px;
    justify-content: center;
    column-gap: 63px;
    max-width: 950px;
    margin: 0 auto;
    align-items: center;
  }
  .cta_02 dl dt h2 {
    display: flex;
    color: #fff;
    align-items: flex-start;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
  }
  .cta_02 dl dt p {
    color: #FFF;
    font-feature-settings: 'halt'on;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%; /* 24px */
  }
  .cta_02 dl dd {
    width: 100%;
    flex-shrink: 0
  }
  .cta_02 .btn_list {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%
  }
  .cta_02 ul li:first-child a {
    display: flex;
    width: 100%;
    height: auto;
		margin-bottom: 32px;
    padding: 8px 20px;
    column-gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    color: #083BA0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
  }
  .cta_02 ul li:first-child a:after {
    content: '';
    background: url("../images/dl.svg") 0 0 no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    background-size: 100% auto;
  }
  .cta_02 ul li:first-child a span {
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    background: #09A5AB;
    border-radius: 18px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .cta_02 ul li:last-child a {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 56px;
    padding: 8px 20px 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    background: #09A5AB;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.28);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .cta_02 ul li:last-child a:after {
    content: '';
    background: url("../images/arrow.svg") 0 0 no-repeat;
    display: block;
    width: 8px;
    height: 13px;
    background-size: 100% auto;
  }

}
.foot_info {
  padding: 40px 0;
  border-bottom: 1px solid #C4C4C4;
}
.inner_foot {
  max-width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  column-gap: 40px
}
.inner_foot ul {
  display: flex;
  column-gap: 40px;
  padding: 30px 0
}
.inner_foot ul li a {
  color: #1C1C1C;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
}
.zoom {
  width: 160px;
}

   @media screen and (max-width: 767px) {
.inner_foot {
  max-width: 100%;
  padding: 0 40px;
  display: flex;
	flex-direction: column;
  justify-content: flex-start;
  column-gap: 40px;
	grid-row-gap: 40px;
}
.inner_foot ul {
  display: flex;
	flex-wrap: wrap;
  column-gap: 40px;
	grid-row-gap: 10px;
  padding: 0px 0
}
.inner_foot ul li a {
  color: #1C1C1C;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
}
.zoom {
  width: 160px;
	margin: 0 auto;
	display: block
}
		 
}

footer {
  padding: 24px;
  text-align: center;
}
footer small {
  color: #1C1C1C;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
}

#c01,#c02,#c03{
	padding-top: 55px;
margin-top: -55px;
	display: block
}