html { scroll-behavior: smooth;}

*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
    background-color: #FFF6F1;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}
ol, ul, li {
	list-style: none;
}
a,p,h2 {
	text-decoration: none;
	color: inherit;
}
#section1,#section2,#section3,#section4,#section5 {
    padding-top: 45px;
    margin-top: -45px;
    margin-bottom: 40px;
}
header {
    position: fixed;
    /* ヘッダーを固定する */
    top: 0;
    /* 上端に配置する */
    width: 100%;
    /* 横幅を100%にする */
    z-index: 10;
    /* レイヤーの順序を指定する */
    background-color: #FFF6F1;
    height: 70px;
}

#navigation {
    height: 70px;
}
.navigation_menu {
    display: flex;
    float: right;
    margin-right: 40px;
}
.navigation_menu li {
    margin: 25px 30px;
}
.navigation_menu a {
    font-weight: bolder;
}
.navigation_menu a:hover {
    opacity: 0.5;
}

.wrapper_contents{
    margin: 65px 0 30px 0;
    text-align: center;
}

.wrapper_contents img {
    width: 80%;
}
.mentoring_banner {
    text-align: center;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}

.line_contents {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline dashed 2px;
    background-color: #FFFFFF;
    margin: 30px auto;
    padding: 20px 0;
}

.line01 img {
    width: 75%;
}
.line_url01 img {
    width: 27%;
}
.main_contents {
    width: 65%;
    margin: 0 auto;
}
.about_mentoring {
    margin: 20px 0;
    padding: 1em 1em;
    border-left: solid 7px #0065Ca;
    background-color: white;
}
.contents_title {
    margin: 20px 0px 10px 0px;
    text-align: center;
    color: #0065CA;
}
.contents_subtitle {
    text-align: center;
    color: #0065CA;
}
.contents_text {
    margin: 30px 0;
}
.support_mentoring {
    margin: 30px 0;
}
.service_mentoring {
    background-color: white;
    margin: 30px 0;
}
.service_title {
    padding: 20px 0;
    text-align: center;
    color: #0065CA;
}
.service_mentoring_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.service_mentoring ul {
    width: 600px;
    margin: 0 auto 20px auto;
}
.item {
    margin: 5px;
    float: left;
    width: calc(50% - 10px);
}
.service_mentoring_column {
    display: flex;
}
.contact_contents {
    margin-top: 30px;
}
.column1, .column2, .column3 {
    background-color: white;
    margin: 0 10px;
}
.contact_contents_text {
    text-align: center;
    margin:30px 0;
}
.mentoring_banner_02 {
    text-align: center;
    margin-top: 40px;
}
.membership_contact_btn button{
    background-color: #2B8486;
    color: white;
    padding: 10px 0;
    font-size: 20px;
    border: none;
    border-radius: 40px;
    font-weight: bolder;
	width: 30%;
    margin: 0 auto;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}

.contact_btn {
    margin: 50px 0;
    text-align: center;
}
.contact_btn button:hover {
    opacity: 0.7;
}
.line_banner_top {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline dashed 2px;
    background-color: #FFFFFF;
    padding: 20px 0 ;
}
.line_banner {
    background-color: white;
    padding-top: 20px;
}
.line02 {
    width: 30%;
}
.line_url02 {
    width: 10%;
}
.tumugu_text {
    margin: 20px 60px;
    text-align: center;
}
.tumugu_banner img {
   text-align: center;
   display: block;
    margin: 0 auto;
    padding-bottom: 40px;
}
.contents_cost {
    display: flex;
    flex-wrap: wrap;
}
.contents_cost_item {
    background-color: white;
padding: 25px 10px;
margin: 10px;
flex: 1 1 30%;
}
.contents_cost_subtitle, .cost_title {
    text-align: center;
    color: #0065CA;
}
.cost_title span {
    font-size: 12px;
}
.cost_text {
    padding: 20px 7px;
    font-size: 1rem;
}
.contents_cost_item li {
    padding: 1px 5px;
    font-size: 0.9rem;
}
.contents__cost_text {
    text-align: center;
    margin: 30px 0;
}
#section5 {
    display: block;
    width: 100%;
    text-align: center;
}
.qool_tumugu_banner {
    text-align: center;
    background-color: white;
}
.qool_tumugu_banner {
    padding-top: 20px;
}
.qoolcareer_img .about_qoolcareer {
    width: 100%;
}
/* footer */

.footer_contents {
    background-color: white;
    text-align: center;
}
.footer_contents li {
    display: inline-block;
    margin: 20px 40px;
}
.footer_contents a {
    color: #0065CA;
    font-weight: bolder;
}
.footer_contents a:hover {
    opacity: 0.5;
}

/*　PCレスポンシブ */
@media screen and (min-width:769px) {
    .hamburger-menu, .mv_wrapper_contents, .mv_mentoring_banner_02, .mv_qoolcareer_img {
        display: none;
    }
}
/* mvレスポンシブ */
/* humberger menu */
@media screen and (max-width: 768px) {
    #navigation {
        display: none;
    }
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 0px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 100;
        background-color: transparent;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 4px;
        width: 30px;
        border-radius: 4px;
        background-color: #696968;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked~.menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    #menu-btn-check:checked~.menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #menu-btn-check:checked~.menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    #menu-btn-check {
        display: none;
    }


    .menu-content ul {
        padding: 70px 10px 0;
    }

    .menu-content ul li {
        border-bottom: solid 1px #0065CA;
        list-style: none;
    }

    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 18px;
        box-sizing: border-box;
        color: #0065CA;
        font-weight: bolder;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #0065CA;
        border-right: solid 2px #0065CA;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 20px;
    
    }
    .menu-content {
        width: 100%;
        position: fixed;
        top: 15px;
        left: 100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #FFFFFF;
        transition: all 0.5s;
        /*アニメーション設定*/
        padding-bottom: 15px;
    }

    #menu-btn-check:checked~.menu-content {
        left: 0;
        /*メニューを画面内へ*/
    }
    
    /* 壁紙 */
    .wrapper_contents, .mentoring_banner, .mentoring_banner_02 {
        display: none;
    }
    .mv_header {
        width: 100%;
    }
    .service_mentoring_column, .contents_cost  {
        display: block;
    }
    .mv_mentoring_banner_02 img {
        width: 100%;
    }
    .tumugu_banner img {
        width: 100%;
    }

    .mv_qoolcareer_img img {
        width: 100%;
    }
    .qool_tumugu_banner img {
        width: 100%;
    }
    .service_mentoring ul {
        width: auto;
    }
    .item {
        width: 100%;
        padding: 0 30px;
    }
    .main_contents {
        width: 95%;
    }
    .membership_contact_btn button {
        width: 100%;
    }
    .line_wrapper {
       text-align: center;
    }

    .line02{
        width: 60%;
    }
    .line_url02 {
        width: 25%;
    }
    .line_url01 {
        width: 100%;
    }
    .mv_wrapper_contents{
        text-align: center;
    }
   
    .line_banner_top {
        margin-bottom: 20px;
    }
    .mentoring_banner_02 img {
        width: 100%;
    }
    .footer_contents li {
        margin: 15px 30px;
    }
    .contents_text {
        padding: 20px 10px;
		margin: 10px 0;
    }
	.tumugu_text {
		margin: 15px 40px;
	}
	.contents_title {
		margin: 0;
	}
}

/* タブレット */
@media all and (min-width: 768px) and (max-width: 1024px) { 
    .mentoring_banner {
        display: none;
    }
    .wrapper_contents {
        width: 100%;
    }
    .navigation_menu li {
        margin: 25px 15px;
    }
    .main_contents {
        width: 80%;
    }
    .mentoring_banner_02 img {
        width: 100%;
    }
    .service_title {
        padding: 20px 10px;
    }
}