@charset "UTF-8";
/*979pxÒÔÏÂ*/
.pc {
    display: none;
}

.contents_inner_img{
	height:300px;
}
.main_contents {
    margin-top:-100px;
}
.contents_item {
	width:90%;
    align-items: center;
}
.contents_item li{
	aspect-ratio:16 / 9;
}
.main_contents h2{
	    width: 90%;
}

#hamburger {
    background-color: #fff;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
}

.icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #385293;
    border-radius: 8px;
    transition: ease 0.75s;
}

.icon span:nth-of-type(1) {
    top: 16px;
}

.icon span:nth-of-type(2) {
    top: 28px;
}

.icon span:nth-of-type(3) {
    bottom: 16px;
}

.close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
}

.close span:nth-of-type(2) {
    opacity: 0;
}

.close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
}

.sm {
    top: 136px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 6px 15px -13px #777777;
}

.sm ul {
    flex-direction: column;
}

.sm ul li {
    text-align: center;
    border-top: solid 0.5px #385293;
    font-weight: normal;
    font-size: 1.25rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sm ul li a {
    line-height: 2;
}

.sm ul li a:hover{
    color: #0545E8;
    transition: 0.3s;
}
.ft_inner{
    flex-direction: column;
    padding: 60px 10% 30px 10% !important;
}
.ft_item{
    width: 100%;
}
.ft_right{
	margin-right:auto;
	margin-left:0;
}
.ft_right ul{
    justify-content: flex-start;
}
.ft_right ul li:first-of-type{
    padding-left: 0;
}
.ft_copy {
    text-align: left;
}

#low main{
    padding: 80px 5%;
}

#low main .fl_box{
	flex-wrap:wrap;
}
#low main .fl_box > div.video_wrap{
	width:100%;
	margin-left:0;
}

/*-------------------------------------------
break_point
--------------------------------------------*/
@media screen and (max-width: 886px) {
    .ft_inner {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}