body {
    width: 100vw;
    height: auto;
    color: #333;
}

.inner {
    width: 100vw;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex01 {
    display: flex;
    justify-content: space-between;
}

.flex02 {
    display: flex;
    flex-direction: row;
    font-size: 16px;
}

.flex03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_inner {
    width: 80vw;
    margin: 0 auto;
}

.section_inner p {
    line-height: 1.8;
}

h1 img {
    width: 180px;
    padding: 10px;
}

h4 {
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 90px auto 35px auto;
}

.heading_p {
    margin-bottom: 35px;
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

@media screen and (min-width:900px) and (max-width:1200px) {
    .section_inner {
        width: 90vw;
    }
    h4 {
        margin: 0 auto 35px auto;
    }
}

@media screen and (max-width:899px) {
    .section_inner {
        width: 85vw;
        font-size: 16px;
    }
    h3 {
        margin: 50px 0;
    }
    h4 {
        font-size: 18px;
        margin: 60px auto 35px auto;
    }
    .section_inner p {
        line-height: 2;
    }
}

/*-------ヘッダー--------------------------------------*/

.header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
}

.header_inner {
    margin: 10px 20px;
}
.menu {
    width: 350px;
}

.btn_cv01 {
    margin-right: 30px;
}

.btn_cv01 a {
    width: 100%;
    background-color: #00A7DB;
    padding: 34px 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
}
.btn_cv01 a:hover {
    background: linear-gradient(to right, #0495C2, #00C5DB);
    transition-duration: .3s;
    opacity: 0.8;
}

@media screen and (min-width:900px) and (max-width:1200px) {
    .header {
        padding: 0 20px;
    }
}

@media screen and (max-width:899px) {
    .header {
        height: 65px;
        padding: 5px;
    }
    .header_inner {
        display: block;
    }
    h1 img {
        width: 130px;
        padding: 0;
    }
}

/* ---ハンバーガーメニュー-------------------------- */

nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #ffffff;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    transition: all .4s;
    z-index: 3;
    opacity: 0;
    right: -500px;
}

.open nav {
    width: 400px;
    right: 0;
    opacity: 5;
}

nav .inner {
    width: 400px;
    margin: 50px 30px;
}

nav .inner ul li {
    display: block;
    width: 300px;
    position: relative;
}

nav .inner ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
    color: #00A7DB;
    border-bottom: 1px solid #00A7DB;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 40px 0;
    text-align: center;
    transition-duration: 0.2s;
}

nav .inner ul li a:hover {
    background: #00A7DB;
    color: #fff;
}

.toggle_btn {
    width: 100px;
    height: 70px;
    display: block;
    position: fixed;
    top: 10px;
    right: 0;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
}

.toggle_btn span {
    display: block;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 3.5px;
    background-color: #0495C2;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 3px;
}

.toggle_btn span:nth-child(2) {
    top: 23px;
}

.toggle_btn span:nth-child(3) {
    top: 42px;
}

.open .toggle_btn span {
    background-color: #00A7DB;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(30px) rotate(-315deg);
    transform: translateY(30px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-30px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}

#mask {
    display: none;
    transition: all .4s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
}

@media screen and (max-width:400px) {
    .open nav {
        width: 100%;
    }
    nav .inner {
        margin: 50px 25px;
    }
}

/* -----メインビジュアル---------------------------------------- */

.mv {
    width: 100vw;
    height: 80vh;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: url(../img/top/mv02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    margin-top: 80px;
}

.wrap_catch {
    position: absolute;
    top: 34%;
    left: 12%;
}

.catchCopy_01 {
    width: 500px;
    padding: 40px 60px;
    border: solid 2px #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.catchCopy_02 {
    width: 450px;
    font-size: 58px;
    font-weight: black;
    letter-spacing: 0.1em;
    text-align: center;
}

.Sub_catchCopy_02 {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.15em;
    font-weight: 500;
    padding-left: 15px;
}


@media screen and (min-width:480px) and (max-width:1200px) {
    .mv {
        margin-top: 70px;
    }
    .wrap_catch {
        width: 450px;
        top: 28%;
        left: 5%;
    }

    .catchCopy_01 {
        width: 100%;
        padding: 40px;
        font-size: 20px;
        text-align: inherit;
    }

    .catchCopy_02 {
        width: 100%;
        font-size: 60px;
    }
}

@media screen and (max-width:479px) {
    .mv {
        height: 70vh;
        margin-top: 70px;
    }

    .wrap_catch {
        top: 28%;
        left: 5%;
    }

    .catchCopy_01 {
        width: 280px;
        padding: 20px;
        font-size: 14px;
        text-align: inherit;
    }

    .catchCopy_02 {
        width: 280px;
        font-size: 40px;
    }

    .Sub_catchCopy_02 {
        font-size: 18px;
        padding-left: 0;
    }
}

/* ---セクションタイトル----------------------------------------- */

.heading_01,
.heading_03 {
    width: 100%;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: #00A7DB;
    text-align: center;
    margin: 110px 0 60px 0;
}

.heading_02 {
    width: 100%;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: #00A7DB;
    text-align: center;
    padding-top: 30px;
}

.heading_01::after {
    content: '- 代表あいさつ -';
    height: auto;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 8px;
}

.heading_02::after {
    content: '- 企業理念 -';
    height: auto;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 8px;
}


.heading_03::after {
    content: '- 数字で見るユーエスエス -';
    height: auto;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 8px;
}

@media screen and (min-width:900px) and (max-width:1200px) {
    .heading_01,
    .heading_03 {
        margin: 60px 0;
    }
}

@media screen and (max-width:899px) {
    .heading_01,
    .heading_03 {
        font-size: 30px;
        color: #00A7DB;
        text-align: center;
        margin: 60px 0;
    }
    .heading_02 {
        padding-top: 0;
        font-size: 30px;
    }
    .heading_03::after {
        font-size: 13px;
    }
}

/* ---セクション_TOP MASSEGE-------------------------------------------------- */

.wrapper {
    padding: 0 50px;
    width: 60%;
}

.top_head {
    width: 100%;
    text-align: inherit;
}

.topname {
    font-size: 20px;
    margin-top: 50px;
    letter-spacing: 0.1em;
}

.wrapper p {
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

.image_01 img {
    width: 530px;
    max-width: 100%;
    height: auto;
    margin-top: 180px;
}

@media screen and (min-width:900px) and (max-width:1200px) {
    .wrapper {
        padding: 0;
        width: 60%;
    }
    .image_01 img {
        width: 350px;
        margin: 100px auto 0 20px;
    }
}

@media screen and (max-width:899px) {
    .wrapper {
        padding: 0 ;
        width: 100%;
    }
    .sp_noflex {
        display: block;
    }
    .image_01 img {
        width: 470px;
        margin-top: 50px;
    }
}

/* ---セクション_PHILOSOPHY-------------------------------------------------- */

.philosophy {
    width: 100vw;
    height: 600px;
    background-image: url(../img/moreabout/philosophy_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 80px;
    position: relative;
}

.philosophy_inner {
    width: 80%;
    height: 450px;
    position: absolute;
    top: 12%;
    left: 10%;
    background-color: #fff;
    opacity: 0.9;
}

.philosophy_inner ul {
    width: 80%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.philosophy ul li span {
    color: #222;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.philosophy ul li {
    width: 50%;
    height: auto;
    padding: 30px;
    text-align: center;
}

.philosophy ul li p {
    width: 100%;
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
    color: #222;
}

@media screen and (min-width:900px) and (max-width:1200px) {
    .philosophy_inner {
        width: 90%;
        left: 5%;
    }
    .philosophy_inner ul {
        width: 90%;
        height: 350px;
    }
    .philosophy ul li {
        padding: 20px;
    }
}

@media screen and (max-width:899px) {
    .philosophy {
        height: 950px;
        background-size: contain;
        background-repeat: repeat;
    }
    .philosophy_inner {
        width: 90%;
        height: 820px;
        margin: 0 auto;
        top: 8%;
        left: 5%;
    }
    .philosophy ul li {
        width: 100%;
        padding: 20px 0;
        text-align: inherit;
    }
    .philosophy ul li p {
        font-size: 16px;
        color: #222;
        text-align: inherit;
    }
    .philosophy ul li span {
        font-size: 20px;
    }
}

/* ---セクション_DATE OF USS----------------------------------------------- */

.dateUss {
    width: 100%;
    height: auto;
}
.dateUss_inner {
    width: 80%;
    margin: 0 auto;
}

.flex {
    flex-wrap: wrap;
}

.dateUss_inner p {
    margin-bottom: 90px;
    text-align: center;
    font-size: 16px;
}
.span_p {
    color: #a8a8a8;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.chartImage {
    width: 100%;
}
.chartImage ul {
    width: 60%;
    height: auto;
    margin: 0 auto;
    flex-wrap: wrap;
    background-color: #fff;
}
.chartImage ul li {
    margin: 25px;
}
.chartImage ul li img {
    width: 250px;
    box-shadow: 1px 1px 30px -5px rgba(45, 45, 45, 0.35);
}

@media screen and (min-width:1601px) and (max-width:1750px) {
    .chartImage ul {
        width: 57%;
        margin-left: 25%;
        background-color: #fff;
    }
    .chartImage ul li {
        margin: 25px 20px;
    }
    .chartImage ul li img {
        width: 200px;
    }
}

@media screen and (min-width:1201px) and (max-width:1600px) {
    .chartImage ul {
        width: 100%;
        margin-left: 0%;
        background-color: #fff;
    }
    .chartImage ul li {
        margin: 25px;
    }
    .chartImage ul li img {
        width: 180px;
    }
}

@media screen and (min-width:900px) and (max-width:1200px) {
    .chartImage ul {
        width: 72%;
        background-color: #fff;
    }
    .chartImage ul li {
        margin: 20px 15px;
    }
    .chartImage ul li img {
        width: 200px;
    }
}

@media screen and (min-width:480px) and (max-width:899px) {
    .dateUss {
        margin: 0 auto;
    }
    .chartImage ul {
        width: 100%;
        background-color: #fff;
    }
    .chartImage ul li {
        margin: 20px 10px;
    }
    .chartImage ul li img {
        width: 150px;
    }
}

@media screen and (max-width:479px) {
    .dateUss {
        width: 100%;
        height: 2050px;
    }
    .chartImage ul {
        width:100%;
        height: 400px;
    }
    .chartImage ul li {
        margin: 0 10px;
    }
    .chartImage ul li img {
        width:220px;
        margin: 20px;
    }
    .dateUss_inner p {
        margin-bottom: 30px;
    }
    .span_p {
        display: none;
    }
}

/*-----ページに戻る_ボタン---------------------*/

.more_btn {
    width: 100%;
    margin-bottom: 110px;
}

.more_btn a {
    width: 550px;
    display: block;
    margin: 0 auto;
    padding: 20px 90px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #00A7DB;
    border: solid 2px #00A7DB;
    transition: 0.4s;
    position: relative;
}

.more_btn a::before,
.more_btn a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15%;
    height: 2px;
    background: #00A7DB;
}

.more_btn a::before {
    width: 30px;
    transform: translate(30px, 0px);
}

.more_btn a::after {
    width: 13px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);
}

.more_btn a:hover {
    background: #00A7DB;
    color: white;
}

.more_btn a:hover::before,
.more_btn a:hover::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15%;
    height: 2px;
    background: #fff;
}

@media screen and (max-width:889px) {
    .more_btn a {
        width: 290px;
        padding: 25px 0;
        font-size: 12px;
        text-align: center;
    }
    .more_btn a::before {
        display: none;
    }

    .more_btn a::after {
        display: none;
    }
    .more_btn a:hover::before,
    .more_btn a:hover::after {
        display: none;
    }
}
/*-----トップに戻るボタン-------------*/

.pageTop {
    width: 60px;
    height: 60px;
    position: relative;
    bottom: 0;
    left: 90%;
    background: #333;
    z-index: 5;
}

.pageTop a {
    width: 60px;
    height: 60px;
    position: absolute;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
}

.pageTop:hover {
    opacity: 0.6;
}

@media screen and (max-width:899px) {
        .pageTop {
            left: 80%;
        }
    }

/* ---フッター----------------------------------------------------------- */

.footer {
        width: 100vw;
        height: auto;
        background-color: #00A7DB;
        color: #fff;
        letter-spacing: 0.1em;
    }

.footer_inner {
        width: 80vw;
        height: 660px;
        margin: 0 auto;
        padding: 90px 0;
    }

.footer_category dl dt {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.2em;
        padding-right: 30px;
        margin-bottom: 40px;
    }

.footer_category a {
        display: inline-block;
        font-size: 14px;
        padding-bottom: 40px;
        color: #fff;
    }

.footer_category a:hover {
        opacity: 0.6;
    }

.footer_category_02 {
        font-size: 14px;
    }

.footer_category_02 dl {
        margin-bottom: 50px;
    }

.footer_category_02 dl dt {
        font-size: 16px;
        font-weight: bold;
    }

.contact_form {
        margin-bottom: 15px;
    }

.contact_btn {
        width: 80px;
        height: 50px;
        font-weight: bold;
        padding: 10px 20px;
        border: 2px solid;
        color: #fff;
    }

.contact_btn:hover {
        opacity: 0.6;
    }

.fa-envelope {
        padding-right: 8px;
    }

.contact_phone {
        margin-top: 15px;
    }

.copyright {
        font-size: 12px;
        text-align: center;
        padding-bottom: 15px;
    }

@media screen and (min-width:900px) and (max-width:1400px) {
    .footer_inner {
        width: 95vw;
        font-size: 10px;
    }
    .footer_category a {
        font-size: 11px;
    }
}

@media screen and (max-width:899px) {
    .footer_inner {
        display: block;
        width: 90vw;
        height: auto;
        padding: 40px 0;
    }

    .footer_category dl dt {
        margin-bottom: 20px;
    }

    .footer_category a {
        padding-bottom: 15px;
    }

    .footer_category dl {
        margin-bottom: 30px;
    }

    .footer_category_02 {
        width: 100%;
    }
    .footer_category_02 dl {
        margin-bottom: 30px;
    }
}