@charset 'UTF-8';

/* 共通項
***************************************************************************************/
* {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;

    margin: 0;
}

img {
    vertical-align: top;
    border: none;
    width: 100%;
}


a:link,
a:active,
a:visited,
a:hover {
    text-decoration: none;
}

a:hover {
    opacity: .6;
}

.dispPC {
    display: inital;
}

.dispSP {
    display: none;
}

.wrap01 {
    width: 1140px;
    margin: auto;
}

.wrap02 {
    width: 1000px;
    margin: auto;
}

.wrap03 {
    width: 960px;
    margin: auto;
}

.wrap04 {
    width: 636px;
    margin: auto;
}

.wrap05 {
    width: 860px;
    margin: auto;
}

.wrap06 {
    width: 720px;
    margin: auto;
}

.wrap07 {
    width: 540px;
    margin: auto;
}

.bg_blue {
    background-color: #0387b4;
}

.bg_darkblue {
    background-color: #0d2761;
}

.bg_lightgray {
    background-color: #f4f4f4;
}

.bg_gray {
    background-color: #a0a0a0;
}

.btn {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}

.btn_inquiry {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;

    width: 269px;
    padding: 22px 0;

    text-decoration: none;

    color: #fff;
    border-radius: 4px;
    background-color: #e83817;
}

.with_arrow {
    padding-right: 20px;

    background-image: url(../images/icn_arrow02.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 7px;
}

.df {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.fc_red {
    color: #ff6450;
    font-weight: 700;
}

.fc_blue {
    color: #437fec;
}

.fc_green {
    color: #009c52;
}

.under {
    background: linear-gradient(transparent 75%, #FFFF00 25%);
}



.section h2 {
    font-size: 40px;
    line-height: 1;

    margin: 0;

    text-align: center;

    font-feature-settings: 'palt';
}


/* ヘッダー
***************************************************************************************/
header {
    min-width: 1140px;
    padding: 16px 0 0;
}

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



#head_left>p {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}

#head_left>div {
    display: flex;
    align-items: flex-end;

    margin: 18px 0 0;
}

#head_left>div img {
    width: 167px;
}

#head_left>div p {
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}

#head_left>div p:last-of-type {
    line-height: 1;

    margin: 0 0 5px 20px;
}

#head_right p {
    line-height: 1;

    margin: 0;
}

#head_right .btn_inquiry {
    font-size: 16px;
}

#head_right .btn_inquiry img {
    width: 24px;
    margin: 0 16px 0 0;
}

#head_right p:last-of-type {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;

    margin: 10px 0 0;
}

#head_right p:last-of-type img {
    width: 30px;
    margin: 0 7px 0 0;
}

#head_right p:last-of-type>span:first-child {
    font-size: 28px;
    font-weight: 700;
}

#head_right p:last-of-type>span:last-child {
    margin: 5px 0 0;
}

nav {
    margin: 16px 0 0;

    background-color: #e4e4e4;
}

nav ul {
    font-size: 15px;
    line-height: 1;

    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;

    width: 780px;
    margin: 0 auto;
    padding: 0;

    list-style: none;
}



nav ul li a {
    display: block;

    padding: 22px;

    color: #222;
}

/* メイン
***************************************************************************************/
/* キービジュアル */
#Keyvisual {
    background-color: rgb(188, 197, 212);
    background-color: linear-gradient(90deg, rgba(188, 197, 212, 1) 0%, rgba(184, 191, 207, 1) 100%);
    background-image: url('../images/bg_key.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#Keyvisual>div {
    padding: 58px 0 63px;
}

#Keyvisual>div>p {
    line-height: 1;
    margin: 0;
}

#Keyvisual>div>p:first-child {
    font-size: 28px;
    font-weight: bold;
}

#Keyvisual h1 {
    font-size: 53px;
    font-weight: bold;
    line-height: 1.3;

    margin: 25px 0 20px;
}

#Keyvisual h1+p {
    font-size: 22px;
    font-weight: bold;

    margin: 0 0 58px;
}

#Keyvisual .btn_inquiry {
    font-size: 18px;
}

#section01 {
    padding: 135px 0 145px;
}

#section01 h2+p {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 70px 0 0;
    padding: 0 0 80px;
    background-image: url(../images/img_obj01.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 170px;
}

#section01 .inner {
    display: flex;
    align-items: center;
    border: 1px solid #437FEC;
    padding: 50px;
}

#section01 .inner div:first-of-type {
    width: 336px;
}

#section01 .inner div:last-of-type {
    flex: 1;
    border-left: 1px solid #437FEC;
    margin: 0 0 0 50px;
    padding: 10px 0 10px 50px;
}

#section01 .inner div p {
    margin: 0;
    font-size: 16px;
    list-style: 1.6;
}

#section02 {
    background-color: #eef4fd;
    padding: 120px 0;
}

#section02 h2 {
    display: flex;
    align-items: center;
}

#section02 h2 img {
    width: 302px;
    margin: 0 10px 0 0;
}

#section02 h3 {
    color: #E83817;
    font-size: 30px;
    display: flex;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    margin: 80px 168px 20px;
    padding: 0 60px 75px;
    background-image: url(../images/img_line.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}


#section02 h3 img {
    width: 68px;
}

#section02 h3 span:first-child {
    margin: 0 20px 0 0;
}

#section02 h3+p {
    margin: 0;
}

#section03 {
    padding: 150px 0 110px;
}

#section03 h2+p {
    margin: 50px 0 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#section03 .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#section03 .inner>div {
    width: 268px;
    margin: 35px 32px 0;
    position: relative;
}

#section03 .inner>div p {
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
}

#section03 .inner>div p.title {
    font-size: 18px;
    color: #437FEC;
    font-weight: bold;
    margin: 1em 0 .8em;
}

#section03 .inner>div p.df {
    font-size: 52px;
    color: #437FEC;
    line-height: 1;
    position: relative;
    z-index: 10;
    top: .6em;
    left: -.35em;
}

#section03 .inner>div p.extra {
    font-size: 12px;
    margin: 1em 0 0;
}

#section04 {
    background-color: #eef4fd;
    padding: 140px 0 100px;
}

#section04 .wrap01 {
    background-color: #fff;
    padding: 0 93px 77px;
}

#section04 h2 {
    position: relative;
    transform: translate(0, -50%);
}

#section04 h2+p {
    margin: 40px 0 26px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#section04 .wrap01>div {
    padding: 27px;
    box-shadow: 0 0 10px #aaa;
}

#section04 .wrap01>div p {
    margin: 0;
    line-height: 1;
}

#section04 .wrap01>div p:first-of-type {
    margin: 0 0 24px;
    background-color: #437FEC;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 1em;
}

#section05 {
    padding: 115px 0 145px;
}

#section05 ul {
    list-style: none;
    margin: 17px 0 0;
    padding: 20px 0 20px 20px;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #437FEC;
}

#section05 ul li {
    background-image: url(../images/icn_check.svg);
    background-repeat: no-repeat;
    line-height: 1.2;
    padding: 0 0 0 1.8em;
    margin: 1em 0;
}

#section05 .inner {
    display: flex;
    justify-content: space-between;
    margin: 90px 0 0;
}

#section05 .inner div {
    width: 278px;
    border: 4px solid #437FEC;
    padding: 48px 0 0;
    display: flex;
    flex-direction: column;
}

#section05 .inner p {
    text-align: center;
    font-size: 22px;
    color: #437FEC;
    font-weight: bold;
    line-height: 1.4;
    width: 116px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

#section05 .inner p img {
    margin: 0 0 35px;
}

#section06 {
    background-color: #eef4fd;
    padding: 120px 0;
}

#section06 .inner {
    border: 1px solid #9B9B9B;
    background-color: #fff;
    padding: 40px 20px;
    margin: 75px 0 0;
    position: relative;
}

#section06 .inner:after,
#section06 .inner:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#section06 .inner:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 27px;
    margin-left: -27px;
}

#section06 .inner:before {
    border-color: rgba(155, 155, 155, 0);
    border-top-color: #9B9B9B;
    border-width: 29px;
    margin-left: -29px;
}

#section06 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#section06 ul li {
    width: 12%;
    text-align: center;
    font-size: 16px;
    margin: 0 2%;
}

#section06 ul li:nth-child(n + 7) {
    margin-top: 40px;
}

#section06 ul li p {
    margin: 0;
}

#section06 ul li p:first-child {
    border: 1px solid #C3C3C3;
    border-radius: 60px;
    color: #878787;
    margin: 0 10px 14px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    flex-direction: column;
    padding: 17px 0;
}

#section06 ul li p:first-child span {
    font-size: 26px;
}

#section06 .flex_box {
    display: flex;
    justify-content: center;
    margin: 55px 0 0;
    align-items: center;
}

#section06 .flex_box>p {
    margin: 0 28px 0 0;
    background-image: url(../images/icn_iagged.svg);
    background-size: cover;
    font-size: 40px;
    color: #FF6450;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 42px 30px;
}

#section06 .flex_box>div {}

#section06 .flex_box>div>p {
    margin: 0;
    font-size: 13px;
}

#section06 .flex_box>div>p:first-of-type {
    font-size: 50px;
    line-height: 1.3;
    color: #437FEC;
    font-weight: bold;
}

#section06 .flex_box>div>p:first-of-type>span>span {
    font-size: 80px;
}

#section06 .flex_box+p {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 57px 0 0;
}

#section07 {
    padding: 120px 0;
}

#section07 h2+p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 50px 0 80px;
}

#section07 table {
    border-spacing: 4px;
    width: 100%;
    line-height: 1.2;
}

#section07 table th {
    background-color: #437FEC;
    color: #fff;
    font-size: 15px;
    height: 70px;
}

#section07 table th.noc {
    background-color: #0D2761;
}

#section07 table td {
    text-align: center;
    font-size: 18px;
    background-color: #F0F0F0;
    width: 18%;
    font-weight: normal;
}

#section07 table td.noc {
    background-color: #D9E5FB;
    font-weight: 700;
    font-size: 20px;
}

#section07 table tr:nth-child(1) :first-child {
    background-color: inherit;
    width: auto;
}

#section07 table+p {
    text-align: right;
    font-size: 14px;
}

#section08 {
    background-color: #f0f0f0;
    padding: 90px 0;
}

#section08 .wrap02 {
    width: 1060px;
}

#section08 h2 {
    font-size: 28px;
    line-height: 1.9;
}

#section08 .inner {
    display: flex;
    justify-content: space-around;
}

#section08 .case {
    width: 300px;
}

.case .title {
    font-weight: bold;
    color: #437FEC;
    font-size: 18px;
    line-height: 1.2;
}

.case .title+p {
    font-size: 14px;
    line-height: 1.2;
}

.case .com {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}

.case a {
    display: block;
    text-align: center;
    background-color: #437FEC;
    color: #fff;
    font-size: 16px;
    padding: 20px;
    border-radius: 40px;
}

#section09 {
    padding: 100px 0;
}

#section09 h2 {
    font-size: 28px;
}

#section09 .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px 0 0;
}

#section09 .inner>div {
    width: 30%;
    margin: 40px 0 0;
}

#section09 .inner>div a {
    display: flex;
    align-items: center;
}

#section09 .inner>div a div:first-of-type {
    margin: 0 17px 0 0;
    width: 90px;
}

#section09 .inner>div a div:last-of-type {
    flex: 1;
}

#section09 p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

#section09 p.more {
    text-align: center;
    margin: 90px 0 0;
}

#section09 p.more a {
    display: flex;
    border: 2px solid #222;
    justify-content: center;
    width: 300px;
    margin: auto;
    padding: 18px 0;
    border-radius: 5px;
}

.inquiry {
    background-image: url(../images/bg_inquiry.jpg);
    background-size: cover;
    color: #fff;
    padding: 40px 0;
}

.inquiry h2 {
    font-size: 18px;
    font-feature-settings: "palt";
    text-align: center;
    margin: 0;
}

.inquiry .inner {
    display: flex;
    justify-content: space-between;
    margin: 32px 0 0;
    align-items: center;
}

.inquiry .inner>div {
    width: 45%;
    line-height: 1;
}

.inquiry .inner>div:first-of-type {
    text-align: right;
}

.inquiry .inner>div:first-of-type span:first-of-type {
    font-size: 30px;
}

.inquiry a {
    width: auto;
    font-size: 18px;
    border-radius: 0;
    border: 1px solid #fff;
}

.inquiry img {
    width: 35px;
    margin: 0 7px 0 0;
    vertical-align: top;
}



/* フッター
***************************************************************************************/
footer {
    padding: 0;
}

footer .wrap {
    display: flex;
    justify-content: space-between;

    padding: 0 40px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#inquiry {
    padding: 60px 0 75px;
    background-color: #437fec;
}

#inquiry h3 {
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    color: #fff;
}

#inquiry .wrap06>div {
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-color: #fff;
    margin: 30px 0 0;
}

#inquiry .wrap06>div>div {
    display: flex;
    align-items: center;
    padding: 25px 0 0;
    line-height: 1;
}

#inquiry .wrap06>div>div:first-of-type {
    border-bottom: 1px solid #E7E7E7;
    padding: 0 0 25px;
}

#inquiry .wrap06>div>div div {
    width: 315px;
}

#inquiry .wrap06>div>div div:first-of-type {
    font-weight: bold;
}

#inquiry .wrap06>div>div:first-child div:last-child {
    font-size: 14px;
    line-height: 1.6;
}

#inquiry .wrap06>div>div:first-child div:last-child span {
    font-size: 28px;
}

#inquiry .wrap06>div>div div img {
    width: 31px;
    margin: 0 22px 0 0;
    vertical-align: middle;
}

#inquiry .wrap06>div>div div a {
    width: auto;
    font-size: 18px;
}



#outsourcing .wrap07 {
    width: 580px;
    padding: 30px 0;
}

#outsourcing form {
    display: flex;
    width: 310px;
    margin: auto auto 40px;
}

.search-field__field {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 11px;
    line-height: 16px;
    vertical-align: top;
    letter-spacing: .04em;
    background-color: #fff;
    font-weight: 400;
    font-size: 11px;
    border: 1px solid #969696;
    border-radius: 3px;
    height: 50px;
    flex: 1;
}

.search-field__button {
    display: block;
    overflow: hidden;
    width: 55px;
    height: 50px;
    margin: 0 0 0 10px;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
    line-height: 16px;
    letter-spacing: 0;
    color: transparent;
    background-color: #1480dc;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABA0lEQVR4AWJwL/AB9FIGGA4DYRRmEARg7QE2c4bF7k02J1jW3mA3PUv1BlENRS+QXqKqoS2qaDVg+sKb+pHfpE308Rlmnq/TSSY3nHMGfIEc7IDjmHPesKsiZQlYAjVcT4JCyrYgGPZUqf+bJfA5gwxYEHHMOO9TAqMJU1E8gc+2YjPPdZ9UExai9O8XFOlIdAtNuBclGxAmoltpQpkoIIxEtx5ih2/qDpUz/AsIM3mGgz/l57yH/HV7502xXe6y7XiXLUjBDLy0CpWvzQbUoAI5JYa9OWiyAu+qsCuQvII1pRfw3UtI6Qeogc8YxA8LKf0BMoteQkonQngcQhiDKTiA3yuwOYujbmiR9gAAAABJRU5ErkJggg==);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

#outsourcing h3 {
    font-size: 16px;
    line-height: 1;

    margin: 16px 0;

    text-align: center;
}

#outsourcing ul {
    line-height: 1;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#outsourcing ul a {
    color: #3a3a3a;
}

#outsourcing ul li {
    margin: 5px 0;
}

#outsourcing ul li:not(:first-child):not(:nth-of-type(4)) {
    margin-left: 10px;
    padding: 0 0 0 10px;

    border-left: 1px solid #000;
}

#corporate {
    background-color: #3a3a3a;
}

#corporate .wrap07 {
    padding: 20px 0;
}

#corporate ul {
    line-height: 1;

    display: flex;
    justify-content: space-between;
}

#corporate ul a {
    color: #fff;
}

#corporate ul li:not(:first-child) {
    padding: 0 0 0 12px;

    border-left: 1px solid #fff;
}

#copyright {
    padding: 14px 0;
}

#copyright>div {
    display: flex;
    align-items: center;
}

#copyright p {
    margin: 0;
}

#copyright img {
    width: 93px;
    margin: 0 27px 0 0;
}

@media screen and (min-width:769px) {
    a[href*='tel:'] {
        cursor: default;
        text-decoration: none;
        pointer-events: none;

        color: inherit;
    }
}

/* スマホ用
***************************************************************************************
***************************************************************************************
***************************************************************************************
***************************************************************************************/
@media screen and (max-width:768px) {
    html {
        font-size: calc(100vmin / 32);
    }



    /* 共通項
***************************************************************************************/


    .dispPC {
        display: none;
    }

    .dispSP {
        display: initial;
    }

    .wrap01 {
        width: auto;
    }

    .wrap02 {
        width: auto;
    }

    .wrap03 {
        width: auto;
    }

    .wrap04 {
        width: auto;
    }

    .wrap05 {
        width: auto;
    }

    .wrap06 {
        width: auto;
    }

    .wrap07 {
        width: auto;
    }



    .btn_inquiry {
        font-size: 3vmin;
        width: auto;
        padding: 4vmin;
    }

    .with_arrow {
        padding-right: 4vmin;
        background-position: right 20px center;
        background-size: 2vmin;
    }

    .section h2 {
        font-size: 7.5vmin;
    }


    /* ヘッダー
***************************************************************************************/
    header {
        min-width: auto;
        padding: 0;
        position: fixed;
        background-color: #fff;
        z-index: 500;
    }

    header .wrap01 {
        flex-direction: column;
        padding: 3.15vmin;
    }

    #head_left>p {
        font-size: 3vmin;
    }

    #head_left>p:first-child {
        display: none;
    }

    #head_left>div {
        margin: 0;
    }

    #head_left>div img {
        width: 25vmin;
        margin: 0 2vmin 0 0;
    }

    #head_left>div p {
        font-size: 4vmin;
    }

    #head_left>div p:last-of-type {
        margin: 0;
        line-height: 1.3;
    }

    #head_right {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
        margin: 2vmin 0 0;
        display: none;
    }

    #head_right .btn_inquiry {
        font-size: 2.5vmin;
    }

    #head_right .btn_inquiry img {
        width: 4vmin;
        margin: 0 3vmin 0 0;
    }

    #head_right p:last-of-type {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        justify-content: center;

        margin: 0 0 0;
    }

    #head_right p:last-of-type img {
        width: 7vmin;
        margin: 0 2vmin 0 0;
    }

    #head_right p:last-of-type>span:first-child {
        font-size: 7vmin;
    }

    #head_right p:last-of-type>span:last-child {
        margin: 1.5vmin 0 0;
    }

    nav {
        display: none;
    }

    /* メイン
***************************************************************************************/
    main {
        padding: 16.695vmin 0 0;
    }

    /* キービジュアル */
    #Keyvisual>div {
        padding: 3.15vmin;
    }

    #Keyvisual>div>p:first-child {
        font-size: 4vmin;
    }

    #Keyvisual h1 {
        font-size: 6vmin;
        margin: 10vmin 0 4vmim;
    }

    #Keyvisual h1+p {
        font-size: 5vmin;
        margin: 0 0 10vmin;
    }

    #Keyvisual .btn_inquiry {
        font-size: 5vmin;
    }

    #section01 {
        padding: 6vmin 3.15vmin
    }

    #section01 h2+p {
        font-size: 4vmin;
        margin: 10vmin 0 0;
        padding: 0 0 15vmin;
        background-size: 18vmin;
    }

    #section01 .inner {
        padding: 7vmin;
        flex-direction: column;

    }

    #section01 .inner div:first-of-type {
        width: 100%;
        margin: 4vmin;
    }

    #section01 .inner div:last-of-type {
        flex: 1;
        border: none;
        margin: 0;
        padding: 0;
    }

    #section01 .inner div p {
        font-size: 4vmin;
    }

    #section02 {
        padding: 6vmin 3.15vmin
    }

    #section02 h2 {
        display: block;
        align-items: center;
        line-height: 1.4;
    }

    #section02 h2 img {
        width: 50vmin;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    #section02 h3 {
        font-size: 4vmin;
        margin: 10vmin 0 5vmin;
        padding: 0 3vmin 10vmin;
    }


    #section02 h3 img {
        width: 10vmin;
    }

    #section02 h3 span:first-child {
        margin: 0 20px 0 0;
    }

    #section02 h3+p {
        margin: 0;
    }

    #section03 {
        padding: 6vmin 3.15vmin
    }

    #section03 h2+p {
        margin: 50px 0 0;
        font-size: 4.5vmin;
        font-weight: bold;
        text-align: center;
    }

    #section03 .inner {
        padding: 0 0 4vmin;
    }

    #section03 .inner>div {
        width: auto;
        margin: 6vmin 5vmin 0;
    }

    #section03 .inner>div p {
        font-size: 4vmin;
    }

    #section03 .inner>div p.title {
        font-size: 5vmin;
        margin: 1em 0 .8em;
    }

    #section03 .inner>div p.df {
        font-size: 14vmin;
    }

    #section03 .inner>div p.extra {
        font-size: 3vmin;
        margin: 1em 0 0;
    }

    #section04 {
        padding: 6vmin 3.15vmin
    }

    #section04 .wrap01 {
        padding: 6vmin;
    }

    #section04 h2 {
        position: relative;
        transform: translate(0);
    }

    #section04 h2+p {
        margin: 6vmin 0 4vmin;
        font-size: 4vmin;
    }

    #section04 .wrap01>div {
        padding: 4vmin;
    }


    #section04 .wrap01>div p:first-of-type {
        margin: 0 0 5vmin;
        font-size: 5vmin;
    }

    #section05 {
        padding: 6vmin 3.15vmin
    }

    #section05 ul {
        list-style: none;
        margin: 17px 0 0;
        padding: 20px 0 20px 20px;
        font-size: 16px;
        font-weight: bold;
        border-top: 1px solid #437FEC;
    }

    #section05 ul li {
        background-image: url(../images/icn_check.svg);
        background-repeat: no-repeat;
        line-height: 1.2;
        padding: 0 0 0 1.8em;
        margin: 1em 0;
    }

    #section05 .inner {
        margin: 10vmin 0 0;
        flex-direction: column;
    }

    #section05 .inner div {
        width: auto;
        padding: 10vmin 0 0;
        margin: 5vmin 0 0;
    }

    #section05 .inner p {
        font-size: 6vmin;
        width: auto;
    }

    #section05 .inner p img {
        margin: 0 0 6vmin;
    }

    #section06 {
        padding: 9vmin 3.15vmin
    }

    #section06 .inner {
        padding: 10vmin 3vmin;
        margin: 10vmin 0 0;
    }


    #section06 ul li {
        width: 21%;
        font-size: 3.5vmin;
        margin: 0 2%;
        font-feature-settings: "palt";
    }

    #section06 ul li:nth-child(n + 5) {
        margin-top: 4vmin;
    }


    #section06 ul li p:first-child {
        margin: 0 0px 3vmin;
        font-size: 3vmin;
        padding: 4vmin 0;
    }

    #section06 ul li p:first-child span {
        font-size: 6vmin;
    }

    #section06 .flex_box {
        margin: 8vmin 0 0;
    }

    #section06 .flex_box>p {
        margin: 5vmin 2vmin 0 0;
        font-size: 4vmin;
        padding: 4vmin 2.8vmin;
    }

    #section06 .flex_box>div {
        margin: 4vmin 0 0;
    }

    #section06 .flex_box>div>p {
        margin: 0;
        font-size: 3vmin;
    }

    #section06 .flex_box>div>p:first-of-type {
        font-size: 5vmin;
    }

    #section06 .flex_box>div>p:first-of-type>span>span {
        font-size: 10vmin;
    }

    #section06 .flex_box+p {
        font-size: 5vmin;
        margin: 6vmin 0 0;
    }

    #section07 {
        padding: 6vmin 3.15vmin
    }

    #section07 h2+p {
        text-align: center;
        font-weight: bold;
        font-size: 3vmin;
        margin: 10vmin 0 7vmin;
    }


    #section07 table th {
        font-size: 2.5vmin;
        height: auto;
        padding: 1vmin;
    }


    #section07 table td {
        font-size: 3vmin;
        width: auto;
    }

    #section07 table td.noc {
        font-size: 3.5vmin;
    }


    #section07 table+p {
        text-align: right;
        font-size: 2vmin;
    }

    #section08 {
        padding: 6vmin 3.15vmin
    }

    #section08 .wrap02 {
        width: auto;
    }

    #section08 h2 {
        font-size: 5.5vmin;
    }

    #section08 .inner {
        flex-direction: column;
    }

    #section08 .case {
        width: auto;
    }

    .case .title {
        font-size: 4.5vmin;
    }

    .case .title+p {
        font-size: 3.5vmin;
    }

    .case .com {
        font-size: 3.5vmin;
        text-align: right;
    }

    .case a {
        font-size: 3.5vmin;
        padding: 4vmin;
    }

    #section09 {
        padding: 6vmin 3.15vmin;
    }

    #section09 h2 {
        font-size: 7vmin;
    }

    #section09 .inner {
        margin: 0 0 0;
        flex-direction: column;
    }

    #section09 .inner>div {
        width: auto;
        margin: 5vmin 0 0;
    }


    #section09 .inner>div a div:first-of-type {
        margin: 0 4vmin 0 0;
        width: 20vmin;
    }


    #section09 p {
        font-size: 4vmin;
    }

    #section09 p.more {
        margin: 10vmin 0 0;
        font-size: 4vmin;
    }

    #section09 p.more a {
        width: auto;
        padding: 4vmin 0;
    }

    .inquiry {
        padding: 3.15vmin;
    }

    .inquiry h2 {
        font-size: 4vmin;
    }

    .inquiry .inner {
        margin: 8vmin 0 0;
        flex-direction: column;
    }

    .inquiry .inner>div {
        width: 100%;
    }

    .inquiry .inner>div:first-of-type {
        text-align: center;
        margin: 0 0 6vmin;
    }

    .inquiry .inner>div:first-of-type span:first-of-type {
        font-size: 7vmin;
    }

    .inquiry a {
        width: auto;
        font-size: 4vmin;
    }

    .inquiry img {
        width: 8vmin;
        margin: 0 2vmin 0 0;
    }



    /* フッター
***************************************************************************************/
    footer {
        padding: 0;
    }

    footer .wrap {
        padding: 0 0;
    }

    footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #inquiry {
        padding: 3.15vmin;
    }

    #inquiry h3 {
        font-size: 4.2vmin;
        line-height: 1.6;
        margin: 0;
        text-align: center;
        color: #fff;
    }

    #inquiry .wrap06>div {
        display: flex;
        flex-direction: column;
        padding: 3.15vmin;
        margin: 5vmin 0 0;
    }

    #inquiry .wrap06>div>div {
        padding: 25px 0 0;
        flex-direction: column;
    }

    #inquiry .wrap06>div>div:first-of-type {
        padding: 0 0 2vmin;
        text-align: center;
    }

    #inquiry .wrap06>div>div div {
        width: 100%;
    }

    #inquiry .wrap06>div>div div:first-of-type {
        width: auto;
        margin-bottom: 3vmin;
    }

    #inquiry .wrap06>div>div:first-child div:last-child {
        font-size: 3vmin;
        line-height: 1.6;
    }

    #inquiry .wrap06>div>div:first-child div:last-child span {
        font-size: 5vmin;
    }

    #inquiry .wrap06>div>div div img {
        width: 8vmin;
        margin: 0 7vmin 0 0;
        vertical-align: middle;
    }

    #inquiry .wrap06>div>div div a {
        width: auto;
        font-size: 3.5vmin;
    }



    #outsourcing .wrap07 {
        width: auto;
        padding: 6vmin 0;
    }

    #outsourcing form {
        width: auto;
        margin: auto auto 5vmin;
        padding: 3.15vmin;
    }

    .search-field__field {
        margin: 0;
        padding: 2vmin;
        line-height: 1.2;
        font-size: 3.5vmin;
        height: auto;
    }

    .search-field__button {
        width: auto;
        height: auto;
        margin: 0 0 0 2vmin;
        line-height: 1.4;
        padding: 2vmin;
    }

    #outsourcing h3 {
        font-size: 3.5vmin;
        margin: 4vmin 0;
    }

    #outsourcing ul {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 2.5vmin;
    }

    #outsourcing ul a {
        color: #3a3a3a;
    }

    #outsourcing ul li {
        margin: 1.5vmin 0;
    }

    #outsourcing ul li:not(:first-child):not(:nth-of-type(4)) {
        margin-left: 3vmin;
        padding: 0 0 0 3vmin;

    }


    #corporate .wrap07 {
        padding: 2vmin;
    }

    #corporate ul {
        line-height: 1.6;
        flex-wrap: wrap;
        font-size: 2.4vmin;
        justify-content: space-around;
    }

    #corporate ul a {
        color: #fff;
    }

    #corporate ul li:not(:first-child) {
        padding: 0;
        border: none;
    }

    #copyright {
        padding: 2vmin;
    }

    #copyright>div {
        justify-content: center;
    }

    #copyright img {
        width: 10vmin;
        margin: 0 1vmin 0 0;
    }


}