
:root{
	--main: #3b464f;/*メイン　ネイビー*/
	--subPink: #b43f60;/*アクセント　ピンク*/
	--bg01: #f0f4f8;/*淡色背景*/
	--bg02: #cbdfef;/*濃色背景*/
	}

.wrap {
    overflow: hidden;
}


a {
    text-decoration: none;
    color: unset;
}
h3{
font-size:24pt;
}
h1,h2{
font-size:32pt;
}

p{
font-size:14pt;
    font-weight: 500;
}

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&family=Staatliches&display=swap');
* {
    box-sizing: border-box;
    font-family: 'Quicksand',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: var(--main);
}
	 
body{
	margin:0;
	padding:0px;
	}
header {
    height: 52px;
    position: fixed;
    background: rgb(255 255 255 / 95%);
    width: 100%;
    top: 0;
    z-index: 1000;
}
.headerLogo {
    display: inline-block;
    float: left;
}
.headerLogo img {
    height: 37px;
    display: block;
    width: auto;
}

.headerContent {
    max-width: 768px;
    text-align: center;
    margin: auto;
    padding: 8px 0 0;
}



.headerNavi li {
    display: inline-block;
    margin: 10px;
    font-weight: bold;
}
.headerNavi {
    font-size: 8px;
    float: right;
    display: inline-block;
    height: 52px;
    line-height: 19px;
}

/*TOP*/
.top{
	background:#f0f4f8;
	height:100vh;
	}
.topContent {
    width: 768px;
    max-width: 100%;
    margin: auto;
    position: relative;
    height: 100vh;
}
.topLeft {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
span.mini {
    font-size: 16pt;
}
span.frame {
    border: solid 2px var(--main);
    padding: 0 12px;
    margin: 0 5px;
}
.topLeft h1 {
    line-height: 53px;
}

a.form01 {
    background: var(--subPink);
    height: 40px;
    display: block;
    width: 260px;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
      box-shadow: 2px 2px 6px rgb(181 63 96 / 30%);
    transition: 0.3s;
}

i.fas.fa-chevron-right {
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
    vertical-align: baseline;
}
.topRight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-8%,-40%);
}
.topRight img {
    width: 580px;
}
.topRight img::before{

    width: 580px;
}
.shadow{
z-index:-1;
}

.topRight img {
    width: 580px;
    position: absolute;
    top: 50%;
    transform: translate(-7%,-46%);
    left: 50%;
}


/*AboutEc*/


sectioin.aboutEc {
    width: 768px;
    max-width: 100%;
    margin: 80px auto ;
    display: block;
}
.imageSet {
    width: 50%;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    margin: auto;
    position: relative;
    vertical-align: middle;
}

img.graph {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.aboutEcContent02 {
    margin: 40px auto;
}

img.balloon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(182%,-250%);
}

.textSet {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    position: relative;
}

.textSet p, h3 {
    margin: 11px;
}

span.underCircle {
    content: "";
    background: var(--bg01);
    height: 350px;
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -50;
    border-radius: 50%;
}

.textSet h3 {
    line-height: 36px;
}
.textSet p {
    line-height: 30px;
}

.aboutEcContent01 .textSet {
    margin-bottom: 90px;
}
.aboutEcContent03 {
}
.title {
    text-align: center;
}

.title p {
    margin: 0px auto;
}


span.title,.title h2,h2.title {
    margin: 0 auto;
    font-size: 27pt;

}

.js-marker{
      background-image: linear-gradient(90deg,rgb(180 63 96 / 35%),rgb(180 63 96 / 35%));
    display: inline-block;
    text-align:center;
   background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 60%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1.5s ease-in-out; /* マーカーを引く速度を調整 */
}

.js-marker.inview {
  
  background-size: 100% 60%; /* '30%'の部分は上で設定した太さに合わせる */
}
.squareList li {
    width: 140px;
    height: 140px;
    position: relative;
    display: inline-block;
    margin: 20px;
}

.squareListA li {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/6284425/2112/square-pink.svg);
}
.squareList p {
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 140px;
    height: 140px;
    top: 50%;
    transform: translateY(-40%);
}

.squareList {
    margin: 40px auto;
    text-align: center;
}

.content {
    width: 768px;
    margin: auto;
    max-width: 100%;
    padding: 120px 0;
}

/*Support*/

section.support {
    background: var(--bg01);
    position: relative;
}
section.support::before {
    content: "";
    background: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%)rotate(45deg);
}
.supportList {
    margin: 60px auto;
    text-align: center;
}

.supportList li {
    display: inline-block;
    width: calc(95% / 3);
    padding: 10px;
    vertical-align: top;
}

p.textA {
    font-weight: bold;
}

p.textB {
    font-size: 9pt;
}

a.form01.contentForm {
    margin: auto;
}

h2 {
    text-align: center;
}
.circleSet {
    width: 300px;
    margin: auto;
    height: 300px;
    position: relative;
    text-align: center;
    margin: 60px auto;
}

.circle p {
    font-weight: bold;
    line-height: 20px;
}
.circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
}
.circle.circleNavy {
    border: solid 1px var(--main);
    background: rgb(59 70 79 / 10%);
    position: absolute;
    top: 10px;
}

.circle.circlePink {
    border: solid 1px #b43f60;
    background: rgb(180 63 96 / 10%);
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.circleB {
    right: 0;
}

.circle p {
    font-weight: bold;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
}

.circle.circlePink p {
    transform: translate(-50%,-92%);
}

.circle.circleNavy p {
    transform: translate(-50%,-149%);
}



/*LineAnimation*/

/*TOP*/

.squareList.squareListA.animated li::before {
    content: "";
    width: 120px;
    height: 1px;
    background: var(--subPink);
    position: absolute;
    top: 2px;
    left: 10px;
    transform-origin:left;
  transform:scaleX(0);
}
.squareList.squareListA.animated li.delay-0::before {
    animation: lineAnimeTop 0.5s ease forwards;
}
.squareList.squareListA.animated li.delay-2::before {
    animation: lineAnimeTop 0.5s ease 0.4s forwards;
}
.squareList.squareListA.animated li.delay-4::before {
    animation: lineAnimeTop 0.5s ease 0.8s forwards;
}

.squareList.squareListA.animated li.delay-6::before {
    animation: lineAnimeTop 0.5s ease 1.2s forwards;
}

@keyframes lineAnimeTop{
 
  0%{
    transform:scaleX(0);
  }
  100%{
    transform:scaleX(1);
  }
}


/*LEFT*/

.squareList.squareListA.animated li::after {
    content: "";
    width: 1px;
    height: 120px;
    background: var(--subPink);
    position: absolute;
    top: 10px;
    right: 1px;
    transform-origin:top;
  transform:scaleY(0);
}
.squareList.squareListA.animated li.delay-0::after {
    animation: lineAnimeLeft 0.5s ease 0.5s forwards;
}
.squareList.squareListA.animated li.delay-2::after {
    animation: lineAnimeLeft 0.5s ease 0.9s forwards;
}
.squareList.squareListA.animated li.delay-4::after {
    animation: lineAnimeLeft 0.5s ease 1.3s forwards;
}

.squareList.squareListA.animated li.delay-6::after {
    animation: lineAnimeLeft 0.5s ease 1.7s forwards;
}

@keyframes lineAnimeLeft{
 
  0%{
    transform:scaleY(0);
  }
  100%{
    transform:scaleY(1);
  }
}




/*bottom*/

.squareList.squareListA.animated p::after {
    content: "";
    width: 120px;
    height: 1px;
    background: var(--subPink);
    position: absolute;
    bottom: 31px;
    right: 10px;
    transform-origin:right;
  transform:scaleX(0);
}
.squareList.squareListA.animated p.delay-0::after {
    animation: lineAnimeBottom 0.5s ease 1.0s forwards;
}
.squareList.squareListA.animated p.delay-2::after {
    animation: lineAnimeBottom 0.5s ease 1.4s forwards;
}
.squareList.squareListA.animated p.delay-4::after {
    animation: lineAnimeBottom 0.5s ease 1.8s forwards;
}

.squareList.squareListA.animated p.delay-6::after {
    animation: lineAnimeBottom 0.5s ease 2.2s forwards;
}

@keyframes lineAnimeBottom{
 
  0%{
    transform:scaleX(0);
  }
  100%{
    transform:scaleX(1);
  }
}

/*right*/

.squareList.squareListA.animated p::before {
    content: "";
    width: 1px;
    height: 120px;
    background: var(--subPink);
    position: absolute;
    bottom: 31px;
    left: 1px;
    transform-origin:bottom;
  transform:scaleY(0);
}
.squareList.squareListA.animated p.delay-0::before {
    animation: lineAnimeRight 0.5s ease 1.5s forwards;
}
.squareList.squareListA.animated p.delay-2::before {
    animation: lineAnimeRight 0.5s ease 1.9s forwards;
}
.squareList.squareListA.animated p.delay-4::before {
    animation: lineAnimeRight 0.5s ease 2.3s forwards;
}

.squareList.squareListA.animated p.delay-6::before {
    animation: lineAnimeRight 0.5s ease 2.7s forwards;
}

@keyframes lineAnimeRight{
 
  0%{
    transform:scaleY(0);
  }
  100%{
    transform:scaleY(1);
  }
}

/*rightNavi*/

.RightNaviContentBar {
    height: 500px;
    width: 2px;
    background: var(--main);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.rightNavi {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(450px,-50%);
    z-index: 1000;
}


.RightNaviList li {
    list-style: none;
    font-size: 9pt;
}



.RightNaviList {
    position: absolute;
    width: 120px;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.RightNaviList a {
    margin: 20px auto;
    display: block;
}

a.RightNavi01::before {
    content: "";
    background: var(--main);
    height: 11px;
    width: 11px;
    position: absolute;
    border-radius: 50%;
    left: -23px;
    top: 24px;
  transition:0.5s;
}

a.RightNavi02::before {
    content: "";
    background: var(--main);
    height: 11px;
    width: 11px;
    position: absolute;
    border-radius: 50%;
    left: -23px;
    top: 64px;
  transition:0.5s;
}

a.RightNavi03::before {
    content: "";
    background: var(--main);
    height: 11px;
    width: 11px;
    position: absolute;
    border-radius: 50%;
    left: -23px;
    top:104px;
  transition:0.5s;
}

a.RightNavi04::before {
    content: "";
    background: var(--main);
    height: 11px;
    width: 11px;
    position: absolute;
    border-radius: 50%;
    left: -23px;
    top: 144px;
  transition:0.5s;
}

a.RightNavi05::before {
    content: "";
    background: var(--main);
    height: 11px;
    width: 11px;
    position: absolute;
    border-radius: 50%;
    left: -23px;
    top:184px;
  transition:0.5s;
}

a.RightNavi06::before {
    content: "";
    background: var(--main);
    height: 11px;
    width: 11px;
    position: absolute;
    border-radius: 50%;
    left: -23px;
    top:224px;
  transition:0.5s;
}

/*発火後*/

a.RightNavi01.animated::before {
    background: var(--subPink);
    box-shadow: 0 0 7px var(--subPink);
}
a.RightNavi02.animated::before {
    background: var(--subPink);
    box-shadow: 0 0 7px var(--subPink);
}
a.RightNavi03.animated::before {
    background: var(--subPink);
    box-shadow: 0 0 7px var(--subPink);
}
a.RightNavi04.animated::before {
    background: var(--subPink);
    box-shadow: 0 0 7px var(--subPink);
}
a.RightNavi05.animated::before {
    background: var(--subPink);
    box-shadow: 0 0 7px var(--subPink);
}

a.RightNavi06.animated::before {
    background: var(--subPink);
    box-shadow: 0 0 7px var(--subPink);
}


.RightNavi01.animated li,.RightNavi02.animated li,.RightNavi03.animated li,.RightNavi04.animated li,.RightNavi05.animated li,.RightNavi06.animated li {
    color: var(--subPink);
}

.listItem {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    position: relative;
}

.listItem.listItemA {
      width: 140px;
    height: 140px;
    background-image: url(https://f.hubspotusercontent20.net/hubfs/6284425/2112/image_07.png);
}


li.listItemB.listItem {
    border: solid 1px;
    border-radius: 50%;
    width: 132px;
    height: 132px;
}


.listItem p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%,-72%);
    width: 100%;
}

span.listContent01 {
    display: block;
    text-align: center;
    font-size: 11pt;
}

span.listContent02 {
    text-align: center;
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-top: -5px;
}
.nonStockSalesList {
    text-align: center;
    margin: 30px auto;
}

.contactArea h3 {
    color: var(--subPink);
    text-align: center;
}
.contactArea {
    background: #fff;
    padding: 30px;
    border: solid var(--subPink);
    margin: 60px auto 0;
}

a.form01.contentForm.marginPlus {
    margin: 0 auto 60px;
}

section#online {
    background: var(--bg02);
    text-align: center;
}

.onlineContent01 img {
    width: 300px;
    display: inline-block;
}

.onlineContent01 p {
    display: inline-block;
    width: 410px;
    text-align: left;
    vertical-align: super;
    margin-left: 20px;
}

.onlineContent01 {
    margin: 60px auto;
}

a.form01.contentForm.marginPlus.onlineForm {
    height: 63px;
    width: 300px;
    text-align: left;
}

a.form01.contentForm.marginPlus.onlineForm {
    height: 63px;
    width: 300px;
    text-align: left;
    position: relative;
}

a.form01.contentForm.marginPlus.onlineForm i {
    position: absolute;
    top: 26px;
    left: 33px;
}

a.form01.contentForm.marginPlus.onlineForm span {
    position: absolute;
    line-height: 1;
    left: 56px;
    top: 11px;
    color: #fff;
}


.onlineWorries {
    background: var(--bg01);
    width: 768px;
    margin: auto;
    border-radius: 40px;
}

.onlineWorriesTiele p {
    font-weight: bold;
    color: var(--subPink);
    margin-bottom: 0;
}

.onlineWorriesTiele h3 {
    font-size: 20pt;
    margin-top: 0;
}

.onlineWorriesTiele {
    position: relative;
}
.onlineWorries {
    background: var(--bg01);
    width: 768px;
    margin: auto;
    border-radius: 40px;
    padding: 30px;
}

.onlineWorriesTiele::before {
    content: "";
    background-image: url(https://f.hubspotusercontent20.net/hubfs/6284425/2112/image_09.png);
    width: 55px;
    height: 67px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 39px;
}

.onlineWorriesTiele::after {
    content: "";
    background-image: url(https://f.hubspotusercontent20.net/hubfs/6284425/2112/image_10.png);
    width: 55px;
    height: 67px;
    position: absolute;
    background-size: contain;
    right: 42px;
    background-repeat: no-repeat;
    top: 1px;
}

.onlineWorries li {
    background: #fff;
    width: 198px;
    height: 198px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    position: relative;
}

.onlineWorries ul {
    text-align: center;
    margin: auto;
    display: block;
    padding: 0;
}

.onlineWorries li>p {
    position: absolute;
    font-size: 12pt;
    left: 50%;
    width: 100%;
    top: 50%;
    font-weight: bold;
    transform: translate(-50%,-74%);
}

p.onlineIn {
    font-size: 13pt;
    text-align: left;
}

.contactArea h4 {
    background: var(--subPink);
    margin: 40px auto 0px;
    color: #fff;
    font-size: 15pt;
    display: inline-block;
    padding: 0 20px;
    border-radius: 20px;
    position:relative;
}

.contactArea h4::after {
    content: "";
    background: var(--subPink);
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)rotate(
45deg);
    bottom: -5px;
}



h4.contactArea {
    background: var(--subPink);
    margin: 40px auto 20px;
    color: #fff;
    font-size: 15pt;
    display: inline-block;
    padding: 0 20px;
    border-radius: 20px;
    position:relative;
}

h4.contactArea::after {
    content: "";
    background: var(--subPink);
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)rotate(
45deg);
    bottom: -5px;
}

section#contact p {
    text-align: center;
}
h4.contactSectionTitle  {
    font-size: 24px;
    text-align: center;
    color: var(--subPink);
    margin-bottom: 0;
}
.squareListB li {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/6284425/2112/square-navy.svg);
}

.squareList.squareListB {
    margin-top: 10px;
}




/*LineAnimation*/

/*TOP*/

.squareList.squareListB.animated li::before {
    content: "";
    width: 120px;
    height: 1px;
    background: var(--main);
    position: absolute;
    top: 2px;
    left: 10px;
    transform-origin:left;
  transform:scaleX(0);
}
.squareList.squareListB.animated li.delay-0::before {
    animation: lineAnimeTop 0.5s ease forwards;
}
.squareList.squareListB.animated li.delay-2::before {
    animation: lineAnimeTop 0.5s ease 0.4s forwards;
}
.squareList.squareListB.animated li.delay-4::before {
    animation: lineAnimeTop 0.5s ease 0.8s forwards;
}

.squareList.squareListB.animated li.delay-6::before {
    animation: lineAnimeTop 0.5s ease 1.2s forwards;
}

@keyframes lineAnimeTop{
 
  0%{
    transform:scaleX(0);
  }
  100%{
    transform:scaleX(1);
  }
}


/*LEFT*/

.squareList.squareListB.animated li::after {
    content: "";
    width: 1px;
    height: 120px;
    background: var(--main);
    position: absolute;
    top: 10px;
    right: 1px;
    transform-origin:top;
  transform:scaleY(0);
}
.squareList.squareListB.animated li.delay-0::after {
    animation: lineAnimeLeft 0.5s ease 0.5s forwards;
}
.squareList.squareListB.animated li.delay-2::after {
    animation: lineAnimeLeft 0.5s ease 0.9s forwards;
}
.squareList.squareListB.animated li.delay-4::after {
    animation: lineAnimeLeft 0.5s ease 1.3s forwards;
}

.squareList.squareListB.animated li.delay-6::after {
    animation: lineAnimeLeft 0.5s ease 1.7s forwards;
}

@keyframes lineAnimeLeft{
 
  0%{
    transform:scaleY(0);
  }
  100%{
    transform:scaleY(1);
  }
}




/*bottom*/

.squareList.squareListB.animated p::after {
    content: "";
    width: 120px;
    height: 1px;
    background: var(--main);
    position: absolute;
    bottom: 31px;
    right: 10px;
    transform-origin:right;
  transform:scaleX(0);
}
.squareList.squareListB.animated p.delay-0::after {
    animation: lineAnimeBottom 0.5s ease 1.0s forwards;
}
.squareList.squareListB.animated p.delay-2::after {
    animation: lineAnimeBottom 0.5s ease 1.4s forwards;
}
.squareList.squareListB.animated p.delay-4::after {
    animation: lineAnimeBottom 0.5s ease 1.8s forwards;
}

.squareList.squareListB.animated p.delay-6::after {
    animation: lineAnimeBottom 0.5s ease 2.2s forwards;
}

@keyframes lineAnimeBottom{
 
  0%{
    transform:scaleX(0);
  }
  100%{
    transform:scaleX(1);
  }
}

/*right*/

.squareList.squareListB.animated p::before {
    content: "";
    width: 1px;
    height: 120px;
    background: var(--main);
    position: absolute;
    bottom: 31px;
    left: 1px;
    transform-origin:bottom;
  transform:scaleY(0);
}
.squareList.squareListB.animated p.delay-0::before {
    animation: lineAnimeRight 0.5s ease 1.5s forwards;
}
.squareList.squareListB.animated p.delay-2::before {
    animation: lineAnimeRight 0.5s ease 1.9s forwards;
}
.squareList.squareListB.animated p.delay-4::before {
    animation: lineAnimeRight 0.5s ease 2.3s forwards;
}

.squareList.squareListB.animated p.delay-6::before {
    animation: lineAnimeRight 0.5s ease 2.7s forwards;
}

@keyframes lineAnimeRight{
 
  0%{
    transform:scaleY(0);
  }
  100%{
    transform:scaleY(1);
  }
}

p.lastContactInfo {
    font-weight: bold;
    color: VAR(--subPink);
    margin-bottom: 0;
}

.contactArea.lastContactInfo h4 {
    text-align: center;
    margin: 40px auto;
    display: block;
    width: 300px;
}

a.contactLink {
    display: block;
    text-align: center;
    margin: 10px;
    font-size: 18pt;
}

.colorPink {
    color: var(--subPink);
}

.colorPink>i {
    color: var(--subPink);
}

.contactLink>i {
    margin-right: 9px;
}

footer {
    background: var(--bg01);
    padding: 40px;
    text-align: center;
}

.company h4 {
    margin-bottom: 0;
}

.rightNavi{
  opacity:0;
}
a.tokushouhou{
    background: var(--main);
    color: var(--bg01);
    padding: 2px 15px;
    border-radius: 5px;
}



/*レスポンシブ　タブレット*/
@media(min-width:768px){
  .onlyMax768{
    display:none!important;
  }
  .onlyMin768{
    display:block!important;
  }
    .onlyMin768inline{
    display:inline-block!important;
  }
}
@media(max-width:768px){

  .onlyMin768{
    display:none!important;
  }
  .onlyMax768{
    display:block!important;
  }
  .onlyMin768inline{
    display:none!important;
  }
.topLeft {
    transform: translate(-50%,-50%);
    left: 50%;
    text-align: center;
  width: 100%;
}

a.form01 {
    margin: auto;
}

h1 {
    font-size: 37px;
}
img.shadow,img.topImage {
    display: none;
}

.top {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/6284425/2112/top-sp.jpg);
    background-size: cover;
}

.top {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/6284425/2112/top-sp.png);
    background-size: cover;
    background-position: center;
}

.top h1, .top p, .top h3, .top span {
    color: var(--bg01);
}

span.frame {
    border: solid 2px var(--bg01);
}
  
.textSet, .imageSet {
    display: block;
    margin: 60px auto;
}
  .imageSet.onlyMax768 {
    height: 230px;
}
  
.textSet, .imageSet {
width:420px;
  }

.contactArea h3 {
    font-size: 24px;
}

.content {
    padding: 60px 5px 60px;
}
  .supportList li {
    width: 100%;
}
  
  header {
    padding: 0 15px;
}
  
  .onlineContent01 img {
    display: block;
    margin: auto;
}

.onlineContent01 p {
   max-width:100%;
    margin-left: unset;
}


.onlineWorries {
    max-width: 100%;
}
  .onlineWorriesTiele::before,.onlineWorriesTiele::after {
    display:none;
}

{
    right: 28px;
    top: 49px;
}

.contactArea h4 {
    margin-bottom: 20px;
}
  
  
  span.frame.lastFrame {
    border: ;
    border: solid;
    border: solid;
}
  
  
  
  
}

/*ハンバーガーメニュー*/

HTML CSS JSResult Skip Results Iframe
EDIT ON
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--main);
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 20px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
/*=============================
#btn07
=============================*/
#btn07 span:nth-of-type(1) {
  -webkit-animation: btn07-bar01 .75s forwards;
  animation: btn07-bar01 .75s forwards;
}
@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#btn07 span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#btn07 span:nth-of-type(3) {
  -webkit-animation: btn07-bar03 .75s forwards;
  animation: btn07-bar03 .75s forwards;
}
@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

#btn07.active span{
  transition:0.5;
  background:#fff;
}
#btn07.active span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 .75s forwards;
  animation: active-btn07-bar01 .75s forwards;
}
@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
#btn07.active span:nth-of-type(2) {
  opacity: 0;
}
#btn07.active span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 .75s forwards;
  animation: active-btn07-bar03 .75s forwards;
}
@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}

header section {
  position: relative;
  width: 150px;
  padding: 80px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  counter-increment: section;
}

header section {
    width: 30px;
    float: right;
    padding: 13px 5px;
        top: 8px;
}
.btn-trigger span:nth-of-type(2) {
    top: 11px;
}
.spNaviContent {
    position: fixed;
    height: 100vh;
    background: #404650eb;
    padding: 0;
    right: 0;
    top: 0;
    width: 200px;
}


.spNaviContent.active {
    transition: 0.5s;
    animation: spNaviAnime 0.5s ease forwards;
}

@keyframes spNaviAnime{
	0%{
		transform:translateX(200px);
		}
	100%{
		transform:translateX(0);
		}		
}
header section {
    z-index: 1000;
}

.spNaviContent.hidden {
    position: fixed;
    height: 100vh;
    background: #404650eb;
    padding: 0;
    right: -200px;
    top: 0;
    width: 200px;
    transition: 0.5s;
    animation: spNaviAnimeBack 0.5s ease forwards;
}
@keyframes spNaviAnimeBack{
	0%{
		transform:translateX(0px);
		}
	100%{
		transform:translateX(200px);
		}		
}


.spNavuContentList {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    text-align: left;
}

.spNavuContentList li {
    color: #fff;
    list-style: none;
    margin: 20px 10px;
}


/*レスポンシブ　スマホ*/

@media (max-width:440px){
h1 {
    font-size: 28px;
    line-height: 33px!important;
}

h3 {
    font-size: 20pt;
}
  p {
    font-size: 4.5vw;
}

.textSet, .imageSet {
    width: 100%;
}
img.graph {
    width: 280px;
}

img.balloon.spMove01 {
    left: 136px;
    width: 50px;
    top: 150px;
}
h2 {
    font-size: 8vw!important;
}

.listItem.listItemA {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/6284425/2112/image_07-sp.png);
    margin-bottom: 10px;
}
  .contactArea.lastContactInfo h4 {
    font-size: 4.5vw;
    max-width: 100%;
}
}

.imageSet {
    display: inline-block;
}



.spNaviContent.active::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-70%);
}

/*TOPへ戻る*/

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50%;
    bottom: -50px;
    background: var(--main);
    opacity: 0.6;
    border-radius: 50%;
    transform: translateX(959%);
}

@media (max-width:1080px){
#page_top {
    right: 20px;
    transform: unset;
}
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*TOPへ戻るここまで*/


/*FAQ*/
.content.faq {
    padding: 0 0 120px;
}

.content.faq li {
    list-style: none;
}

.content.faq ul {
    padding: 0;
}



.question, .answer {
    padding: 20px;
    margin: 10px auto;
    border-radius: 10px;
    cursor: pointer;
}

.content.faq span {
    font-size: 22px;
    background: #fff;
    display: inline-block;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}

.question span {
    color: var(--subPink);
}

.question {
    background: #f9dae3;
}

.question {
    background: #f9dae3;
    position: relative;
}

.question i {
    color: var(--subPink);
    margin-left:5px;
}



.answer {
    display:none;
background: #eee;
}

/*FAQここまで*/