@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
}
.scroll_fadeup{
    transform: translateY(80px);
    opacity: 0;
    filter: blur(6px);
}
.fadeUp{
    transition: .8s;
    transform: translateY(0);
    opacity: 1;
    filter: blur(0px);
}
.fixed_btn1 {
    position: fixed;
    bottom: 150px; 
    right: 10px;
    padding: 6px 15px;
    z-index: 50;
}
.fixed_btn1 img {
    width: 140px;
}
.fixed_btn2 {
    position: fixed;
    bottom: 10px; 
    right: 10px;
    padding: 15px 20px;
    z-index: 50;
}
.fixed_btn2 img {
    width: 40px;
}
@media screen and (max-width: 600px) {
    .fixed_btn1 img{
        width: 85px;
    }
    .fixed_btn1 {
        position: fixed;
        bottom: 100px; 
        right: 3px;
        padding: 6px 15px;
        z-index: 50;
    }
    .fixed_btn2 img {
        width: 30px;
    }
}

/*----メインビジュアル----*/
.mv {
    width: 100%;
}
.mainvisual {
    display: flex;
    margin: 0 auto;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 50px;
    animation-name: illustAnm;  /* アニメーションの名前 */
    animation-duration: 1.7s; /* アニメーションの時間 */
    animation-delay: 0s; /* アニメーションが始まるまでの時間　ここで調整するといいかもです */
    animation-fill-mode: forwards;
    opacity: 0;/* アニメーション前の状態を書いていただければです！ */
}
@keyframes illustAnm {
    0% {transform: scale(0); opacity: 0;} /* どのように出したいのかをここで書きましょう！ */
    50%{ transform: scale(1.05);}
    100% {transform: scale(1); opacity: 1;}
}
.main-text img {
    width: 100%;
}
.main-women img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .mainvisual {
        display: block;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .main-text {
        text-align: center;
        margin-bottom: 15px;
    }
    .main-women {
        text-align: center;
    }
    .main-text img {
        width: 60%;
    }
}
/*----セカンドビュー------*/
.amurepo-bosyu {
    background-color: #3fbcff;
	background-image: radial-gradient(rgba(255, 255, 255, 0), transparent 20%), radial-gradient(rgba(255, 255, 255, 0.3), transparent 20%);
	background-position: 0 0, 10px 10px;
	background-size: 15px 15px;
    position: relative;
    overflow: hidden;
    padding: clamp(8vw, 160px, 10vw) 0;
}
.amurepo-bosyu .wave1 {
    overflow: hidden;
    position: absolute;
    top: 0px;
    object-fit: cover;
    width: 100%;
}
.amurepo-bosyu .wave1 img {
    width: 100%;
    min-width: 600px;
}
.amurepo-bosyu .wave2 {
    position: absolute;
    bottom: 0;
    z-index: 30;
    object-fit: cover;
    width: 100%;
}
.amurepo-bosyu .wave2 img {
    width: 100%;
    min-width: 600px;
}
.amurepo-bosyu .title-sp {
    display: none;
}
.amurepo-bosyu .title-pc {
    margin-inline: auto;
    text-align: center;
    width: 50%;
    max-width: 700px;
}
.amurepo-bosyu .sp {
    display: none;
}
.amurepo-bosyu .text {
    text-align: center;
    margin-top: 30px;
}
.amurepo-bosyu .text p {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 2px;
    color: #fff;
}
.amurepo-bosyu .woman1 {
    position: absolute;
    top: 145px;
    left: 30px;
}
.amurepo-bosyu .woman1 img {
    width: 300px;
}
.amurepo-bosyu .woman2 {
    position: absolute;
    top: 145px;
    right: 30px;
}
.amurepo-bosyu .woman2 img {
    width: 280px;
}
@media screen and (min-width: 2500px) {
    .amurepo-bosyu .woman1 {
        top: 295px;
        left: 80px;
    }
    .amurepo-bosyu .woman2 {
        top: 285px;
        right: 70px;
    }
}
@media screen and (max-width: 2500px) {
    .amurepo-bosyu .woman1 {
        top: 245px;
        left: 120px;
    }
    .amurepo-bosyu .woman2 {
        top: 235px;
        right: 70px;
    }
}
@media screen and (max-width: 1250px) {
    .amurepo-bosyu .woman1 {
        top: 180px;
        left: 50px;
    }
    .amurepo-bosyu .woman1 img {
        width: 240px;
    }
    .amurepo-bosyu .woman2 {
        top: 170px;
        right: 20px;
    }
    .amurepo-bosyu .woman2 img {
        width: 235px;
    }
}
@media screen and (max-width: 1000px) {
    .amurepo-bosyu .text p {
        margin-top: 20px;
    }
    .amurepo-bosyu .sp {
        display: block;
    }
    .amurepo-bosyu .woman1 {
        top: 260px;
    }
    .amurepo-bosyu .woman1 img {
        width: 220px;
    }
    .amurepo-bosyu .woman2 {
        top: 250px;
        right: 10px;
    }
    .amurepo-bosyu .woman2 img {
        width: 210px;
    }
}
@media screen and (max-width: 768px) {
    .amurepo-bosyu .title-pc {
        display: none;
    }
    .amurepo-bosyu .title-sp {
        display: block;
        text-align: center;
        width: 70%;
        margin-inline: auto;
    }
    .amurepo-bosyu .woman1,.woman2 {
        display: none;
    }
    .amurepo-bosyu .text {
        margin-top: 30px;
    }
}
@media screen and (max-width: 520px) {
    .amurepo-bosyu .text p {
        font-size: 16px;
        line-height: 22px;
    }
}

/*----アミュレポとは？ー------*/
.whatisamurepo .title-pc {
    text-align: center;
}
.whatisamurepo .title-pc img {
    width: 460px;
    margin-top: 60px;
}
.whatisamurepo .title-sp {
    display: none;
}
.h3-inner {
    margin-top: 60px;
    margin-bottom: 30px;
    max-width: 1580px;
    margin-inline: auto;
}
.whatisamurepo .inner {
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.h3-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.h3-icon img {
    width: 65px;
    margin-right: 20px;
}
.whatisamurepo .text1 {
    min-height: 100px;
    margin-bottom: 35px;
    border: 2px solid #f074a3;
    background-color: #fff;
    border-radius: 17px;
    padding: 20px 20px 20px 50px;
}
@media screen and (max-width: 1250px) {
.whatisamurepo .pc {
    display: none;
}
}

.whatisamurepo .text2 {
    min-height: 100px;
    margin-bottom: 35px;
    border: 2px solid #3c7fbc;
    background-color: #fff;
    border-radius: 17px;
    padding: 20px 20px 20px 50px;
}
.whatisamurepo .text3 {
    min-height: 100px;
    margin-bottom: 35px;
    border: 2px solid #ffb82a;
    background-color: #fff;
    border-radius: 17px;
    padding: 20px 20px 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.whatisamurepo .text1 p,.text2 p,.text3 p {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    line-height: 33px;
    letter-spacing: 2px;
    color: #595757;
    vertical-align: middle;
}

.whatisamurepo .kome {
    text-align: center;
    margin-top: 45px;
}
.whatisamurepo .kome p {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 2px;
    color: #595757;
}
.whatisamurepo .kome a {
    color: #3c7fbc;
}
.whatisamurepo .oubo {
    padding: 45px 0 125px 0;
}
.oubo .fk-sp {
    display: none;
}
.oubo .fk {
    text-align: center;
}
.oubo .fk img {
    max-width: 700px;
}
.oubo .btn {
    max-width: 400px;
    height: 60px;
    margin: 30px auto;
}
.oubo .btn a {
    pointer-events: auto;
    opacity: 1;
    position: relative;
    display: block;
    height: 100%;
    padding: 2px;
    border-radius: 17px;
    background: #ee9429;
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 5px solid #ffcd99;
    border-right: 3px solid #ffcd99;
    text-decoration: none;
}
.oubo .btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 900;
    color: #fff;
    font-size: 23px;
    font-family: 'corporate-logo-ver2', sans-serif;
}
.oubo .btn a ::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 18px;
    height: 14px;
    background: url(../images/arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.whatisamurepo {
    position: relative;
    overflow: hidden;
}
.whatisamurepo .object1 {
    position: absolute;
    top: 5%;
    right: 5%;
}
.whatisamurepo .object1 img {
    width: 90px;
}
.whatisamurepo .object2 {
    position: absolute;
    top: 78%;
    left: 0%;
    z-index: -1;
}
.whatisamurepo .object2 img {
    height: 90px;
}
.whatisamurepo .woman3 {
    position: absolute;
    bottom: 1%;
    right: 2%;
    z-index: -1;
}
.whatisamurepo .woman3 img {
    width: 213px;
}
.whatisamurepo .wave3 {
    position: absolute;
    bottom: 0%;
    object-fit: cover;
    width: 100%;
}
.whatisamurepo .wave3 img {
    width: 100%;
    min-width: 600px;
}
@media screen and (min-width: 1380px) {
    .whatisamurepo .woman3 {
        bottom: 3%;
        right: 4%;
    }
    .whatisamurepo .woman3 img {
        width: 260px;
    }
}
@media screen and (max-width: 900px) {
    .oubo .fk img {
        width: 65%;
    }
    .whatisamurepo .woman3 {
        position: absolute;
        bottom: 0%;
        right: 1%;
    }
    .whatisamurepo .woman3 img {
        width: 200px;
    }
}
@media screen and (max-width: 768px) {
    .whatisamurepo .inner {
        width: 80%;
    }
    .whatisamurepo .woman3 {
        display: none;
    }
    .h3-icon {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .h3-icon img {
        width: 65px;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .whatisamurepo .text1 {
        padding: 40px 35px 25px 35px;
    }
    .whatisamurepo .text2 {
        padding: 30px 35px 10px 35px;
    }
    .whatisamurepo .text3 {
        padding: 30px 35px 10px 35px;
    }
    .whatisamurepo .text1,.text2,.text3 p {
        text-align: center;
    }
    .whatisamurepo .object1 {
        top: 15%;
        z-index: -1;
    }
    .whatisamurepo .object1 img {
        width: 70px;
    }
    .whatisamurepo .object2 {
        top: 87%;
    }
    .whatisamurepo .object2 img {
        height: 70px;
    }
    .oubo .btn a span {
        font-size: 16px;
    }
    .oubo .btn {
        max-width: 240px;
        height: 35px;
        margin: 10px auto;
    }
    .oubo .btn a {
        border-radius: 10px;
    }
    .oubo .fk img {
        width: 80%;
    }
    .oubo .fk {
        margin-bottom: 20px;
    }
    .whatisamurepo .oubo {
        padding: 45px 0 110px 0;
    }
}
@media screen and (max-width: 600px) {
    .whatisamurepo .title-pc img {
        display: none;
    }
    .whatisamurepo .title-sp {
        display: block;
        text-align: center;
    }
    .whatisamurepo .title-sp img {
        width: 55%;
        margin-top: 50px;
    }
    .whatisamurepo .text1 p,.text2 p,.text3 p {
        font-size: 14px;
        line-height: 21px;
    }
    .whatisamurepo .kome {
        margin: 0;
    }
    .whatisamurepo .kome p  {
        font-size: 14px;
    }
    .oubo .fk {
        display: none;
    }
    .oubo .fk-sp {
        display: block;
        text-align: center;
    }
    .oubo .fk-sp img {
        width: 250px;
    }
    .whatisamurepo .text1 {
        padding: 35px 25px 15px 25px;
    }
    .whatisamurepo .text2 {
        padding: 35px 15px 15px 15px;
    }
    .whatisamurepo .text3 {
        padding: 35px 15px 15px 15px;
    }
}

/*-------------応募要項---------------*/
.oubo-youkou {
    background-color: #d7f3fd;
    padding: 30px;
    position: relative;
    z-index: 10;
}
.oubo-youkou .title-box {
    background-color: #fff;
    max-width: 200px;
    border-radius: 10px;
    padding: 11px 0px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}
.oubo-youkou .sankaku {
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 17px solid #fff;
    border-left: 20px solid transparent;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.oubo-youkou .title-box p {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 33px;
    color: #3fbcff;
    text-align: center;
}

.oubo-youkou .inner {
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    padding: 50px 0;
    width: 80%;
}
.oubo-youkou .inner-item {
    padding: 3px;
    border-radius: 30px;
    background: #3fbcff;
    margin-inline: auto;
    margin: 0 30px;
}
.oubo-youkou .inner-title {
    height: 100%;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 7px 0px 7px 40px;
}
.oubo-youkou .inner-title p {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    color: #fff;
    display: flex;
}
.oubo-youkou .inner-text {
    text-align: left;
    display: inline-block;
    margin: 30px 0px;
    width: 83%;
}
.oubo-youkou .inner-text p {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #595757;
    line-height: 35px;
}
.oubo-youkou .inner-text a {
    color: #ee9300;
}

.oubo-youkou .kome {
    text-align: center;
    margin-top: 30px;
}
.oubo-youkou .kome-inner {
    text-align: left;
    display: inline-block;
}
.oubo-youkou .kome-inner p {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #595757;
    line-height: 30px;
}

.oubo-youkou .object1 {
    position: absolute;
    top: 18%;
    left: 0%;
    z-index: -1;
}
.oubo-youkou .object1 img {
    width: 265px;
}
.oubo-youkou .object2 {
    position: absolute;
    top: 40%;
    right: 0%;
    z-index: -1;
}
.oubo-youkou .object2 img {
    width: 300px;
}
.oubo-youkou .woman1 {
    position: absolute;
    top: 0%;
    left: 15%;
    z-index: -1;
}
.oubo-youkou .woman1 img {
    width: 225px;
}
.oubo-youkou .oubo {
    padding-top: 45px;
}
@media screen and (max-width: 2880px) {
    .oubo-youkou .inner {
        max-width: 1000px;
    }
    .oubo-youkou .inner-text {
        width: 89%;
    }
    .oubo-youkou .woman1 {
        left: 31%;
    }
}
@media screen and (max-width: 1880px) {
    .oubo-youkou .woman1 {
        left: 22%;
    }
}
@media screen and (max-width: 1050px) {
    .oubo-youkou .pc {
        display: none;
    }
    .oubo-youkou .kome-inner p {
        font-size: 14px;
        line-height: 25px;
    }
    .oubo-youkou .woman1 {
        left: 15%;
    }
}
@media screen and (max-width: 768px) {
    
    .oubo-youkou .pc-2 {
        display: none;
    }
    .oubo-youkou .inner {
        padding: 30px 0;
        width: 100%;
    }
    .oubo-youkou .inner-title p {
        font-size: 16px;
    }
    .oubo-youkou .inner-title {
        padding: 4px 0px 4px 20px;
    }
    .oubo-youkou .inner-text p {
        font-size: 14px;
        line-height: 21px;
    }
    .oubo-youkou .inner-text {
        margin: 15px 0px;
        width: 85%;
    }
    .oubo-youkou .woman1 {
        display: none;
    }
    .oubo-youkou .object1 {
        top: 0%;
    }
    .oubo-youkou .object1 img {
        width: 175px;
    }
    .oubo-youkou .object2 {
        top: 80%;
    }
    .oubo-youkou .object2 img {
        width: 160px;
    }
}
@media screen and (max-width: 600px) {
    .oubo-youkou .title-box p {
        font-size: 25px;
    }
    .oubo-youkou .sankaku {
        top: 50px;
    }
    .oubo-youkou .title-box {
        max-width: 155px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
    .oubo-youkou .inner-item {
        margin: 0 10px;
    }
}

/*-----------------------選考の流れ---------------------------*/
.senkou {
    background-color: #ffeffd;
    position: relative;
    z-index: 10;
    padding-bottom: 5px;
}
.senkou .wave4 {
    overflow: hidden;
}
.senkou .wave4 img {
    width: 100%;
    min-width: 600px;
}
.senkou .title-box {
    background-color: #f074a3;
    max-width: 200px;
    border-radius: 10px;
    padding: 11px 0px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 50px;
    position: relative;
}
.senkou .sankaku {
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 17px solid #f074a3;
    border-left: 20px solid transparent;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.senkou .title-box p {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 33px;
    color: #fff;
    text-align: center;
}


.senkou ul {
    display: flex;
    justify-content: center;
    margin: 0 40px 50px 40px;
}
.senkou ul li {
    margin-right: 50px;
    width: 300px;
}
.senkou ul li:nth-child(2) {
    width: 40px;
}
.senkou ul li:last-child {
    margin: 0;
}
.senkou-img img {
    width: 100%;
}
.senkou ul li .text {
    margin: 25px 0 15px 0px;
}
.senkou ul li .text p {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    color: #595757;
    text-align: center;
}
.senkou ul li .text a {
    color: #ee9300;
}
.senkou ul li .btn {
    max-width: 180px;
    height: 30px;
    margin: 0 auto;
}
.senkou ul li .btn a {
    pointer-events: auto;
    opacity: 1;
    position: relative;
    display: block;
    height: 100%;
    padding: 2px;
    border-radius: 8px;
    background: #ee9429;
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 3px solid #ffcd99;
    border-right: 3px solid #ffcd99;
    text-decoration: none;
}
.senkou ul li .btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    font-family: 'corporate-logo-ver2', sans-serif;
}
.senkou ul li .migi {
    margin-top: 80px;
}
.senkou ul li .migi img {
    width: 100%;
}
.senkou ul li .shita {
    display: none;
}
.senkou .shita {
    display: none;
}
.senkou ul li .kome p {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    color: #595757;
    text-align: center;
}
.senkou .object {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -1;
}
.senkou .object img {
    width: 320px;
}
.senkou .woman2 {
    position: absolute;
    bottom: -7.7vw;
    right: 0%;
    z-index: -1;
}
.senkou .woman2 img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .senkou .woman2 {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .senkou .object img {
        width: 220px;
    }
}
@media screen and (max-width: 600px) {
    .senkou .object img {
        width: 160px;
    }
    .senkou .title-box p {
        font-size: 25px;
    }
    .senkou .sankaku {
        top: 50px;
    }
    .senkou .title-box {
        max-width: 155px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .senkou ul {
        display: block;
        margin: 0 40px;
    }
    .senkou ul li {
        margin: 0 auto;
    }
    .senkou ul li:last-child {
        margin: 0 auto;
    }
    .senkou ul li .shita {
        display: block;
        text-align: center;
        margin: 30px 0;
    }
    .senkou ul li .shita img {
        width: 36px;
    }
    .senkou ul li .migi {
        display: none;
    }
    .senkou .shita {
        display: block;
        text-align: center;
        margin: 30px 0;
    }
    .senkou .shita img {
        width: 36px;
    }
}
@media screen and (max-width: 375px) {
    .senkou ul li {
        width: auto;
    }
    .senkou ul li .shita {
        width: 36px;
    }
    .senkou .shita {
        width: 36px;
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


/*----------------------応募規約--------------*/
.kiyaku .wave5 {
    margin-bottom: 40px;
}
.kiyaku .wave5 img {
    width: 100%;
}
.kiyaku {
    background-color: #3fbcff;
	background-image: radial-gradient(rgba(255, 255, 255, 0), transparent 20%), radial-gradient(rgba(255, 255, 255, 0.3), transparent 20%);
	background-position: 0 0, 10px 10px;
	background-size: 15px 15px;
    position: relative;
    height: 710px;
    padding-bottom: 110px;
}
.kiyaku .woman3 {
    position: absolute;
    bottom: 0%;
    left: 3%;
}
.kiyaku .woman3 img {
    width: 245px;
}

.kiyaku .title-box {
    background-color: #fff;
    max-width: 200px;
    border-radius: 10px;
    padding: 11px 0px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}
.kiyaku .sankaku {
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 17px solid #fff;
    border-left: 20px solid transparent;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kiyaku .title-box p {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 33px;
    color: #3fbcff;
    text-align: center;
}

.kiyaku .scroll-box {
    background-color: #fff;
    border-radius: 10px;
    width: 60%;
    height: 60%;
    margin: 0 auto;
    padding: 50px 10px 20px 10px;
}
.kiyaku .scroll {
    width: 80%;
    height: 53%;
    padding: 22px;
    border: 1px solid #eaeaea;
    overflow: auto;
    overflow-y: scroll;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
}
.kiyaku .scroll::-webkit-scrollbar {
    width: 8px;
}
.kiyaku .scroll::-webkit-scrollbar-track {
    background-color: #fff;
    margin: 20px;
}
.kiyaku .scroll::-webkit-scrollbar-thumb {
    background-color: #eaeaea;
    border-radius: 8px;
    height: 100px;
}
.kiyaku .scroll .title {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: #595757;

}
.kiyaku .scroll .text {
    font-family: 'corporate-logo-ver2', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    color: #595757;
    text-align: left;
    display: inline-block;
    margin: 20px 0;
}

.kiyaku .btn {
    max-width: 400px;
    height: 60px;
    margin: 40px auto;
}
.kiyaku .btn a {
    pointer-events: none;
    opacity: 0.5;
    position: relative;
    display: block;
    height: 100%;
    padding: 2px;
    border-radius: 17px;
    background: #ee9429;
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 5px solid #ffcd99;
    border-right: 3px solid #ffcd99;
    text-decoration: none;
}
.kiyaku .btn.active a {
    pointer-events: auto;
    opacity: 1;
}
.kiyaku .btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 900;
    color: #fff;
    font-size: 23px;
    font-family: 'corporate-logo-ver2', sans-serif;
}
.kiyaku .btn a ::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 18px;
    height: 14px;
    background: url(../images/arrow1.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1380px) {
    .kiyaku {
        height: 750px;
        padding-bottom: 180px;
    }
}
@media screen and (max-width: 1000px) {
    .kiyaku .woman3 {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .kiyaku {
        padding-bottom: 80px;
    }
    .kiyaku .scroll-box {
        width: 80%;
    }
    .kiyaku .btn a span {
        font-size: 16px;
    }
    .kiyaku .btn {
        max-width: 320px;
        height: 50px;
    }
}
@media screen and (max-width: 600px) {
    .kiyaku .title-box p {
        font-size: 25px;
    }
    .kiyaku .sankaku {
        top: 50px;
    }
    .kiyaku .title-box {
        max-width: 155px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .kiyaku {
        padding-bottom: 20px;
    }
}

/*------------------Footer-----------------*/
.footer {
    background-color: #000;
    padding: 80px;
}
.footer .logo {
    max-width: 400px;
    margin: 0 auto;
}
.footer ul {
    display: flex;
    justify-content: center;
    margin: 20px;
}
.footer ul li img {
    width: 70px;
    margin: 13px;
}
.footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 375px) {
    .footer {
        padding: 50px;
    }
}




/* Added 202604 */
.ouboImage {
	margin-top: 45px;
}

.ouboImage__item {
	max-width: 600px;
	margin: auto;
}







