@charset "utf-8";

/*================================

:::::::::: masthead ::::::::::

================================*/

.masthead {
	position: relative;
	display: flex;
	width: 100%;
	}
@media screen and (max-width: 1024px) {
.masthead {
                flex-direction: column;
	}
                }

.masthead .photo{
	display: block;
	width: 55%;
	}
@media screen and (max-width: 1024px) {
.masthead .photo{
	width: 100%;
	}
                }

.masthead .photo img{
	width: 100%;
	height: auto;
	}

.masthead .side{
                position: relative;
	display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
	width: 45%;
	}
@media screen and (max-width: 1024px) {
.masthead .side{
	width: 100%;
                padding-top: 3rem;
                padding-bottom: 3rem;
	}
                }

.masthead .side .icon{
                position: absolute;
                top: calc(50% - 4vw);
                left: -4vw;
	}
@media screen and (max-width: 1024px) {
.masthead .side .icon{
                top: -5vw;
                left: calc(50% - 5vw);
	}
                }
@media screen and (max-width: 768px) {
.masthead .side .icon{
                top: -40px;
                left: calc(50% - 40px);
	}
                }

.masthead .side .icon img{
                width: 8vw;
                height: 8vw;
	}
@media screen and (max-width: 1024px) {
.masthead .side .icon img{
                width: 10vw;
                height: 10vw;
	}
                }
@media screen and (max-width: 768px) {
.masthead .side .icon img{
                width: 80px;
                height: 80px;
	}
                }

.masthead .side .catch{
                font-size: 1.5vw;
                line-height: 1em;
                text-align: center;
	}
@media screen and (max-width: 1024px) {
.masthead .side .catch{
                padding-top: 2rem;
                font-size: 3vw;
                line-height: 1.6em;
	}
                }
@media screen and (max-width: 768px) {
.masthead .side .catch{
                padding-top: 2rem;
                font-size: 1.4rem;
	}
                }

.masthead .side h2{
                padding-top: 3rem;
                font-size: 3vw;
                line-height: 1em;
	}
@media screen and (max-width: 1024px) {
.masthead .side h2{
                font-size: 4vw;
	}
                }
@media screen and (max-width: 768px) {
.masthead .side h2{
                font-size: 2rem;
	}
                }

.masthead .side .lead{
                padding-top: 5rem;
                font-size: 1rem;
                line-height: 1.8em;
                text-align: center;
	}
@media screen and (max-width: 1024px) {
.masthead .side .lead{
                padding-top: 2rem;
                font-size: 1rem;
	}
                }

/*================================

:::::::::: block_qa ::::::::::

================================*/

.block_qa {
	position: relative;
	width: 100%;
                background-color: #F2F2F2;
                padding: 5rem 0;
	}
@media screen and (max-width: 768px) {
.block_qa {
                padding: 3rem 0;
	}
                }

.block_qa .inner{
	width: 60%;
                max-width: 1000px;
                margin: auto;
                text-align: center;
	}
@media screen and (max-width: 768px) {
.block_qa .inner{
	width: 90%;
                max-width: 90%;
	}
                }

.block_qa .inner:nth-child(2) {
                margin-top: 4.5rem;
	}
@media screen and (max-width: 768px) {
.block_qa .inner:nth-child(2) {
                margin-top: 3rem;
	}
                }

.block_qa .inner h2{
                font-size: 1.5rem;
	}
@media screen and (max-width: 768px) {
.block_qa .inner h2{
                font-size: 1.3rem;
	}
                }

.block_qa .inner .pack{
	width: 100%;
                margin: auto;
                margin-top: 4.5rem;
                text-align: center;
                background-color: #fff;
                padding: 3rem 5%;
	}
@media screen and (max-width: 768px) {
.block_qa .inner .pack{
	width: 100%;
                margin-top: 3rem;
                padding: 2rem 5%;
	}
                }

.block_qa .inner .pack p.catch{
                font-size: 1.3rem;
                line-height: 1.8em;
	}
@media screen and (max-width: 768px) {
.block_qa .inner .pack p.catch{
                font-size: 1.2rem;
	}
                }

.block_qa .inner .pack .lead{
                padding-top: 2.5rem;
                font-size: 1rem;
                line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	}
@media screen and (max-width: 768px) {
.block_qa .inner .pack .lead{
                padding-top: 2rem;
                line-height: 1.6em;
	}
                }

.block_qa .inner .pack p.lead span{
                font-weight: 700;
	}

.block_qa .inner .illust{
                margin: auto;
                margin-top:3rem;
	width: 50%;
	}
@media screen and (max-width: 768px) {
.block_qa .inner .illust{
                margin-top: 2rem;
	width: 80%;
	}
                }

.block_qa .inner .illust img{
	width: 100%;
	}

.block_qa .inner .illust{
                margin: auto;
                margin-top: 2rem;
	width: 40%;
	}
@media screen and (max-width: 768px) {
.block_qa .inner .illust{
	width: 90%;
	}
                }

.block_qa .inner .pack .illustcaption-q2{
                padmarginding-top: .5rem;
                font-size: 1rem;
                line-height: 1em;
	text-align: center;
	width: 50%;
                margin: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                column-gap: 3rem;
	}
@media screen and (max-width: 768px) {
.block_qa .inner .pack .illustcaption-q2{
                font-size: .9rem;
	width: 100%;
                column-gap: 0;
	}
                }

.block_qa .inner .pack .illustcaption-q2 p{
                width: 100%;
	}

/*================================

:::::::::: block_point ::::::::::

================================*/

.block_point {
	position: relative;
	width: 100%;
                padding: 5rem 0;
	}
@media screen and (max-width: 768px) {
.block_point {
                padding: 3rem 0;
	}
                }

.block_point p.catch{
                font-size: 1.3rem;
                line-height: 1.8em;
	text-align: center;
	}
@media screen and (max-width: 768px) {
.block_point p.catch{
                font-size: 1.2rem;
	}
                }

.block_point h2{
                margin-top: 1rem;
                font-size: 1.5rem;
	text-align: center;
	}
@media screen and (max-width: 768px) {
.block_point h2{
                font-size: 1.3rem;
	}
                }

.block_point .lead{
                margin-top: 3rem;
                font-size: 1rem;
                line-height: 1.8em;
	text-align: center;
	}
@media screen and (max-width: 768px) {
.block_point .lead{
                margin-top: 3rem;
                line-height: 1.6em;
	}
                }

.block_point .inner{
                position: relative;
	width: 60%;
                margin: auto;
                margin-top: 5rem;
                text-align: center;
                border: 1px solid #dedede;
	}
@media screen and (max-width: 768px) {
.block_point .inner{
	width: 90%;
	}
                }

.block_point .inner .more{
                background-color:#FF9986;
                padding: 1.5rem 0;
                cursor: pointer;
	}

.block_point .inner .more p{
                color: #fff;
                line-height: 1em;
	}

.block_point .inner .more:hover p{
                text-decoration: underline;
	}

.block_point .inner .more img{
                margin-top: .5rem;
                width: 1em;
	}

.block_point .inner .closemore{
                display: none;
                background-color:#FF9986;
                padding: 1.5rem 0;
                cursor: pointer;
	}

.block_point .inner .closemore img{
                width: 1em;
                transform:rotate(180deg);
                margin-bottom: .5rem;
	}

.block_point .inner .closemore p{
                color: #fff;
                line-height: 1em;
	}

.block_point .inner .closemore:hover p{
                text-decoration: underline;
	}

.block_point .inner .icon{
                position: absolute;
                top: -40px;
                left: calc(50% - 40px);
	}

.block_point .inner .icon img{
                width: 80px;
                height: 80px;
	}

.block_point .inner .pack{
	width: 100%;
                margin: auto;
                margin-top: 5rem;
                text-align: center;
                padding: 0 5%;
                padding-bottom: 3rem;
	}

.block_point .inner .pack h3{
                font-size: 2.5rem;
	}

.block_point .inner .pack p.title{
                margin-top: 3rem;
                font-size: 1.3rem;
	}

.block_point .inner .illust{
                margin: auto;
                margin-top:3rem;
	width: 30%;
	}
@media screen and (max-width: 1024px) {
.block_point .inner .illust{
	width: 50%;
	}
                }
@media screen and (max-width: 768px) {
.block_point .inner .illust{
                margin-top: 2rem;
	width: 60%;
	}
                }

.block_point .inner .illust img{
	width: 100%;
	}

.block_point .inner .pack p.overview{
                margin-top: 2rem;
                line-height: 1.8rem;
	}

.block_point .inner .pack p.overview span{
                color: #FF9986;
                font-weight: 700;
	}

.block_point .inner .packmore{
                display: none;
	width: 100%;
                margin: auto;
                padding: 0 5%;
                padding-bottom: 3rem;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore{
                padding-bottom: 2rem;
	}
                }

.block_point .inner .packmore .body{
	text-align: justify;
	text-justify: inter-ideograph;
                line-height: 1.8em;
	}

.block_point .inner .packmore .line{
                height: 1px;
                width: 100%;
                border-top: 1px solid #dedede;
                margin: 3rem 0;
                overflow: hidden;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .line{
                margin: 2rem 0;
	}
                }

.block_point .inner .packmore p.title{
                font-size: 1.3rem;
                line-height: 1.6em;
	}

.block_point .inner .packmore .kubitakasa{
	width: 80%;
                margin: auto;
                margin-top: 3rem;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: nowrap;
                flex-direction: row;
	}
@media screen and (max-width: 1024px) {
.block_point .inner .packmore .kubitakasa{
	width: 100%;
	}
                }
@media screen and (max-width: 768px) {
.block_point .inner .packmore .kubitakasa{
	width: 100%;
                margin-top: 2rem;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                row-gap: 2rem;
	}
                }

.block_point .inner .packmore .kubitakasa .one{
	width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .kubitakasa .one{
                justify-content: space-between;
                flex-direction: row;
                column-gap: 10%;
	}
                }

.block_point .inner .packmore .kubitakasa .one div{
	width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .kubitakasa .one div{
	width: 35%;
                align-items: flex-end;
	}
                }

.block_point .inner .packmore .kubitakasa .one div img{
                display: block;
                height: 10vw;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .kubitakasa .one div img{
                display: block;
                height: 25vw;
	}
                }

.block_point .inner .packmore .kubitakasa .one p{
                margin-top: 1.5rem;
                font-size: .9rem;
                line-height: 1.8em;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .kubitakasa .one p{
	width: 55%;
                margin-top: 0;
                font-size: 1rem;
                text-align: left;
	}
                }

.block_point .inner .packmore .kubitakasa .one p span{
                font-weight: 700;
	}

.block_point .inner .packmore .okm{
	width: 100%;
                margin: auto;
                margin-top: 3rem;
                display: block;
	}

.block_point .inner .packmore .okm .illust{
	width: 40%;
                margin: auto;
                margin-top: 3rem;
                display: block;
	}
@media screen and (max-width: 1024px) {
.block_point .inner .packmore .okm .illust{
	width: 50%;
	}
                }
@media screen and (max-width: 768px) {
.block_point .inner .packmore .okm .illust{
	width: 70%;
	}
                }

.block_point .inner .packmore .okm .illust img{
	width: 100%;
	}

.block_point .inner .packmore .okm p.desc{
                margin-top: 1.5rem;
                font-size: 1rem;
                line-height: 1em;
                font-weight: 700;
	}

.block_point .inner .packmore .okm p.body{
                margin-top: 1.5rem;
	}

.block_point .inner .packmore .others{
	width: 100%;
                margin: auto;
                margin-top: 2rem;
                display: flex;
                flex-direction: column;
                row-gap: 5%;
                align-items: center;
	}

.block_point .inner .packmore .others .one{
	width: 100%;
                display: flex;
                flex-direction: row;
                column-gap: 3rem;
                padding: 2rem 0;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .others .one{
                flex-direction: column;
                column-gap: 2rem;
	}
                }

.block_point .inner .packmore .others .one .illust{
	width: 30%;
                margin-top: auto;
                display: flex;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .others .one .illust{
	width: 50%;
	}
                }

.block_point .inner .packmore .others .one .illust img{
	width: 90%;
	}
@media screen and (max-width: 1024px) {
.block_point .inner .packmore .others .one .illust img{
	width: 100%;
	}
                }

.block_point .inner .packmore .others .one .text{
	width: 65%;
                display: flex;
                flex-direction: column;
                justify-content: center;
	text-align: justify;
	text-justify: inter-ideograph;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .others .one .text{
                margin-top: 1.5rem;
	width: 100%;
	}
                }

.block_point .inner .packmore .others .one .text p.ng{
                font-weight: 700;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .others .one .text p.ng{
                text-align: center;
	}
                }

.block_point .inner .packmore .others .one .text p.desc{
                margin-top: 1rem;
                line-height: 1.6em;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .others .one .text p.desc{
	text-align: justify;
	text-justify: inter-ideograph;
	}
                }

.block_point .inner .packmore .ookisa{
	width: 70%;
                margin: auto;
                margin-top: 3rem;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .ookisa{
                margin-top: 2rem;
	width: 100%;
	}
                }

.block_point .inner .packmore .ookisa img{
	width: 100%;
	}

.block_point .inner .packmore .illustcaption-ookisa{
	width: 70%;
                margin: auto;
                margin-top: 1rem;
                display: flex;
                align-items: center;
                flex-wrap: nowrap;
	}
@media screen and (max-width: 768px) {
.block_point .inner .packmore .illustcaption-ookisa{
	width: 100%;
	}
                }

.block_point .inner .packmore .illustcaption-ookisa p{
	width: 100%;
                font-weight: 700;
                padding-bottom: 2rem;
	}














/*================================

:::::::::: block_point ::::::::::

================================*/

.block_point {
	position: relative;
	width: 100%;
                padding: 5rem 0;
	}
@media screen and (max-width: 768px) {
.block_point {
                padding: 3rem 0;
	}
                }

.block_point p.catch{
                font-size: 1.3rem;
                line-height: 1.8em;
	text-align: center;
	}
@media screen and (max-width: 768px) {
.block_point p.catch{
                font-size: 1.2rem;
	}
                }

.block_point h2{
                margin-top: 1rem;
                font-size: 1.5rem;
	text-align: center;
	}
@media screen and (max-width: 768px) {
.block_point h2{
                font-size: 1.3rem;
	}
                }

.block_point .lead{
                margin-top: 3rem;
                font-size: 1rem;
                line-height: 1.8em;
	text-align: center;
	}
@media screen and (max-width: 768px) {
.block_point .lead{
                margin-top: 3rem;
                line-height: 1.6em;
	}
                }

.block_point .inner{
                position: relative;
	width: 60%;
                max-width: 1000px;
                margin: auto;
                margin-top: 7rem;
                text-align: center;
                border: 1px solid #dedede;
	}
@media screen and (max-width: 768px) {
.block_point .inner{
	width: 90%;
                max-width: 90%;
                margin-top: 5rem;
	}
                }


/*================================

:::::::::: block_measure ::::::::::

================================*/

.block_measure {
	position: relative;
	width: 100%;
                padding: 5rem 0;
                background-color: #f2f2f2;
	}
@media screen and (max-width: 1024px) {
.block_measure {
                padding: 3rem 0;
	}
                }

.block_measure p.catch{
                font-size: 1.3rem;
                line-height: 1.8em;
	text-align: center;
	}
@media screen and (max-width: 768px) {
.block_measure p.catch{
                font-size: 1.2rem;
	}
                }

.block_measure h2{
                margin-top: 1rem;
                font-size: 1.5rem;
	text-align: center;
	}
@media screen and (max-width: 768px) {
.block_measure h2{
                font-size: 1.3rem;
	}
                }

.block_measure .inner{
                position: relative;
	width: 60%;
                max-width: 1000px;
                margin: auto;
                margin-top: 5rem;
                display: flex;
                justify-content: space-between;
	}
@media screen and (max-width: 1024px) {
.block_measure .inner{
                margin-top: 3rem;
                flex-direction: column;
	}
                }
@media screen and (max-width: 768px) {
.block_measure .inner{
                margin-top: 3rem;
	width: 90%;
                max-width: 90%;
                flex-direction: column;
	}
                }

.block_measure .inner .image{
	width: 40%;
	}
@media screen and (max-width: 1024px) {
.block_measure .inner .image{
	width: 100%;
	}
                }

.block_measure .inner .image img{
	width: 100%;
	}

.block_measure .inner .text{
	width: 50%;
                display: flex;
                justify-content: center;
                flex-direction: column;
	}
@media screen and (max-width: 1024px) {
.block_measure .inner .text{
                margin-top: 2rem;
	width: 100%;
	}
                }

.block_measure .inner .text p.lead{
                line-height: 1.6rem;
	text-align: justify;
	text-justify: inter-ideograph;
	}

.block_measure .inner .text p.caption{
                margin-top: 1rem;
                font-size: .8rem;
                line-height: 1.3rem;
	text-align: justify;
	text-justify: inter-ideograph;
	}

.block_measure p.app{
                margin-top: 5rem;
                font-size: 1.3rem;
	text-align: center;
                line-height: 1em;
                display: flex;
                align-items: center;
                justify-content: center; 
	}
@media screen and (max-width: 768px) {
.block_measure p.app{
                margin-top: 4rem;
	}
                }

.block_measure p.app:before,
.block_measure p.app:after{
                border-top: 1px solid;
                content: "";
                width: 2rem;
	}

.block_measure p.app:before {
                margin-right: 1em;
                }
.block_measure p.app:after {
                margin-left: 1em;
                }

.block_measure .inner .text p.btn{
                margin-top: 1rem;
                width: auto;
	}

.block_measure .inner .text p.btn span{
                display: block;
                width: 100%;
                height: auto;
                padding: 1.5rem 4rem;
                background-color: #FF9986;
                color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
                text-align: center;
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-arrow-right-white.svg);
	background-size: 1em;
                cursor: pointer;
	}

.block_measure .inner .text p.btn span:hover{
                background-color: #FFB79D;
	}

/*================================

:::::::::: app-splash ::::::::::

================================*/

.app-splash {
                width: 100vw;
                height: 100vh;
                transition: all .5s;
	background-color: rgba(242, 242, 242, .9);
                position: fixed;
                top: 0;
                left: 0;
                z-index: 9999;
                opacity: 0;
                visibility: hidden;
                }

.app-splash.is-active {
                opacity: 1;
                visibility: visible;
                }

.app-splash-animation {
                width: 100vw;
                height: 100vh;
                transition: all .5s;
                z-index: 9999;
                display: flex;
                align-items: center;
                justify-content: center;
                opacity: 0;
                visibility: hidden;
                }

.is-active .app-splash-animation {
                opacity: 1;
                visibility: visible;
                }

.app-splash-animation .app-splash-pack{
                position: relative;
                width: 550px;
                height: auto;
                }
@media screen and (max-width: 768px) {
.app-splash-animation .app-splash-pack{
                width: 80%;
                height: auto;
                }
                }

.app-splash-animation .app-splash-pack .app-splash-banner{
                width: 100%;
                height: 100%;
                box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
                background-color: #fff;
                text-align: center;
                padding: 3rem;
                }
@media screen and (max-width: 768px) {
.app-splash-animation .app-splash-pack .app-splash-banner{
                text-align: left;
                }
                }

.app-splash-animation .app-splash-pack .app-splash-banner p{
                line-height: 1.8em;
                padding-bottom:3rem;
                }

.app-splash-animation .app-splash-pack .app-splash-banner img{
                display: block;
                margin: auto;
                width: 120px;
                }

.app-splash-animation .app-splash-pack .app-splash-close{
                position: absolute;
                width: 50px;
                height: 50px;
                top: -25px;
                right: -25px;
                z-index:1;
                cursor: pointer;
                }
@media screen and (max-width: 768px) {
.app-splash-animation .app-splash-pack .app-splash-close{
                width: 40px;
                height: 40px;
                top: -20px;
                right: -20px;
                }
                }

.app-splash-animation .app-splash-pack .app-splash-close img{
                width: 100%;
                height: 100%;
                }


/*================================

:::::::::: block_adjust ::::::::::

================================*/

.block_adjust {
	position: relative;
	width: 100%;
                padding: 5rem 0;
                background-color: #fff;
	}
@media screen and (max-width: 1024px) {
.block_adjust {
                padding: 3rem 0;
	}
                }

.block_adjust p.catch{
                font-size: 1.3rem;
                line-height: 1.8em;
	text-align: center;
	}
@media screen and (max-width: 768px) {
.block_adjust p.catch{
                font-size: 1.2rem;
	}
                }

.block_adjust h2{
                margin-top: 1rem;
                font-size: 1.5rem;
	text-align: center;
                line-height: 1.6em;
	}
@media screen and (max-width: 768px) {
.block_adjust h2{
                font-size: 1.3rem;
                line-height: 1.6em;
	}
                }

.block_adjust .inner{
                position: relative;
	width: 60%;
                max-width: 1000px;
                margin: auto;
                margin-top: 5rem;
	}
@media screen and (max-width: 768px) {
.block_adjust .inner{
                margin-top: 3rem;
	width: 90%;
                max-width: 90%;
	}
                }

.block_adjust .inner .image{
	width: 50%;
                margin: auto;
	}
@media screen and (max-width: 1024px) {
.block_adjust .inner .image{
	width: 80%;
	}
                }
@media screen and (max-width: 768px) {
.block_adjust .inner .image{
	width: 90%;
	}
                }

.block_adjust .inner .image img{
	width: 100%;
	}

.block_adjust .inner p.lead{
	width: 100%;
                margin: auto;
                margin-top: 3rem;
                text-align: center;
                line-height: 1.8rem;
	}
@media screen and (max-width: 1024px) {
.block_adjust .inner p.lead{
	text-align: justify;
	text-justify: inter-ideograph;
	}
                }

.block_adjust .inner .line{
                height: 1px;
                width: 100%;
                border-top: 1px solid #dedede;
                margin: 3rem 0;
                overflow: hidden;
	}
@media screen and (max-width: 768px) {
.block_adjust .inner .line{
                margin: 2rem 0;
	}
                }

.block_adjust .inner p.more{
                font-size: 1.2rem;
	text-align: center;
                line-height: 1.6em;
	}
@media screen and (max-width: 768px) {
.block_adjust .inner p.more{
                font-size: 1.1rem;
	}
                }

.block_adjust .inner p.leadmore{
                margin-top: 3rem;
	text-align: justify;
	text-justify: inter-ideograph;
                line-height: 1.8em;
	}
@media screen and (max-width: 768px) {
.block_adjust .inner p.leadmore{
                margin-top: 2rem;
	}
                }

.block_adjust .inner .block{
                margin: auto;
                margin-top: 3rem;
                border: 1px solid #dedede;
                padding: 3rem 5% 2rem;
	text-align: center;
	}
@media screen and (max-width: 768px) {
.block_adjust .inner .block{
                margin-top: 2rem;
                padding: 2rem 5% 2rem;
	}
                }

.block_adjust .inner .block .shoulder{
                font-size: 1.3rem;
                line-height: 1em;
	}

.block_adjust .inner .block .logo{
                margin: auto;
                margin-top: 1rem;
                width: 35%;
	}
@media screen and (max-width: 1024px) {
.block_adjust .inner .block .logo{
                width: 50%;
	}
                }
@media screen and (max-width: 768px) {
.block_adjust .inner .block .logo{
                width: 60%;
	}
                }

.block_adjust .inner .block .logo img{
                width: 100%;
	}

.block_adjust .inner .block .pack{
                margin-top: 2rem;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: nowrap;
                row-gap: 5%;
	}
@media screen and (max-width: 1024px) {
.block_adjust .inner .block .pack{
                display: block;
	}
                }

.block_adjust .inner .block .illust{
                width: 40%;
	}
@media screen and (max-width: 1024px) {
.block_adjust .inner .block .illust{
                width: 70%;
                margin: auto;
	}
                }
@media screen and (max-width: 768px) {
.block_adjust .inner .block .illust{
                width: 90%;
                margin: auto;
	}
                }

.block_adjust .inner .block .illust img{
                width: 100%;
	}

.block_adjust .inner .block .right{
                width: 55%;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
	}
@media screen and (max-width: 1024px) {
.block_adjust .inner .block .right{
                width: 100%;
                display: block;
	}
                }

.block_adjust .inner .block .right .desc{
	text-align: justify;
	text-justify: inter-ideograph;
                line-height: 1.6em;
	}
@media screen and (max-width: 1024px) {
.block_adjust .inner .block .right .desc{
                margin-top: 1rem;
	text-align: center;
	}
                }

.block_adjust .inner .block .right p.btn{
                display: block;
                width: 60%;
                height: auto;
                margin-top: 2rem;
	}
@media screen and (max-width: 1024px) {
.block_adjust .inner .block .right p.btn{
                display: block;
                width: 60%;
                height: auto;
                margin: auto;
                margin-top: 2rem;
	}
                }

.block_adjust .inner .block .right p.btn a{
                display: block;
                width: 100%;
                height: auto;
                padding: 1rem;
                border: 1px solid #212121;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
                font-size: 1rem;
                text-align: center;
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-arrow-right-black.svg);
	background-size: 1em;
	}

.block_adjust .inner .block.kata .right p.btn a{
                border: 1px solid #E2511C;
	background-image: url(../images/icon-arrow-right-orange.svg);
                color: #E2511C;
	}
.block_adjust .inner .block.kubi .right p.btn a{
                border: 1px solid #009386;
	background-image: url(../images/icon-arrow-right-green.svg);
                color: #009386;
	}
.block_adjust .inner .block.yoko .right p.btn a{
                border: 1px solid #0065AB;
	background-image: url(../images/icon-arrow-right-blue.svg);
                color: #0065AB;
	}

.block_adjust .inner .block .right p.btn a:hover{
                color: #fff;
	background-image: url(../images/icon-arrow-right-white.svg);
	}
.block_adjust .inner .block.kata .right p.btn a:hover{
                background-color: #E2511C;
	}
.block_adjust .inner .block.kubi .right p.btn a:hover{
                background-color: #009386;
	}
.block_adjust .inner .block.yoko .right p.btn a:hover{
                background-color: #0065AB;
	}


