@charset "utf-8";
:root{
    --red:#EE4373;
    --violet:#7C0BCE;
    --violet1:#FF17C9;
    --violet2:#7E0BCC;
    --pink:#F242FB;
    --text:#5A5A5A;
    --pink1:#C235C9;
    --red1:#FF4150;
    --bg_gradient:linear-gradient(90deg,rgba(170, 71, 255, 1) 0%, rgba(255, 65, 80, 1) 100%);
}
* {
    box-sizing: border-box;
    margin:0;
    padding:0;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    margin:0;
    padding:0;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    background-color: #fff;
    color: var(--text);
    overflow: hidden;
    font-size:14px;
    margin:0;
    padding:0;
}
a {
    text-decoration: none;
    word-wrap: break-word;
}
a:hover{opacity:0.7;}
img {
    max-width: 100%;height:auto;
}
p{margin:0 0 10px;line-height: 1.8;}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.reverse {
    flex-flow: row-reverse;
}
.violet{color:var(--violet);}
.violet1{color:var(--violet1);}
.red{color:var(--red);}
.bg_violet{background:var(--violet);}
.bg_red{background:var(--red);}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.bg_gradient{background:var(--bg_gradient);}
.text_gradient{
    background: #AA47FF;
    background: linear-gradient(to right, #AA47FF 0%, #FF4150 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container{max-width:1200px;margin:0 auto;padding:0 15px;}
header{
    position: relative;
    padding: 25px 25px 0;
    z-index: 99900;
    width:100%;
}
section{margin:-1px 0 0;padding:0;line-height: 1;}
.section_top{display:flex;flex-direction:column;align-items: center;justify-content: center;}
.section_top_inner{display:flex;flex-direction:column;align-items: center;justify-content: center;}
h2.title{
    color:#fff;
    font-size:24px;
    font-family: 'Noto Sans JP';
    font-weight:600;
    margin:10px 0 35px;
    text-align:center;
    height:44px;
    border-radius:5px;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:0 30px;
}
h2.title1{
    color:#fff;
    font-size:24px;
    font-family: 'Noto Sans JP';
    font-weight:600;
    margin:10px 0 20px;
    text-align:center;
    height:44px;
    padding:0 30px;
    border-radius:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
h2.title1:after{
    content:'';
    width:18px;
    height:18px;
    background:url(../images/icon8.png) no-repeat;
    background-size:contain;
    position:absolute;
    left:calc(50% - 9px);
    bottom:-15px;
    z-index:-1;
}
h2.title2{
    color: #fff;
    font-size: 50px;
    padding: 15px 50px;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
    margin: 0 0 50px;
}
h3.title{
    font-size:22px;
    font-weight:600;
    color:var(--text);
    position:relative;
    padding:0 60px;	
}
h3.title span.border_bottom{
    position:relative;font-size:27px;z-index:0;
}
h3.title span.border_bottom:after{
    content: '';
    width: 90%;
    height: 5px;
    background: #EACDFF;
    position: absolute;
    bottom: 3px;
    left: 10px;
    z-index: -1;
}
@media only screen and (min-width: 768px){
    h3.title span.border_bottom:after{
        bottom: 6px;
    }
}
h3.title:before{
    content:'';
    width:46px;	
    height:50px;
    background:url(../images/icon2.png) no-repeat;
    background-size:cover;
    position:absolute;
    bottom:0;
    left:0;
    display: inline-block;
}
h3.title:after{
    content:'';
    width:46px;	
    height:50px;
    background:url(../images/icon3.png) no-repeat;
    background-size:cover;
    position:absolute;
    bottom:0;
    right:0;
}
h3.title.no_icon::before, h3.title.no_icon::after{display:none;}
h3.title .number{color:var(--pink1);font-size:55px;}
h3.title .date{color:var(--pink1);}
h3.title .text_gradient{font-size:40px;}
h3.title1{
    font-size:36px;
    text-transform:uppercase;
    font-weight:300;
    background: #AA47FF;
    background: linear-gradient(to right, #AA47FF 0%, #FF4150 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing:1px;
    font-family: "Roboto Mono", monospace;
    text-align: center;
}
h3.title2{
    font-size:22px;
    text-transform:uppercase;
    font-weight:600;
    background: linear-gradient(to right, #AA47FF 0%, #FF4150 100%);
    text-align: center;
    position:relative;
    color:#fff;
    padding:10px 30px;
    border-radius:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
    margin-bottom: 20px;
    line-height: 1.5;
}
h3.title2:after{
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/icon7.png) no-repeat;
    background-size: auto;
    background-size: contain;
    position: absolute;
    left: calc(50% - 9px);
    bottom: -15px;
    z-index: 0;
}
h3.title3{
    font-size:24px;
    font-weight:600;
    color:var(--red);	
    position:relative;
    padding: 0 20px;
    margin-bottom: 10px;	
}
@media only screen and (max-width: 767px) {
    h3.title3{
        font-size: 5vw;
        font-weight:600;
        color:var(--red);   
        position:relative;
        padding: 0 20px;
        margin-bottom: 10px;    
    }
}
h3.title3 span.big{
    font-size:28px;	
}
h3.title3:before{
    content:'';
    width:17px;	
    height:32px;
    background:url(../images/icon5.png) no-repeat;
    background-size:cover;
    position:absolute;
    bottom:-5px;
    left:0;
}
h3.title3:after{
    content:'';
    width:17px;	
    height:32px;
    background:url(../images/icon6.png) no-repeat;
    background-size:cover;
    position:absolute;
    bottom:-5px;
    right:0;
}
h3.title4{
    font-size:24px;
    font-family: 'Noto Sans JP';
    font-weight:600;
    position:relative;
    margin:0 0 20px;
    border:1px solid var(--red);
    border-radius:20px;
    padding:10px 20px;
    color:var(--red);
}
h3.title4.border_violet{
    border:1px solid var(--violet);
    color:var(--violet);
}
h3.title4:after{
    content: '';
    position: absolute;
    bottom: -5px;
    border: solid var(--red);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: calc(50% - 4px);
    background: #fff;
}
h3.title4.border_violet:after{
    border-color:var(--violet);
}
h3.title5{
    font-size:20px;
    font-family: 'Noto Sans JP';
    background:url(../images/icon9.png) no-repeat;
    background-size: 15px 15px;
    padding-left: 20px;
    background-position: 0 3px;
    margin: 0 0 30px;
}
h3.title6{
    font-size:22px;
    font-family: 'Noto Sans JP';
    font-weight:600;
    position:relative;
    margin:0 0 9px;
    padding:5px 30px 0;
    color:var(--violet);
    height:48px;
    background:url(../images/bg_title6.png) no-repeat;
    background-size: contain;
}
h3.title6 span.big{
    font-size:28px;
    color:#CC12A1;
}
h3.title6 span.dot{
    position:relative;
}
h3.title6 span.dot:before{
    content:'';
    position:absolute;
    top:2px;
    left:calc(50% - 1.5px);
    width:3px;
    height:3px;
    background:var(--pink);
    border-radius:100%;
}

h3.title6:before{
    content: '';
    position: absolute;
    top: -24px;
    right: -6px;
    background: url(../images/icon1.png) no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
}
h3.title7{    
	display:flex;
	justify-content:center;
}
h3.title7 > span{
    position:relative;
	font-size:40px;
	font-weight:600;
	padding:0 40px;
	letter-spacing:3%;
}
h3.title7 .number{
    font-size: 150%;
}
h3.title7 > span:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/purle_title_icon_left.png) no-repeat;
    height: 51px;
    width: 27px;
    background-size: contain;
}
h3.title7 > span:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/purle_title_icon_right.png) no-repeat;
    height: 51px;
    width: 27px;
    background-size: contain;
}

h4.title{
    font-size:18px;
    font-family: 'Noto Sans JP';
    font-weight:600;
    position:relative;
    margin:0 0 10px;
}
h4.title:after{
    content:'';
    width:calc(100% + 10px);
    height:2px;
    position:absolute;
    left:-5px;
    bottom:-6px;
    background:var(--bg_gradient);
}
main {
    display: flex;
    flex-direction: column;
    margin-top: -75px;
}
#main_banner {
    position: relative;
}
#main_banner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#main_banner picture.fv img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.main_banner--inner{
    max-width: 420px;
    margin-inline: auto;
}
@media only screen and (min-width: 768px){
    .main_banner--inner{
        max-width: 1280px;
    }
}
img.girl {
    position: absolute;
    bottom: 1px;
    z-index: 2;
    right: 0;
	max-width: 45vw;
}
.main_banner_content {
    display: inline-flex;
    flex-direction: column;
    margin: 60px 0 10px 11.5%;
    position: relative;
    z-index: 1;
}
.main_banner_content  h1{
    color:var(--text);
    font-size:39px;
    font-weight:600;
    margin:0 0 12px 77px;
}
.main_banner_content  h1 span.dot{
    color:var(--violet2);
    font-size:53px;
    position:relative;
}
.main_banner_content  h1 span.dot:before{
    content:'';
    position:absolute;
    top:2px;
    left:calc(50% - 4px);
    width:8px;
    height:8px;
    background:var(--violet2);
    border-radius:100%;
}
.main_banner_content h2.title2 {
    font-size: 56px;
    padding: 8px 0px 15px;
    width: 697px;
    max-width: 100%;
    margin: 0;
    font-style: italic;
    text-align: center;
	background:url(../images/bg_main_title.png) no-repeat;
	background-size: 100%;
	clip-path: unset;
}
.main_banner_content h2.title2 .number {
    font-size: 100px;line-height: .3;
}
.main_banner_content h2.title2 .big {
    font-size: 85px;
}
.main_banner_content h2.title2.first{
    margin-left: 25px;
}
 .main_banner_content h3.title7 {margin-top: 20px;}
p.main_note{margin:0 0 10px 30px;font-size:12px;color:#848484;max-width: 55%;}
.top_big_title h3{
	text-align: center;
  font-size: 85px;
  font-weight: 900;
  letter-spacing: 8%;
  font-style: italic;
  position:relative;
  max-width: 480px;
  margin: 0 auto;
}
.top_big_title h3 .text_gradient {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 10px;
  letter-spacing: 10px;
}
.top_big_title h3 .number {
  font-size: 160%;
  font-weight: 600;
  margin-bottom:-10px;
}
.top_big_title h3 span.survey{
width: 200px;
height: 22px;
border-radius: 50.84px;
font-weight: 500;
font-size: 13px;
line-height: 89%;
letter-spacing: 5%;
background:#F6D7FF;
color:#7C0BCE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: initial;
  position: absolute;
  top: 20px;
  right: 20%;
}
ul.list_no {
    width: 100%;
    max-width: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    margin: 10px auto 35px;
    list-style: none;
}
ul.list_no li{
    background:url(../images/bg_no.png) no-repeat top center;
    background-size:contain;
    font-size:22px;
    font-weight:600;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding: 30px 5px 5px;
    width: 240px;
  height: 140px;
}
ul.list_no li p{line-height:1.3;margin:0;}
ul.list_no li p.no{
    font-size:55px;
    font-style:italic;
    color:var(--violet2);
    line-height:1;
}
.main_banner_btn{
    font-size:20px;
    font-weight:600;
    background:linear-gradient(90deg,#7C0BCE 0%, #7C0BCE 68%, #D71FD7 100%);
    color:#fff;
    width:394px;
    height:76px;
    max-width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:38px;
    position: relative;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
}
.main_banner_btn:after{
    content:'';
    width:49px;
    height:1px;
    background:#FFAAE7;
    position:absolute;
    right:0;
    top:calc(50% - 0.5px)
}
.main_banner_btn:hover{background:linear-gradient(90deg,#BC68F9 0%, #BC68F9 68%, #EB77EB 100%);opacity:1;}
.xslider_wrap {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.xslider1 , .xslider2 {
    display: inline-flex;
    flex: none;
    animation: xslider 30s 2s linear infinite;
}
.xslider_wrap:hover .xslider{
    animation-play-state: paused;
}
.xslider1 div , .xslider2 div {
    flex: none;
    padding: 0px;
    height:160px;
    width:
}
.xslider1 div img, .xslider2 div img{
    height:100%;
    width:auto;
}
@keyframes xslider {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
#section1 {
    margin-top: -1px;
}
section.present{
    position:relative;
}
section.present .section_top{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    justify-content: flex-start;
    padding: 60px 0;
}
h2.present_title{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-size: 100px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 10px;
    line-height: 1;
    margin:0 0 5px;
}
h3.present_title{
    font-size:40px;
    font-weight:600;
    color:#FEFE8F;
    position:relative;
    padding: 0 55px;
    letter-spacing: 3px;
    margin: 0 0 10px;
}
h3.present_title span.small{
    font-size:30px;
    font-weight:600;
    color:#fff;
}
h3.present_title:before, h3.present_title:after{
    content:'';
    width:42px;
    height:50.66px;
    background-size:contain !important;	
    position:absolute;
    top:-15px;
}
h3.present_title:before{
    background:url(../images/icon11.png) no-repeat;
    left:0;
}
h3.present_title:after{
    background:url(../images/icon12.png) no-repeat;
    right:0;
}
h4.title_btn{
    background:#fff;
    border-radius:5px;
    width:336px;
    max-width:100%;
    height:44px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0;
}
h4.title_btn span{
    background: #AA47FF;
    background: linear-gradient(to right, #AA47FF 0%, #FF4150 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:24px;
    font-weight:600;
}
section.web{
    background:url(../images/bg_web.png) no-repeat;
    background-size:cover;
    padding:40px 0;
}
section.web .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width:1000px;

}

.web_price{margin-top:25px;}
.web_price ul.list_no li {
    font-size: 25px;
    padding: 25px 0px 5px;
    width: 275px;
}
.web_price ul.list_no li p {
    font-size: 25px;
}
.web_price ul.list_no li p.no {
    font-size: 65px;
}
.web_price p{font-size:12px;max-width: 734px;width: 100%;margin: 0 auto;}
section.web .container ul.col4{margin:20px 0 0;}
section.web .container ul.col4 li{
    background:#fff;
    position:relative;	
    width:236px;
    height:236px;
    border-radius:100%;
    box-shadow: 6px 8px 23px -3px rgba(184,5,249,0.2);
    -webkit-box-shadow: 6px 8px 23px -3px rgba(184,5,249,0.2);
    -moz-box-shadow: 6px 8px 23px -3px rgba(184,5,249,0.2);
}
section.web .container ul.col4 li p{
    font-size: 20px;
    font-weight: 600;
    margin: 35px 0 0;
    line-height: 1.5;
}
section.web .container ul.col4 li img{
    position:absolute;
    bottom:15px;
    left:50%;	
    transform:translateX(-50%);
}
#section3{
    background:url(../images/bg1.png) no-repeat;
    background-size:cover;
    padding:60px 0;
}
#section3 h3.title6{margin-bottom:0;}
#section3 h3.title3{
    font-size:22px;
    padding:0 20px;
}
#section3 h3.title3 span.big{
    color:#CC12A1;
}
#section3 h3.title3::before,#section3 h3.title3::after{bottom:-5px;}
ul.col4 {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom:50px;
    width: 100%;
}

ul.col3 {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom:50px;
    width: 100%;
}
#section3 .container{padding:20px 0;}
#section3 ul.list{margin-bottom:20px;}
ul.list li{
    background:#fff;
    border-radius:20px;
    padding:0 25px 25px;
    overflow:hidden;
    box-shadow: 6px 8px 23px -3px rgba(184,5,249,0.2);
    -webkit-box-shadow: 6px 8px 23px -3px rgba(184,5,249,0.2);
    -moz-box-shadow: 6px 8px 23px -3px rgba(184,5,249,0.2);
    font-weight:500;
}
ul.list li figure{
    width:calc(100% + 50px);
    margin-left:-25px;
    margin-bottom:20px;
}
ul.list li figure img{
    width:100%;
}
ul.list li h3{
    color:var(--red);
    font-size:18px;
    font-family: 'Noto Sans JP';
    font-weight:600;
    text-align:center;
    margin:0 0 10px;
    line-height: 1.5;
}
ul.list li:nth-child(2n) h3{
    color:var(--violet);
}
section.cta {
    margin-top: -50px;
    position: relative;
    background:url(../images/bg_cta.jpg) no-repeat;
    padding:45px 15px 60px;
}
.cta_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.cta .container{
    max-width:1000px;
    display: flex;
    flex-direction: column;
    background:#fff;
    border-radius:20px;
    position:relative;
    padding:22px 28px 0;
    height:227px;  
}
.cta_girl_left {
    position: absolute;
    left: 0;
    bottom: -10px;
}
.cta_girl_right {
    position: absolute;
    right: -35px;
    bottom: -60px;
    height:359px;
    width:auto;
}
section.cta .container h2{
    font-size:14px;
    font-weight:600;
    color:#fff;
    margin-bottom: 18px;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #AA47FF 0%, #FF4150 100%);
    border-radius:35px;
    text-align: center;
    padding: 0 0 5px;
}
section.cta .container h2 .big{
    font-size:20px;
}
section.cta .container h2 .number{
    font-size:32px;
}
section.cta .container h2 .yellow_text{
    font-size:35px;
    color:#FEF991;
    position: relative;
}
section.cta .container h2 .yellow_text:before{
    content:'';
    width: 23px;
    height: 25px;
    background: url(../images/icon16.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -7px;
    left: -25px;
}
section.cta .container h2 .yellow_text:after{
    content:'';
    width: 23px;
    height: 25px;
    background: url(../images/icon17.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -7px;
    right: -25px;
}
section.cta .container h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--violet2);
    display: flex;
    justify-content: center;
}
section.cta .container h3>span{position:relative;padding: 0 20px;
                               display: flex;
                               flex-direction: column;
                               justify-content: center;
                               align-items: center;
                               gap: 10px;}
section.cta .container h3>span::after {
    content: '';
    width: 30px;
    height: 36px;
    background: url(../images/icon3.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 7px;
    right: 0;
}
section.cta .container h3 .small{
    font-size:28px;
}
section.cta a.cta_btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

section.cta .cta_circle_text {
    position: absolute;
    left: -65px;
    top: -45px;
    z-index: 1111;
    width: 5vw;
    max-width: 100px;
}
#section4{position:relative;}
#section4 .section_top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3%;
}
#section4 .section_top .circle {
    position: absolute;
    top: -45px;
    left: -90px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    background: url(../images/icon20.png) no-repeat;
    background-size: auto;
    background-size: cover;
    width: 138px;
    height: 138px;
}
#section4 .section_top .circle .number {
    font-size: 50px;
}
#section4 h3.title1 {margin-bottom:17px;}
#section4 h3.title3 {
    background: linear-gradient(to right, #AA47FF 0%, #FF4150 100%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
    font-size:34px;
}	
#section4 h3.title3::before {
    background: url(../images/icon15.png) no-repeat;
    background-size: cover;
    width: 19px;
    height: 34px;
    bottom:0;
}
#section4 h3.title3::after {
    background: url(../images/icon14.png) no-repeat;
    background-size: cover;
    width: 19px;
    height: 34px;
    bottom:0;
}
#section5{padding:60px 0;}
#section5 ul.list_no li {
    background: url(../images/bg_no1.png) no-repeat top center;
    background-size: contain;
    justify-content: flex-end;
    width: 270px;
    height: 160px;
    padding: 10px 5px 20px;
}
#section5 ul.list_no li p {
    color: #E1B66C;
    font-size: 22px;
}
#section5 ul.list_no li p.no {
    font-size: 65px;
    color: var(--red);
}
#section5  p.note {
    font-size: 12px;
    max-width: 734px;
    width: 100%;
    margin: 0 auto 40px;
}
.skills {
    display: flex;
    justify-content: center;
    gap: 25px;
}
#section5 ul.list1 {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 35px 0 80px;
    gap: 25px;
}
#section5 ul.list1 li{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    position:relative;
}
#section5 ul.list1 li figure{width: 125px;height:125px;position:relative;text-align:center;margin-bottom:10px;}
#section5 ul.list1 li figure:after{
    content:'';
    width:100%;
    height:100%;
    background:url(../images/icon4.png) no-repeat;
    background-size:contain;
    top:0;
    left:0;
    position:absolute;
}
#section5 ul.list1 li img{width:100%;height:100%;object-fit: cover;border-radius: 100%;}
#section5 ul.list1 li h3{
    background: #AA47FF;
    background: linear-gradient(to right, #AA47FF 0%, #FF4150 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:30px;
    font-weight:600;
    text-align:center;
}
#section5 ul.list1 li p{font-size:16px;font-weight:500;margin-bottom:0;}
#section5 ul.list2 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    gap: 10px;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}
#section5 ul.list2 li{width:calc(25% - 10px);}
#section5 .text_bottom{
    font-size:18px;
    font-weight:600;
}
#section5 .text_bottom .text1{
    font-size:24px;
    color:var(--violet);
    padding:0px 5px;
    margin-right:5px;
    border:1px solid var(--violet);
}
#section5 .text_bottom .text2{
    font-size:24px;
    color:var(--violet);
    background: #AA47FF;
    background: linear-gradient(to right, #AA47FF 0%, #FF4150 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.voices{
    background:url(../images/bg_voices.png) no-repeat;
    background-size:cover;
    background-position: top center;
    padding:130px 0 60px;
}
section.voices .section_top_inner{position:relative;padding-top: 55px;}
section.voices .section_top_inner:after {
    content:'';
    background: #fff;
    border-radius: 100%;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
section.voices .section_top_inner h2.title, section.voices .section_top_inner h3.title1 {
    position: relative;
    z-index: 1;
}
#section1 picture img{width: 100%;}
#section4 picture img{width: 100%;}
.case_list_content {margin: 30px 0 0;}
@media(min-width:1200px){
    .case_list_content .swiper-slide { width: calc((100% - (3 * 20)) / 4);}
}
.case_list_content .case_slider {padding: 0 30px 30px;}
.case_list_content .case_slider .swiper-button-prev{
    bottom: 0;
    top: auto;
    left: calc(50% - 30px);
}
.case_list_content .case_slider .swiper-button-next{
    bottom: 0;
    top: auto;
    right: calc(50% - 30px);
}
.case_list_content .case_slider .swiper-button-next::after, .case_list_content .case_slider .swiper-button-prev::after {
    font-size: 18px;
    color: #000;
}
.case_title{display:inline-flex;flex-direction:column;}
ul.case_list{margin-bottom:0px;padding-bottom:40px;}
ul.case_list li{
    background:#fff;
    border-radius:20px;
    padding:20px 0 20px 20px;
    box-shadow: 6px 8px 23px -3px rgba(184,5,249,0.2);
    -webkit-box-shadow: 6px 8px 23px -3px rgba(184,5,249,0.2);
    -moz-box-shadow: 6px 8px 23px -3px rgba(184,5,249,0.2);
    font-weight:500;
    position:relative;
}
@media(min-width:1200px){
    ul.case_list li{height: 550px;}
}
ul.case_list li:after{
    content:'';
    width:73px;
    height:52px;
    background:url(../images/bg_case_detail.png) no-repeat;
    background-size:contain;
    position:absolute;
    bottom:-11px;
    right:16px;
}
ul.case_list li figure{margin-bottom:-55px;}
ul.case_list li h3{
    color:#fff;
    font-size:15px;
    font-family: 'Noto Sans JP';
    font-weight:600;
    font-style:italic;
    background:var(--red);
    margin: 0 0 3px -21px;
    padding: 10px 20px 10px 15px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
ul.case_list li.case_violet h3{
    background:var(--violet);
}
ul.case_list li h4{
    color:var(--red);
    font-size:18px;
    font-family: 'Noto Sans JP';
    font-weight:600;
    margin:5px 20px 5px 10px;
    line-height: 1.5;
}
ul.case_list li.case_violet h4{
    color:var(--violet);
}
ul.case_list li p{
    padding:0 20px 0 10px;
}
ul.case_list li p.note{
    font-size:11px;
}
ul.case_list li p:last-child{
    margin-bottom:0;
}
section.voices p.right {
    padding-right: 30px;margin-top: -40px;
}
section.videos{
    background:url(../images/bg6.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding:100px 0 50px;
}
section.videos h3.title {
    font-size: 34px;
    color: var(--violet);
    padding:0 50px;
    margin-bottom:15px;
}
section.videos h3.title::before {bottom: 6px;}
section.videos h3.title::after {bottom: 6px;}
ul.videos_list {
    list-style: none;
    padding: 0;
}
ul.videos_list li{  
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:35px;
    align-items: end;
    margin-bottom: 60px;
}
ul.videos_list li figure{position:relative;z-index:1;}
ul.videos_list li .youtube-iframe{position:relative;z-index:1;padding-bottom: 56.25%}
ul.videos_list li .youtube-iframe iframe{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
ul.videos_list li:nth-child(2n) figure{order:2;}
ul.videos_list li:nth-child(2n) .youtube-iframe{order:2;}
ul.videos_list li .video_des{position:relative;padding:0px 30px 0px 0;}
ul.videos_list li:nth-child(2n) .video_des{padding:0px 0px 0px 30px;}
ul.videos_list li .video_des:after{
    content:'';
    background:#fff;
    border-radius:20px;
    width: 145%;
    height: calc(100% + 60px);
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 0;
}
ul.videos_list li:nth-child(2n) .video_des:after{
    left: 0;
}
.video_des_text{position:relative;z-index:1;}
.video_des_text h3{
    color:var(--violet);
    font-size:22px;
    font-weight:600;
    margin:0 0 10px;
}
.video_des_text h4{
    color:var(--red);
    font-size:22px;
    font-weight:600;
    margin:0 0 20px;
}
.video_des_text h5{
    color:#fff;
    background:linear-gradient(90deg,#7C0BCE 0%,#7C0BCE 70%, #D71FD7 100%);
    font-size:15px;
    font-weight:500;
    margin:0 0 20px;
    padding:5px 10px;
    display: inline-block;
}
.big{font-size:150%;}
.small{font-size:80%;}
.video_des_text p:last-child{margin-bottom:0;}
#section8{padding:60px 0;background:url(../images/bg7.png) no-repeat;background-size:cover;}
#section8 ul{margin-bottom:0;}
#section8 ul.col4 li figure {margin-bottom:14px;}
#section8 ul.col4 li img {border-radius: 6px;}
#section9{padding:60px 0;background:url(../images/bg8.png) no-repeat;background-size:cover;}
#section9 h3.title6{background: url(../images/bg_title7.png) no-repeat;background-size: contain;color:var(--red);margin-top:20px;}
#section9 h3.title6::before{transform: rotateY(180deg);left: -6px;}
#section10{padding:60px 0;background:url(../images/bg9.png) no-repeat;background-size: 100% 100%;background-position: bottom right;}
#section10 h3.title2{margin-bottom:60px;}
section.points{
    background:url(../images/bg_point.png) no-repeat;
    background-size:contain;
    background-position: top center;
    padding:180px 0 60px;
}
ul.point_list {
    max-width: 950px;
    margin: 0 auto;
    place-items: center;
    place-content: center;
    place-self: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}
ul.point_list li{width: calc(33.3333% - 40px);text-align: center;}
ul.point_list li:nth-child(2){padding-top:30px;}
ul.point_list li:nth-child(3){padding-top:60px;}
ul.point_list li:nth-child(5){padding-top:30px;}
ul.point_list li figure{margin-bottom:15px;position:relative;}
ul.point_list li figure .point_text{font-size:24px;font-weight:600;font-style:italic;background: linear-gradient(to right, #AA47FF 0%, #FF4150 100%);
                                    background-clip: border-box;
                                    background-clip: border-box;
                                    background-clip: border-box;
                                    -webkit-background-clip: text;
                                    -webkit-text-fill-color: transparent;
                                    position:absolute;
                                    left:0;top:2px;
                                    padding: 0 10px 0 0;}
ul.point_list li figure .point_text .number{font-size:40px;}
ul.point_list li p{font-size:14px;font-weight:600;}
@media only screen and (max-width: 767px) {
    ul.point_list li p{text-align: left;}
}
ul.point_list li p:last-child{margin-bottom:0;}
section.media{
    padding:60px 0;
    background:url(../images/bg_media.png) no-repeat;
    background-size:cover;
}
.media_box{padding:50px;border-radius:20px;background:#fff;}
ul.logo_list {
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
ul.logo_list:last-child {grid-template-columns: repeat(6, 1fr);margin-top:30px;}

section.faqs{
    padding:40px 0;
    background:url(../images/bg2.png) no-repeat top center;
    background-size:contain;
}

.qA__item {
    margin-bottom: 30px;
    -webkit-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.qA__item.is-open {
    overflow: visible;
}

.qA__item.is-open .qA__q .qA__btn:before  {
    display:none;
}
.qA__item.is-open .qA__a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    display: block;
}
.qA__item.is-open .qA__a .qA__nbr {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.qA__item.is-open .qA__a .qA__p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.qA__item.is-open .qA__a .qA__btn {
    opacity: 1;
}
.qA__q {
    position: relative;
    background-color: #FFF6FA;
    z-index: 2;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.qA_question {
    width: calc(100% - 30px);
    display: flex;
}
.qA__itemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: 15px 25px 15px 15px;
}
.qA__a .qA__itemInner{justify-content: flex-start;}
.qA__btn {
    position:relative;
    width:16px;
    height:16px;
}
.qA__btn:before {
    content:'';
    position:absolute;
    top:0;
    left:calc(50% - 1px);
    width:2px;
    height:100%;
    background:var(--red);
}
.qA__btn:after {
    content:'';
    position:absolute;
    left:0;
    top:calc(50% - 1px);
    height:2px;
    width:100%;
    background:var(--red);
}

.qA__nbr {
    font-size: 14px;
    font-weight: 600;
    color: var(--red);
    margin-right: 20px;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .qA__itemInner {padding: 10px;}
    .qA__item {margin-bottom: 20px;}
    .qA__nbr {
        font-size: 16px;
    }
}
.qA__p {
    font-size: 14px;
    font-weight:600;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text);
    width: 90%;
}
@media only screen and (max-width: 767px) {
    .qA__p {
        font-size: 14px;
        line-height: 1.7;
        border-left: none;
        width: 88%;
    }
}
.qA__p .question {
    color: #6d6c6c;
}
@media only screen and (max-width: 767px) {
    .qA__p .question {
        display: block;
    }
}
.qA__p a {
    color: #f7794c;
    text-underline-offset: 5px;
    text-decoration: underline;
    display: inline;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.qA__p .small {
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .qA__p .small {
        font-size: 22px;
        margin-top: 30px;
    }
}
.qA__p span {
    max-width: 100%;
}
.qA__a {
    background-color: #fff;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    display: none;
}
.qA__a .qA__nbr {
    color: var(--violet);
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 0.4s ease-in 0.2s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.201s;
    transition: opacity 0.4s ease-in 0.2s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.201s;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.201s, opacity 0.4s ease-in 0.2s;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.201s, opacity 0.4s ease-in 0.2s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.201s;
}
.qA__a .qA__p {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 0.4s ease-in 0.203s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.202s;
    transition: opacity 0.4s ease-in 0.203s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.202s;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.202s, opacity 0.4s ease-in 0.203s;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.202s, opacity 0.4s ease-in 0.203s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.202s;
}
.qA__a .qA__btn {
    opacity: 0.4;
}

.qA__btn .icon svg{
    display: block;
}
section.message{
    padding:0 0 60px 0;
    background:url(../images/bg3.png) no-repeat top center;
    background-size:contain;
}
section.message h3.title1{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-size: 79px;
}
.message_content {
    display: flex;
    gap: 70px;
    margin: 40px 0;
}
.message_img {
    padding-top: 30px;
}
.contact_box{
    background:#FFF1FF;
    border-radius:20px;
    padding:50px;
    margin:0px auto 50px;
    max-width:775px;
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: space-between;
}
.phone_email {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.phone_email a{
    color:var(--text);
    font-size:18px;
    font-weight:600;
    padding-left:30px;
    background:url(../images/icon_phone.png) no-repeat;
    background-size:16px;
    background-position: 0 10px;
    line-height:1.5;
}
.phone_email a.mail{
    background:url(../images/icon_mail.png) no-repeat;
    background-size:16px;
    background-position: 0 10px;
    text-decoration:underline;
}
.contact_box .line{
    background:#06C755;
    border-radius:38px;
    width:362px;
    max-width:100%;
    height:76px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.contact_box .line a{
    color:#fff;
    font-size:20px;
    font-weight:600;
}
.contact .title4.border_violet{margin-top:40px;}
ul.ct_sns {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin:0px auto 60px;
    max-width:775px;
    list-style:none;
    padding:0;
}
ul.ct_sns li{text-align:center;}

a.cta_fixed_btn {	
    align-content: center;
    align-items: center;
    background: linear-gradient(90deg, #aa47ffff 0%, #ff4150ff 100%);
    border-radius: 10px 0px 0px 10px;
    bottom: auto;
    box-shadow: 4px 4px 23px #f46dd580;
    display:none;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 87px;
    justify-content: center;
    left: auto;
    margin: 0 0 0 0;
    position: fixed;
    right: 0px;
    bottom: 15%;
    width: 422px;
    max-width: 100%;
    position: fixed;
    z-index: 9999;
}
a.cta_fixed_btn.active{display: flex;}
a.cta_fixed_btn:hover {
    background: linear-gradient(90deg, #ca8dffff 0%, #ff9099ff 100%);opacity:1;
}
a.cta_fixed_btn p {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    margin: 0px 10px 0px 0px;
    text-align: left;
}
a.cta_fixed_btn img{
    flex: none;
    height: auto;
    width: 26px;
    max-width: 100%;
}

#section10 .section10--movie{
    max-width: 750px;
    box-shadow: 15px 15px 0 #fe93a1;
    margin-inline: auto;
}
.iframe-container{
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}
.iframe-container iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media(min-width:1200px){
    .js-scrollable {overflow: unset !important;}	
}	
@media(min-width:768px){
    .sp{display:none !important;}	
}	
@media(max-width:1199px){
    .js-scrollable ul{width: 1200px;padding: 0 30px !important;}	
    #section3 .js-scrollable ul.col3 {width: 1000px;}
}	
@media(max-width:767px){
    .container {padding: 0 20px;}
    .pc{display:none !important;}
    .spscroll{padding-right:30px;margin-bottom:0;}
    .spscroll.left{padding-right:0;padding-left:30px;}
    header{text-align:center;padding:10px 10px 0;}
    header .logo img{width:125px;height:25px;}
    main {margin-top: -40px;padding-bottom: 100px;}	
    h2.title {font-size: 18px;margin: 10px 0 15px;height: 35px;}
    h2.title1 {font-size: 20px;padding: 5px 10px;line-height: 1.3;width: 330px;max-width: 100%;height: auto;}
    h2.title1::after {left: calc(50% - 4px);width: 12px;height: 12px;bottom: -12px;}
    h2.title2 {font-size: 20px;padding: 10px 50px;margin: 0 0 25px;width: 300px;max-width: 100%;}
    h3.title {font-size: 18px;padding: 0 20px;}
    h3.title span.border_bottom{font-size:18px;}
    h3.title::before, h3.title::after {width: 20px;height: 24px;bottom: 7px;background-size: contain;}
    h3.title .number {font-size: 35px;}
    h3.title1 {font-size: 18px;}
    h3.title2 {font-size: 18px;padding: 10px 15px;}
    h3.title3 span.big {font-size: 24px;}
    h3.title3::before,h3.title3::after {width: 14px;height: 27px;}
    h3.title4 {font-size: 16px;}
    h3.title5 {font-size: 18px;}
    h3.title6 {font-size: 18px;padding: 3px 20px 0}
    h3.title6 span.big {font-size: 24px;}
    h3.title6::before {top: -15px;right: -12px;height: 35px;width: 35px;}
	h3.title7 > span {font-size: 16px;padding: 0 20px;}
	h3.title7 > span::before {height: 24px;width: 12px;}
	h3.title7 > span::after {height: 24px;width: 12px;}
    h4.title {font-size: 16px;}
    .main_banner_content {margin: 50px 0 5px 15px;width: 100%;max-width: 350px;position:unset;}
    .main_banner_content h1 {font-size: 20px;margin-left: 40px;}
    .main_banner_content h1 span.dot {font-size: 27px;}
    .main_banner_content h1 span.dot::before {left: calc(50% - 2px);width: 4px;height: 4px;}	
    .main_banner_content h2.title2 {font-size: 26px;margin-bottom: 0;padding:10px 0;width: auto;max-width: calc(100vw - 40px);background:url(../images/bg_sp_main_title.png) no-repeat;background-size: 100%;background-position: center;}
    .main_banner_content h2.title2.first {margin-left: 15px;}
    .main_banner_content h2.title2 .number {font-size: 50px;}
    .main_banner_content h2.title2 .big {font-size: 42px;}
	.main_banner_content h3.title7 {justify-content: flex-start;margin-top: 20px;}
	.top_big_title h3 {text-align: left;font-size: 42px;padding-left: 5px;max-width: 100%;}
	.top_big_title h3 .text_gradient {letter-spacing: 6px;justify-content: start;padding-bottom: 0;}
	.top_big_title h3 span.survey {width: 126px;height: 16px;font-size: 10px;top: 10px;right: 150px;}
	.top_big_title h3 .number {margin-bottom: -3px;font-size: 180%;}
    #main_banner ul.list_no{max-width:58%;margin-left:0;margin-top: 10px;margin-bottom: 10px;flex-wrap: wrap;}
    ul.list_no li {font-size: 11px;padding: 10px 5px 5px;width: calc(50% - 5px);height: auto;}
    ul.list_no li p{text-align:center;}
    ul.list_no li p.no {font-size: 22px;}
    .main_banner_btn {font-size: 15px;width: 198px;height: 55px;border-radius: 30px;background: linear-gradient(90deg,#7C0BCE 0%, #7C0BCE 68%, #D71FD7 100%);margin: 0;z-index: 2;}
    .main_banner_btn:after{width:25px;}
    #main_banner .xslider_wrap {position: relative;z-index: 2;}
    .xslider1 div, .xslider2 div {height: 85px;}
	p.main_note {margin: 10px;font-size: 10px;max-width: unset;}
    img.girl {bottom: 137px;z-index: 1;right: 0;width: 200px;}
    section.present .section_top {padding: 20px 0;}
    h2.present_title {font-size: 50px;letter-spacing: 5px;}
    h3.present_title {font-size: 26px;padding: 0 35px;letter-spacing: 0;margin: 0 0 10px;}
    h3.present_title::before, h3.present_title::after {width: 30px;height: 36px;}
    h3.present_title span.small {font-size: 20px;}
    h4.title_btn {border-radius: 4px;width: 250px;height: 33px;}
    h4.title_btn span {font-size: 20px;}
    section.web{background:url(../images/sp_bg_web.png) no-repeat;background-size:cover;padding:30px 0;}
    section.web h3.web_title{font-size:18px; font-weight:600;}
    section.web h3.web_title .text_gradient{font-size:24px;}
    .web_price p {font-size: 10px;line-height: 1.2;text-align: left;margin-left: 30px;width: calc(100% - 60px)}
    section.web .container ul.col4 {margin: 20px 0 0;grid-template-columns: repeat(2, 1fr);}
    section.web .container ul.col4 li {width: 155px;height: 155px;}
    section.web .container ul.col4 li p {font-size: 12px;margin: 20px 0 0;line-height: 1.5;}
    section.web .container ul.col4 li img {bottom: 12px;}
    section.web .container ul.col4 li:nth-child(1) img{width: 119px;}
    section.web .container ul.col4 li:nth-child(2) img{width: 138px;}
    section.web .container ul.col4 li:nth-child(3) img{width: 137px;}
    section.web .container ul.col4 li:nth-child(4) img{width:86px;}
    section.cta {margin-top: 0;padding: 30px;}
    section.cta .container{padding: 14px 20px;height: 175px;}
    section.cta .container h2{font-size:12px;margin-bottom: 15px;}
    section.cta .container h2 .big{font-size:17px;}
    section.cta .container h2 .number{font-size:23px;}
    section.cta .container h2 .yellow_text{font-size:29px;}
    section.cta .container h2 .yellow_text::before{width: 16px;height: 18px;top: 0;left: -15px;}
    section.cta .container h2 .yellow_text::after {width: 16px;height: 18px;top: 0;right: -15px;}
    section.cta .container h3{font-size: 16px;margin-right: 55px;}
    section.cta .container h3 .small {font-size: 14px;}
    section.cta .container h3 > span::after {width: 25px;height: 30px;bottom: 5px;}
    section.cta a.cta_btn {bottom: 5px;left: 15px;transform: unset;}	
    section.cta a.cta_btn img {width: 225px;}
    section.cta a.cta_btn img.cta_circle_text {left: -40px;top: -35px;width: 60px;}
    .cta_girl_right {right: -55px;bottom: -30px;height: 207px;width: auto;}
    .web_price ul.list_no li {padding: 25px 0px 5px;width: calc(50% - 5px);}
    .web_price ul.list_no li p {font-size: 14px;text-align: center;}
    .web_price ul.list_no li p.no {font-size: 38px;}
    #section3{padding:0;}
    #section3 h2.title {margin: 0px 0 15px;}
    #section3 h3.title3 {font-size: 18px;}
    #section3 .section_top img{width:295px;}
    #section4 .section_top {top: 1.5%;width: 220px;}
    #section4 .section_top .circle {top: -20px;left: -30px;font-size: 11px;width: 62px;height: 62px;}
    #section4 .section_top .circle .number {font-size: 25px;}
    #section4 h3.title1 {margin-bottom: 7px;font-size: 14px;}
    #section4 h3.title3 {font-size: 14px;padding: 0 10px;margin-bottom: 5px;}
    #section4  h2.title2 {font-size: 25px;padding: 7px 15px;margin: 0 0 25px;width: auto;max-width: 100%;}
    #section4 h3.title3::before,#section4 h3.title3::after {width: 8px;height: 14px;}
    #section5 {padding: 40px 0;}
    .skills {flex-direction: column;margin:30px 0 50px;}
    #section5 ul.list1 {margin: 0;}
    #section5 ul.list1 li h3 {font-size: 21px;}
    #section5 ul.list1 li p {font-size: 14px;}
    #section5 ul.list1 li figure {width: 90px;height:90px;}
    #section5 .title_img img {width:350px;}
    #section5 ul.list2 li{width:calc(50% - 5px);}
    #section5 ul.list_no li {width: calc(50% - 5px);height: auto;}
    #section5 figure img{width:17px;}
    #section5 ul.list_no li:first-child figure img{width:22px;}
    #section5 ul.list_no li p {font-size: 13px;}
    #section5 ul.list_no li p.no {font-size: 40px;}
    #section5 .text_bottom {font-size: 14px;}
    #section5 .text_bottom .text1, #section5 .text_bottom .text2 {font-size: 19px;}
    #section6 {background: url(../images/sp_bg_voice.png) no-repeat;background-size: cover;background-position: top center;padding: 50px 0 20px;}
    #section6 .section_top_inner {padding-top: 22px;}
    #section6 .section_top_inner::after{width:186px;height:186px;}
    #section6 .section_top_inner h2.title {margin-top: 20px;}
    .case_list_content .case_slider {padding: 0 30px 10px;}
    ul.case_list li{width: 80vw;height:auto;}
    ul.case_list li::after {width: 67px;height: 48px;}
    ul.case_list li h4{font-size: 12px;}
    ul.case_list li h3 {font-size: 14px;}
    ul.case_list li p {font-size: 13px;}
    section.voices p.right {margin-top: 0;}
    .case_bottom_text, .table_text_bottom {font-size: 10px;}
    section.videos {padding: 40px 0 0;}
    section.videos .container{padding: 0;}
    section.videos h3.title {font-size: 18px; padding: 0 20px;}
    section.videos h2.title2 {margin: 0 0 5px 10px;text-align: center;}
    section.videos h2.title2:last-child {margin: 0 20px 25px 0;}
    ul.videos_list{display: grid;grid-template-columns: repeat(5, 1fr);gap:20px;padding: 0 !important;}
    ul.videos_list li{grid-template-columns: 1fr;gap: 0;width:85vw;align-items: baseline;margin-bottom: 0;align-items: stretch;display: block;}
    ul.videos_list li figure {padding-right: 30px;order: 0 !important;}
    ul.videos_list li .youtube-iframe{padding-right: 30px;order: 0 !important;}
    ul.videos_list li .video_des {padding: 60px 20px 30px !important;margin-left: 0px;background: #fff;border-radius: 30px;margin-top: -30px;}
    ul.videos_list li .video_des:after{display:none;}
    .video_des_text h3 {font-size: 18px;}
    .video_des_text h4 {font-size: 16px;letter-spacing: -0.5px;}
    #section8 {padding: 40px 0;background-size: contain;background-position: top center;}
    #section8 ul.col4 {grid-template-columns: repeat(2, 1fr);}
    #section9 .container {padding:0;}
    #section9 .section_top img {max-width:80vw;}
    #section9 .js-scrollable img {width: 1000px;max-width: unset;}
    #section10 {padding: 30px 0;}
    section.points {background: url(../images/sp_bg_point.png) no-repeat;background-size: contain;background-position: top center;padding: 70px 0 60px;}
    section.points .section_top_inner picture img{width:190px;margin-top:20px;}
    ul.point_list {gap:0 40px;padding: 0 10px;}
    ul.point_list li {width: calc(50% - 20px);}
    ul.point_list li:nth-child(3) {padding-top: 0;margin-top: -30px;}
    ul.point_list li:nth-child(4) {padding-top: 30px;}
    ul.point_list li:nth-child(5) {padding-top: 30px;}	
    ul.point_list li figure .point_text {font-size: 16px;left: -5px;top: -5px;}	
    ul.point_list li figure .point_text .number {font-size: 28px;}
    section.media {padding: 30px 0;}
    .media_box {padding: 15px;border-radius: 5px;}
    ul.logo_list {grid-template-columns: repeat(3, 1fr);gap: 10px;}
    ul.logo_list:last-child {grid-template-columns: repeat(4, 1fr);align-items: center;}
    section.message {padding: 0 0 20px 0;}
    section.message h3.title1{font-size: 50px;}
    .message_content {flex-direction: column-reverse;gap: 40px;margin-bottom: 0;}
    .message_img {padding-top: 0;text-align: center;}
    .message_img img{width:180px;}
    section.contact h2.title{margin-bottom:30px;}
    .contact_box {border-radius: 8.5px;padding: 20px 20px 40px;flex-direction: column;}
    .contact_box .line {width: 215px;height: 45px;border-radius:23px;}
    .contact_box .line a {font-size: 14px;}
    ul.ct_sns {gap: 15px;}
    a.cta_fixed_btn {bottom: 10px;max-width: 90vw;height: 60px;width: 80%;}
    a.cta_fixed_btn p{font-size: 18px;letter-spacing: 0.05em;}
    a.cta_fixed_btn img{width: 24px;}
}
@media screen and (min-width: 768px){
    .pcbr { display:block; }
    .spbr { display:none; }
}
@media screen and (max-width: 767px){
    .pcbr { display:none; }
    .spbr { display:block; }
}
@media screen and (max-width: 500px){
    img.girl {bottom: 138px;
    width: 220px;
    object-fit: contain;
    right: -5px;
    height: auto;}
}
@media screen and (max-width: 600px){
    img.girl {
    width: 170px;
    right: 0;
	}
}
@media (min-width: 768px) and (max-width: 1400px){
.main_banner_content {margin: 100px 0 10px 5%;max-width: 60vw;}
}
@media (min-width: 768px) and (max-width: 1400px){
.main_banner_content {margin: 100px 0 10px 10%;max-width: 60vw;}
}
@media (min-width: 768px) and (max-width: 1100px){
	.main_banner_content {margin: 100px 0 10px 5%;max-width: 60vw;}
	.main_banner_content h2.title2 {
	  font-size: 36px;
	  padding: 4px 0px 15px;
	  width: 500px;
	}  
	.main_banner_content h2.title2.first {
	  margin-left: 15px;
	  margin-bottom: 5px;
	}
	.main_banner_content h2.title2 .number {
	  font-size: 50px;
	  line-height: .3;
	}
	.main_banner_content h2.title2 .big {
	  font-size: 50px;
	}
	h3.title7 > span {font-size: 30px;margin-top:20px;}
}