/*
Theme Name: meviy04_2
Description: Meviy Blog Template
Author: MASAtoshi OKA
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meviy04_2
Version: 4.0
*/
.page_kw-turning {
    position: relative;
    font-size: 18px;
    color: black;
    background: #fff;
    margin-top: 50px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
	.page_kw-turning{margin-top: 17vw;}
}

.page_kw-turning,
.page_kw-turning p,
.page_kw-turning h1,
.page_kw-turning h2,
.page_kw-turning h3,
.page_kw-turning h4,
.page_kw-turning li,
.page_kw-turning td{
    font-family: "Noto Sans JP", sans-serif;
}
.page_kw-turning .sec_wrap{
    padding: 30px 15px;
}



/* header --------------------*/
.kw_turning_hero {
    width: 100%;
    height: 570px;
    background: url("../images/kw_turning/meviy-PC_background.png") center center no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}
.kw_turning_hero_title {
    position: absolute;
    top: 0px;
    z-index: 1;
}
/* .kw_turning_hero_image {
    display: flex;
    justify-content: center;
    position: absolute;
    height: 496px;
    top: 0px;
} */
.kw_turning_hero_image  {
  position: relative;
  width: 100%;
  height: 420px;
}

.kw_turning_hero_image:before {
  content: "";
  display: block;
  padding-top: 43%;
}

.kw_turning_hero_image_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: aqua;
  background: url("../images/kw_turning/meviy-PC_parts3.png") center center no-repeat;
  background-size: contain;
}

.kw_turning_hero_title h1 {
    color: #000;
    text-align: center;
    padding-top: 15px;
}
.turning_h1_1,
.turning_h1_2,
.turning_h1_3{
    display: block;
    width: 100%;
    padding-top: 15px;
    font-weight: 600;
}
.turning_h1_1{font-size:22px; padding-top: 0;}
.turning_h1_2{font-size: 37px; gap: 24px;}
.turning_h1_2 strong{font-weight: 800; font-size: 1.2em;}
.turning_h1_3{font-size: 20px;}
.turning_h1_3 br{display: none;}

ul.header_points{
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    width: 100%;
}
ul.header_points li{
    width: 300px;
    text-align: center;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 600;
    color: #0a1464;
    border: 2px solid #0a1464;
    margin: 10px;
    -moz-border-radius:6px;
    border-radius:6px;
}
ul.header_points li small{font-size: 0.8em;}

@media screen and (max-width: 1024px) {
    .kw_turning_hero {
        height: 310px;
    }
    .kw_turning_hero_image {
        height: 154px;
    }
    .kw_turning_hero_title {
        padding: 0;
        top: -10px;
        max-width: calc(100% - 30px);
    }
    .turning_h1_1,
    .turning_h1_2,
    .turning_h1_3{
        padding: 0;
    }
    .turning_h1_1{font-size:14px; }
    .turning_h1_2{font-size: 23px; gap: 12px; }
    .turning_h1_3{font-size: 14px; }

    ul.header_points li{
        width: 200px;
        padding: 5px;
        font-size: 14px;
        margin: 5px;
    }
}
@media screen and (max-width: 700px) {
    ul.header_points li{
        width: calc(33% - 10px);
    }
}
@media screen and (max-width: 540px) {
    .kw_turning_hero {
        height: 550px;
    }
    ul.header_points{
        display: flex;
        flex-direction: column;
        margin-top: -80px;
        text-align: center;
    }
    ul.header_points li{
        width: 190px;
        display: block;
        float: none;
        padding: 2px 7px;
        font-size: 14px;
        margin: 5px auto;
        text-align: center;

        border: #0a1464 1px solid;
    }
    .kw_turning_hero {
    background: url("../images/kw_turning/meviy-SP_background.png") center center no-repeat;
}
    .kw_turning_hero_image {
        height: 400px;
        top: 25px;
    }
    .kw_turning_hero_image:before {
    padding-top: 104%;
    }
    .kw_turning_hero_image_content {
    background: url("../images/kw_turning/meviy-SP_parts_2.png") center center no-repeat;
    background-size: contain;
    }
    .turning_h1_1{font-size: 22px; }
    .turning_h1_2{font-size: 30px; gap: 12px; }
    .turning_h1_3{font-size: 25px; }
    .turning_h1_3 br{display: inline;}
}
@media screen and (max-width: 450px) {
    .kw_turning_hero_image {top: 10px;}
    .turning_h1_1{font-size: 20px; }
    .turning_h1_2{font-size: 25px; gap: 12px; }
    .turning_h1_3{font-size: 20px; }
    ul.header_points li{
        width: 170px;
        padding: 2px;
        font-size: 13px;
        margin: 5px auto;
    }
}
@media screen and (max-width: 370px) {
    .kw_turning_hero {height: 500px;}
    .kw_turning_hero_image {top: 0px;}
    .turning_h1_1{font-size: 18px; }
    .turning_h1_2{font-size: 22px; gap: 5px; }
    .turning_h1_3{font-size: 18px; }
}
@media screen and (max-width: 350px) {
    .kw_turning_hero {
        height: 450px
    }
    .kw_turning_hero_image {
        height: 400px;
    }

    .turning_h1_1{font-size:14px; }
    .turning_h1_2{font-size: 18px; gap: 12px; }
    .turning_h1_3{font-size: 14px; }

}
@media screen and (max-width: 300px) {

    .turning_h1_2{font-size: 16px; gap: 2px; }
    ul.header_points li{
        margin: 2px auto;
    }
}
@media screen and (max-width: 250px) {
    .kw_turning_hero {height: 400px;}
    .kw_turning_hero_image {height: 350px;}
    .turning_h1_2{font-size: 14px; gap: 2px; }
    ul.header_points li{width: calc(100% - 20px);}
}

/* menu */
.kw_turning_introduction ul#kw_menu{
    height: auto;
}
.kw_turning_introduction ul#kw_menu li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 900px) {
    .kw_turning_introduction ul{justify-content: center;}
    .kw_turning_introduction ul#kw_menu li{
        width: auto !important;
    }
	.kw_turning_introduction ul#kw_menu li a{
		font-size: 16px !important;
	}
}
@media screen and (max-width: 700px) {
    .kw_turning_introduction ul#kw_menu{padding-top: 20px;}
    .kw_turning_introduction ul#kw_menu li a{font-size: 14px !important;}
}
@media screen and (max-width: 600px) {
    .kw_turning_introduction ul#kw_menu li a{font-size: 12px !important;}
}
@media screen and (max-width: 400px) {
    .kw_turning_introduction ul#kw_menu li a{font-size: 11px !important;}
}

/* Introduction --------------------*/
.kw_turning_introduction{
    padding-bottom: 40px;
}
.page_kw-turning ul#kw_menu li{
    width: 220px;
}

ul.kw_turning_points{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

ul.kw_turning_points li{
    display: flex;
    flex-direction: column;
    width: 230px;
    margin: 25px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
ul.kw_turning_points li img{
    width: 100%;
    height: auto;
    margin: 0;
}
.points_text{
    padding: 15px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #0a1464;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}
@media screen and (max-width: 1024px) {
    ul.kw_turning_points li{
        margin: 10px;
    }
}
@media screen and (max-width: 900px) {
    .points_text{
        font-size: 16px;
        padding: 10px;
    }
}
@media screen and (max-width:700px) {
    ul.kw_turning_points{
        flex-wrap: wrap;
    }
    .points_text{
        font-size: 14px;
    }
}
@media screen and (max-width:520px) {
    ul.kw_turning_points li{
        width: calc(50% - 20px);
    }
    .points_text{
        padding: 5px;
        font-size: 13px;
    }
}

/* 加工事例 ----------------------- */
ul.kw_turning_case{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
ul.kw_turning_case li{
    width: 110px;
    margin: 15px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
}
ul.kw_turning_case li img{
    width: 100%;
    height: auto;
    margin: 0;
}
.kw_turning_case_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px 10px 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #0a1464;
    height: 100%;
}
@media screen and (max-width:1000px) {
    ul.kw_turning_case li{
        width: calc(25% - 40px);
        margin: 20px;
    }
}

@media screen and (max-width:700px) {
    ul.kw_turning_case li{
        width: calc(25% - 20px);
        margin: 10px;
    }
}
@media screen and (max-width:500px) {
    .kw_turning_case_title{
        font-size: 14px;
        padding:0 5px 5px 5px;
    }
}
@media screen and (max-width:450px) {
    ul.kw_turning_case li{
        width: calc(50% - 20px);
        margin: 10px;
    }
    .kw_turning_case_title{font-size: 14px;}
}

h2.kw_section_title ._3d_points-icon {
    position: relative;
    top: 0px;
}