html {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body {
    font-size: 1.4rem;
}

.slide, .thumbnailThumb {
    margin: 0;
}

.myButton {
    width: auto;
    background: #2037B0;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    text-align: center;
    /*padding: 0 50px;*/
    height: 50px;
}

.myImg {
    padding-top: 60%;
}

.paragraph {
    line-height: 1.6;
}

.c {
    color: #0E78C4;
}


.en {
    font-family: acumin-pro, sans-serif;
    /*font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;*/
}

.hamburger {
    width: 20vw;
    height: 20vw;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 2999;
    background: #fff;
    border-bottom: 1px solid #f2f2ed;
}

.hamburger span {
    position: absolute;
    height: 2px;
    width: 7.5vw;
    background: #222222;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

.hamburger span:nth-of-type(1) {
    top: calc(50% - 2.5vw);
}

.hamburger span:nth-of-type(3) {
    top: calc(50% + 2.5vw);
}

.hamburger.show span:nth-of-type(1){
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.hamburger.show span:nth-of-type(2){
    opacity: 0;
    transform: translate(-50%,-50%) rotate(45deg);
}

.hamburger.show span:nth-of-type(3){
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}

.header,
header {
    height: auto;
    /*position: relative;*/
}

.logo {
    width: auto;
    height: auto;
    background-size: contain;
    padding: 1.25vw 0 2.25vw 4.6875vw;
}

.logo a {
    color: inherit;
    text-decoration: unset;
    width: 100%;
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    align-items: flex-end;
}

.logo img {
    width: 25vw;
}

.logo p {
    padding: 0 0 0 3.125vw;
}

.myGlobalNav .inner {
    height: auto;
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    padding: 32vw 6.25vw 30vw;
}

ul.myMenuContainer {
    width: 100%;
}

.myGlobalNav li {
    font-size: 19rem;
    margin-bottom: 1.5em;
    padding: 0 0 0.5em 0.5em;
    border-bottom: 1px solid #2037B0;
    width: 100%;
    transition: 0.5s;
}

.myGlobalNav li span {
    display: block;
}

.myGlobalNav li span.en {
    font-size: 15rem;
}

.myGlobalNav li:last-of-type {
    margin-bottom: 0;
}

.myGlobalNav {
    background: #ffffff;
}

.date {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .logo {
        width: 160px;
        height: 87px;
        background-size: contain;
        padding: 18px 0 0 40px;
    }

    header .container {
        display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
        justify-content: space-between;
    }

    .footerLogo.pc {
        display: block !important;
        position: relative;
        width: 13rem;
    }

    .footerNav {
        max-width: unset;
        width: 27rem;
        padding: 0 0 0 10rem !important;
    }

    .footerNavContainer {
        display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    }

    .footerInfo .inner {
        justify-content: space-between;
    }

    .myGlobalNav li:hover span.ja{
        /*opacity: 0.8;*/
        /* font-size: 2.2rem; */
        /*transform: scale(1.2);*/
        text-decoration: underline;

    }
}

@media screen and (min-width: 768px) and (orientation: portrait) {
    .hamburger {
        width: 92px;
        height: 92px;
    }

    .hamburger span {
        width: 50px;
    }

    .hamburger span:nth-of-type(1) {
        top: calc(50% - 15px);
    }

    .hamburger span:nth-of-type(3) {
        top: calc(50% + 15px);
    }

    .myGlobalNav .inner {
        padding: 120px 80px;
    }

    .myGlobalNav li {
        font-size: 1.9rem;
        padding: 0 0 10px;
        margin: 0 0 15px;
    }

    .myGlobalNav li span.en {
        font-size: 1.5rem;
    }

    .myGlobalNav li:hover {
        /* font-size: 2.2rem; */
        text-decoration: none;
    }

}

@media screen and (min-width: 768px) and (orientation: landscape) {
    .myGlobalNav {
        position: relative;
        width: auto;
        min-height: unset;
        opacity: 1;
        height: auto;
        background: none;
        padding: 40px 100px 0 0;
        overflow: visible;
    }

    .myGlobalNav ul {
        display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
        flex-wrap: wrap;
    }

    .myGlobalNav li {
        display: block;
        line-height: 1;
        font-size: 15px;
        margin: 0 0 10px 46px;
        padding: 0;
        border-bottom: none;
    }

    .myGlobalNav li span {
        display: block;
    }

    .myGlobalNav li span.en {
        font-size: 1.5rem;
        margin: 0 0 0.5rem;
    }

    .myGlobalNav {
        padding: 40px 100px 0 0;
    }

    .myGlobalNav li {
        width: auto;
        font-size: 18px;
    }
}

/*追加*/

html {
    font-size: 0.3125vw;
    color: #222222;
    line-height: 1.6;
    background: #F0F7FF;
}

body {
    font-size: 14rem;
    line-height: 1.6;
}

body, #wrapper{
    display:flex;
    flex-direction: column;
    min-height: 100vh;
}

html{
    height:100%;
}

body{
    /*height:100%;*/
}

.inner {
    padding: 0 8vw;
    margin: 0 auto;
}

.ininner {
    width: calc(100% - 9.375vw);
    margin: 0 auto;
}

.myGText{
    color: #0E78C4;
    background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    background: linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.myButton {
    display: block;
    border-radius: 7.8125vw;
    height: 15.625vw;
    width: 68.75vw;
    background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    background: linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.myButton:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -100;
    opacity: 0;
}

.myButton{
    transition:0.5s;
    background-size:400% 100%;
    background-position:0% 50%;
}

.myButton:hover{
    background-position:150% 50%;
}

.loading {
    position: absolute;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    transition: 1s;
}

.loading .vh {
    position: relative;
    height: 100vh !important;
}

.loading.show {
    opacity: 1;
}

.loading.close {
    display: none;
}

.loadingBack {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 3 + 1px);
    height: 100%;
    background: #0E78C4;
    transition: 0.5s;
    z-index: -3;
}

.loadingBack:nth-of-type(2) {
    left: calc((100% / 3));
}

.loadingBack:nth-of-type(3) {
    left: calc((100% / 3) * 2);
}

.loading.hidden .loadingBack {
    width: 0%;
}

.loading.hidden {
    opacity: 0;
    transition: 0.5s;
}

.loadingBack.show{
    background-position:94% 50%;
}

.loadingLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.loadingLogo {
    width: 55vw;
}

.loading .vh:before, .loading .vh:after,
body:before, body:after{
    background: #DEECFF;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: -1;
    transition: 0.5s;
}

body:before, body:after {
    opacity: 0;
}

.loading .vh:before,
body:before {
    left: 33.3333333333%;
}

.loading .vh:after,
body:after {
    right: 33.3333333333%;
}

.loading .vh:before, .loading .vh:after {
    height: 0%;
    z-index: 0;
}

.loading .vh:after {
    -moz-transition-delay:0.5s;
    -webkit-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    -ms-transition-delay:0.5s;
    transition-delay:0.5s;
}

.loading.animationStart .vh:before,
.loading.animationStart .vh:after {
    height: 100%;
}

.main.container {
    min-height: 100vh;
}

header {
    background: #F0F7FF;
}

.myMvContainer,
.myMvInfo {
    transition: 1s;
    opacity: 0;
}

#mv.show .myMvContainer,
#mv.show .myMvInfo {
    opacity: 1;
}

.mySection {
    margin: 0 0 25vw;
    position: relative;
    overflow: hidden;
}

#mv.mySection,
#news.mySection {
    overflow: visible;
}

#about.mySection {
    position: relative;
    width: 100%;
}

.mySection.withBack {
    padding: 15.625vw 0;
}

.mySection h2 {
    display: inline-block;
}

.mySection h2 span {
    display: block;
    padding: 0 0 4.6875vw;
    line-height: 1;
}

.mySection h2 span.ja {
    font-size: 10rem;
}

.mySection h2 span.en {
    font-size: 36rem;
    padding: 0;
}

.myItem {
    margin: 0 auto 9.375vw;
}

#service .myServiceCC .myItem {
    margin: 9.375vw auto ;
}

.myItem:last-child {
    margin: 0 auto 0;
}

.myGradationBar {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 1.25vw;
    /*background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 13.5%,#04c2c0 14.5%,#047ac2 25.5%,#2664e4 36%,#1b85d0 50%,#2664e4 64%,#047ac2 74.5%,#04c2c0 85.5%,#04c2c0 86.5%,#047ac2 100%);*/
    /*background: linear-gradient(135deg,#047ac2 0%,#04c2c0 13.5%,#04c2c0 14.5%,#047ac2 25.5%,#2664e4 36%,#1b85d0 50%,#2664e4 64%,#047ac2 74.5%,#04c2c0 85.5%,#04c2c0 86.5%,#047ac2 100%);*/
    background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    background: linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    z-index: 100;
    background-size: 600% 600%;
    animation: gradationAnimation 5s ease infinite;
}

@keyframes gradationAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

#mv {
    padding: 31.375vw 0 0;
}

.mySlide {
    height: 55vw;
}

.myMvContainer {
    position: absolute;
    width: 100%;
}

.myMvInfo {
    position: relative;
    padding: 57vw 0 0;
}

.myMvInfoContainer {
    padding: 6.25vw 6.25vw 14.0625vw;
    background: #65727a;
    color: #ffffff;
    position: relative;
}

.myMvInfoContainer .myButton {
    position: absolute;
    bottom: -7vw;
    transform: translateX(-50%);
    left: 50%;
}

.myMvInfoContainer h2 span {
    display: block;
    line-height: 1;
    padding: 0 0 4.6875vw;
}

.mySection .myMvInfoContainer span.en {
    font-size: 10rem;
    margin: 0;
    padding: 0 0 4.6875vw;
}

.mySection  .myMvInfoContainer span.ja {
    font-size: 24rem;
    border-bottom: 1px solid #ffffff;
    margin: 0 0 4.6875vw;
}

.myMvInfoText {
    font-size: 10rem;
}

#news {
    padding-bottom: 0;
}

.myNewsContainer ul {
    background: #ffffff;
}

.myNewsContainer li a {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    flex-wrap: wrap;
}

.myNewsState, .myNewsTitle {
    width: 100%;
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    align-items: center;
}

.myNewsState {
    border-top: 2px solid #fafaf5;
}

li:first-of-type .myNewsState {
    border-top: none;
}

.myNewsState p {
    display: block;
}

p.year {
    font-size: 10rem;
    width: 9.375vw;
    border-right: 1px solid #ebedef;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    margin: 3.125vw 0;
    padding: 4.0625vw 1.5625vw 4.0625vw 0;
}

p.date {
    width: 15.625vw;
    line-height: 1;
    text-align: center;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    flex-wrap: wrap;
}

p.date span {
    width: 100%;
}

span.month {
    font-size: 10rem;
}

span.day {
    font-size: 16rem;
    margin: 1.5625vw 0 0;
}

p.category {
    font-size: 10rem;
    color: #e94088;
    font-weight: 400;
    font-weight: bold;
    text-align: right;
    width: calc(100% - 31.25vw);
    padding: 0 10rem 0 0;
}

.myNewsTitle {
    display: block;
    width: 100%;
    border-top: 2px solid #fafaf5;
    padding: 4.6875vw 6.25vw;
}

.myNewsTitle h3 {
    font-weight: inherit;
    font-size: 14rem;
}

#about {
    background: #0E78C4;
    color: #ffffff;
}

#about h2 span.ja {
    color: #04c2c0;
}

#service h2 span.ja {
    color: #1b85d0;
}

.myServiceContainer .inner {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    flex-wrap: wrap;
}

.myServiceRow {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    width: 100%;
    flex-wrap: wrap;
}

.myServiceItem {
    width: 100%;
}

.myServiceItem a {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    align-items: center;
    width: 100%;
    padding-top: 0;
    margin: 0 0 2px;
    background: #fff;
}

.myServiceView {
    margin-top: 0;
    width: 31.25vw;
    text-align: center;
    height: 31.875vw;
    padding: 9.375vw 0;
    position: relative;
}

.myServiceView div {
    width: 100%;
    height: 100%;
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    align-items: center;
    justify-content: center;
}

.myServiceView:before {
    content: '';
    background: #ebedef;
    width: 1px;
    height: 80%;
    right: 0;
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.myServiceView img {
    width: auto;
    height: 100%;
}

.myServiceTitle {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    align-items: center;
    padding: 0 6.25vw;
    width: calc(100% - 31.25vw);
    justify-content: space-between;
}

.myServiceTitle h3 {
    font-size: 14rem;
    position: relative;
    bottom: auto;
    left: auto;
    font-weight: inherit;
}

.myServiceTitle .arrow {
    border-radius: 50%;
    border: 1px solid #65727a;
    width: 6.25vw;
    height: 6.25vw;
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 3.125vw;
}

#recruit {
    background: -webkit-linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    background: linear-gradient(135deg,#047ac2 0%,#04c2c0 27%,#04c2c0 29%,#047ac2 51%,#2664e4 72%,#1b85d0 100%);
    color: #ffffff;
}

#recruit .myButton {
    /*background: #ffffff;*/
}

#recruit h2 {
    margin: 0 auto 9.375vw;
}

.myFooterContainer {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    flex-wrap: wrap;
    width: 100%;
}

.myFooterRow {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    width: 100%;
}

.myFooterRowChild {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.myFooterMenu {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    justify-content: space-between;
    width: 100%;
}

.myFooterMenu a {
    width: calc(50% - 1px);
    text-align: center;
}

.myFooterCR {
    text-align: center;
    width: 100%;
}

.myFooterLogo,
.myFooterMenu a,
.myFooterCR {
    background: #65727a;
    margin-bottom: 2px;
    padding: 6.25vw 0;
    color: #ffffff;
}

.myFooterLogo {
    display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.myFooterLogo img {
    width: 25vw;
}

footer .inner {
    padding-bottom: 6.25vw;
}

footer .myGradationBar {
    position: absolute;
    bottom: 0;
    left: 0;
}

.backgroundText {
    font-size: 176rem;
    position: absolute;
    letter-spacing: -0.01em;
    -webkit-transition: 2.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: 2.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 2.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 2.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-family: 'Karla', sans-serif;
    font-weight: 700;
}

#news .backgroundText {
    color: #2f3b50;
    opacity: .03;
    top: -36vw;
    left: -5vw;
    z-index: -1;
}

#about .backgroundText {
    color: #fff;
    opacity: .03;
    bottom: 102vw;
    left: -5vw;
    z-index: 0;
}

#service .backgroundText {
    color: #2f3b50;
    opacity: .03;
    top: -13vw;
    left: -5vw;
}

#recruit .backgroundText {
    color: #fff;
    opacity: .07;
    bottom: -5vw;
    left: -5vw;
    z-index: 0;
}

.myServiceView img {
    display: none;
}

.myServiceView {
    transition: 0.5s;
}


#myServiceItem_products .myServiceView {
    background: url("/img/products.jpeg") center center no-repeat;
    background-size: cover;
}

#myServiceItem_fabrication_ironware .myServiceView {
    background: url("/img/fabrication_ironware.jpeg") center center no-repeat;
    background-size: cover;
}

#myServiceItem_solvent_water-basedPaintProcessing .myServiceView {
    background: url("/img/solvent_water-basedPaintProcessing.jpeg") center center no-repeat;
    background-size: cover;
}

#myServiceItem_laserProcessing .myServiceView {
    background: url("/img/laserProcessing.jpeg") center center no-repeat;
    background-size: cover;
}

#myServiceItem_printProcessing .myServiceView {
    background: url("/img/printProcessing.jpeg") center center no-repeat;
    background-size: cover;
}

#myServiceItem_measuringEquipment .myServiceView {
    background: url("/img/measuringEquipment.jpeg") center center no-repeat;
    background-size: cover;
}





@media screen and (max-width: 767px) {
    #recruit .myRecruitView .myItem {
        margin: 0 auto 9.375vw;
    }
}

@media screen and (min-width: 768px){
    html {
        font-size: 10px;
    }

    body {
        font-size: 1.6rem;
    }

    .inner {
        padding: 0 80px;
    }

    .ininner {
        width: calc(100% - 200px);
    }

    .myMvContainer,
    .myMvInfo {
        transition: 2s;
        opacity: 1;
    }

    .loadingLogo {
        width: 20vw;
    }

    .myMvContainer {
        left: -100%;
    }

    .myMvInfo {
        right: -40%;
    }

    #mv.show .myMvContainer{
        left: 0;
    }

    #mv.show .myMvInfo {
        right: 0;
        min-width: 30rem;
    }


    .myItem {
        margin: 0 auto 60px;
    }

    #service .myServiceCC .myItem {
        margin: 60px auto ;
    }

    .mySection {
        margin: 0 0 100px;
    }

    .mySection.withBack {
        padding: 100px 0;
    }

    .mySection h2 span {
        display: block;
        padding: 0 0 3px;
        line-height: 1;
    }

    .mySection h2 span.ja {
        font-size: 1.4rem;
    }

    .mySection h2 span.en {
        font-size: 6rem;
        padding: 0;
    }

    .myButton {
        display: block;
        border-radius: 25px;
        height: 50px;
        width: 250px;
        margin: 60px auto 0;
    }

    .myGradationBar {
        height: 5px;
    }

    .logo {
        width: auto;
        height: 92px;
        background-size: contain;
        padding: 30px 0 0 25px;
    }

    .logo img {
        width: 70px;
    }

    .logo a {
        display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
        align-items: flex-end;
    }

    .logo a p {
        display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
        flex-wrap: wrap;
        padding: 0 0 0 20px;
    }

    .logo a p span {
        display: block;
        width: 100%;
        font-size: 12px;
    }

    .myMvContainer {
        position: absolute;
        width: 83%;
    }

    .myMvInfo {
        position: relative;
        padding: 10% 0 0;
        width: calc(33.33333% - 80px);
    }

    .myMvInfoContainer h2 span {
        padding: 0 0 40px;
    }

    .mySection .myMvInfoContainer span.en {
        font-size: 1.8rem;
        margin: 0;
        padding: 0px 0 40px;
    }

    .mySection .myMvInfoContainer span.ja {
        font-size: 3.6rem;
        border-bottom: 1px solid #ffffff;
        margin: 0 0 40px;
        line-height: 1.6;
    }

    .myMvInfoText {
        font-size: 1.4rem;
    }

    .myMvInfoContainer .myButton {
        bottom: -25px;
    }

    .myMvInfoContainer {
        padding: 47px 20px 95px;
    }

    #mv {
        padding: 50px 0 120px;
    }

    .myNewsContainer ul {
        width: calc(100% - 120px);
    }

    .myNewsState {
        width: 22%;
    }

    p.year {
        font-size: 1rem;
        width: 30px;
        padding: 20px 5px;
        margin: 0;
    }

    p.date {
        width: 45px;
    }

    span.month {
        font-size: 1.2rem;
    }

    span.day {
        font-size: 2.4rem;
    }

    p.category {
        font-size: 1.2rem;
        width: 140px;
        text-align: left;
        padding: 0 0 0 1rem;
    }

    .myNewsTitle {
        display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
        align-items: center;
        justify-content: space-between;
        width: 78%;
        padding: 30px 40px;
    }

    .myNewsTitle h3 {
        font-size: 1.8rem;
    }

    #about {
        width: calc((100% / 3) * 2);
    }

    .myAboutView {
        position: absolute;
        right: 0;
        top: 240px;
        width: 50%;
    }

    .myAboutView .myImg {
        padding-top: 65%;
    }

    .myAbout {
        padding-bottom: 25%;
    }

    .myAbout p {
        max-width: 75%;
        margin-left: 0;
    }

    .myAbout .myButton {
        margin-left: 0;
    }

    .myAbout .inner {
        padding: 0 40% 0 80px;
    }

    .myServiceCC .inner {
        display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
        width: 100%;
        align-items: flex-end;
        margin: 0 auto 60px;
    }

    .myServiceCC .myItem {
        margin: 0;
    }

    .myServiceCC p {
        padding: 0 0 0 40px;
    }

    .myServiceContainer .inner {
        padding: 0;
    }

    .myServiceTitle h3 {
        /*font-size: 2rem;*/
        font-size: 1.8vw;
        max-width: calc(100% - 40px);
    }

    .myServiceRow {
        margin-bottom: 4px;
    }

    .myServiceItem {
        width: calc((100% / 4) - 4px);
        margin-right: 4px;
        position: relative;
        padding-top: calc((100% / 4) - 4px);
    }

    .myServiceItem a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        align-items: start;
    }

    .myServiceTitle .arrow {
        width: 40px;
        height: 40px;
        margin: 0;
    }

    .myServiceView {
        width: 100%;
        padding: 20px 0;
        /*height: auto;*/
        height: calc(100% - 95px);
    }

    .myServiceView > div {
        position: relative;
        height: 100%;
    }

    .myServiceView div {
        width: 100%;
        height: 20%;
    }

    .myServiceView img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        display: none;
        /* max-width: unset; */
    }

    .myServiceView {
        background: url("/img/sample/DSC_0482.jpeg") center center no-repeat;
        background-size: cover;
    }

    #myServiceItem_products .myServiceView {
        background: url("/img/products.jpeg") center center no-repeat;
        background-size: cover;
    }

    #myServiceItem_fabrication_ironware .myServiceView {
        background: url("/img/fabrication_ironware.jpeg") center center no-repeat;
        background-size: cover;
    }

    #myServiceItem_solvent_water-basedPaintProcessing .myServiceView {
        background: url("/img/solvent_water-basedPaintProcessing.jpeg") center center no-repeat;
        background-size: cover;
    }

    #myServiceItem_laserProcessing .myServiceView {
        background: url("/img/laserProcessing.jpeg") center center no-repeat;
        background-size: cover;
    }

    #myServiceItem_printProcessing .myServiceView {
        background: url("/img/printProcessing.jpeg") center center no-repeat;
        background-size: cover;
    }

    #myServiceItem_measuringEquipment .myServiceView {
        background: url("/img/measuringEquipment.jpeg") center center no-repeat;
        background-size: cover;
    }

    .myServiceTitle {
        /*padding: 0 30px;*/
        padding: 0 2vw;
        width: 100%;
    }

    .myServiceRow {
        justify-content: center;
    }

    /*.myServiceRow:nth-of-type(2) {*/
    /*    justify-content: flex-end;*/
    /*}*/

    /*.myServiceRow:nth-of-type(2) .myServiceItem:last-child {*/
    /*    margin: 0px 12% 0 0;*/
    /*}*/

    .myRecruitRow {
        display:-webkit-box;   	display:-ms-flexbox;   	display:flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .myRecruitView .inner {
        padding: 0;
    }

    .myRecruitView {
        width: calc(((100% / 3) * 2) - 80px);
    }

    #recruit h2 {
        margin: 0 0 60px;
    }

    .myRecruitContent {
        width: 40%;
    }

    #recruit {
        padding-bottom: 0;
    }

    .myFooterRow {
        flex-wrap: nowrap;
    }

    .myFooterRowChild {
        width: calc(50% - 1px);
    }

    .myFooterRowChild:first-of-type {
        margin-right: 2px;
    }

    .myFooterLogo, .myFooterMenu a, .myFooterCR {
        padding: 20px 0;
    }

    .myFooterLogo img {
        width: 65px;
    }

    .myFooterMenu {
        height: 100%;
    }

    .myFooterMenu a {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .backgroundText {
        font-size: 36rem;
    }

    #news .backgroundText {
        top: 100px;
        left: -50px;
    }

    #about .backgroundText {
        bottom: -70px;
        left: -20px;
    }

    #service .backgroundText {
        top: 200px;
        left: -50px;
    }

    #recruit .backgroundText {
        bottom: -160px;
        left: -35px;
    }

    #recruit .myButton {
        margin: 0 auto 50px;
    }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
    #myServiceItem_products .myServiceView,
    #myServiceItem_fabrication_ironware .myServiceView,
    #myServiceItem_solvent_water-basedPaintProcessing .myServiceView,
    #myServiceItem_laserProcessing .myServiceView,
    #myServiceItem_printProcessing .myServiceView,
    #myServiceItem_measuringEquipment .myServiceView {
        background-size: auto 100%;
    }


    #myServiceItem_products .myServiceView:hover,
    #myServiceItem_fabrication_ironware .myServiceView:hover,
    #myServiceItem_solvent_water-basedPaintProcessing .myServiceView:hover,
    #myServiceItem_laserProcessing .myServiceView:hover,
    #myServiceItem_printProcessing .myServiceView:hover,
    #myServiceItem_measuringEquipment .myServiceView:hover {
        background-size: auto 110%;
    }
}

@media screen and (min-width: 1024px) {
    .myAbout p {
        max-width: 380px;
        margin-left: 0;
    }

    .myServiceTitle .arrow {
        margin: 0 0 0 40px;
    }

    .myServiceTitle h3 {
        font-size: 2rem;
        max-width: unset;
    }

    .myServiceTitle {
        padding: 0 30px;
    }
}
