@charset "utf-8";

/*-----------------------------------------------------------
 common
-----------------------------------------------------------*/
body#index {
    color: #192C55;
    background: #fff;
}
.wrap {
    overflow: hidden;
}

#index .wrap,
#index .wrap .notoSans {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.06em;
}
#index .wrap .en {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.08em;
}
#index .wrap .bold {
    font-weight: 700;
}

section .container,
.chapter .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:1000px;
    box-sizing: border-box;
    text-align: left;
}
.wrap h3 {
    font-size: 200%;
    letter-spacing: 0.06em;
    margin-bottom: 46px;
}
.wrap h3 small {
    font-size: 68.75%;
}
.wrap h3 span {
    font-size: 46.87%;
    margin-left: 20px;
}
.wrap h3 span.c_orange {
    color: #FF7124;
}
.wrap h3.border {
    padding-bottom: 16px;
    position: relative;
    border-bottom: 2px solid #D9D9D9;
}
.wrap h3.border:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 220px;
    height: 2px;
    background: #FF7124;
}

.wrap a {
    color: #192C55;
}

.wrap .buttonStyle {
    max-width: 309px;
    width: 100%;
    text-align: center;
}
.wrap .buttonStyle a,
.wrap .buttonStyle button{
    cursor: pointer;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 16px 40px;
    color: #fff;
    background: #FF7124;
    text-decoration: none;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.04em;
    border: 0;
    border-radius: 33px;
    box-sizing: border-box;
    transition: all .3s;
}
.wrap .buttonStyle a:before,
.wrap .buttonStyle button:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../../images/index/icon-btn.svg) no-repeat left center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 5%;
    transition: all .3s;
}
.wrap .buttonStyle a:hover:before,
.wrap .buttonStyle button:hover:before {
    right: 4%;
}

/* =================================
   ■ メインビジュアル
================================== */
.accentBox{
    z-index:1;
    position:relative;
    width:100%;
    text-align:center;
    overflow:hidden;
    margin:0 auto;
}
.accentBox .bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
}
.accentBox .bx-wrapper ul li {
    position:relative;
    display: block;
    background:#fafafa 50% 50% no-repeat;
}
.accentBox .bx-wrapper ul li a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
}
.accentBox .bx-wrapper img {

    width:auto;
    display: block;
    max-width: 100%;
}
.accentBox .bx-wrapper .bx-pager {
    position:absolute;
    right:5px;
    bottom:0;
    text-align:right;
    padding:0 25px 25px 0;
}
.accentBox .bx-wrapper .bx-pager .bx-pager-item{
    text-align:center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f39800;
}
.bx-wrapper .bx-next {
    right: 10px;
}
.bx-wrapper .bx-prev {
    left: 10px;
}

@media (min-width: 0) {
    .accentBox .bx-wrapper img {
        top: 50%;
    }
}

@media (max-width: 1400px) and (min-width: 641px) {
    .accentBox .bx-wrapper ul li {
        overflow: hidden;
    }

}

@media (min-width: 1600px) {
    .accentBox .bx-wrapper {
        height:revert;
        min-height: revert;
    }
    .accentBox .bx-wrapper ul li {
        width:revert;
        height: revert;
    }
    .accentBox .bx-wrapper img {
        position:static;
        -webkit-transform: revert;
        -ms-transform: revert;
        transform: revert;
    }
}

/*-----------------------------------------------------------
 job search
-----------------------------------------------------------*/
#job-search {
    background: #F6F2E4;
    border-radius: 0 0 80px 80px;
}

/* pickup
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#job-search #pickup.division {
    background: rgb(255,113,36);
    background: linear-gradient(180deg, rgba(255,113,36,1) 0%, rgba(255,160,36,1) 100%);
    position: relative;
    padding: 77px 0 316px;
}
#job-search #pickup.division::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 346px;
    background: url(../../images/index/pattern.png) repeat-x center / contain;
    visibility: visible;
    mix-blend-mode: soft-light;
}
#job-search #pickup.division h3 {
    color: #fff;
}
#job-search #pickup.division a:hover {
    opacity: 0.8;
}
#job-search #pickup.division p.cat {
    margin-bottom: 12px;
}
#job-search #pickup.division p.cat span {
    font-size: 81.25%;
    background-color: #ECECEC;
    padding: 4px 12px;
    border-radius: 24px;
}
#job-search #pickup.division p.cat span + span {
    margin-left: 8px;
}
#job-search #pickup.division p.title {
    font-size: 100%;
    font-weight: 700;
    margin-bottom: 24px;
}
#job-search #pickup.division p.date {
    font-size: 81.25%;
    margin-bottom: 0;
}

/* ◆ slickSlider
-------------------------------- */
ul.slickSlider {
    margin-bottom: 0;
}
ul.slickSlider li {
    margin-right: 24px;
}
ul.slickSlider li a {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 40px 30px 30px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
}
ul.slickSlider li a::before {
    position: absolute;
    content: "";
    top: -10px;
    right: 12px;
    display: inline-block;
    height: 35px;
    width: 15px;
    background: url(../../images/index/slick-icon.svg) no-repeat center / contain;
}
ul.slickSlider li a::after {
    position: absolute;
    content: "";
    bottom: 37px;
    right: 30px;
    display: inline-block;
    height: 28px;
    width: 37px;
    background: url(../../images/index/slick-btn.svg) no-repeat center / contain;
}
ul.slickSlider .slick-list {
    overflow: visible;
}
ul.slickSlider .prev-arrow,
ul.slickSlider .next-arrow {
    position: absolute;
    top: -90px;
    z-index: 10;
}
ul.slickSlider .prev-arrow:hover,
ul.slickSlider .next-arrow:hover {
    opacity: 0.8;
    cursor:pointer;
    transition: all 300ms 0s ease;
}
ul.slickSlider .prev-arrow {
    right: 100px;
}
ul.slickSlider .next-arrow{ 
    right: 24px;
}
ul.slickSlider .dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
ul.slickSlider .dots-class {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
ul.slickSlider .dots-class li {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 3px solid #FFA024;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    box-sizing: border-box;
}
ul.slickSlider .dots-class li.slick-active {
    border: 3px solid #192C55;
}
ul.slickSlider .dots-class li:hover {
    border: 3px solid #192C55;
}
ul.slickSlider .dots-class li:last-child {
    margin-right: 0;
}

/* terms
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#job-search #terms.division {
    margin-bottom: 40px;
    margin-top: -200px;
    position: relative;
}
#job-search #terms.division .container {
    color: #fff;
    background: #192C55;
    border-radius: 12px;
    padding: 59px 52px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.16);
    position: relative;
}
#job-search #terms.division .container::after {
    position: absolute;
    content: "";
    top: -80px;
    right: -76px;
    display: inline-block;
    height: 227px;
    width: 182px;
    background: url(../../images/index/image-terms.svg) no-repeat center / contain;
}
#job-search #terms dl{
    margin-bottom:18px;
}
#job-search #terms dt{
    position:relative;
    font-weight:bold;
}
#job-search #terms dd{
    position:relative;
    margin-left:8em;
    margin-top:-1.6em;
    margin-bottom:1em;
}
#job-search #terms dd.selectbox {
    position: relative;
    max-width: 320px;
    width: 36%;
}
#job-search #terms dd.selectbox::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 5%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #FF7124;
    border-right: 2px solid #FF7124;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 1;
}
input, select {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: none;
}
#job-search #terms select {
    width: 100%;
    padding: 18px 18px;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}
#job-search #terms input.text{
    padding: 18px 18px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
}
#job-search #terms input[type="checkbox"] {
    position: relative;
    width: 21px;
    height: 21px;
    border: 2px solid #CBCBCB;
    background-color: #fff;
    vertical-align: -4px;
    margin: 0 8px 0 0;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
}
#job-search #terms input[type="checkbox"]:checked:before {
    position: absolute;
    content: "";
    top: 1px;
    left: 6px;
    width: 4px;
    height: 12px;
    border-right: 2px solid #FF7124;
    border-bottom: 2px solid #FF7124;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

#job-search #terms .point{
    zoom:1;
    overflow:hidden;
    margin-bottom:18px;
    display: flex;
}
#job-search #terms .point ul{
    display:flex;
    flex-wrap: wrap;
    font-size: 93.75%;
    width: calc(100% - 133px);
}
#job-search #terms .point ul li{
    margin-bottom:0.5em;
    width: 25%;
}
#job-search #terms h4{
    margin-bottom: 0;
    width: 133px;
}

.submit-box{
    zoom:1;
    overflow:hidden;
}
.submit-box p{
    font-weight: 700;
    float:left;
    margin:0;
}
.submit-box p em{
    font-size:170%;
    color:#FF7124;
}
.submit-box p.buttonStyle {
    float: right;
}

/* particular
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#job-search #particular.division {
    margin-bottom: 85px;
}
#job-search #particular.division .container {
    background: #fff;
    border-radius: 12px;
    padding: 42px 52px 58px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.16);
    position: relative;
}
#job-search #particular.division .container::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 40px;
    display: inline-block;
    height: 165px;
    width: 306px;
    background: url(../../images/index/image-particular.svg) no-repeat center / contain;
}
#job-search #particular ul {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 21px;
}
#job-search #particular ul li {
    width: calc((100% - 42px) / 3);
    max-width: 285px;
}
#job-search #particular ul li a {
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 17px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #CBCBCB;
    border-radius: 6px;
    box-sizing: border-box;
    transition: 0.5s;
}
#job-search #particular ul li a:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 5%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #FF7124;
    border-right: 2px solid #FF7124;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    transition: all 300ms 0s ease;
}
#job-search #particular ul li a:hover:before {
    right: 4%;
}

/*-----------------------------------------------------------
 insta
-----------------------------------------------------------*/
.instaArea .container a {
    color: #fff;
    background:url(../../images/index/insta-bg.jpg) center no-repeat;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
    padding: 52px;
    box-sizing: border-box;
    display:table;
    width: 100%;
}
.instaArea .container a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.instaArea .container a > p{
    display:table-cell;
    margin:0;
    vertical-align:middle;
}
.instaArea .container a:hover p {
    opacity: 1;
}
.instaArea .container a > p.text{
    font-size:125%;
    font-weight:600;
}
.instaArea .container a > p.link{
    text-align:right;
    padding-left: 50px;
    border-left: 1px solid #fff;
}

/*-----------------------------------------------------------
 news
-----------------------------------------------------------*/
section#news {
    padding: 66px 0 20px 0;
}
section#news ul {
    background-color: #EBEBEB;
    border-radius: 12px;
    overflow: hidden;
}
section#news ul li {
    text-align: left;
    border-top: 2px dashed #E3E3E3;
    background-color: #EBEBEB;
}
section#news ul li:first-child {
    border-top: none;
}
section#news ul li a {
    display: block;
    width: 100%;
    padding: 30px 52px;
    box-sizing: border-box;
    position: relative;
}
section#news ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 4%;
    display: inline-block;
    width: 10px;
    height: 9px;
    background: url(../../images/index/icon-arrow.svg) no-repeat right center;
    background-size: contain;
    transition: all 300ms 0s ease;
}
section#news ul li a:hover {
    opacity: 0.8;
    text-decoration: none;
}
section#news ul li a:hover:after {
    right: 3%;
}
section#news ul li dl {
    display: table;
    width: 100%;
}
section#news ul li dl > * {
    display: table-cell;
    font-size: 93.75%;
    font-weight: 700;
}
section#news ul li dl > dt {
    color: #FF7124;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    width: 91px;
}
section#news ul li dl > dd.text {
    width: calc(100% - 80px);
    padding-left: 14px;
    line-height: 1.8;
}

/*-----------------------------------------------------------
 contentsNavigation
-----------------------------------------------------------*/
.wrap ul.contentsNavigation{
    display: flex;
    justify-content: space-between;
    overflow:hidden;
    margin-bottom:55px;
}
.wrap ul.contentsNavigation li{
    width: calc(( 100% - 10px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 4%;
    box-sizing: border-box;
}
.wrap ul.contentsNavigation li:nth-child(1){
    background: url("../../images/index/image-nav1.jpg") no-repeat center;
    background-size: cover;
}
.wrap ul.contentsNavigation li:nth-child(2){
    background: url("../../images/index/image-nav2.jpg") no-repeat center;
    background-size: cover;
}
.wrap ul.contentsNavigation li:nth-child(3){
    background: url("../../images/index/image-nav3.jpg") no-repeat center;
    background-size: cover;
}
.wrap ul.contentsNavigation li h3 {
    color: #fff;
}
.wrap ul.contentsNavigation li h3 span {
    display: block;
    margin-top: 40px;
    margin-left: 0;
}
.wrap ul.contentsNavigation .buttonStyle {
    max-width: 250px;
}
.wrap ul.contentsNavigation .buttonStyle a {
    font-size: 93.75%;
    color: #192C55;
    background: #fff;
}
.wrap ul.contentsNavigation .buttonStyle a:before {
    background: url(../../images/index/icon-btn2.svg) no-repeat left center;
    background-size: contain;
}

/*-----------------------------------------------------------
 about
-----------------------------------------------------------*/
section#about .flexbox {
    display: flex;
    flex-wrap: nowrap;
    gap: 65px;
}
section#about .flexbox > .leftArea {
    width: 177px;
    flex-shrink: 0;
    position: relative;
}
section#about .flexbox > .leftArea::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -44px;
    display: inline-block;
    height: 242px;
    width: 253px;
    background: url(../../images/index/image-about.svg) no-repeat center / contain;
}
section#about .flexbox > .leftArea h4 {
    font-size: 206.25%;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-indent: 0.5em;
}
section#about .flexbox > .rightArea {
    width: calc( 100% - 177px - 65px);
}
section#about p {
    line-height: 2;
    margin-bottom: 0;
}
section#about ul.navigation {
    display: flex;
    margin-top: 40px;
    margin-bottom: 50px;
    gap: 20px;
}
section#about ul.navigation:after {
    content: none;
}
section#about ul.navigation li {
    width: calc((100% - 40px) / 3);
    max-width: 242px;
}
section#about ul.navigation li.buttonStyle a {
    font-size: 93.75%;
    background: #192C55
}
section#about .map iframe {
    border-radius: 12px;
    overflow: hidden;
}
section#about .map p {
    font-size: 87.5%;
    text-align: right;
}
section#about .map p a[target="_blank"]:after {
    content: url(../../images/index/icon-blank.svg);
    vertical-align: middle;
    padding-left: 0.5em;
}

/*-----------------------------------------------------------
 banner
-----------------------------------------------------------*/
.banner{
    margin:30px auto;
}

/*-----------------------------------------------------------
 privacy
-----------------------------------------------------------*/
.privacy .container {
    display:table;
    background-color: #F2F2F2;
    border-radius: 12px;
    padding: 34px 53px;
}
.privacy .container > *{
    display:table-cell;
    vertical-align:middle;
}
.privacy .container > dl dt{
    font-weight:700;
    line-height: 1.8;
    margin-bottom: 12px;
}
.privacy .container > dl dd{
    font-size: 87.5%;
    line-height: 1.8;
}
.privacy .container > p.image{
    width:210px;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/
footer {
    background: none;
}


@media only screen and
(max-width : 640px) {

    /*-----------------------------------------------------------
    common
    -----------------------------------------------------------*/
    #index .wrap,
    #index .wrap .notoSans {
        letter-spacing: 0.02em!important;
    }
    section .container,
    .chapter .container {
        margin-left: 4%;
        margin-right: 4%;
        width: auto;
    }
    .wrap h3 {
        font-size: 156.25%;
        margin-bottom: 30px;
    }
    .wrap h3 span {
        display: block;
        margin-left: 0;
        margin-top: 14px;
    }
    .wrap .buttonStyle a {
        font-size: 100%!important;
        letter-spacing: 0.02em !important;
    }

    /* =================================
    ■ メインビジュアル
    ================================== */
    .accentBox .bx-wrapper {
        height:auto;
        min-height: 10px;
    }
    .accentBox .bx-wrapper ul li {
        position:relative;
        height: auto;
    }
    .accentBox .bx-wrapper img {
        position:relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .accentBox .bx-wrapper .bx-pager {
        right:5px;
        padding:0 5px 5px 0;
    }
    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #f39800;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 30px;
        background-size:30px 30px;
    }

    /*-----------------------------------------------------------
    job search
    -----------------------------------------------------------*/

    /* pickup
    ￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
    #job-search #pickup.division {
        padding: 60px 0 200px;
    }

    /* ◆ slickSlider
    -------------------------------- */
    ul.slickSlider li{
        margin-right: 12px;
    }
    ul.slickSlider li a {
        padding: 30px 4%;
    }
    ul.slickSlider li a::after {
        bottom: 10px;
        right: 4%;
    }
    ul.slickSlider .slick-list{
        padding: 0!important;
    }
    ul.slickSlider .prev-arrow,
    ul.slickSlider .next-arrow{
        width: 40px;
        bottom: -70px;
        z-index: 10;
    }
    ul.slickSlider .prev-arrow{
        right: 50px;
    }
    ul.slickSlider .next-arrow{
        right: 0;
    }

    /* terms
    ￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
    #job-search #terms.division {
        margin-top: -100px;
    }
    #job-search #terms.division .container {
        padding: 40px 4%;
    }
    #job-search #terms.division .container::after {
        zoom: 0.6;
    }
    #job-search #terms dt,
    #job-search #terms dd,
    #job-search #terms dd.selectbox,
    #job-search #terms h4,
    #job-search #terms .point ul {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px 0;
    }
    #job-search #terms .point {
        flex-wrap: wrap;
    }
    #job-search #terms .point ul li {
        width: 50%;
    }
    .submit-box p,
    .submit-box p.buttonStyle {
        float: none;
    }
    .submit-box p + p {
        margin-top: 10px;
    }

    /* particular
    ￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
    #job-search #particular.division .container {
        padding: 40px 4% 90px;
    }
    #job-search #particular.division .container::after {
        zoom: 0.6;
    }
    #job-search #particular ul li {
        width: 100%;
        max-width: 100%;
    }

    /*-----------------------------------------------------------
    insta
    -----------------------------------------------------------*/
    .instaArea .container a {
        padding: 40px 4% 20px;
    }
    .instaArea .container a > p {
        display: block;
    }
    .instaArea .container a > p.text {
        font-size: 100%;
    }
    .instaArea .container a > p.image {
        width: 70%;
    }
    .instaArea .container a > p.link {
        padding-left: 0;
        border-left: none;
        padding-top: 20px;
        border-top: 1px solid #fff;
    }

    /*-----------------------------------------------------------
    news
    -----------------------------------------------------------*/
    section#news ul li a {
        padding: 20px 4% 40px 4%
    }
    section#news ul li a:after {
        top: auto;
        bottom: 20px;
        transform: none;
        -webkit-transform: none;
    }
    section#news ul li dl > dt,
    section#news ul li dl > dd.text {
        display: block;
        width: 100%;
        font-size: 100%;
    }
    section#news ul li dl > dd.text {
        padding-left: 0;
        margin-top: 6px;
    }

    /*-----------------------------------------------------------
    contentsNavigation
    -----------------------------------------------------------*/
    .wrap ul.contentsNavigation {
        flex-wrap: wrap;
        gap: 10px;
    }
    .wrap ul.contentsNavigation li {
        width: 100%;
        padding: 60px 4%;
    }
    .wrap ul.contentsNavigation li h3 span {
        margin-top: 14px;
    }

    /*-----------------------------------------------------------
    about
    -----------------------------------------------------------*/
    .wrap h3.border {
        padding-right: 130px;
    }
    section#about .flexbox {
        flex-wrap: wrap;
        gap: 20px
    }
    section#about .flexbox > .leftArea,
    section#about .flexbox > .rightArea {
        width: 100%;
    }
    section#about .flexbox > .leftArea::after {
        zoom: 0.5;
        left: auto;
        right: -2%;
        bottom: auto;
        top: -300px;
    }
    section#about .flexbox > .leftArea h4 {
        font-size: 112.5%;
        -ms-writing-mode: initial;
        writing-mode: initial;
    }
    section#about ul.navigation {
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    section#about ul.navigation li {
        width: 100%;
        max-width: 100%;
    }

    /*-----------------------------------------------------------
    banner
    -----------------------------------------------------------*/
    .banner p.image {
        margin-bottom: 0;
    }

    /*-----------------------------------------------------------
    privacy
    -----------------------------------------------------------*/
    .privacy .container {
        padding: 30px 4% 40px 4%;
    }
    .privacy .container > * {
        display: block;
    }
    .privacy .container > p.image {
        width: 30%;
        margin: 0 auto 20px;
    }
    .privacy .container > dl dt {
        font-size: 100%;
    }
    .privacy .container > dl dd {
        font-size: 93.75%;
    }

}
