@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html {
    font-size: 62.5%;
}

a {
	color: #000;
	text-decoration: none;
    transition: 0.3s opacity ease;
}

a:hover {
	opacity: 0.8;
}

.sp {
	display: none !important;
}

body {
    position: relative;
    margin: 0 auto;
    font-size: 2.0rem;
    font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
    color: #191919;
    line-height: 1.7;
    text-align: left;
    background: url("../img/bg01.jpg"), url("../img/bg02.jpg");
    background-repeat: repeat-y, repeat-y;
    background-position: left center, right center;
    background-size: min(50%, 800px) auto, min(50%, 800px) auto;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;/*Chrome,Safari*/
    -ms-text-size-adjust: 100%;/*EgdeMobile*/
    -moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}


/* =====================================
	main
===================================== */

.visual{
    width: 100%;
    height: 644px;
    overflow: hidden;
}

.visual h1 img{
    width: 100%;
    height: 644px;
    object-fit: cover;
}

@media screen and (max-width: 1300px) {
.visual{
    height: auto;
}
.visual h1 img{
    height: 49.538vw;
}
}

.worries{
    width: 100%;
    padding: 108px 40px 92px;
    overflow: hidden;
}

.worries img{
    margin: 0 auto;
    max-width: 100%;
}

.worries h2{
    margin-bottom: 55px;
}

.worries .txt01{
    margin: 0 auto 80px;
    padding: 31px 200px 31px 40px;
    max-width: 728px;
    width: 100%;
    background: #f4f4ff;
    font-size: 2.2rem;
    line-height: 1.727;
    position: relative;
    border-radius: 30px;
}

.worries .txt01::before{
    content: "";
    background: url("../img/illust01.png") no-repeat;
    background-size: cover;
    width: 261px;
    height: 221px;
    position: absolute;
    top: -10px;
    right: -60px;
}

.worries .txt01 strong{
    font-weight: normal;
    color: #3947bb;
}

.worries .txt03{
    margin: 58px auto 76px;
}

.worries .btnArea p{
    margin: 0 auto;
    padding: 0 34px;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.454;
    position: relative;
    display: table;
}

.worries .btnArea p::before{
    content: "";
    width: 2px;
    height: 66px;
    transform: rotate(25deg) translateY(-50%);
    background: #343434;
    position: absolute;
    top: 50%;
    right: 0;
}

.worries .btnArea p::after{
    content: "";
    width: 2px;
    height: 66px;
    transform: rotate(-25deg) translateY(-50%);
    background: #343434;
    position: absolute;
    top: 50%;
    left: 0;
}

.introduction{
    width: 100%;
    padding-bottom: 120px;
}

.introduction h2{
    width: 100%;
    padding: 50px 40px;
    background-image: -moz-linear-gradient( 0deg, rgb(71,89,245) 0%, rgb(126,138,248) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(71,89,245) 0%, rgb(126,138,248) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(71,89,245) 0%, rgb(126,138,248) 100%);
    position: relative;
}

.introduction h2::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -541px;
    background: url("../img/illust02.png");
    width: 253px;
    height: 204px;
}

.introduction h2 img{
    margin: 0 auto;
    width: 100%;
    max-width: 419px;
}

.introduction .product{
    width: 100%;
    max-width: 1148px;
    margin: 103px auto 60px;
    display: flex;
    justify-content: space-between;
}

.introduction .product .txtArea{
    width: 50.1742%;
    margin-left: 2.61324%;
}

.introduction .product .txtArea h3 img{
    width: 100%;
}

.introduction .product .txtArea p{
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.4615;
    margin: -46px 0 31px;
}

.introduction .product .txtArea .btn01{
    width: 100%;
    max-width: 406px;
    height: 60px;
    padding-top: 19px;
    display: table;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    border-radius: 30px;
    background: #000 url("../img/arrow02.png") no-repeat center right 22px;
    background-size: 16px auto;
}

.introduction .product .txtArea .btn01 + a{
    display: table;
    margin: 16px auto 0;
    text-align: center;
    line-height: 1;
    text-decoration: underline;
}

.introduction .product .imgArea{
    width: 41.8118%;
    margin-right: 4.18%;
}

.introduction .product .imgArea img{
    width: 100%;
}

.introduction dl{
    width: 100%;
    max-width: 940px;
    padding: 0 40px;
    margin: 0 auto;
}

.introduction dl dt{
    font-size: 2.6rem;
    line-height: 1;
}

.introduction dl dt ul li{
    margin-bottom: 18px;
}

.introduction dl dd{
    font-size: 1.8rem;
    line-height: 1.56;
}

.introduction dl dd img{
    margin: 38px auto 60px;
    max-width: 100%;
}

.introduction .box{
    width: 100%;
    padding: 0 40px;
}

.introduction .box .inner{
    width: 100%;
    max-width: 988px;
    padding: 40px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 7px 7px 20px 0px rgba(25, 25, 25, 0.1);
    margin: 0 auto;
}

.introduction .box .inner h4{
    font-size: 3.0rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
}

.introduction .box .inner h4 span{
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: block;
    padding-top: 10px;
    width: 590px;
    height: 44px;
    margin: 0 auto 18px;
    background-image: -moz-linear-gradient( 0deg, rgb(71,89,245) 0%, rgb(240,116,177) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(71,89,245) 0%, rgb(240,116,177) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(71,89,245) 0%, rgb(240,116,177) 100%);
    border-radius: 22px;
}

.introduction .box .inner .flexbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.introduction .box01 .inner .flexbox .imgArea{
    width: 31.718%;
}

.introduction .box01 .inner .flexbox .imgArea img{
    width: 100%;
}

.introduction .box01 .inner .flexbox p{
    width: 64%;
}

.introduction .box01 .inner .check{
    margin-top: 34px;
    width: 100%;
    background: #f5f6f7;
    padding: 50px 40px 24px;
    border-radius: 30px;
    position: relative;
}

.introduction .box01 .inner .check::before{
    content: "";
    background: url("../img/illust03.png");
    background-size: cover;
    width: 264px;
    height: 145px;
    position: absolute;
    bottom: 0;
    left: 8px;
}

.introduction .box01 .inner .check::after{
    content: "";
    background: url("../img/icon01.png");
    background-size: cover;
    width: 54px;
    height: 54px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.introduction .box01 .inner .check h5{
    font-size: 2.6rem;
    line-height: 1.4615;
    text-align: center;
    margin-bottom: 16px;
}

.introduction .box01 .inner .check p{
    font-size: 1.9rem;
    line-height: 1.68421;
    padding-left: 27.338%;
}

.introduction .box02{
    margin-top: 40px;
}

.introduction .box02 .inner .flexbox .imgArea{
    width: 18.9427%;
    align-self: flex-start;
}

.introduction .box02 .inner .flexbox .imgArea img{
    width: 100%;
}

.introduction .box02 .inner .flexbox .txtArea{
    width: 76.54%;
}

.introduction .box02 .inner .flexbox .txtArea h5{
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 6px;
}

.introduction .box02 .inner .flexbox .txtArea p strong{
    font-weight: normal;
    color: #4450bd;
}

.introduction .box02 .inner .flexbox .txtArea p + h5{
    margin-top: 30px;
}

.introduction .box03{
    margin-top: 40px;
}

.introduction .box03 .inner .flexbox .imgArea{
    width: 34.58%;
    align-self: flex-start;
}

.introduction .box03 .inner .flexbox .imgArea img{
    width: 100%;
}

.introduction .box03 .inner .flexbox .txtArea{
    width: 61%;
}

.introduction .box03 .inner .flexbox .txtArea dl{
    border: 2px solid #cecece;
    padding: 20px 30px;
    margin-top: 12px;
}

.introduction .box03 .inner .flexbox .txtArea dl dt{
    margin-bottom: 10px;
}

.introduction .box03 .inner .flexbox .txtArea dl dd{
    font-size: 1.7rem;
    line-height: 1.5294;
}

.introduction .box03 .inner .link{
    margin-top: 34px;
    width: 100%;
    background: #f5f6f7;
    padding: 36px 40px 64px;
    border-radius: 30px;
    position: relative;
}

.introduction .box03 .inner .link::before{
    content: "";
    background: url("../img/img05.png");
    background-size: cover;
    width: 342px;
    height: 172px;
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.introduction .box03 .inner .link h5{
    font-size: 2.6rem;
    line-height: 1.4615;
    text-align: center;
    margin-bottom: 30px;
}

.introduction .box03 .inner .link p{
    font-size: 1.9rem;
    line-height: 1.68421;
    padding-left: 44.29%;
}

.function{
    width: 100%;
}

.function h2{
    width: 100%;
    padding: 50px 40px;
    background-image: -moz-linear-gradient( 0deg, rgb(71,89,245) 0%, rgb(126,138,248) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(71,89,245) 0%, rgb(126,138,248) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(71,89,245) 0%, rgb(126,138,248) 100%);
    position: relative;
}

.function h2 img{
    margin: 0 auto;
    width: 100%;
    max-width: 568px;
}

.function ul{
    width: 100%;
    max-width: 998px;
    padding: 0 40px;
    margin: 60px auto 0;
}

.function ul li{
    background-image: -moz-linear-gradient( 115deg, rgb(172,105,204) 0%, rgb(72,90,245) 100%);
    background-image: -webkit-linear-gradient( 115deg, rgb(172,105,204) 0%, rgb(72,90,245) 100%);
    background-image: -ms-linear-gradient( 115deg, rgb(172,105,204) 0%, rgb(72,90,245) 100%);
    width: 100%;
    max-width: 808px;
    padding: 30px 40px;
    margin-bottom: 40px;
    clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.function ul li:nth-child(2){
    margin: 0 0 40px auto;
    flex-direction: row-reverse;
}

.function ul li:last-child{
    margin-bottom: 0;
}

.function ul li .txtArea{
    width: 54.67%;
    color: #fff;
}

.function ul li .txtArea h3{
    font-size: 2.6rem;
    margin-bottom: 4px;
}

.function ul li .imgArea{
    width: 41.2%;
}

.function ul li .imgArea img{
    width: 100%;
}

.function .btn01{
    width: 100%;
    max-width: 406px;
    height: 60px;
    padding-top: 19px;
    display: table;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    border-radius: 30px;
    background: #000 url("../img/arrow02.png") no-repeat center right 22px;
    background-size: 16px auto;
}

.function .btn01 + a{
    display: table;
    margin: 16px auto 0;
    text-align: center;
    line-height: 1;
    text-decoration: underline;
}

footer{
    margin-top: 60px;
    padding: 0;
    text-align: center;
    font-size: 1.6rem;
}


@media screen and (max-width: 768px) {

.pc {
	display: none !important;
}

.sp {
	display: block !important;
}

a:hover {
	opacity: 1;
}

body {
	font-size: 3.467vw;
    min-width: inherit;
}

/* =====================================
	main
===================================== */

.visual{
    height: auto;
}

.visual h1 img{
    height: auto;
}

@media screen and (max-width: 1300px) {
.visual h1 img{
    height: auto;
}
}

.worries{
    padding: 13.33vw 0 10vw;
}

.worries h2{
    margin-bottom: 51.867vw;
}

.worries h2 img{
    margin: 0 auto;
    width: 74.8vw;
}

.worries .txt01{
    margin: 0 auto 10.67vw;
    padding: 5.067vw 6.67vw;
    max-width: 89.33vw;
    font-size: 3.8133vw;
    border-radius: 4vw;
}

.worries .txt01::before{
    background: url("../img/sp/illust01.png") no-repeat;
    background-size: cover;
    width: 55.733vw;
    height: 49.067vw;
    top: -51.867vw;
    right: auto;
    left: 20vw;
}

.worries .txt02 img{
    margin: 0 auto;
    width: 92vw;
}

.worries .txt03{
    margin: 8vw auto 10.267vw;
}

.worries .txt03 img{
    width: 100%;
}

.worries .btnArea p{
    padding: 0 3vw;
    font-size: 3.8133vw;
}

.worries .btnArea p::before{
    width: 0.4vw;
    height: 16vw;
    transform: rotate(18deg) translateY(-50%);
}

.worries .btnArea p::after{
    width: 0.4vw;
    height: 16vw;
    transform: rotate(-18deg) translateY(-50%);
}

.worries .btnArea a img{
    margin-top: -3.0489vw;
}

.introduction{
    padding-bottom: 13.33vw;
}

.introduction h2{
    padding: 8vw 0;
}

.introduction h2::before{
    display: none;
}

.introduction h2 img{
    max-width: 72.67vw;
}

.introduction .product{
    margin: 8vw auto 9.733vw;
    flex-direction: column-reverse;
}

.introduction .product .txtArea{
    width: 100%;
    margin-left: 0;
}

.introduction .product .txtArea h3 img{
    width: 87.467vw;
    margin: 1.6vw auto 0;
}

.introduction .product .txtArea p{
    font-size: 4.49733vw;
    margin: 1vw 0 5.33vw;
}

.introduction .product .txtArea .btn01{
    max-width: 52.8vw;
    height: 10.4vw;
    padding-top: 3.067vw;
    margin: 0 auto;
    font-size: 3.80533vw;
    border-radius: 5.2vw;
    background: #000 url("../img/arrow02.png") no-repeat center right 3.733vw;
    background-size: 2.8vw auto;
}

.introduction .product .txtArea .btn01 + a{
    margin: 4vw auto 0;
}

.introduction .product .imgArea{
    width: 64vw;
    margin: 0 auto;
}

.introduction dl{
    max-width: 89.33vw;
    padding: 0;
}

.introduction dl dt{
    font-size: 4.48267vw;
    line-height: 1.4616;
}

.introduction dl dt ul li{
    margin-bottom: 1.6vw;
    padding-left:1em;
	  text-indent:-1em;
}

.introduction dl dd{
    font-size: 3.12vw;
}

.introduction dl dd img{
    margin: 5.6vw auto 8vw;
    max-width: 66.933vw;
}

.introduction .box{
    padding: 0;
}

.introduction .box .inner{
    max-width: 89.33vw;
    padding: 5.33vw 4vw;
    border-radius: 4vw;
}

.introduction .box .inner h4{
    font-size: 5.2vw;
    margin-bottom: 4vw;
}

.introduction .box .inner h4 span{
    font-size: 4.16vw;
    line-height: 1.282;
    padding-top: 2vw;
    width: 100%;
    height: 14.67vw;
    margin: 0 auto 2.67vw;
    border-radius: 7.335vw;
}

.introduction .box .inner .flexbox{
    display: block;
}

.introduction .box01 .inner .flexbox .imgArea{
    width: 57.6vw;
    margin: 0 auto 3.467vw;
}

.introduction .box01 .inner .flexbox p{
    width: 78.67vw;
    margin-bottom: 3.33vw;
    padding: 0 1.33vw;
}

.introduction .box01 .inner .check{
    margin-top: 6.67vw;
    padding: 5.733vw 5.33vw 6.67vw;
    border-radius: 2.67vw;
}

.introduction .box01 .inner .check::before{
    background: url("../img/sp/illust03.png");
    background-size: cover;
    width: 48.67vw;
    height: 29.733vw;
    position: absolute;
    bottom: 44.133vw;
    left: 10.933vw;
}

.introduction .box01 .inner .check::after{
    width: 7.2vw;
    height: 7.2vw;
    top: -2.67vw;
}

.introduction .box01 .inner .check h5{
    font-size: 4.5067vw;
    margin-bottom: 35.2vw;
}

.introduction .box01 .inner .check p{
    font-size: 3.2933vw;
    padding-left: 0;
}

.introduction .box02{
    margin-top: 8vw;
}

.introduction .box02 .inner{
    padding-bottom: 6.67vw;
}

.introduction .box02 .inner .flexbox .imgArea{
    width: 24.67vw;
    margin: 0 auto 3.467vw;
}

.introduction .box02 .inner .flexbox .txtArea{
    width: 100%;
    padding: 0 1.33vw;
}

.introduction .box02 .inner .flexbox .txtArea h5{
    font-size: 3.8133vw;
    margin-bottom: 1.067vw;
}

.introduction .box02 .inner .flexbox .txtArea p + h5{
    margin-top: 5.067vw;
}

.introduction .box03{
    margin-top: 8vw;
}

.introduction .box03 .inner .flexbox .imgArea{
    width: 44.133vw;
    margin: 0 auto 3.467vw;
}

.introduction .box03 .inner .flexbox .txtArea{
    width: 100%;
    padding: 0 1.33vw;
}

.introduction .box03 .inner .flexbox .txtArea dl{
    border: 0.267vw solid #cecece;
    padding: 4vw 4vw 5.33vw;
    margin-top: 4vw;
}

.introduction .box03 .inner .flexbox .txtArea dl dt{
    margin-bottom: 1.6vw;
}

.introduction .box03 .inner .flexbox .txtArea dl dd{
    font-size: 2.9467vw;
}

.introduction .box03 .inner .link{
    margin-top: 8vw;
    padding: 5.6vw 5.33vw 6.67vw;
    border-radius: 2.67vw;
}

.introduction .box03 .inner .link::before{
    width: 59.067vw;
    height: 29.733vw;
    bottom: auto;
    top: 22.267vw;
    left: 6.933vw;
}

.introduction .box03 .inner .link h5{
    font-size: 4.5067vw;
    margin-bottom: 37.6vw;
}

.introduction .box03 .inner .link p{
    font-size: 3.2933vw;
    padding-left: 0;
}

.function h2{
    padding: 8vw 0;
}

.function h2 img{
    max-width: 51.867vw;
}

.function ul{
    max-width: 89.33vw;
    padding: 0;
    margin: 10.67vw auto 0;
}

.function ul li{
    max-width: 100%;
    padding: 5.33vw 5.33vw 6.67vw;
    margin-bottom: 8vw;
    clip-path: polygon(3.733vw 0, 100% 0, 100% 100%, 0 100%, 0 3.733vw);
    display: block;
}

.function ul li:nth-child(2){
    margin: 0 auto 8vw;
}

.function ul li .txtArea{
    width: 100%;
}

.function ul li .txtArea h3{
    font-size: 4.5067vw;
    line-height: 1;
    margin-bottom: 2.67vw;
    text-align: center;
}

.function ul li .txtArea img{
    width: 63.067vw;
    margin: 0 auto 2.67vw;
}

.function .btn01{
    max-width: 70.133vw;
    height: 10.4vw;
    padding-top: 3.58vw;
    margin: 8vw auto 0;
    font-size: 3.8133vw;
    border-radius: 5.2vw;
    background: #000 url("../img/arrow02.png") no-repeat center right 3.733vw;
    background-size: 2.8vw auto;
}

.function .btn01 + a{
    margin: 4vw auto 0;
}

footer{
  padding: 9.733vw 0 4vw;
  text-align: center;
  font-size: 2.7733vw;
}



}