@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900|Poppins:100,200,300,400,500,600,700,800,900&display=swap');
/*=====================================
*
*reset
*
=======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
}
html{
	font-size: 10px;
}
body{
  font-family:"M PLUS Rounded 1c",'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  color: #111;
  font-size:1.5rem;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: hidden;
  background: #e7f6f7;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a,a:visited{
  text-decoration:none;
  color:#1977ec;
  transition: ease all .4s;
}
a:hover{
  color:#ec194a;
  opacity: .7;
}
.w126{
	max-width: 1300px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}
.poppins{
	font-family: 'Poppins';
}
.border_box{
    position: relative;
    padding: 15px;
    border: 5px solid #fff;
    width: 100%;
}
.border_box .border_box_inner{
    background: #fff;
    width: 100%;
}
.ttl{
    text-align: center;
    margin-bottom: 60px;
}
.center_text{
    text-align: center;
    transform: rotate(-0.1deg);
    margin: 60px auto;
    font-size: 18px;
}
@media screen and (max-width:968px){
    .border_box{
        padding: 8px;
        border: 3px solid #fff;
    }
    .ttl{
        margin-bottom: 40px;
    }
    .center_text{
        margin: 40px auto;
    }
}
@media screen and (max-width:768px){
    .center_text {
        margin: 20px auto;
        font-size: 16px;
    }
}
/* ============================================================
*
* mv
*
*============================================================*/
.mv{
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: url(../img/mv-main.png) no-repeat center center;
    background-size: cover;
}
.mv .mv_inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../img/mv-bg.png) no-repeat center center;
    background-size: cover;
}
.mv .mv_inner .text{
    width: 70%;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}
.mv .mv_inner .text .text_inner{
    max-width: 880px;
    text-align: center;
}
.mv .mv_inner .text .text_inner .top{
    position: relative;
}
.mv .mv_inner .text .text_inner .top img{
    position: absolute;
    left: -80px;
    top: -90px;
}
.mv .mv_inner .text .text_inner .top .top_title{
    font-size: 53px;
    font-weight: 600;
    color: #fff;
    transform: rotate(-0.1deg);
    text-shadow: 0px 5px 20px #00000029;
}
.mv .mv_inner .mv_circle{
    max-width: 16vw;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
@media screen and (max-width:1260px){
    .mv .mv_inner .text .text_inner .top .top_title{
        font-size: 38px;
    }
}
@media screen and (max-width:1060px){
    .mv{
        min-height: auto;
    }
    .mv .mv_inner{
        height: auto;
        position: relative;
    }
    .mv .mv_inner .text {
        height: auto;
        align-items: flex-start;
        padding-top: 120px;
        padding-bottom: 18vw;
    }
}
@media screen and (min-width:769px){
	.sp_only{
		display: none !important;
	}
}
@media screen and (max-width:768px){
	.pc_only{
		display: none !important;
	}
}
@media screen and (max-width:968px){
    .mv .mv_inner .text .text_inner .top img{
        width: 300px;
    }
    .mv .mv_inner .text .text_inner .top .top_title {
        font-size: 30px;
    }
}
@media screen and (max-width:768px){
    .mv{
        background: url(../img/mv-main.png) no-repeat -130px center;
        background-size: cover;
        overflow: initial;
    }
    .mv .mv_inner .text .text_inner .top .top_title {
        font-size: 26px;
    }
    .mv .mv_inner .text .text_inner .top img {
        width: 240px;
        left: -30px;
        top: -70px;
    }
    .mv .mv_inner .mv_circle {
        max-width: 26vw;
        bottom: -40px;
    }
}
@media screen and (max-width:568px){
    .mv .mv_inner .text{
        padding-top: 90px;
        width: 80%;
    }
    .mv .mv_inner .text .text_inner .top .top_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .mv .mv_inner .text .text_inner .top img {
        width: 200px;
        top: -60px;
    }
}
/* ============================================================
*
* sec01
*
*============================================================*/
.sec01{
    padding: 120px 0;
}
.sec01 .title{
    text-align: center;
    font-size: 50px;
    padding: 15px 60px;
    background: #fb657f;
    border-radius: 500px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%) rotate(-0.1deg);
    line-height: 1;
}
.sec01 .benefit{
    padding: 60px;
}
.sec01 .benefit .benefit_inner{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.sec01 .benefit .benefit_inner .benefit_cont{
    width: 50%;
}
.sec01 .benefit .benefit_inner .benefit_cont .text{
    transform: rotate(-0.1deg);
    margin-top: 20px;
}
.sec01 .benefit .benefit_inner .benefit_cont .text .sub{
    font-size: 20px;
    font-weight: 500;
}
.sec01 .benefit .benefit_inner .benefit_cont .text .main{
    font-size: 30px;
    font-weight: 500;
}
.sec01 .benefit .benefit_bototm{
    text-align: center;
    margin-top: 60px;
}
.sec01 .benefit .benefit_bototm span{
    position: relative;
    color: #fb657f;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    transform: rotate(-0.1deg);
}
.sec01 .benefit .benefit_bototm span::before{
    content: '';
    width: 60px;
    height: 1px;
    background: #fb657f;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-100%, -50%);
}
.sec01 .benefit .benefit_bototm span::after{
    content: '';
    width: 60px;
    height: 1px;
    background: #fb657f;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(100%, -50%);
}
.sec01 .sec01_1{
    margin-top: 120px;
}
.sec01 .sec01_list ol{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.sec01 .sec01_list ol li{
    width: 32%;
}
.sec01 .sec01_list ol li .border_box,
.sec01 .sec01_list ol li .border_box .border_box_inner{
    height: 100%;
}
.sec01 .sec01_list ol li .sec01_list_inner{
    padding: 20px;
}
.sec01 .sec01_list ol li .sec01_list_inner h3{
    transform: rotate(-0.1deg);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.sec01 .sec01_list ol li .sec01_list_inner .image{
    margin: 20px auto;
}
.sec01 .sec01_list ol li .sec01_list_inner .text{
    font-size: 16px;
    font-weight: 400;
    transform: rotate(-0.1deg);
    line-height: 1.8;
}
.sec01 .sec01_2{
    margin-top: 80px;
}
.sec01 .sec01_flex{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 90px;
}
.sec01 .sec01_flex .sec01_flex_inner{
    width: 50%;
    position: relative;
}
.sec01 .sec01_flex .sec01_flex_inner .image{
    width: 100%;
}
.sec01 .sec01_flex .sec01_flex_inner .text{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
@media screen and (max-width:1260px){
    .sec01 .benefit {
        padding: 40px;
    }
    .sec01 .title{
        font-size: 36px;
    }
    .sec01 .benefit .benefit_inner .benefit_cont .text .sub {
        font-size: 18px;
    }
    .sec01 .benefit .benefit_inner .benefit_cont .text .main {
        font-size: 24px;
    }
    .sec01 .sec01_list ol{
        gap: 20px;
    }
    .sec01 .sec01_list ol li .sec01_list_inner h3{
        font-size: 20px;
    }
}
@media screen and (max-width:968px){
    .sec01 .benefit {
        padding: 20px;
    }
    .sec01 .benefit .benefit_inner .benefit_cont .text .sub {
        font-size: 16px;
    }
    .sec01 .benefit .benefit_inner .benefit_cont .text .main {
        font-size: 20px;
    }
    .sec01 .sec01_1{
        margin-top: 60px;
    }
    .sec01 .sec01_list ol{
        gap: 10px;
    }
    .sec01 .sec01_list ol li .sec01_list_inner h3 {
        font-size: 16px;
    }
    .sec01 .sec01_list ol li .sec01_list_inner .image {
        margin: 10px auto;
    }
    .sec01 .sec01_list ol li .sec01_list_inner .text{
        font-size: 14px;
    }
}
@media screen and (max-width:768px){
    .sec01 {
    padding: 60px 0 40px;
    }
    .sec01 .title {
        font-size: 24px;
        padding: 10px 60px;
    }
    .sec01 .benefit .benefit_bototm {
        margin-top: 20px;
    }
    .sec01 .benefit .benefit_bototm span{
        font-size: 18px;
    }
    .sec01 .benefit .benefit_bototm span::before,
    .sec01 .benefit .benefit_bototm span::after{
        width: 20px;
    }
    .sec01 .benefit .benefit_inner .benefit_cont .text{
        margin-top: 10px;
    }
    .sec01 .benefit .benefit_inner .benefit_cont .text .sub {
        font-size: 14px;
    }
    .sec01 .benefit .benefit_inner .benefit_cont .text .main {
        font-size: 18px;
    }
    .sec01 .sec01_list ol{
        flex-flow: column;
        gap: 30px;
    }
    .sec01 .sec01_list ol li{
        width: 100%;
    }
    .sec01 .sec01_list ol li .sec01_list_inner h3 {
        font-size: 18px;
    }
    .sec01 .sec01_list ol li .sec01_list_inner .image {
        margin: 20px auto;
        text-align: center;
    }
    .sec01 .sec01_flex{
        flex-flow: column;
        margin-top: 0;
    }
    .sec01 .sec01_flex .sec01_flex_inner{
        width: 100%;
    }
}
@media screen and (max-width:568px){
    .sec01 .title {
        font-size: 18px;
        width: 80%;
    }
    .sec01 .benefit .benefit_inner{
        flex-flow: column;
    }
    .sec01 .benefit .benefit_inner .benefit_cont{
        width: 100%;
    }
}

/* ============================================================
*
* sec02
*
*============================================================*/
.sec02{
    padding: 80px 0;
    background: #009eb8;
}
.sec02 .sec02_inner{
    max-width: 1260px;
    width: 100%;
    margin: 160px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.sec02 .sec02_inner::before{
    content: "";
    display: block;
    width: calc((50% + (100vw - 100%) / 2));
    height: 80%;
    max-height: 360px;
    background: #fff;
    position: absolute;
    bottom: -60px;
    left: calc(100% + ((100vw - 100%) / 2));
    transform: translateX(-100%);
    opacity: .4;
}
.sec02 .sec02_inner.re::before{
    left: auto;
    right: calc(100% + ((100vw - 100%) / 2));
    transform: translateX(100%);

}
.sec02 .sec02_inner.re{
    flex-flow: wrap;
}
.sec02 .sec02_inner .image{
    width: 50%;
    text-align: center;
    position: relative;
}
.sec02 .sec02_inner .text{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    padding: 20px;
}
.sec02 .sec02_inner .text .en{
    position: absolute;
    top: -20px;
    font-size: 120px;
    font-weight: 800;
    text-align: center;
    opacity: .2;
}
.sec02 .sec02_inner .text h3{
    font-weight: 600;
    font-size: 36px;
    transform: rotate(-0.1deg);
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.sec02 .sec02_inner .text p{
    transform: rotate(-0.1deg);
    font-size: 20px;
    line-height: 2;
    position: relative;
}
@media screen and (max-width:1260px){
    .sec02 .sec02_inner .text h3{
        font-size: 32px;
    }
    .sec02 .sec02_inner .text p{
        font-size: 18px;
    }
    .sec02 .sec02_inner .text .en {
        top: 30px;
        font-size: 100px;
    }
}
@media screen and (max-width:1060px){
    .sec02 .sec02_inner{
        margin: 80px auto;
    }
    .sec02 .sec02_inner::before{
        width: calc((44% + (100vw - 100%) / 2));
        bottom: 0;
        height: 60%;
    }
    .sec02 .sec02_inner .image{
        padding: 20px;
        width: 44%;
    }
    .sec02 .sec02_inner .text{
        width: 56%;
    }
    .sec02 .sec02_inner .text h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .sec02 .sec02_inner .text p {
        font-size: 16px;
    }
    .sec02 .sec02_inner .text .en {
        top: -10px;
        font-size: 80px;
    }
}
@media screen and (max-width:968px){
    .sec02 .sec02_inner .text h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:768px){
    .sec02 {
        padding: 40px 0 0;
        background: #009eb8;
        overflow: hidden;
    }
    .sec02 .sec02_inner {
        margin: 40px auto;
    }
    .sec02 .sec02_inner::before{
        bottom: 30px;
        height: 50%;
    }
    .sec02 .sec02_inner .text h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec02 .sec02_inner .text .en {
        font-size: 50px;
    }
}
@media screen and (max-width:568px){
    .sec02 .sec02_inner {
        margin: 40px auto;
        flex-flow: column;
        gap: 30px;
    }
    .sec02 .sec02_inner::before {
        bottom: 30px;
        height: 50%;
        top: 40px;
        width: calc(100% - 40px);
    }
    .sec02 .sec02_inner .image{
        width: 100%;
    }
    .sec02 .sec02_inner .text{
        width: 100%;
    }
    .sec02 .sec02_inner .text .en {
        font-size: 70px;
        top: -30px;
    }
    .sec02 .sec02_inner .text h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

/* ============================================================
*
* sec03
*
*============================================================*/
.sec03{
    padding: 120px 0 80px;
    background: #fb657f;
}
.sec03 .sec03_wrap{
    display: flex;
    flex-flow: column;
    gap: 60px;
    max-width: 1300px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.sec03 .sec03_wrap .sec03_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
}
.sec03 .sec03_wrap .sec03_inner.re{
    flex-flow: wrap;
}
.sec03 .sec03_wrap .sec03_inner .image{
    width: 48%;
    text-align: right;
}
.sec03 .sec03_wrap .sec03_inner.re .image{
    text-align: left;
}
.sec03 .sec03_wrap .sec03_inner .text{
    width: 50%;
    padding: 20px 40px;
    color: #fff;
}
.sec03 .sec03_wrap .sec03_inner .text .sub{
    font-size: 20px;
    font-weight: 400;
    transform: rotate(-0.1deg);
}
.sec03 .sec03_wrap .sec03_inner .text h3{
    font-size: 36px;
    font-weight: 600;
    transform: rotate(-0.1deg);
    margin: 20px auto 40px;
}
.sec03 .sec03_wrap .sec03_inner .text p{
    font-size: 18px;
    font-weight: 400;
    transform: rotate(-0.1deg);
}
@media screen and (max-width:1260px){
    .sec03 .sec03_wrap .sec03_inner .text{
        padding: 0;
    }
    .sec03 .sec03_wrap .sec03_inner .text h3{
        font-size: 32px;
    }
}
@media screen and (max-width:968px){
    .sec03 .sec03_wrap .sec03_inner .text h3 {
        font-size: 24px;
        margin: 20px auto;
    }
}
@media screen and (max-width:768px){
    .sec03{
        padding: 40px 0;
    }
    .sec03 .sec03_wrap .sec03_inner .text .sub{
        font-size: 16px;
    }
    .sec03 .sec03_wrap .sec03_inner .text h3 {
        font-size: 18px;
        margin: 10px auto;
    }
    .sec03 .sec03_wrap .sec03_inner .text p{
        font-size: 14px;
        line-height: 1.8;
    }
}
@media screen and (max-width:568px){
    .sec03 .sec03_wrap .sec03_inner{
        flex-flow: column;
        gap: 20px;
    }
    .sec03 .sec03_wrap .sec03_inner .image{
        width: 100%;
    }
    .sec03 .sec03_wrap .sec03_inner .text{
        width: 100%;
    }
    .sec03 .sec03_wrap .sec03_inner .text h3 {
        font-size: 22px;
        margin: 10px auto;
    }
}


/* ============================================================
*
* sec04
*
*============================================================*/
.sec04{
    padding: 80px 0;
}
.sec04 .splide{
    margin: 40px auto;
}
.sec04 .splide .splide__track{
    height: max-content;
}
.sec04 .splide li{
    width: 23%;
}
@media screen and (max-width:968px){
    .sec04 .splide li{
        width: 32%;
    }
}
@media screen and (max-width:768px){
    .sec04{
        padding: 40px 0;
    }
    .sec04 .splide {
        margin: 20px auto;
    }
    .sec04 .splide li{
        width: 48%;
    }
}
/* ============================================================
*
* sec05
*
*============================================================*/
.sec05 .sec05_wrap{
    margin-bottom: 80px;
}
.sec05 .sec05_inner{
    padding: 60px;
}
.sec05 .sec05_iamge_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    gap: 20px;
}
.sec05 .sec05_list ol{
    display: flex;
    justify-content: space-between;
}
.sec05 .sec05_list ol li{
    width: 30%;
}
.sec05 .sec05_list ol li .text{
    margin-top: 15px;
    transform: rotate(-0.1deg);
}
.sec05 .sec05_list ol li .text .sub{
    font-size: 18px;
    font-weight: 400;
}
.sec05 .sec05_list ol li .text .title{
    font-size: 30px;
    font-weight: 500;
}
.sec05 .banner{
    margin: 80px auto;
}
@media screen and (max-width:1260px){
    .sec05 .sec05_inner {
        padding: 40px;
    }
    .sec05 .sec05_list ol li .text .title {
        font-size: 24px;
    }
}
@media screen and (max-width:968px){
    .sec05 .sec05_inner {
        padding: 20px;
    }
    .sec05 .sec05_list ol li .text .sub {
        font-size: 16px;
    }
    .sec05 .sec05_list ol li .text .title {
        font-size: 20px;
    }
}
@media screen and (max-width:768px){
    .sec05 .sec05_list ol {
        flex-flow: column;
        align-items: center;
        gap: 30px;
    }
    .sec05 .sec05_list ol li{
        width: auto;
    }
    .sec05 .sec05_wrap{
        margin-bottom: 40px;
    }
    .sec05 .banner {
        margin: 40px auto;
    }
}
@media screen and (max-width:568px){
    .sec05 .sec05_iamge_flex{
        gap: 20px;
        flex-flow: column;
    }
    .sec05 .sec05_list ol li .text .sub{
        font-size: 14px;
    }
    .sec05 .sec05_list ol li .text .title {
        font-size: 18px;
    }
}

/* ============================================================
*
* sec06
*
*============================================================*/
.sec06{
    padding: 80px 0;
    background: #009eb8;
}
.sec06 .sec06_inner{
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec06 .sec06_inner .map{
    width: 52%;
    height: 400px;
}
.sec06 .sec06_inner .text{
    width: 42%;
}
.sec06 .sec06_inner .text table{
    width: 100%;
    transform: rotate(-0.1deg);
}
.sec06 .sec06_inner .text table th{
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0;
    vertical-align: middle;
}
.sec06 .sec06_inner .text table td{
    font-size: 18px;
    vertical-align: middle;
    padding: 20px 10px;
}
@media screen and (max-width:1260px){
    .sec06 .sec06_inner{
        padding: 40px;
    }
    .sec06 .sec06_inner .text {
        width: 45%;
    }
    .sec06 .sec06_inner .text table th {
        font-size: 20px;
    }
    .sec06 .sec06_inner .text table td{
        font-size: 16px;
    }
}
@media screen and (max-width:968px){
    .sec06 .sec06_inner {
        padding: 20px;
    }
    .sec06 .sec06_inner .map{
        height: 320px;
    }
    .sec06 .sec06_inner .text table th {
        display: block;
        padding: 0;
    }
    .sec06 .sec06_inner .text table td {
        display: block;
        padding: 0;
        padding-bottom: 15px;
    }
}
@media screen and (max-width:768px){
    .sec06 {
        padding: 40px 0;
    }
    .sec06 .sec06_inner {
        flex-flow: column;
        gap: 30px;
    }
    .sec06 .sec06_inner .map,
    .sec06 .sec06_inner .text {
        width: 100%;
    }
    .sec06 .sec06_inner .text table th{
        display: table-cell;
        padding: 15px 10px;
    }
    .sec06 .sec06_inner .text table td{
        display: table-cell;
        padding: 15px 10px;
    }
}
@media screen and (max-width:568px){
    .sec06 .sec06_inner .map {
        height: 220px;
    }
    .sec06 .sec06_inner .text table th {
        display: block;
        padding: 0;
    }
    .sec06 .sec06_inner .text table td {
        display: block;
        padding: 0;
        padding-bottom: 15px;
    }
}

/* ============================================================
*
* footer
*
*============================================================*/
footer{
    background: #fff;
}
footer .copyright{
    text-align: center;
    transform: rotate(-0.1deg);
    font-size: 14px;
    line-height: 1;
    padding: 15px 0;
}
@media screen and (max-width:768px){
    footer .copyright{
        line-height: 1.3;
    }
}
/* ============================================================
*
* fixed
*
*============================================================*/
.fixed{
    position: fixed;
    padding: 20px;
    right: 20px;
    bottom: 20px;
    width: 300px;
    background: #fff;
    border: 2px solid #ffe9ed;
    box-shadow: 5px 5px 15px -5px #0000002e;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: ease all .4s;
}
.fixed.active{
    opacity: 1;
    pointer-events: all;
}
.fixed .title{
    text-align: center;
    margin-bottom: 20px;
}
.fixed .btn{
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.fixed .btn .btn_inner{
    width: 100%;
    transform: skew(-10deg);
    background: #fb657f;
    position: relative;
    z-index: 2;
    box-shadow: 4px 4px 0 0 #00000030;
}
.fixed .btn .btn_inner a{
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    line-height: 1;
    color: #fff;
}
.fixed .btn .btn_inner.register a{
    background: #00afcc;
}
.fixed .btn .btn_inner.line a{
    background: #06c755;
}
.fixed .btn .btn_inner a span{
    font-size: 22px;
    font-weight: 500;
    transform: rotate(-0.1deg) skew(10deg);
    display: block;
}
@media screen and (max-width:1400px){
    .fixed {
        padding: 10px;
        bottom: 20px;
        width: 240px;
    }
    .fixed .btn .btn_inner a span{
        font-size: 20px;
    }
}
@media screen and (max-width:768px){
    .fixed{
        width: 100%;
        right: 0;
        bottom: 0;
    }
    .fixed .title{
        width: 200px;
        margin: 0 auto 10px;
    }
    .fixed .btn {
        display: flex;
        flex-flow: inherit;
        gap: 10px;
    }
    .fixed .btn .btn_inner a{
        padding: 5px;
    }
    .fixed .btn .btn_inner a span {
        font-size: 14px;
    }
}