/*************全ページ共通のCSS*************/
/*************初期設定*************/
html {
    font-size: 10px;
    font-family: sans-serif;
    -webkit-overflow-scrolling: touch;
}

body {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.6;
}

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

    body {
        font-size: 1.4rem;
    }
}

.main.container {
    height: auto !important;
}

/*@font-face {*/
    /*font-family: 'Noto-Serif';*/
    /*src: url('/font/NotoSerif-Regular.ttf') format('woff'),*/
    /*url('/font/NotoSerif-Regular.ttf') format('truetype');*/
/*}*/

.ja {
    /*font-family: 'Noto-Serif','Noto Serif', serif !important;*/
    /*font-family: 'Noto Serif', "Yu Mincho Pr6";*/
    font-family: 'Noto Serif JP', serif;
}

.en {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

h1,h2,h3 ,h4 {
    font-weight: inherit;
}

.paragraph {
    line-height: 1.6;
}

.c {
    color: #A7C9D6;
    /*color: #9efffc;*/
}

.logo {
    width: 76px;
    height: 60px;
    background: center center / contain url('../images/logo.svg')  no-repeat;
    background-size: contain;
}

.myGlobalNav {
    background: #FFF;
}

.myGlobalNav .inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.myGlobalNav li {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

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

.myMenuContainer {
    width: 100%;
}

.myImg {
    padding-top: 55%;
    overflow: hidden;
    height: 0;
}

@media screen and (min-width: 768px) {

    .logo {
        width: 100px;
        height: 65px;
        background-size: contain;
    }

    .header .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .myGlobalNav ul {
        display: flex;
    }

    .myGlobalNav li {
        display: block;
        line-height: 1;
        font-size: 1.4rem;
        margin: 0 0 0 20px;
        padding: 0;
        border-bottom: 0;
        font-weight: normal;
    }
}

/*************追加分*************/
/*デザイン系*/
html {
    font-size: 2.6666666666vw;
}
.myBack {
    background: #4F829B;
}

.myBack2 {
    background: #fff;
}

.wrapper {
    /*background: #EBE7D9;*/
    background: url("../images/global/back1.svg") repeat;
    background-size: 190px;
}

.wrapper:before {
    content: "";
    position: absolute;
    width: calc(100% - 6.4rem);
    height: calc(100% - 33rem);
    bottom: 0;
    right: 0;
    /*background: #F4F0FF;*/
    background: url("../images/global/back2.svg") repeat;
    background-size: 150px;
}

/*パーツ系*/
/*固定ナビ*/
.myFixedHeader {
    height: 0;
    position: absolute;
}

header {
    display: none;
    z-index: 2 !important;
}

.hamburger,
.myAdditionalMenu {
    z-index: 30;
}

.hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 35;
    width: 8rem;
    height: 8rem;
    transition: 0.5s;
}

.hamburger .container {
    width: 3rem;
    margin: 0 auto;
}

.hamburger span {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    width: 3rem;
    height: 0.4rem;
    background: #fff;
}

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

.hamburger span:nth-of-type(3) {
    top: calc(50% + 0.9rem);
    width: 2.2rem;

}

.hamburger.show span {
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg);
}

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

.hamburger.show span:nth-of-type(3) {
    opacity: 0;
}

.myAdditionalMenu {
    display: inline-block;
    position: fixed;
    left: 0;
    bottom: 4.4rem;
}

.myAdditionalMenu:nth-of-type(2) {
    bottom: 10.5rem;
}

.myAdditionalMenu a {
    padding: 1.3rem 2.2rem 1.3rem 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.myAdditionalMenu img {
    height: 2rem;
    width: auto;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 1rem;
}

.myAdditionalMenu:nth-of-type(2)  img {
    height: 1.269rem;
}

.myAdditionalMenu p {
    margin: 0 0 0 4rem;
    font-size: 1.4rem;
    color: #fff;
}

.myGlobalNav {
    z-index: 30;
    transition: 0.5s;
}

.myGlobalNav nav, .myGlobalNav ul {
    width: 100%;
    color: #fff;
    font-weight: bold;
}

/*全体共有パーツ*/
.inner {
    padding: 0 2rem;
}
.mySection {
    padding: 20px;
}
#service.mySection{
    padding-left: 0;
    padding-right: 0;
    max-width: 1033px;
    margin: 0 auto;
}
.mySectionTitle,
.mySectionSub {
    text-align: center;
}

.mySectionTitle {
    font-size: 2.6rem;
    /* font-size: 2.6rem; */
    margin: 0;
    /* font-weight: bold; */
    font-weight: 500;
}

.mySectionSub {
    font-size: 1rem;
    margin: 0 0 3.5rem !important;
    color: #D7E3A7;
    font-size: 2rem;
    font-weight: bold;
}

.mySectionSub.omj-awre-sub-c {
    color: #4F829B;
}

.myButton {
    /* background: #B4A7D6; */
    background: #4F829B;
    width: 21rem;
    height: auto;
    margin: 0 auto;
}

.myButton a {
    padding: 1.7rem 4rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-self: center;
}
.privacy_btn.myButton{
    width: 26rem;
}
#idea .myButton{
    margin-top: 3rem;
}
#idea .myButton a {
    padding: 2rem;

}
.myButton a:after {
    content: "";
    width: 2.685rem;
    height: 1.261rem;
    background: url("../images/icons/arrow.svg") no-repeat center center;
    background-size: contain;
}

.myButton p {
    font-size: 1.2rem;
}

footer {
    margin: 12rem 0 0;
    color: #fff;
    height: auto !important;
}

.myFooter1 {
    background: #777777;
    padding: 5rem 0;
}

.myFooter1 h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 3.5rem;
}

.myFooter1 dt {
    font-weight: inherit;
    font-size: 1.2rem;
    margin: 0 0 1rem;
}

.myFooter1 dd {
    margin: 0 0 2rem;
}

.myPhone {
    font-size: 2rem;
}

.myGoogleMap {
    height: 17.4rem;
    margin: 0 0 3.5rem;
}

.myFooter1 li {
    font-weight: bold;
    margin: 0 0 1.5em;
}

.myFooter1 li ul {
    padding: 0 0 0 1em;
}

.myFooter1 li ul li {
    margin: 0 0 1rem;
    font-weight: normal;

}

.copyRights {
    background: #000;
    text-align: center;
    padding: 3.5rem 0;
}

/*サービス*/
.myServiceIcon .myServiceIconImg {
    width: 55%;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*理念*/
.myIdeaImg {
    /*padding-top: 42.6rem;*/
    padding-top: 37rem;
    /* padding-top: 21.1rem; */
    margin: 2.5rem 0 0px;
}

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

.myIdeaName {
    padding: 3.2rem 1.6rem;
    height: fit-content;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    font-weight: normal;
    padding: 1rem 1rem;
    font-size: 1.2rem;
    line-height: 1.4;;
}
.myIdeaName p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: normal;
    color: #000000;
    margin: 0;
}

/* 2021-10-29追加 */
.omj-awre-clear-text {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.myHeaderTitle a {
    height: 8rem;
    width: 30.85rem;
    display: block;
    background: center center / contain url('https://nihei-sr.com/wp-content/uploads/2022/06/img.png') no-repeat;
}

.omj-awre-post-list-item-header {
    font-size: 1.5rem;
    color: #555;
    margin: 0 0 1rem;
}

.omj-awre-post-list {
    display: grid;
    row-gap: 3rem;
}

.omj-awre-post-list-item-title {
    font-size: 2rem;
}

.omj-awre-post-list-item {
    padding: 0 0 3rem;
    border-bottom: 0.1rem solid #555;
}

.omj-awre-post-list-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.omj-awre-page-nav {
    margin: 5rem 0 0;
}

.page-numbers {
    margin: 0 1rem;
}

a.page-numbers {
    color: #4F829B !important;
}

a.prev.page-numbers,
a.next.page-numbers {
    width: 2rem;
    height: 2rem;
    /* border-radius: 50%; */
    background: #4F829B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    margin: 0 2rem;
}

a.next.page-numbers::before {
    content: ">";
}

a.prev.page-numbers::before {
    content: "<";
}

.omj-awre-post-title {
    font-size: 2.5rem;
    padding: 0 0 3rem;
    margin: 0 0 3rem;
    border-bottom: 0.1rem solid #555;
}

.omj-awre-post-meta {
    font-size: 1.5rem;
    color: #555;
    margin: 0 0 5rem;
}

.omj-awre-post-content {
    padding: 0 0 5rem;
    margin: 0 0 5rem;
    border-bottom: 0.1rem solid #555;
}

.omj-awre-post-footer .myButton {
    margin: 0 auto;
}

.wp-block-image img {
    max-width: 100%;
    width: auto;
}
@media screen and (max-width: 767px) {
    #idea.front p{
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    html {
        font-size: 10px;
    }

    body {
        font-size: 1.8rem;
    }

    .myIdeaName {
        padding: 33px 20px;
        height: fit-content;
        width: 62px;
        top: 15px;
        right: 15px;
        font-size: 1.5rem;
    }

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

    .page-numbers {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
    }

    a.prev.page-numbers, a.next.page-numbers {
        width: 3rem;
        height: 3rem;
    }

    .omj-awre-post-title {
        font-size: 3rem;
        padding: 0 0 5rem;
        margin: 0 0 5rem;
    }
    
    .omj-awre-post-meta {
        margin: 0 0 10rem;
    }
    
    .omj-awre-post-content {
        padding: 0 0 5rem;
        margin: 0 0 5rem;
    }

    .omj-awre-post-list-item-header {
        display: flex;
    }

    .omj-awre-post-list-item-date {
        margin: 0 2rem 0 0;
    }
}
@media screen and (min-width: 1200px) {
    /*パーツ*/
    header.header {
        display: flex;
        width: calc(100% - 40px);
        padding: 0 30px;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        position: absolute;
    }
}
@media screen and (min-width: 1024px) {
    /*デザイン*/
    .inner {
        padding: 0 80px;
    }

    .wrapper:before {
        width: 74%;
        height: calc(100% - 400px);
    }

    .column2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .column2 .mySectionText,
    .column2 .myImg {
        width: calc(50% - 30px);
    }

    .column2 .mySectionTitle,
    .column2 .mySectionSub{
        text-align: left;
    }

    .column2.reverse {
        flex-direction: row-reverse;
    }



    .myHeaderTitle {
        font-size: 2rem;
        display: inline-block;
    }

    .myHeaderNav {
        font-size: 1.8rem;
    }

    .myHeaderNav ul {
        display: flex;
        flex-wrap: wrap;
    }

    .myHeaderNav li {
        margin: 0 25px;
    }

    .myFixedHeader {
        display: block;
        width: 80px;
        top: 0;
        right: 0;
    }

    .hamburger {
        width: 80px;
        height: 80px;
        margin: 0 0 40px;
    }

    .hamburger .container {
        width: 40px;
    }

    .hamburger span {
        width: 40px;
        height: 4px;
    }

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

    .hamburger span:nth-of-type(3) {
        top: calc(50% + 12px);
        width: 30px;

    }

    .myAdditionalMenu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background: none;
        color: #000;
        bottom: auto !important;
        width: 80px;
        left: auto;
        right: 0;
        top: 120px;
    }

    .myAdditionalMenu:nth-of-type(2) {
        top: 130px;
    }

    .myAdditionalMenu a {
        padding: 0;
        justify-content: center;
    }

    .myAdditionalMenu p {
        color: #000;
        margin: 10px 0 30px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 1.8rem;
    }

    .myAdditionalMenu a {
        padding: 0;
        justify-content: center;
        align-items: center;
        display: block;
    }

    .myAdditionalMenu#tel a {
        pointer-events: none;
    }

    .myAdditionalMenu img {
        position: relative;
        left: auto;
        top: auto;
        transform: unset;
        margin: 0 auto 15px;
        height: 26.3px;
    }

    .myAdditionalMenu p {
        color: #000;
        margin: 0 auto 30px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .myAdditionalMenu:nth-of-type(2) img {
        height: 14.69px;
    }

    .myGlobalNav ul {
        display: block;
    }

    .myGlobalNav li {
        font-size: 3rem;
        padding: 0 0 25px;
    }

    /*全体共有パーツ*/
    .mySection {
        padding: 40px 80px;
    }

    .myIdeaImg {
        margin: 0;
    }

    .myIdeaImg {
        padding-top: 35%;
    }

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

@media screen and (min-width: 1200px) {
    header.header {
        width: calc(100% - 40px);
    }
}


@media screen and (min-width: 768px) and (orientation: landscape){
    /*デザイン*/
    .inner {
        padding: 0 160px;
    }

    /*全体共有パーツ*/
    .mySection {
        padding: 80px 160px;
    }

    .mySectionTitle {
        font-size: 5.5rem;
        margin: 0 0 20px;
        /* line-height: 1; */
    }

    .column1 .mySectionTitle,
    .column1 .mySectionSub {
        text-align: left;
    }

    .mySectionSub {
        font-size: 3.5rem;
        margin: 0 0 84px !important;
        line-height: 1;
    }

    .myButton {
        margin: 0;
        font-size: 18px;
        width: 300px;
    }
    #idea .myButton{
        width: 175px;
        margin-top: 30%;
    }

    .myButton p {
        font-size: 1.8rem;
    }

    /*.myIdeaImg img {*/
        /*height: auto;*/
        /*width: 100%;*/
    /*}*/

    /*footer*/
    .myFooter1 .inner {
        display: flex;
        justify-content: space-between;
    }

    .myFooter1 h2 {
        font-size: 2rem;
    }

    .myFooter1 dt {
        font-size: 1.8rem;
        margin: 0 0 5px;
    }

    .myFooter1 dd {
        margin: 0 0 20px;
    }

    .myFooterNav {
        min-width: 300px;
    }

    .myPhone {
        font-size: 4rem;
    }

    .myFooterMap {
        padding: 0 20px 0;
    }

    .myGoogleMap {
        margin: 0;
        height: 100%;
    }

    .myFooterNav nav {
        display: flex;
    }

}
#privacy .privacy_btn,
#security .privacy_btn,
#human .privacy_btn {
	margin: 4rem auto 0;
}
@media screen and (min-width: 768px) and (orientation: landscape){
	#privacy .privacy_btn,
    #security .privacy_btn,
    #human .privacy_btn {
		width: 350px;
	}
}