@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color:#000;
	text-decoration:none;
    transition: 0.3s all ease;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
	font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-style: normal;
	color: #000;
    line-height: 1.67;
	text-align: left;
	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;
}

img{
    max-width: 100%;
}

sup{
    font-size: 60%;
}

/* =====================================
	header
===================================== */

header{
    width: 100%;
    max-width: 1280px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    margin: 0 auto;
}

header .logo{
    display: flex;
    align-items: center;
    gap: min(2.734375vw, 35px);
}

header .logo li:nth-child(1) img{
    width: min(23.28125vw, 298px);
}

header .logo li:nth-child(2) img{
    width: min(11.015625vw, 141px);
}

header .cv-btn{
    display: flex;
    align-items: center;
    gap: min(0.78125vw, 10px);
}

header .cv-btn li a{
    font-size: min(1.875vw, 2.4rem);
    font-weight: bold;
    color: #fff;
    line-height: 1;
    height: min(4.140625vw, 53px);
    padding: min(1.015625vw, 13px) min(5.78125vw, 74px) 0 min(4.21875vw, 54px);
    background: #18b9d4;
    border-radius: calc(53px / 2);
    position: relative;
    display: block;
}

header .cv-btn li:nth-child(2) a{
    padding: min(1.015625vw, 13px) min(4.140625vw, 53px) 0 min(2.5vw, 32px);
    background: #ff9301;
}

header .cv-btn li a::before{
    content: "";
    width: min(2.109375vw, 27px);
    height: min(2.109375vw, 27px);
    background: url("../img/arrow01.svg") center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: min(1.171875vw, 15px);
    transform: translateY(-50%);
}

header .cv-btn li:nth-child(2) a::before{
    background: url("../img/arrow02.svg") center no-repeat;
    background-size: cover;
}



/* =====================================
	visual
===================================== */

.visual{
    position: relative;
    width: 100%;
    height: 615px;
    overflow: hidden;
}

.visual h1 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
}

.visual p{
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-600px);
    font-size: 2.9rem;
    font-weight: 500;
    line-height: 1.5862;
    color: #fff;
}

.lead{
    width: 100%;
    padding: 113px 40px 104px;
}

.lead h2{
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.33;
    color: #016ab2;
    text-align: center;
}

.lead h2 span{
    padding: 0 95px;
    position: relative;
}

.lead h2 span::before{
    content: "";
    width: 68px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.lead h2 span::after{
    content: "";
    width: 68px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.lead h2 small{
    font-size: 60%;
    vertical-align: middle;
}

.lead h2 strong{
    color: #ff9301;
}

.lead p{
    font-size: 2.6rem;
    line-height: 1.76923;
    text-align: center;
    padding: 20px 120px;
    display: table;
    position: relative;
    margin: 54px auto 0;
}

.lead p::before{
    content: "";
    width: 92px;
    height: 223px;
    background: url("../img/laurel01.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.lead p::after{
    content: "";
    width: 92px;
    height: 223px;
    background: url("../img/laurel01.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scaleX(-1);
}

.manga01{
    width: 100%;
    height: 913px;
    padding: 134px 40px 0;
    background: url("../img/bg01.png") center top no-repeat;
}

.manga01 h2{
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1;
    color: #016ab2;
    text-align: center;
    padding: 0 90px;
    position: relative;
    display: table;
    margin: 0 auto;
}

.manga01 h2::before{
    content: "";
    width: 72px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.manga01 h2::after{
    content: "";
    width: 72px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.manga01 img{
    margin: 20px auto 0;
}

.manga01 p{
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.nayami{
    width: 100%;
    padding: 112px 40px 123px;
    background: url("../img/bg02.png") center top repeat-x;
}

.nayami h2{
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.33;
    color: #595757;
    text-align: center;
    padding: 0 90px;
    position: relative;
    display: table;
    margin: 0 auto;
}

.nayami h2 strong{
    color: #016ab2;
    font-weight: bold;
}

.nayami h2 span{
    padding: 0 95px;
    display: block;
    position: relative;
}

.nayami h2 span::before{
    content: "";
    width: 72px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.nayami h2 span::after{
    content: "";
    width: 72px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.nayami .position{
    width: 100%;
    max-width: 1198px;
    margin: 52px auto 0;
    display: flex;
    justify-content: space-between;
}

.nayami .position .position-item{
    width: 31.5526%;
    background: #fff;
    border-radius: 20px;
    padding: 30px 35px 24px;
    filter: drop-shadow(4px 4px 9px rgba(0, 0, 0, 0.4));
}

.nayami .position .position-item h3{
    width: 100%;
    height: 58px;
    background: #016ab2;
    border-radius: 29px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding-top: 14px;
}

.nayami .position .position-item img{
    width: 238px;
    margin: 17px auto 0;
}

.nayami .position .position-item ul{
    margin-top: 11px;
}

.nayami .position .position-item ul li{
    padding: 0 0 5px 1em;
    text-indent: -1em;
    font-size: 1.8rem;
    line-height: 1.33;
    margin-bottom: 8px;
    border-bottom: 2px dashed #b5b6b7;
    letter-spacing: 0;
}

.nayami .position .position-item ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.nayami .position .position-item ul li span{
    font-size: 60%;
    color: #717071;
    letter-spacing: 0.6em;
    vertical-align: center;
}

.features{
    width: 100%;
    padding: 0 40px 100px;
    background: url("../img/bg03.png") center bottom no-repeat;
    position: relative;
    overflow: hidden;
}

.features::before{
    content: "";
    width: 334px;
    height: 829px;
    background: url("../img/illust01.png") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 83px;
    left: 50%;
    transform: translateX(298px);
}

.features h2{
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.45;
    color: #016ab2;
    text-align: center;
    padding: 0 90px;
    position: relative;
    display: table;
    margin: 0 auto;
}

.features h2 strong{
    padding: 0 95px;
    color: #ff9301;
    display: block;
    position: relative;
}

.features h2 strong::before{
    content: "";
    width: 72px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.features h2 strong::after{
    content: "";
    width: 72px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.features h2 img {
    width: 222px;
    display: inline;
    margin: 0 11px -19px 0;
}

.features p{
    font-size: 2.0rem;
    line-height: 1.6;
    text-align: center;
    margin-top: 12px;
}

.features .pc01{
    margin: 29px auto 0;
}

.features picture img{
    margin: 39px auto 0;
}

.results01{
    width: 100%;
    padding: 110px 40px 170px;
    background: url("../img/bg05.png") center bottom no-repeat;
    position: relative;
    overflow: hidden;
}

.results01::before{
    content: "";
    width: 821px;
    height: 478px;
    background: url("../img/pc02.png") center no-repeat;
    position: absolute;
    bottom: 115px;
    left: 50%;
    transform: translateX(-146px);
}

.results01 h2{
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.33;
    color: #016ab2;
    text-align: center;
}

.results01 h2 strong{
    color: #ff9301;
    padding: 0 95px;
    position: relative;
    display: table;
    margin: 0 auto;
}

.results01 h2 strong::before{
    content: "";
    width: 68px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.results01 h2 strong::after{
    content: "";
    width: 68px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.results01 p{
    font-size: 2.0rem;
    line-height: 1.6;
    color: #fff;
    width: 762px;
    height: 235px;
    padding: 46px 164px 0 32px;
    background: url("../img/bg04.png") center no-repeat;
    margin: 17px auto 0;
}

.results01 ul{
    width: 1126px;
    margin: 122px auto 0;
}

.results01 ul li{
    width: 63.943%;
    height: 61px;
    background: #fff;
    padding: 12px 11.723% 0 0;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: bold;
    color: #016ab2;
    text-align: center;
    border-radius: 10px;
}

.results01 ul li + li{
    margin-top: 19px;
}

.results02{
    width: 100%;
    padding: 120px 40px 76px;
    position: relative;
    overflow: hidden;
}

.results02::before{
    content: "";
    width: 100%;
    height: 443px;
    background: #18b9d4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.results02 h2{
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1;
    color: #016ab2;
    display: table;
    margin: 0 auto;
    padding: 0 95px;
    position: relative;
}

.results02 h2::before{
    content: "";
    width: 68px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.results02 h2::after{
    content: "";
    width: 68px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.results02 ul{
    width: 100%;
    max-width: 1198px;
    margin: 56px auto 0;
    display: flex;
    justify-content: space-between;
}

.results02 ul li{
    width: 31.5526%;
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px 24px;
    filter: drop-shadow(4px 4px 9px rgba(24, 185, 212, 0.4));
    word-break: keep-all;
}

.results02 ul li h3{
    width: 100%;
    height: 58px;
    background: #18b9d4;
    border-radius: 29px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding-top: 14px;
}

.results02 ul li img{
    width: 238px;
    margin: 17px auto 0;
}

.results02 ul li h4{
    width: 100%;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.357143;
    text-align: center;
    letter-spacing: 0;
    color: #016ab2;
    margin-top: 17px;
    padding-bottom: 12px;
    border-bottom: 2px solid #016ab2;
}

.results02 ul li p{
    font-size: 1.8rem;
    line-height: 1.44;
    text-align: center;
    letter-spacing: 0;
    margin-top: 10px;
}

.results02 ul li p + p{
    margin-top: 16px;
}

.results02 .txt01{
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.results02 .txt01 strong{
    color: #fff000;
}

.results02 a{
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 74px auto 0;
    padding: 19px 0.5em 0 0;
    color: #016ab2;
    background: #fff url("../img/arrow03.svg") no-repeat center right 25px;
    background-size: 45px auto;
    border: 5px solid #016ab2;
    width: 513px;
    height: 94px;
    border-radius: 47px;
    display: table;
    position: relative;
    z-index: 10;
}

.achievement{
    width: 100%;
    padding: 122px 0 100px;
}

.achievement h2{
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1;
    color: #016ab2;
    display: table;
    margin: 0 auto;
    padding: 0 135px;
    position: relative;
}

.achievement h2::before{
    content: "";
    width: 68px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

.achievement h2::after{
    content: "";
    width: 68px;
    height: 3px;
    border-radius: 1.5px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.achievement h2 strong{
    color: #ff9301;
    font-weight: bold;
}

.achievement p{
    font-size: 2.0rem;
    line-height: 1.5;
    margin-top: 28px;
    text-align: center;
    padding: 0 40px;
}

.achievement picture img{
    margin: 57px auto 0;
}

.achievement .slide{
    margin: 108px 0 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
}

.achievement .slide .slick-list{
    overflow: hidden;
}

.achievement .slide .slick-track{
    display: flex !important;
    align-items: center;
}

.achievement .slide .slick-slide{
    float: none !important;
    height: auto;
}

.achievement .slide li{
    width: 4518px !important;
    flex: 0 0 auto;
    list-style: none;
}

.achievement .slide li img{
    display: block;
    width: 4518px;
    max-width: none;
    height: 91px;
}

.cv-area{
    width: 100%;
    height: 489px;
    padding: 106px 40px 0;
    background: url("../img/bg06.png") center no-repeat;
    position: relative;
}

.cv-area::before{
    content: "";
    background: url("../img/illust02.png") no-repeat center;
    background-size: cover;
    width: min(36.40625vw, 466px);
    height: min(32.5vw, 416px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(min(15.46875vw, 198px))
}

.cv-area .inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.cv-area .inner h2{
    font-size: min(3.75vw, 4.8rem);
    font-weight: bold;
    line-height: 1;
    color: #fff000;
}

.cv-area .inner p{
    font-size: min(1.875vw, 2.4rem);
    font-weight: 500;
    line-height: 1.75;
    color: #fff;
    margin-top: 16px;
}

.cv-area .inner p strong{
    font-size: 140%;
    font-weight: 500;
    display: block;
}

.cv-area .inner .cv-btn{
    display: flex;
    align-items: center;
    gap: min(0.78125vw, 10px);
    margin-top: 30px;
}

.cv-area .inner .cv-btn li a{
    font-size: min(2.75vw, 3.52rem);
    font-weight: bold;
    color: #fff;
    line-height: 1;
    height: min(6.40625vw, 82px);
    padding: min(1.25vw, 16px) min(7.8125vw, 100px) 0 min(5.9375vw, 76px);
    background: #18b9d4;
    border: min(0.390625vw, 5px) solid #fff;
    border-radius: min(3.203125vw, 41px);
    position: relative;
    display: block;
}

.cv-area .inner .cv-btn li:nth-child(2) a{
    padding: min(1.25vw, 16px) min(5.46875vw, 70px) 0 min(3.4375vw, 44px);
    background: #ff9301;
}

.cv-area .inner .cv-btn li a::before{
    content: "";
    width: min(3.125vw, 40px);
    height: min(3.125vw, 40px);
    background: url("../img/arrow01.svg") center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: min(1.484375vw, 19px);
    transform: translateY(-50%);
}

.cv-area .inner .cv-btn li:nth-child(2) a::before{
    background: url("../img/arrow02.svg") center no-repeat;
    background-size: cover;
}

.floating{
    position: fixed;
    top: 60px;
    right: 0;
}


/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    padding: 21px 0 0;
}

footer a img{
    width: 297px;
    margin: 0 auto;
}

footer small{
    width: 100%;
    background: #000;
    padding: 10px 40px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 19px;
}



@media screen and (max-width:768px){

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
    font-size: 3.467vw;
    width: 100%;
    overflow-x: hidden;
    letter-spacing: 0;
    background: #e1f5f6;
}

#wrapper{
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    background: #fff;
}

/* =====================================
	header
===================================== */

header{
    height: 37px;
    padding: 0 7px;
}

header .logo{
    gap: 8px;
}

header .logo li:nth-child(1) img{
    width: 111.5px;
}

header .logo li:nth-child(2) img{
    width: 53px;
}

header .cv-btn{
    gap: 5px;
}

header .cv-btn li a{
    font-size: 11px;
    height: 21px;
    padding: 4.5px 27.5px 0 22.5px;
    border-radius: calc(21px / 2);
}

header .cv-btn li:nth-child(2) a{
    padding: 4.5px 19px 0 11.5px;
}

header .cv-btn li a::before{
    width: 11px;
    height: 11px;
    right: 5px;
}



/* =====================================
	visual
===================================== */

.visual{
    height: auto;
}

.visual h1 img{
    position: inherit;
    top: auto;
    left: auto;
    transform: translate(0);
    max-width: 100%;
}

.visual p{
    bottom: 16px;
    left: 10px;
    transform: translateX(0);
    font-size: 15px;
    line-height: 1.4;
}

.lead{
    padding: 45px 0 52px;
}

.lead h2{
    font-size: 23px;
    line-height: 1.3;
}

.lead h2 span{
    padding: 0 48px;
}

.lead h2 span::before{
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
}

.lead h2 span::after{
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
}

.lead p{
    font-size: 14px;
    line-height: 1.642857;
    padding: 0 45px 15px;
    margin: 33px auto 0;
}

.lead p::before{
    width: 46px;
    height: 111.5px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
}

.lead p::after{
    width: 46px;
    height: 111.5px;
    top: auto;
    bottom: 0;
    transform: translateY(0) scaleX(-1);
}

.manga01{
    height: 560px;
    padding: 70px 9px 0;
    background: url("../img/sp/bg01.png") center top no-repeat;
    background-size: cover;
}

.manga01 h2{
    font-size: 23px;
    line-height: 1.3043478;
    padding: 0 42px;
}

.manga01 h2::before{
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
    top: auto;
    bottom: 0.5em;
    transform: translateY(0);
}

.manga01 h2::after{
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
    top: auto;
    bottom: 0.5em;
    transform: translateY(0);
}

.manga01 img{
    margin: 26px auto 0;
}

.manga01 p{
    font-size: 16px;
    line-height: 1.25;
    margin-top: 20px;
}

.nayami{
    padding: 46px 0 53px;
    background: url("../img/bg02.png") center top repeat-x;
    background-size: auto 108px;
}

.nayami h2{
    font-size: 23px;
    padding: 0;
}

.nayami h2 span{
    padding: 0 49px;
    display: inline-block;
}

.nayami h2 span::before{
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
}

.nayami h2 span::after{
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
}

.nayami .position{
    max-width: 246.5px;
    margin: 34px auto 0;
    flex-wrap: wrap;
    gap: 31px;
}

.nayami .position .position-item{
    width: 100%;
    border-radius: 10px;
    padding: 20px 23px 29px;
    filter: drop-shadow(2.6px 2.6px 5.85px rgba(0, 0, 0, 0.4));
}

.nayami .position .position-item h3{
    height: 38px;
    border-radius: 19px;
    font-size: 16px;
    padding-top: 11px;
}

.nayami .position .position-item img{
    width: 155px;
    margin: 12px auto 0;
}

.nayami .position .position-item ul{
    margin-top: 9px;
}

.nayami .position .position-item ul li{
    padding: 0 0 5.5px 1em;
    font-size: 12px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #b5b6b7;
}

.features{
    padding: 0 0 171px;
    background: url("../img/sp/bg03.png") center bottom no-repeat;
    background-size: 100% auto;
}

.features::before{
    display: none;
}

.features h2{
    font-size: 23px;
    padding: 0;
}

.features h2 strong{
    padding: 0 35px;
}

.features h2 strong::before{
    width: 25px;
    height: 1.5px;
    border-radius: 0.75px;
}

.features h2 strong::after{
    width: 25px;
    height: 1.5px;
    border-radius: 0.75px;
}

.features h2 img {
    width: 111.5px;
    display: inline;
    margin: 0 7px -8px 0;
}

.features p{
    font-size: 13px;
    margin-top: 15px;
}

.features .pc01{
    margin: 27px auto 0;
    width: 264px;
}

.features picture img{
    margin: 17px auto 0;
    width: 431.5px;
}

.results01{
    padding: 53px 0 248px;
    background: url("../img/sp/bg05.png") center bottom no-repeat;
    background-size: 100% auto;
}

.results01::before{
    width: 344px;
    height: 200.5px;
    background: url("../img/pc02.png") center no-repeat;
    background-size: contain;
    bottom: 37px;
    left: 43px;
    transform: translateX(0);
}

.results01 h2{
    font-size: 23px;
}

.results01 h2 strong{
    padding: 0;
}

.results01 h2 strong::before{
    display: none;
}

.results01 h2 strong::after{
    display: none;
}

.results01 h2 strong span{
    padding: 0 43px;
    display: block;
    position: relative;
}

.results01 h2 strong span::before{
    content: "";
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.results01 h2 strong span::after{
    content: "";
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.results01 p{
    font-size: 13px;
    width: 409.5px;
    height: 163.5px;
    padding: 19px 0 0 21px;
    background: url("../img/sp/bg04.png") center no-repeat;
    background-size: contain;
    margin: 25px auto 0;
}

.results01 ul{
    width: 335px;
    margin: 29px auto 0;
}

.results01 ul li{
    width: 100%;
    height: 34px;
    padding: 8px 0 0;
    font-size: 18px;
    border-radius: 5px;
}

.results01 ul li + li{
    margin-top: 11px;
}

.results02{
    padding: 48px 0 49px;
}

.results02::before{
    height: 290px;
}

.results02 h2{
    font-size: 23px;
    padding: 0;
    text-align: center;
    line-height: 1.30435;
}

.results02 h2::before{
    display: none;
}

.results02 h2::after{
    display: none;
}

.results02 h2 span{
    padding: 0 46px;
    display: block;
    position: relative;
}

.results02 h2 span::before{
    content: "";
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.results02 h2 span::after{
    content: "";
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.results02 ul{
    max-width: 246px;
    margin: 34px auto 0;
    flex-wrap: wrap;
    gap: 30px;
}

.results02 ul li{
    width: 100%;
    border-radius: 10px;
    padding: 20px 22px 17px;
    filter: drop-shadow(2.6px 2.6px 5.85px rgba(24, 185, 212, 0.4));
}

.results02 ul li h3{
    height: 38px;
    border-radius: 19px;
    font-size: 16px;
    padding-top: 11px;
}

.results02 ul li img{
    width: 155px;
    margin: 15px auto 0;
}

.results02 ul li h4{
    font-size: 18px;
    margin-top: 11px;
    padding-bottom: 6px;
    border-bottom: 1px solid #016ab2;
}

.results02 ul li p{
    font-size: 12px;
    margin-top: 7px;
}

.results02 ul li p + p{
    margin-top: 10px;
}

.results02 .txt01{
    font-size: 23px;
    margin-top: 20px;
}

.results02 .txt01 strong{
    display: block;
}

.results02 a{
    font-size: 21px;
    margin: 27px auto 0;
    padding: 12px 0.5em 0 0;
    background: #fff url("../img/arrow03.svg") no-repeat center right 14px;
    background-size: 27px auto;
    border: 3px solid #016ab2;
    width: 304.5px;
    height: 52.5px;
    border-radius: 26.25px;
}

.achievement{
    padding: 46px 0 43px;
}

.achievement h2{
    font-size: 23px;
    padding: 0;
    line-height: 1.1739;
    display: block;
    text-align: center;
}

.achievement h2::before{
    display: none;
}

.achievement h2::after{
    display: none;
}

.achievement h2 span{
    padding: 0 43px;
    margin: 0 auto;
    position: relative;
    display: table;
}

.achievement h2 span::before{
    content: "";
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.achievement h2 span::after{
    content: "";
    width: 34px;
    height: 1.5px;
    border-radius: 0.75px;
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.achievement p{
    font-size: 13px;
    margin-top: 34.5px;
    padding: 0;
}

.achievement picture img{
    margin: 38px auto 0;
    width: 354px;
}

.achievement .slide{
    margin: 46.5px 0 0;
}

.achievement .slide li{
    width: 3329px !important;
}

.achievement .slide li img{
    width: 3329px;
    height: 67px;
}

.cv-area{
    height: 335.5px;
    padding: 31px 10px 0;
    background: url("../img/sp/bg06.png") center no-repeat;
    background-size: contain;
}

.cv-area::before{
    display: none;
}

.cv-area .inner h2{
    font-size: 27px;
    line-height: 1.2037;
}

.cv-area .inner p{
    font-size: 14px;
    line-height: 1.5357;
    margin-top: 3px;
}

.cv-area .inner .cv-btn{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 16px;
}

.cv-area .inner .cv-btn li a{
    font-size: 21px;
    height: 44.5px;
    padding: 8px 61px 0 46px;
    border: 3px solid #fff;
    border-radius: 22.25px;
}

.cv-area .inner .cv-btn li:nth-child(2) a{
    padding: 8px 43px 0 26px;
}

.cv-area .inner .cv-btn li a::before{
    width: 24px;
    height: 24px;
    right: 10px;
}

.floating{
    top: auto;
    bottom: 30px;
}

.floating img{
    width: 46px;
}


/* =====================================
	footer
===================================== */

footer{
    padding: 9px 0 0;
}

footer a img{
    width: 149px;
}

footer small{
    padding: 6px 0;
    font-size: 10px;
    margin-top: 8px;
}

}

/* =====================================
	SP scale override / 430px以下
	768px以下のタブレット固定値を、430px基準でvw縮小
===================================== */

@media screen and (max-width:430px){

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
    font-size: 3.467vw;
    width: 100%;
    overflow-x: hidden;
    letter-spacing: 0;
    background: #e1f5f6;
}

#wrapper{
    width: 100%;
    max-width: calc(430 / 430 * 100vw);
    margin: 0 auto;
    background: #fff;
}

/* =====================================
	header
===================================== */

header{
    height: calc(37 / 430 * 100vw);
    padding: 0 calc(7 / 430 * 100vw);
}

header .logo{
    gap: calc(8 / 430 * 100vw);
}

header .logo li:nth-child(1) img{
    width: calc(111.5 / 430 * 100vw);
}

header .logo li:nth-child(2) img{
    width: calc(53 / 430 * 100vw);
}

header .cv-btn{
    gap: calc(5 / 430 * 100vw);
}

header .cv-btn li a{
    font-size: calc(11 / 430 * 100vw);
    height: calc(21 / 430 * 100vw);
    padding: calc(4.5 / 430 * 100vw) calc(27.5 / 430 * 100vw) 0 calc(22.5 / 430 * 100vw);
    border-radius: calc(21 / 430 * 100vw / 2);
}

header .cv-btn li:nth-child(2) a{
    padding: calc(4.5 / 430 * 100vw) calc(19 / 430 * 100vw) 0 calc(11.5 / 430 * 100vw);
}

header .cv-btn li a::before{
    width: calc(11 / 430 * 100vw);
    height: calc(11 / 430 * 100vw);
    right: calc(5 / 430 * 100vw);
}



/* =====================================
	visual
===================================== */

.visual{
    height: auto;
}

.visual h1 img{
    position: inherit;
    top: auto;
    left: auto;
    transform: translate(0);
    max-width: 100%;
}

.visual p{
    bottom: calc(16 / 430 * 100vw);
    left: calc(10 / 430 * 100vw);
    transform: translateX(0);
    font-size: calc(15 / 430 * 100vw);
    line-height: 1.4;
}

.lead{
    padding: calc(45 / 430 * 100vw) 0 calc(52 / 430 * 100vw);
}

.lead h2{
    font-size: calc(23 / 430 * 100vw);
    line-height: 1.3;
}

.lead h2 span{
    padding: 0 calc(48 / 430 * 100vw);
}

.lead h2 span::before{
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
}

.lead h2 span::after{
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
}

.lead p{
    font-size: calc(14 / 430 * 100vw);
    line-height: 1.642857;
    padding: 0 calc(45 / 430 * 100vw) calc(15 / 430 * 100vw);
    margin: calc(33 / 430 * 100vw) auto 0;
}

.lead p::before{
    width: calc(46 / 430 * 100vw);
    height: calc(111.5 / 430 * 100vw);
    top: auto;
    bottom: 0;
    transform: translateY(0);
}

.lead p::after{
    width: calc(46 / 430 * 100vw);
    height: calc(111.5 / 430 * 100vw);
    top: auto;
    bottom: 0;
    transform: translateY(0) scaleX(-1);
}

.manga01{
    height: calc(560 / 430 * 100vw);
    padding: calc(70 / 430 * 100vw) calc(9 / 430 * 100vw) 0;
    background: url("../img/sp/bg01.png") center top no-repeat;
    background-size: cover;
}

.manga01 h2{
    font-size: calc(23 / 430 * 100vw);
    line-height: 1.3043478;
    padding: 0 calc(42 / 430 * 100vw);
}

.manga01 h2::before{
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
    top: auto;
    bottom: 0.5em;
    transform: translateY(0);
}

.manga01 h2::after{
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
    top: auto;
    bottom: 0.5em;
    transform: translateY(0);
}

.manga01 img{
    margin: calc(26 / 430 * 100vw) auto 0;
}

.manga01 p{
    font-size: calc(16 / 430 * 100vw);
    line-height: 1.25;
    margin-top: calc(20 / 430 * 100vw);
}

.nayami{
    padding: calc(46 / 430 * 100vw) 0 calc(53 / 430 * 100vw);
    background: url("../img/bg02.png") center top repeat-x;
    background-size: auto calc(108 / 430 * 100vw);
}

.nayami h2{
    font-size: calc(23 / 430 * 100vw);
    padding: 0;
}

.nayami h2 span{
    padding: 0 calc(49 / 430 * 100vw);
    display: inline-block;
}

.nayami h2 span::before{
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
}

.nayami h2 span::after{
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
}

.nayami .position{
    max-width: calc(246.5 / 430 * 100vw);
    margin: calc(34 / 430 * 100vw) auto 0;
    flex-wrap: wrap;
    gap: calc(31 / 430 * 100vw);
}

.nayami .position .position-item{
    width: 100%;
    border-radius: calc(10 / 430 * 100vw);
    padding: calc(20 / 430 * 100vw) calc(23 / 430 * 100vw) calc(29 / 430 * 100vw);
    filter: drop-shadow(calc(2.6 / 430 * 100vw) calc(2.6 / 430 * 100vw) calc(5.85 / 430 * 100vw) rgba(0, 0, 0, 0.4));
}

.nayami .position .position-item h3{
    height: calc(38 / 430 * 100vw);
    border-radius: calc(19 / 430 * 100vw);
    font-size: calc(16 / 430 * 100vw);
    padding-top: calc(11 / 430 * 100vw);
}

.nayami .position .position-item img{
    width: calc(155 / 430 * 100vw);
    margin: calc(12 / 430 * 100vw) auto 0;
}

.nayami .position .position-item ul{
    margin-top: calc(9 / 430 * 100vw);
}

.nayami .position .position-item ul li{
    padding: 0 0 calc(5.5 / 430 * 100vw) 1em;
    font-size: calc(12 / 430 * 100vw);
    margin-bottom: calc(3 / 430 * 100vw);
    border-bottom: calc(1 / 430 * 100vw) dashed #b5b6b7;
}

.features{
    padding: 0 0 calc(171 / 430 * 100vw);
    background: url("../img/sp/bg03.png") center bottom no-repeat;
    background-size: 100% auto;
}

.features::before{
    display: none;
}

.features h2{
    font-size: calc(23 / 430 * 100vw);
    padding: 0;
}

.features h2 strong{
    padding: 0 calc(35 / 430 * 100vw);
}

.features h2 strong::before{
    width: calc(25 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
}

.features h2 strong::after{
    width: calc(25 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
}

.features h2 img {
    width: calc(111.5 / 430 * 100vw);
    display: inline;
    margin: 0 calc(7 / 430 * 100vw) calc(-8 / 430 * 100vw) 0;
}

.features p{
    font-size: calc(13 / 430 * 100vw);
    margin-top: calc(15 / 430 * 100vw);
}

.features .pc01{
    margin: calc(27 / 430 * 100vw) auto 0;
    width: calc(264 / 430 * 100vw);
}

.features picture img{
    margin: calc(17 / 430 * 100vw) auto 0;
    width: calc(431.5 / 430 * 100vw);
}

.results01{
    padding: calc(53 / 430 * 100vw) 0 calc(248 / 430 * 100vw);
    background: url("../img/sp/bg05.png") center bottom no-repeat;
    background-size: 100% auto;
}

.results01::before{
    width: calc(344 / 430 * 100vw);
    height: calc(200.5 / 430 * 100vw);
    background: url("../img/pc02.png") center no-repeat;
    background-size: contain;
    bottom: calc(37 / 430 * 100vw);
    left: calc(43 / 430 * 100vw);
    transform: translateX(0);
}

.results01 h2{
    font-size: calc(23 / 430 * 100vw);
}

.results01 h2 strong{
    padding: 0;
}

.results01 h2 strong::before{
    display: none;
}

.results01 h2 strong::after{
    display: none;
}

.results01 h2 strong span{
    padding: 0 calc(43 / 430 * 100vw);
    display: block;
    position: relative;
}

.results01 h2 strong span::before{
    content: "";
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.results01 h2 strong span::after{
    content: "";
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.results01 p{
    font-size: calc(13 / 430 * 100vw);
    width: calc(409.5 / 430 * 100vw);
    height: calc(163.5 / 430 * 100vw);
    padding: calc(19 / 430 * 100vw) 0 0 calc(21 / 430 * 100vw);
    background: url("../img/sp/bg04.png") center no-repeat;
    background-size: contain;
    margin: calc(25 / 430 * 100vw) auto 0;
}

.results01 ul{
    width: calc(335 / 430 * 100vw);
    margin: calc(29 / 430 * 100vw) auto 0;
}

.results01 ul li{
    width: 100%;
    height: calc(34 / 430 * 100vw);
    padding: calc(8 / 430 * 100vw) 0 0;
    font-size: calc(18 / 430 * 100vw);
    border-radius: calc(5 / 430 * 100vw);
}

.results01 ul li + li{
    margin-top: calc(11 / 430 * 100vw);
}

.results02{
    padding: calc(48 / 430 * 100vw) 0 calc(49 / 430 * 100vw);
}

.results02::before{
    height: calc(290 / 430 * 100vw);
}

.results02 h2{
    font-size: calc(23 / 430 * 100vw);
    padding: 0;
    text-align: center;
    line-height: 1.30435;
}

.results02 h2::before{
    display: none;
}

.results02 h2::after{
    display: none;
}

.results02 h2 span{
    padding: 0 calc(46 / 430 * 100vw);
    display: block;
    position: relative;
}

.results02 h2 span::before{
    content: "";
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.results02 h2 span::after{
    content: "";
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.results02 ul{
    max-width: calc(246 / 430 * 100vw);
    margin: calc(34 / 430 * 100vw) auto 0;
    flex-wrap: wrap;
    gap: calc(30 / 430 * 100vw);
}

.results02 ul li{
    width: 100%;
    border-radius: calc(10 / 430 * 100vw);
    padding: calc(20 / 430 * 100vw) calc(22 / 430 * 100vw) calc(17 / 430 * 100vw);
    filter: drop-shadow(calc(2.6 / 430 * 100vw) calc(2.6 / 430 * 100vw) calc(5.85 / 430 * 100vw) rgba(24, 185, 212, 0.4));
}

.results02 ul li h3{
    height: calc(38 / 430 * 100vw);
    border-radius: calc(19 / 430 * 100vw);
    font-size: calc(16 / 430 * 100vw);
    padding-top: calc(11 / 430 * 100vw);
}

.results02 ul li img{
    width: calc(155 / 430 * 100vw);
    margin: calc(15 / 430 * 100vw) auto 0;
}

.results02 ul li h4{
    font-size: calc(18 / 430 * 100vw);
    margin-top: calc(11 / 430 * 100vw);
    padding-bottom: calc(6 / 430 * 100vw);
    border-bottom: calc(1 / 430 * 100vw) solid #016ab2;
}

.results02 ul li p{
    font-size: calc(12 / 430 * 100vw);
    margin-top: calc(7 / 430 * 100vw);
}

.results02 ul li p + p{
    margin-top: calc(10 / 430 * 100vw);
}

.results02 .txt01{
    font-size: calc(23 / 430 * 100vw);
    margin-top: calc(20 / 430 * 100vw);
}

.results02 .txt01 strong{
    display: block;
}

.results02 a{
    font-size: calc(21 / 430 * 100vw);
    margin: calc(27 / 430 * 100vw) auto 0;
    padding: calc(12 / 430 * 100vw) 0.5em 0 0;
    background: #fff url("../img/arrow03.svg") no-repeat center right calc(14 / 430 * 100vw);
    background-size: calc(27 / 430 * 100vw) auto;
    border: calc(3 / 430 * 100vw) solid #016ab2;
    width: calc(304.5 / 430 * 100vw);
    height: calc(52.5 / 430 * 100vw);
    border-radius: calc(26.25 / 430 * 100vw);
}

.achievement{
    padding: calc(46 / 430 * 100vw) 0 calc(43 / 430 * 100vw);
}

.achievement h2{
    font-size: calc(23 / 430 * 100vw);
    padding: 0;
    line-height: 1.1739;
    display: block;
    text-align: center;
}

.achievement h2::before{
    display: none;
}

.achievement h2::after{
    display: none;
}

.achievement h2 span{
    padding: 0 calc(43 / 430 * 100vw);
    margin: 0 auto;
    position: relative;
    display: table;
}

.achievement h2 span::before{
    content: "";
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
    background: #016ab2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.achievement h2 span::after{
    content: "";
    width: calc(34 / 430 * 100vw);
    height: calc(1.5 / 430 * 100vw);
    border-radius: calc(0.75 / 430 * 100vw);
    background: #016ab2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.achievement p{
    font-size: calc(13 / 430 * 100vw);
    margin-top: calc(34.5 / 430 * 100vw);
    padding: 0;
}

.achievement picture img{
    margin: calc(38 / 430 * 100vw) auto 0;
    width: calc(354 / 430 * 100vw);
}

.achievement .slide{
    margin: calc(46.5 / 430 * 100vw) 0 0;
}

.achievement .slide li{
    width: calc(3329 / 430 * 100vw) !important;
}

.achievement .slide li img{
    width: calc(3329 / 430 * 100vw);
    height: calc(67 / 430 * 100vw);
}

.cv-area{
    height: calc(335.5 / 430 * 100vw);
    padding: calc(31 / 430 * 100vw) calc(10 / 430 * 100vw) 0;
    background: url("../img/sp/bg06.png") center no-repeat;
    background-size: contain;
}

.cv-area::before{
    display: none;
}

.cv-area .inner h2{
    font-size: calc(27 / 430 * 100vw);
    line-height: 1.2037;
}

.cv-area .inner p{
    font-size: calc(14 / 430 * 100vw);
    line-height: 1.5357;
    margin-top: calc(3 / 430 * 100vw);
}

.cv-area .inner .cv-btn{
    flex-direction: column;
    align-items: flex-start;
    gap: calc(14 / 430 * 100vw);
    margin-top: calc(16 / 430 * 100vw);
}

.cv-area .inner .cv-btn li a{
    font-size: calc(21 / 430 * 100vw);
    height: calc(44.5 / 430 * 100vw);
    padding: calc(8 / 430 * 100vw) calc(61 / 430 * 100vw) 0 calc(46 / 430 * 100vw);
    border: calc(3 / 430 * 100vw) solid #fff;
    border-radius: calc(22.25 / 430 * 100vw);
}

.cv-area .inner .cv-btn li:nth-child(2) a{
    padding: calc(8 / 430 * 100vw) calc(43 / 430 * 100vw) 0 calc(26 / 430 * 100vw);
}

.cv-area .inner .cv-btn li a::before{
    width: calc(24 / 430 * 100vw);
    height: calc(24 / 430 * 100vw);
    right: calc(10 / 430 * 100vw);
}

.floating{
    bottom: calc(30 / 430 * 100vw);
}

.floating img{
    width: calc(46 / 430 * 100vw);
}


/* =====================================
	footer
===================================== */

footer{
    padding: calc(9 / 430 * 100vw) 0 0;
}

footer a img{
    width: calc(149 / 430 * 100vw);
}

footer small{
    padding: calc(6 / 430 * 100vw) 0;
    font-size: calc(10 / 430 * 100vw);
    margin-top: calc(8 / 430 * 100vw);
}


}
