@charset "UTF-8";

/**************************** PC版CSSここから ****************************/

/*common*/
.pc-br {
    display: block;
}

.sp-br {
    display: none;
}

.SP-menu-content {
    display: none;
}

.PC-pict{
    display: block;
}

.SP-pict{
    display: none;
}

a:hover{
    opacity: 0.7;
    transition: 0.3s;
    cursor: pointer
}

.pc-contetnt{
    display: block;
}

.sp-contetnt{
    display: none;
}



/*index.html*/
body.body {
    max-height: 99999em;
    font-family: 'メイリオ', 'Meiryo', "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    background-color: #000;
    color: #333;
    width: 100%;
    height: auto;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden;
    background-color: #000;
}

.left-menu-SP {
    display: none;
}

.left-menu-PC {
    width: 100px;
    height: auto;
    background-color: #000;
}

.bxslider-PC {
    display: block;
}

.bxslider-SP {
    display: none;
}

.philosophy .left-menu-PC {
    height: auto;
}

.contact-plane img {
    display: block;
    width: 38px;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
}

.contact-plane img:hover {
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.wrapper-in {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.MV {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
}

header {
    position: absolute;
    z-index: 100000;
    padding-top: 38px;
    width: 100%;
}

.interview header {
    padding-top: 38px;
}

header h1 {
    float: left;
    width: 25%;
    height: auto;
}

header h1 img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 40px;
}

header h1 img:hover {
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

header ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /* padding-left: 150px; */
    padding-right: 30px;
    width: 75%;
    height: auto;
    padding-top: 5px;
}

header ul li {
    color: #fff;
    font-size: 0.9em;
}

.wrapper header ul li {
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-left: 20px;
    text-shadow: 1px 1px 1px #7c7c7c;
}

.wrapper header ul li:first-child {
    border: none;
}

.SP-MV {
    display: none;
}

.trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    /*  opacity: 1;*/
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
}

.trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

h3 {
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 30px;
}

h4 {
    font-size: 2.8em;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 70px;
}

.second-view {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 140px 0;
    box-sizing: border-box;
    margin-top: 60%;
}

.body .second-view {
    margin-top: 10%;
    padding-top: 200px;
    padding-bottom: 140px;
}

.second-view p {
    letter-spacing: inherit;
    text-align: center;
    margin-bottom: 80px;
    line-height: 2em;
}

.strong-paragraph {
    font-size: 1.4em;
    font-weight: bold;
}

.business-philosophy {
    width: 80%;
    height: auto;
    box-shadow: 0 0 8px gray;
    margin: 0 auto;
    padding: 100px;
    box-sizing: border-box;
}

.btn-primary {
    display: block;
    width: 350px;
    font-size: 16px;
    position: relative;
    height: 80px;
    background: #0c2d24;
    border: 1px solid #cecece;
    color: #fff;
    text-align: center;
    line-height: 75px;
    margin: 0 auto;
}

.btn-primary:hover {
    transition: 0.3s;
    opacity: 0.8;
}

.btn-primary span {
    vertical-align: middle;
    position: relative;
    left: 15%;
    font-size: 1.2em;
}

.third-view {
    background-color: #f2f2f2;
    width: 100%;
    height: auto;
    padding: 150px 0;
    box-sizing: border-box;
}

.third-view p {
    font-size: 1.2em;
    letter-spacing: inherit;
    text-align: center;
    margin-bottom: 80px;
    line-height: 2em;
}

.third-view .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.third-view .articles article {
    width: 33%;
    height: auto;
    background-color: #fff;
    margin-bottom: 15px;
}

.third-view .articles article img {
    display: block;
    width: 100%;
    height: auto;
}

.third-view .articles article h5 {
    font-size: 1.6em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-top: 60px;
    padding-left: 10%;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.third-view .articles article p {
    font-size: 1em;
    text-align: left;
    line-height: 2em;
    letter-spacing: inherit;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 100px;
    box-sizing: border-box;
}

.third-view .articles .btn-primary {
    display: block;
    width: 80%;
    font-size: 1em;
    position: relative;
    height: 80px;
    background: #319a7d;
    border: 1px solid #cecece;
    color: #fff;
    text-align: center;
    line-height: 75px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.third-view-btn {
    width: 100%;
    height: auto;
}

.third-view-btn .btn-primary {
    width: 480px;
    font-size: 16px;
    position: relative;
    height: 80px;
    background: #0c2d24;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 75px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 0px;
}

.third-view .articles .btn-primary span {
    left: 5%;
}

.third-view-btn .btn-primary:hover {
    transition: 0.3s;
    opacity: 0.6;
}

.fourth-view {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-top: 150px;
    box-sizing: border-box;
}

.fourth-view p {
    font-size: 1.2em;
    letter-spacing: inherit;
    text-align: center;
    padding-bottom: 80px;
    line-height: 2em;

}

.fourth-view .results {
    width: 100%;
    height: auto;
}

.fourth-view .results img {
    display: block;
    width: 50%;
    height: auto;
    float: left;
}

.results-detail-wrap {
    background-color: #f2f2f2;
}

.fourth-view .results-detail {
    background-color: #f2f2f2;
    width: 50%;
    height: 100%;
    float: right;
    padding: 3%;
    box-sizing: border-box;
}

.fourth-view .iy-results-detail {
    padding-bottom: 8.5%;
}

.fourth-view .os-results-detail {
    padding-bottom: 6.5%;
}

.fourth-view .ky-results-detail {
    padding-bottom: 8.5%;
}

.fourth-view .ty-results-detail {
    padding-bottom: 6%;
}

.fourth-view .hn-results-detail {
    padding-bottom: 6.4%;
}

.fourth-view .results p {
    text-align: left;
    font-size: 1em;
    margin-bottom: 15px;
    color: #5f5f5f;
}

.fourth-view p.results-detail-p {
    text-align: left;
    font-size: 1.2em;
    color: #5f5f5f;
    padding-bottom: 0px;
}

.fourth-view p.results-detail-p span {
    font-weight: bold;
}

.fourth-view .results h6 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
    color: #5f5f5f;
    margin-bottom: 30px;
    margin-top: -12%;
}

.fourth-view .results .spec {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
}

.fourth-view .results .spec .table-left {
    height: auto;
    margin-right: 5%;
}

.fourth-view .results .spec .table-right {
    border-bottom: 1px solid #717171;
    box-sizing: border-box;
    display: block;
}

.fourth-view .results ul li {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #717171;
    padding: 20px 0;
}

.fourth-view .results ul li:first-child {
    border-top: 5px solid #717171;
}

.fourth-view .results ul li.margin {
    border-bottom: 1px solid #717171;
    padding: 20px 0;
    padding-right: 20px;
}

.fourth-view .results .btn-primary {
    position: relative;
    float: right;
    display: block;
    width: 50%;
    height: auto;
    font-size: 1.4em;
    background: #0c2d24;
    color: #fff;
    text-align: center;
    padding: 2%;
    box-sizing: border-box;
    border: none;
    bottom: 0;
}

.fourth-view .btn-primary span {
    vertical-align: middle;
    position: relative;
    left: 5%;
    font-size: 1.4em;
}

.contact {
    width: 100%;
    height: auto;
    background-image: url(../img/common/img_contact_bg.png);
    background-position: top left;
    background-size: cover;
    padding: 150px 0;
}

.contact .btn-primary {
    display: block;
    width: 80%;
    height: auto;
    font-size: 3.4em;
    font-weight: bold;
    letter-spacing: 0.2em;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    padding: 3%;
    box-sizing: border-box;
}

.contact .btn-primary:hover {
    transition: 0.3s;
    opacity: 0.6;
}

.contact .btn-primary span {
    vertical-align: middle;
    left: 20%;
    font-size: 1.4em;
}

footer {
    width: 100%;
    height: auto;
    background-color: #1c1c1c;
    padding: 80px 60px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

footer ul {
    display: flex;
    justify-content: flex-start;
}

footer ul li {
    margin-right: 30px;
}

footer ul li a:hover {
    transition: 0.3s;
    opacity: 0.7;
}



/*greetings.html*/

.philosophy .wrapper header ul li .current {
    font-weight: bold;
}

.philosophy .wrapper-in .MV {
    display: block;
    width: 100%;
    height: auto;
    background-image: url(../img/philosophy/img_greetings_MV.jpg);
}

.MV-text-wrap {
    width: 100%;
    height: auto;
    padding: 420px 0 150px;
    box-sizing: border-box;
    overflow: hidden;
}

.greetings .MV-text-wrap {
    padding: 330px 0 240px;
}

.makinoTeacher .MV-text-wrap {
    padding: 400px 0 140px;
}

.sitemap .MV-text-wrap {
    padding: 300px 0 260px;
}

.company .MV-text-wrap {
    padding: 320px 0 280px;
}

.MV-text-wrap h3 {
    color: #fff;
    font-size: 2em;
    margin: 0 auto;
    margin-bottom: 15px;
}

.MV-text-wrap h4 {
    color: #fff;
    font-size: 4em;
    margin: 0 auto;
}

.philosophy .second-view {
    padding-top: 140px;
    margin-top: 0;
}

.philosophy .second-view img {
    display: block;
    width: 40%;
    height: auto;
    margin: 0 auto;
    /* margin-bottom: 60px;*/
}

.philosophy .second-view h3 {
    margin-bottom: 30px;
}

.philosophy .second-view h4 {
    color: #333;
    font-size: 1.4em;
    line-height: 1.4em;
}

.philosophy .third-view {
    padding: 0 15%;
    padding-top: 0px;
    box-sizing: border-box;
    background-color: #fff;
}

.philosophy .third-view h5 {
    color: #333;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 8px;
    border-bottom: 2px solid #333;
    width: 325px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.philosophy .third-view h6 {
    color: #333;
    text-align: left;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.philosophy .third-view p {
    text-align: center;
    color: #333;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    line-height: 2.4rem;
    margin-bottom: 50px;
}

.philosophy .third-view p:last-child {
    margin-bottom: 0;
}

.philosophy .third-view-2 {
    padding: 140px 15%;
    box-sizing: border-box;
    background-color: #fff;
}

.philosophy .third-view-2 h5 {
    width: 240px;
}

.philosophy .third-view-3 h5 {
    width: 165px;
}

.philosophy .third-view-3 {
    padding: 0 15% 140px;
    box-sizing: border-box;
}

.fb-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.fb-container .fb-page {
    display: block;
    width: 500px;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}



/*merit.html*/

.merit .third-view {
    padding-bottom: 140px;
    box-sizing: border-box;
}

.merit .merit-section {
    width: 100%;
    height: auto;
    box-shadow: 0 0 8px gray;
    padding: 100px;
    box-sizing: border-box;
    margin-top: 90px;
}

.merit .merit-section-first {
    margin-top: 140px;
}

.merit .third-view h5 {
    width: 11.5em;
    padding-top: 140px;
}

/*.merit .third-view h3{
    font-size: 2.8em;
}*/

.merit .third-view h6 {
    text-align: center;
}

.merit .third-view p {
    font-size: 1.4em;
    line-height: 1.8em;
    text-align: center;
    font-weight: normal;
}




/*research.html*/

.research-1 .wrapper-in .MV {
    background-image: url(../img/research/research-MV-1_PC.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.research-3 .wrapper-in .MV {
    background-image: url(../img/research-3/research-MV-3_PC.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.research-4 .wrapper-in .MV {
    background-image: url(../img/research-4/research-MV-4_PC.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.makinoTeacher .wrapper-in .MV {
    background-image: url(../img/makinoTeacher/makinoTeacher-MV_PC_2.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.interview-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 27px;
    padding-top: 75px;
    z-index: 100000;
}

.interview_ky ul.interview-nav {
    padding-right: 5%;
}

ul.interview-nav li {
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    text-shadow: 1px 1px 1px #7c7c7c;
    z-index: 10000000;
}

ul.interview-nav li:first-child {
    border: none;
    padding-right: 0;
    padding-left: 0;
    margin-right: -25px;
}

ul.interview-nav li.pipe-none {
    border-left: none;
}

ul.interview-nav li .current {
    font-weight: bold;
}

.interview .MV-text-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    
}

.interview .MV-text-wrap .MV-text-wrap-left {
    width: 50%;
    height: auto;
    padding: 0 100px 0 40px;
    box-sizing: border-box;
    margin-top: -20%;
}

.makinoTeacher .MV-text-wrap .MV-text-wrap-left {
    width: 50%;
    height: auto;
    padding: 0 100px 0 40px;
    box-sizing: border-box;
    margin-top: -12%;
}

.interview .MV-text-wrap .MV-text-wrap-left h4 {
    font-size: 1.8em;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.interview .MV-text-wrap .MV-text-wrap-left h5 {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.interview .MV-text-wrap .MV-text-wrap-left h5:last-child {
    margin-bottom: 0;
}

.MV-text-wrap-left-p {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.8em;
}

.interview .MV-text-wrap .MV-text-wrap-right {
    width: 50%;
    height: auto;
    /*padding: 0 60px;*/
    padding-top: 3%;
    box-sizing: border-box;
    margin-top: -15%;
}

.makinoTeacher .MV-text-wrap .MV-text-wrap-right {
    width: 50%;
    height: auto;
    /*padding: 0 60px;*/
    padding-top: 3%;
    box-sizing: border-box;
    margin-top: -10%;
}

.interview .MV-text-wrap .MV-text-wrap-right h4 {
    color: #d4be6f;
    font-size: 2em;
    text-align: center;
}

.interview .MV-text-wrap .MV-text-wrap-right .MV-text-wrap-right-span {
    font-size: 0.6em;
}

.interview .third-view {
    background-color: #f4f3f3;
}

.interview .third-view h3 {
    padding-top: 140px;
}

.interview .third-view p {
    text-align: left;
}

.interview p.interview-content-title {
    background-color: #0c2d24;
    color: #fff;
    padding: 30px 0;
    font-size: 2em;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 0;
}

.interview .merit-section {
    width: 100%;
    height: auto;
    box-shadow: 0 0 8px gray;
    padding: 0;
    margin-top: 80px;
}

.interview .merit-section-first {
    margin-top: 100px;
}

.interview .merit-section .interview-content-paragraph {
    padding: 50px;
    box-sizing: border-box;
    text-align: left;
    background-color: #fff;
    line-height: 2.8rem;
}

.interview .third-view-2 {
    background-color: #fff;
}

.interview .third-view-2 h3 {
    margin-top: -140px;
    margin-bottom: 20px;
}

.interview .third-view-2 h6 {
    font-size: 2.4em;
}

.interview .third-view-2 p {
    text-align: center;
}

.interview .third-view-3 {
    display: flex;
    padding: 0;
}

.interview .third-view-3 img {
    display: block;
    width: 50%;
    height: auto;
}

.interview .third-view-3 .third-view-3-text-wrap {
    width: 100%;
    height: auto;
    padding: 140px 200px;
    box-sizing: border-box;
    background-color: #fff;
}

.interview .third-view-3 .makinoTeacher {
    width: 100%;
    height: auto;
    padding: 70px 70px;
    box-sizing: border-box;
    background-color: #fff;
}

.interview .third-view-3 .third-view-3-text-wrap h6 {
    text-align: left;
}

.interview .third-view-3 .third-view-3-text-wrap p {
    font-size: 1em;
    margin-bottom: 100px;
}

.interview .third-view-3 .third-view-3-text-wrap p:last-child {
    margin-bottom: 0;
}



.interview .third-view-3 .third-view-3-text-wrap a {
    color: #fff;
    font-size: 1em;
    padding: 15px 30px;
    background-color: #0c2d24;
    border-radius: 15px;
}

.interview .third-view-3 .third-view-3-text-wrap a:hover {
    opacity: 0.7;
    transition: 0.3s;
}



.interview .third-view p a.shuppan {
    color: #0c2d24;
    font-weight: bold;
    word-break: break-all;
}

.interview .third-view p a.shuppan:hover {
    opacity: 0.7;
    transition: 0.3s;
}




.interview .third-view-4 {
    background-color: #f4f3f3;
    padding: 0;
}

.interview .third-view-4 .third-view-3-text-wrap {
    width: 100%;
    height: auto;
    padding: 70px 50px;
    box-sizing: border-box;
}

.interview .third-view-4 .third-view-3-text-wrap h6 {
    text-align: left;
}

.interview .third-view-4 .third-view-3-text-wrap p {
    font-size: 1em;
}

.interview .fourth-view {
    padding-top: 0;
}

.interview .fourth-view img {
    display: block;
    width: 100%;
    height: auto;
}

.interview .third-view-5 {
    background-color: #f4f3f3;
    padding: 140px 200px;
    box-sizing: border-box;
}

.interview ul.articles-SP {
    display: none;
}

.interview ul.articles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #1c1c1c;
    padding: 140px;
    box-sizing: border-box;
}

.interview ul.articles li {
    background-color: #fff;
    width: 30%;
    height: auto;
}

.interview ul.articles li {
    width: 30%;
    height: auto;
    background-color: #fff;
    margin-bottom: 15px;
    margin-right: 1%;
}

.interview ul.articles li img {
    display: block;
    width: 100%;
    height: auto;
}

.interview ul.articles li p {
    font-size: 1em;
    text-align: left;
    line-height: 2em;
    letter-spacing: inherit;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 100px;
    box-sizing: border-box;
}

.interview ul.articles li h5 {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-top: 60px;
    padding-left: 10%;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-feature-settings: normal;
}

.interview ul.articles li .btn-primary {
    display: block;
    width: 80%;
    font-size: 1em;
    position: relative;
    height: 80px;
    background: #0c2d24;
    color: #fff;
    text-align: center;
    line-height: 75px;
    margin: 0 auto;
    margin-bottom: 40px;
    border: none;
}

.interview ul.articles li .btn-primary span {
    left: 25%;
}

.interview .results-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 80px;
}

.interview .results-list li {
    list-style-type: disc;
    font-size: 1.4em;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.makinoTeacher .map-text .slider{
    width: 100%;
    height: auto;
    margin: 0 auto 80px;
}

.makinoTeacher .map-text .slider img{
    display: block;
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0 auto;
    object-position: 50% 50%;
    object-fit: cover;
}

.makinoTeacher span.pc-indent {
    padding-left: 178px;
}

.makinoTeacher .mailContact{
    text-decoration: underline;
    color: #0c2d24;
}

.makinoTeacher .mailContact:hover{
    opacity: 0.7;
    transition: 0.3s;
}

.makinoTeacher .instruments-wrap{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 100px;
}

.makinoTeacher .instruments-wrap .instruments-contents{
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 100px;
    box-shadow: 0 0 4px grey;
}

.makinoTeacher .instruments-wrap .instruments-contents:last-child{
    margin-bottom: 70px;
}

.makinoTeacher .instruments-wrap .instruments{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.makinoTeacher .instruments-wrap .instruments-contents p{
    padding: 25px;
}

.makinoTeacher .instruments-wrap .instruments-contents p.instruments-name{
    padding-bottom: 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.makinoTeacher .instruments-wrap .instruments-contents p.instruments-detail{
    padding-top: 10px;
    text-align: center;
}

.makinoTeacher .third-view-5{
    padding-bottom: 70px;
}

.mail-contact{
    font-weight: 600;
    color: #d4be6f;
    text-decoration: underline;
}




/*question.html*/

.question .third-view {
    padding-bottom: 140px;
}

.question .MV-text-wrap h4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.question .third-view h5 {
    padding-top: 140px;
}

.question .third-view h6 {
    font-weight: normal;
}

.question h4 {
    letter-spacing: 0em;
    margin-bottom: 30px;
    margin-top: 90px;
    text-align: left;
}

.question .third-view h4.indent-1 {
    padding-left: 1.8em;
    text-indent: -1.8em;
}

.question h4 span {
    background-color: #0c2d24;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-right: 0.5em;
    text-indent: 0.06em;
}

.question .third-view p {
    font-size: 1.6em;
    line-height: 2em;
    text-align: left;
    letter-spacing: 0em;
}

.question .third-view p.indent-1 {
    padding-left: 3em;
    text-indent: -3em;
}

.question .third-view p span {
    background-color: #fff;
    color: #333;
    display: inline-block;
    font-size: 1.2em;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #333;
    text-align: center;
    line-height: 60px;
    margin-right: 0.6em;
    text-indent: 0.08em;
}

.question .third-view ul {
    margin-top: 0px;
}

.question .third-view ul li {
    list-style-type: none;
    font-size: 1.4em;
    line-height: 2.4em;
    margin-left: 80px;
}

.question .third-view ul li.indent-1 {
    padding-left: 2.1em;
    text-indent: -2.1em;
}



/*company.html*/

.company .wrapper-in .MV {
    background-image: url(../img/contact/img_contact_MV_3.jpg);
}

.company .third-view h5 {
    width: 270px;
    /*margin-bottom: 140px;*/
}

.company .third-view .companyProfile-content-1 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #000;
    padding: 50px 0;
    padding-left: 40px;
    box-sizing: border-box;
}

.company .third-view .companyProfile-content-1:first-of-type {
    border-top: 1px solid #333;
}

.company .third-view .companyProfile-content-1:last-of-type {
    border-bottom: none;
}

.company .third-view .companyProfile-content-1 h6 {
    float: left;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
}

.company .third-view .companyProfile-content-1 p {
    float: left;
    margin-left: 20%;
    line-height: 0;
    font-weight: normal;
}

.company .third-view .companyProfile-content-2 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #000;
    padding: 60px 0;
    padding-left: 40px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.company .third-view .companyProfile-content-2 h6 {
    float: left;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
}

.company .third-view .companyProfile-content-2 p {
    float: left;
    margin-left: 20%;
    line-height: 0;
    font-weight: normal;
}

.company .third-view .companyProfile-content-2 .companyProfile-content-btn .btn-primary {
    float: right;
    border: none;
    background-color: transparent;
    color: #333;
    width: 20%;
    height: auto;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 0;
    margin: 0 0;
}

.company .third-view .companyProfile-content-2 .companyProfile-content-btn .btn-primary span {
    left: 10%;
}

.company .third-view .companyProfile-content-border {
    border-bottom: 1px solid transparent;
}

.company .third-view .companyProfile-content-1 ul {
    float: left;
    margin-left: 15%;
}

.company .third-view .companyProfile-content-1 ul li {
    list-style-type: disc;
}

.company .third-view .companyProfile-content-1 ul li:first-child {
    margin-top: -20px;
}

.company .third-view .companyProfile-content-2 ul {
    float: left;
    margin-left: 14%;
}

.company .third-view .companyProfile-content-2 ul li {
    list-style-type: disc;
}

.company .third-view .companyProfile-content-2 ul li:first-child {
    margin-top: -20px;
}

.company .third-view ul li a:hover {
    opacity: 0.7;
    transition: 0.3s;
    color: #0c2d24;
}

.company .companyProfile-content-1 a:hover{
    opacity: 0.7;
    transition: 0.3s;
}

.googleMap {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-top: -100px;
    padding: 0 15% 140px;
}

.googleMap .googleMap-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
}




/*sitemap.html*/

.sitemap .wrapper-in .MV {
    background-image: url(../img/sitemap/img_sitemap_MV_2.jpg);
}

.sitemap .third-view h5 {
    width: 290px;
}

.sitemap .third-view .companyProfile-content-1 {
    border: none;
    padding: 50px 0;
    padding-left: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sitemap .third-view .companyProfile-content-1:first-of-type {
    border: none;
}

.sitemap .third-view .companyProfile-content-2 {
    border: none;
}

.sitemap .third-view .companyProfile-content-1 h6 {
    line-height: 0;
    font-weight: normal;
    font-size: 1.4em;
}

.sitemap .third-view .companyProfile-content-1 p {
    font-weight: normal;
    font-size: 1.4em;
    padding-left: 10%;
    line-height: 0;
}

.sitemap .third-view .companyProfile-content-2 ul {
    margin-left: 3%;
    border-left: 1px solid #000;
    padding: 50px 0;
    margin-top: -5%;
}

.sitemap .third-view .companyProfile-content-2 ul li {
    line-height: 3em;
}









/**************************** SP ****************************/

@media screen and (max-width: 769px) {

    /*common*/
    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .SP-menu-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 70%;
        height: auto;
    }
    
    .PC-pict{
    display: none;
}

    .SP-pict{
    display: block;
}
    
    .pc-contetnt{
    display: none;
}

.sp-contetnt{
    display: block;
}

    
    

    .left-menu-PC {
        display: none;
    }

    .PC-menu-content {
        display: none;
    }

    .left-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        height: auto;
        padding-left: 0;
        background-color: #000;
        z-index: 100000000;
    }

    .SP-menu-content h1 img {
        display: block;
        width: 200px;
        height: auto;
        margin-top: 20px;
        box-sizing: border-box;
    }
    
    .MV {
    position: relative;
    display: block;
    width: 100%;
}



    /*index.html*/
    body.body {
        width: 100%;
        height: auto;
    }

    .wrapper {
        width: 100%;
        height: auto;
        display: block;
    }

    .bxslider-PC {
        display: none;
    }

    .bxslider-SP {
        display: block;
        width: 100%;
    }

    .contact-plane img {
        display: block;
        width: 40px;
        height: auto;
        margin-top: 17px;
        padding-right: 0;
    }

    .wrapper-in {
        width: 100%;
        height: auto;
    }

    .interview header {
        padding-top: 38px;
    }

    header h1 img {
        display: none;
    }

    header ul {
        display: none;
    }

    .interview-nav li a {
        display: block;
        font-size: 0.8rem;
    }

    .trans {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        /*  opacity: 1;*/
        -moz-transition: opacity 0.26s ease;
        -o-transition: opacity 0.26s ease;
        -webkit-transition: opacity 0.26s ease;
        transition: opacity 0.26s ease;
    }

    h3 {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .body .second-view {
        padding: 50px 10px;
        box-sizing: border-box;
        /*margin-top: 60%;*/
    }
    
    .second-view p {
        font-size: 1em;
        margin-bottom: 30px;
        line-height: 1.8em;
        font-weight: bold;
    }

    .business-philosophy {
        width: 100%;
        height: auto;
        box-shadow: none;
        padding: 0;
    }

    .btn-primary {
        display: block;
        width: 90%;
        font-size: 16px;
        position: relative;
        height: 65px;
        background: #0c2d24;
        border: 1px solid #cecece;
        color: #fff;
        text-align: center;
        line-height: 60px;
        margin: 0 auto;
    }

    .btn-primary span {
        vertical-align: middle;
        position: relative;
        left: 10%;
        font-size: 1.2em;
    }

    .third-view {
        padding: 80px 10px;
        box-sizing: border-box;
    }

    .third-view p {
        font-size: 1em;
        margin-bottom: 50px;
        line-height: 1.6em;
        font-weight: bold;
    }

    .third-view .articles {
        display: flex;
        flex-wrap: wrap;
    }

    .third-view .articles article {
        width: 90%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .third-view .articles article img {
        display: block;
        width: 100%;
        height: auto;
    }

    .third-view .articles article h5 {
        font-size: 1.4em;
        padding-top: 30px;
        padding-right: 10%;
        margin-bottom: 20px;
    }

    .third-view .articles article p {
        line-height: 2em;
        padding-left: 10%;
        padding-right: 10%;
        margin-bottom: 30px;
    }

    .third-view .articles .btn-primary {
        vertical-align: bottom;
        height: auto;
        line-height: 1.4em;
        margin-bottom: 30px;
        padding: 20px 0;
        box-sizing: border-box;
    }

    .third-view-btn .btn-primary {
        display: none;
    }

    .third-view .articles .btn-primary span {
        top: 35%;
        left: 88%;
        position: absolute;
    }

    .fourth-view {
        padding: 80px 0x;
        box-sizing: border-box;
        padding-top: 100px;
    }

    .fourth-view p {
        font-size: 1em;
        text-align: center;
        padding-bottom: 80px;
        line-height: 2em;
    }

    .fourth-view .results {
        width: 100%;
        height: auto;
    }

    .fourth-view .results img {
        display: block;
        width: 100%;
        height: auto;
        float: none;
        clear: both;
    }

    .fourth-view .results-detail {
        width: 100%;
        height: auto;
        float: none;
        clear: both;
        padding: 30px;
        background: transparent;
        margin-bottom: 20px;
    }

    .fourth-view .iy-results-detail {
        padding-bottom: 20px;
    }

    .fourth-view .os-results-detail {
        padding-bottom: 20px;
    }

    .fourth-view .ky-results-detail {
        padding-bottom: 20px;
    }

    .fourth-view .ty-results-detail {
        padding-bottom: 20px;
    }

    .fourth-view .hn-results-detail {
        padding-bottom: 20px;
    }

    .fourth-view .results p {
        text-align: left;
        font-size: 1em;
        margin-bottom: 15px;
        color: #5f5f5f;
    }

    .fourth-view p.results-detail-p {
        font-size: 1em;
        font-weight: bold;
    }

    .fourth-view .results h6 {
        font-size: 1.2em;
        line-height: 1.6em;
        margin-bottom: 20px;
        margin-top: -20%;
    }

    .fourth-view .results ul li {
        font-size: 0.8em;
        border-bottom: 1px solid #717171;
        padding: 15px 0;
        letter-spacing: -0.05em;
    }

    .fourth-view .results ul li.margin {
        border-bottom: 1px solid #717171;
        padding: 15px 0;
        padding-right: 35px;
    }

    .fourth-view .results table.table-left ul li {
        padding-right: 50px;
    }

    .fourth-view .results .btn-primary {
        float: none;
        width: 100%;
        font-size: 1em;
        line-height: 1.8em;
        padding: 4% 2%;
        box-sizing: border-box;
        border: none;
        top: 0;
    }

    .fourth-view .btn-primary span {
        font-size: 1.4em;
        top: 35%;
        left: 90%;
        position: absolute;
    }

    .contact {
        background-image: url(../img/common/img_contact_bg.png);
        background-position: top left;
        background-size: cover;
        padding: 35px 0;
    }

    .contact .btn-primary {
        display: block;
        width: 85%;
        font-size: 1.8em;
        letter-spacing: 0.1em;
        padding: 0;
    }

    .contact .btn-primary span {
        vertical-align: middle;
        left: 5%;
        font-size: 1em;
    }

    footer {
        padding: 30px 10px;
        box-sizing: border-box;
        display: block;
    }

    footer ul {
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    footer ul li {
        margin-right: 0;
        font-size: 0.6em;
    }

    footer small {
        display: block;
        text-align: center;
        font-size: 0.5em;
    }



    /*greetings.html*/
    .philosophy .wrapper-in .MV {
        background-size: cover;
        background-position: center center;
    }

    .MV-text-wrap {
        padding: 60% 0 50%;
    }
    
    .greetings .MV-text-wrap {
    padding: 100px 0 100px;
}

.makinoTeacher .MV-text-wrap {
    padding: 65% 0 70%;
}

    .sitemap .MV-text-wrap {
        padding: 100px 0 100px;
    }

    .company .MV-text-wrap {
        padding: 120px 0 120px;
    }

    .MV-text-wrap h3 {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .MV-text-wrap h4 {
        color: #fff;
        font-size: 2.4em;
        margin: 0 auto;
    }

    .philosophy .second-view {
        padding-top: 50px;
        margin-top: 0;
    }

    .philosophy .second-view img {
        width: 85%;
        height: auto;
    }

    .philosophy .second-view h3 {
        font-size: 1.2em;
        margin-bottom: 10px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .philosophy .second-view h4 {
        font-size: 0.8em;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .philosophy .third-view {
        padding: 60px 15px;
        padding-top: 0;
        box-sizing: border-box;
    }

    .philosophy .third-view h5 {
        font-size: 1.4em;
        width: 48%;
        margin-bottom: 30px;
    }

    .philosophy .third-view h6 {
        font-size: 1.4em;
        margin-bottom: 0px;
    }

    .philosophy .third-view p {
        line-height: 1.7em;
        margin-bottom: 30px;
        font-size: 1em;
        text-align: left;
    }
    
    .makinoTeacher .third-view p {
        margin-bottom: 0;
    }

    .philosophy .third-view-2 {
        padding: 80px 25px;
        padding-top: 0;
        box-sizing: border-box;
    }

    .philosophy .third-view-2 h5 {
        width: 37%;
    }

    .philosophy .third-view-3 h5 {
        width: 24%;
    }

    .fb-container {
        width: 100%;
        max-width: 100%;
    }

    .fb-container .fb-page {
        display: block;
        height: auto;
        margin: 0 auto;
        width: 95%;
    }




    /*merit.html*/
    .merit .third-view {
        padding: 50px 20px;
        padding-top: 0;
        box-sizing: border-box;
    }

    .merit .merit-section {
        padding: 30px;
        margin-top: 50px;
    }

    .merit .merit-section-first {
        margin-top: 50px;
    }

    .merit .third-view h5 {
        width: 12em;
        padding-top: 80px;
    }

    .merit .third-view h6 {
        text-align: center;
        margin-bottom: 25px;
    }

    .merit .third-view p {
        font-size: 1em;
    }
    
    .makinoTeacher .third-view p {
        font-size: 1em;
        text-align: center;
    }



    /*differentiation.html*/
    .differentiation .wrapper-in .MV {
        background-size: cover;
        background-position: center center;
    }



    /*research.html*/
    .research-1 .wrapper-in .MV {
        background-image: url(../img/research/research-MV-1_SP.jpg);
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0px -45px;
    }
    
    .research-3 .wrapper-in .MV {
        background-image: url(../img/research-3/research-MV-3_SP.jpg);
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0px -45px;
    }
    
    .research-4 .wrapper-in .MV {
        background-image: url(../img/research-4/research-MV-4_SP.jpg);
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0px -45px;
    }

    .makinoTeacher .wrapper-in .MV {
        background-image: url(../img/makinoTeacher/makinoTeacher-MV_SP_1.jpg);
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0px -45px;
    }

    ul.interview-nav {
        justify-content: space-around;
        padding-right: 0;
        padding-top: 15px;
        overflow: hidden;
    }

    ul.interview-nav li {
        padding-left: 3px;
        margin-left: 3px;
        letter-spacing: 0.1em;
        font-size: 0.6em;
        border-left: none;
    }

    ul.interview-nav li:first-child {
        border: none;
        margin-left: 0;
    }

    .interview .MV-text-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: -190px;
        background-color:
    }
    
    .interview.research-3 .MV-text-wrap {
        margin-bottom: -130px;
    }
    
    .interview.research-4 .MV-text-wrap {
        margin-bottom: -100px;
    }

    .interview .MV-text-wrap .MV-text-wrap-left {
        width: 100%;
        height: auto;
        padding: 0 5%;
        box-sizing: border-box;
        margin-top: calc(100% - 265px)
    }
    
    .makinoTeacher .MV-text-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: -220px;
        background-color:
    }

    .makinoTeacher .MV-text-wrap .MV-text-wrap-left {
        width: 100%;
        height: auto;
        padding: 0 5%;
        box-sizing: border-box;
        margin-top: 180px;
    }

    .interview .MV-text-wrap .MV-text-wrap-left h4 {
        font-size: 1em;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .interview .MV-text-wrap .MV-text-wrap-left h5 {
        color: #fff;
        font-size: 1.2em;
        line-height: 1.4em;
        margin-bottom: 20px;
    }

    .MV-text-wrap-left-p {
        font-size: 1em;
        margin-bottom: 10px;
    }

    .interview .MV-text-wrap .MV-text-wrap-right {
        width: 100%;
        padding-top: 0;
        margin-top: -150px;
    }

    .interview .MV-text-wrap .MV-text-wrap-right h4 {
        font-size: 1.2em;
    }

    .interview .MV-text-wrap .MV-text-wrap-right .MV-text-wrap-right-span {
        font-size: 1.8em;
        line-height: 1.4em;
        letter-spacing: initial;
    }

    .interview .third-view {
        background-color: #f4f3f3;
        /*margin-top: 100px;*/
    }
    
    .makinoTeacher .third-view {
        background-color: #f4f3f3;
        padding-top: 50px;
    }

    .interview .third-view h3 {
        padding-top: 0;
    }

    .interview .third-view h3.h3-first {
        padding-top: 80px;
        line-height: 1.4em;
    }

    .interview p.interview-content-title {
        padding: 15px 0;
        font-size: 1em;
        text-align: center;
    }

    .interview .merit-section {
        width: 100%;
        height: auto;
        box-shadow: 0 0 8px gray;
        padding: 0;
        margin-top: 80px;
    }

    .interview .merit-section-first {
        margin-top: 30px;
    }

    .interview .merit-section .interview-content-paragraph {
        padding: 15px 15px 15px 15px;
        box-sizing: border-box;
        text-align: left;
        line-height: 1.8em;
    }
    
    .makinoTeacher .map-text .slider img {
    height: 500px;
}
    
    .interview .third-view-2 {
        background-color: #fff;
        margin-top: 140px;
    }
    
    .makinoTeacher .third-view-2 {
        margin-top: 0;
    }
    
    .makinoTeacher .map-text{
        padding-bottom: 120px;
    }

    .interview .third-view-3 .makinoTeacher {
    padding: 0 15px 50px;
}
    
    .interview .third-view-2 h3 {

        margin-bottom: 20px;
    }

    .interview .third-view-2 h6 {
        font-size: 1.4em;
    }

    .interview .third-view-3 {
        display: flex;
        flex-direction: column-reverse;
        padding-right: 0;
        padding-left: 0;
        background-color: #fff;
    }
    

    .interview .third-view-3 img {
        width: 100%;
    }

    .interview .third-view-3 .third-view-3-text-wrap {
        width: 100%;
        padding: 0 20px;
        padding-top: 50px;
        padding-bottom: 30px;
        box-sizing: border-box;
    }

    .interview .third-view-3 .third-view-3-text-wrap p {
        font-size: 1em;
    }

    .interview .third-view-4 {
        background-color: #f4f3f3;
        padding: 0;
        margin-top: -50px;
    }

    .interview .third-view-4 .third-view-3-text-wrap {
        width: 100%;
        height: auto;
        padding: 20px 20px;
        box-sizing: border-box;
    }

    .interview .third-view-4 .third-view-3-text-wrap h6 {
        text-align: left;
    }

    .interview .third-view-4 .third-view-3-text-wrap p {
        font-size: 1em;
    }

    .interview .fourth-view {
        padding-top: 0;
    }

    .interview .third-view-3 img.SP-pict {
        display: none;
    }

    .interview .third-view-5 {
        padding: 0px 10px;
        box-sizing: border-box;
        margin-top: -50px;
        padding-bottom: 0px;
    }
    
    .makinoTeacher .third-view-5 {
        padding: 50px 15px;
    }

    .interview .third-view-5 h6 {
        text-align: center;
    }

    .interview .third-view-5 p {
        font-size: 1em;
        text-align: left;
    }

    .interview ul.articles {
        display: none;
    }

    .interview ul.articles-SP {
        display: block;
        background-color: #1c1c1c;
        padding: 50px 20px;
    }

    .interview .articles-SP li {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .interview .articles-SP img {
        display: block;
        width: 100%;
        height: auto;
    }

    .interview .articles-SP p {
        padding-left: 0.8em;
        line-height: 1.6em;
        margin-bottom: 30px;
    }

    .interview .articles-SP h5 {
        padding: 10px;
        box-sizing: border-box;
        font-size: 1.2em;
        font-weight: bold;
        padding-left: 0.8em;
        margin-top: 20px;
    }

    .interview .articles-SP .btn-primary {
        margin-bottom: 10px;
        border: none;
        width: 100%;
    }

    .interview .results-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 20px;
        margin-left: 20px;
    }

    .interview .results-list li {
        list-style-type: disc;
        font-size: 0.8em;
        line-height: 1.8em;
        letter-spacing: 0.1em;
    }

    .sp-none {
        display: none;
    }
    
    .interview .third-view-3 .third-view-3-text-wrap p {
    font-size: 1em;
    margin-bottom: 70px;
}
    
    .makinoTeacher .instruments-wrap .instruments-contents {
    margin-bottom: 50px;
}
    
    .makinoTeacher .instruments-wrap .instruments-contents:last-child {
    margin-bottom: 0;
}




    /*question.html*/
    .question .wrapper-in .MV {
        background-size: cover;
        background-position: 65% 30%;
    }

    .question .third-view {
        padding-bottom: 80px;
    }

    .question .third-view h5 {
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .question .MV-text-wrap h3 {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .question .MV-text-wrap h4 {
        font-size: 2.4em;
        margin: 0 auto;
    }

    .question h4 {
        font-size: 1.2em;
        margin-top: 50px;
    }

    .question h4.indent-1 {
        padding-left: 2em;
        text-indent: -2em;
    }

    .question h4 span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 0.3em;
        text-indent: 0.08em;
    }

    .question .third-view p {
        font-size: 1em;
        line-height: 2em;
    }

    .question .third-view p.indent-1 {
        padding-left: 2em;
        text-indent: -2em;
    }

    .question .third-view p span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 0.2em;
        text-indent: 0.08em;
    }

    .question .third-view ul {
        margin-top: 0px;
    }

    .question .third-view ul li {
        font-size: 0.9em;
        line-height: 2em;
        margin-left: 2em;
    }



    /*company.html*/
    .company .wrapper-in .MV {
        background-size: cover;
        background-position: 75% 30%;
    }

    .company .third-view h5 {
        width: 36%;
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .company .third-view .companyProfile-content-1 {
        width: 100%;
        height: auto;
        border-bottom: none;
        padding: 30px 0;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .company .third-view .companyProfile-content-1:first-of-type {
        border-top: 1px solid #333;
    }

    .company .third-view .companyProfile-content-1 h6 {
        float: none;
        font-size: 1.2em;
        margin-bottom: 40px;
    }

    .company .third-view .companyProfile-content-1 p {
        float: none;
        font-size: 1.2em;
        margin-left: 0;
    }

    .company .third-view .companyProfile-content-2 {
        width: 100%;
        height: auto;
        /*border-bottom: 1px solid #000;*/
        /*padding: 40px 0;*/
        padding-left: 20px;
        box-sizing: border-box;
    }

    .company .third-view .companyProfile-content-2 h6 {
        float: none;
        font-size: 1.2em;
        margin-bottom: 40px;
    }

    .company .third-view .companyProfile-content-2 p {
        float: none;
        font-size: 1.2em;
        margin-left: 0;
        line-height: 1.2em;
    }

    .company .third-view .companyProfile-content-2 .companyProfile-content-btn .btn-primary {
        float: none;
        border: 1px solid #333;
        background-color: transparent;
        width: 90%;
        height: auto;
        font-size: 1.2em;
        margin: 0 auto;
        padding: 35px 0;
    }

    .company .third-view .companyProfile-content-2 .companyProfile-content-btn .btn-primary span {
        left: 20%;
    }

    .company .third-view .companyProfile-content-border {
        /*border-bottom: 1px solid #333;*/
    }

    .company .third-view .companyProfile-content-1 ul {
        float: none;
        margin-left: 0;
    }

    .company .third-view .companyProfile-content-1 ul li {
        list-style-type: disc;
    }

    .company .third-view .companyProfile-content-1 ul li:first-child {
        margin-top: -20px;
    }

    .company .third-view .companyProfile-content-2 ul {
        float: none;
        margin-left: 0;
    }

    .company .third-view .companyProfile-content-2 ul li {
        list-style-type: disc;
    }

    .company .third-view .companyProfile-content-2 ul li:first-child {
        margin-top: -20px;
    }

    .company .third-view .companyProfile-content-2 ul li:last-child {
        margin-bottom: 30px;
    }

    .googleMap {
        width: 100%;
        height: auto;
        padding: 0 5% 100px;
    }

    .googleMap .googleMap-container {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    .makinoTeacher .instruments-wrap {
    margin-top: 50px;
}



    /*sitemap.html*/
    .sitemap .wrapper-in .MV {
        background-size: cover;
        background-position: 65% 30%;
    }

    .company .third-view {
        padding-bottom: 70px;
    }

    .sitemap .third-view h5 {
        width: 40%;
    }

    .sitemap .third-view .companyProfile-content-1 {
        padding: 30px 0;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: none;
    }

    .sitemap .third-view .companyProfile-content-1:first-of-type {
        border: none;
    }

    .sitemap .third-view .companyProfile-content-2 {
        border: none;
    }

    .sitemap .third-view h6 {
        float: none;
        font-size: 1em;
    }

    .sitemap .third-view .companyProfile-content-1 h6 {
        margin: 0;
        font-size: 1.2em;
    }

    .sitemap .third-view .companyProfile-content-1 p {
        font-weight: normal;
        font-size: 1em;
    }

    .sitemap .third-view .companyProfile-content-2 ul {
        clear: both;
        padding: 20px 0;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .sitemap .third-view .companyProfile-content-2 ul li {
        line-height: 3em;
    }

    .sitemap .third-view .companyProfile-content-2 ul li:last-child {
        margin-bottom: 0;
    }



    /*privacypolicy.html*/
    .privacypolicy .wrapper-in .MV {
        background-size: cover;
        background-position: 65% 30%;
    }

    .privacypolicy .MV-text-wrap h3 {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .privacypolicy .MV-text-wrap h4 {
        font-size: 2.4em;
        margin: 0 auto;
    }

    .privacypolicy .third-view {
        padding-bottom: 80px;
    }

    .privacypolicy .third-view h5 {
        padding-top: 80px;
        margin-bottom: 80px;
        width: 70%;
    }

    .privacypolicy .third-view h6 {
        padding: 15px;
    }

    .privacypolicy .third-view p {
        padding: 0 30px 30px 15px;
    }

    .fourth-view .btn-primary {
        float: none;
        width: 100%;
        font-size: 1em;
        line-height: 1.8em;
        padding: 4% 2%;
        box-sizing: border-box;
        border: none;
    }

    .fourth-view .btn-primary span {
        font-size: 1.4em;
        top: 35%;
        left: 90%;
        position: absolute;
    }

    #contact .third-view {
        padding: 80px 10px;
        padding-top: 0;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .contact .companyProfile-content-1 {
        margin-bottom: 50px;
    }

    #contact .third-view h5 {
        margin-bottom: 0;
    }

    #contact {
        padding: 0 0;
    }
}



/*=========== 20220609改修 ===========*/
@media print {
    body {
        display: none;
    }
}

/*img {
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}*/