@charset "UTF-8";
/* --------------------------------------------------------------------
 * common
 * -------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:100i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300&display=swap&subset=japanese");
*,
*::before,
*::after {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline-color: transparent !important;
}

/* show-hide */
.d-b {
    display: block;
}

.d-n {
    display: none;
}

@media (min-width: 576px) {
    .d-sm-b {
        display: block;
    }
    .d-sm-n {
        display: none;
    }
}

@media (min-width: 737px) {
    .d-md-b {
        display: block;
    }
    .d-md-n {
        display: none;
    }
}

/* object fit */
.ofi {
    position: relative;
}

.ofi img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
    width: 100%;
    height: 100%;
}

.ofi img.ofi--cont {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: contain; object-position: center center';
}

/*
 * Google fonts
 */
* {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* --------------------------------------------------------------------
 * contaienr
 */
.l-container,
.l-container__fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 4%;
    padding-right: 4%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4%;
    margin-left: -4%;
}

@media (min-width: 576px) {
    .l-container {
        max-width: 540px;
    }
}

@media (min-width: 737px) {
    .l-container {
        max-width: 980px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .l-container__fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

/* --------------------------------------------------------------------
 * overwrite - setting
 */
section {
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
}

ul, ol, li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

li img {
    vertical-align: bottom;
}

.g-header {
    min-width: 320px;
}

@media (min-width: 737px) {
    body,
    .g-header {
        min-width: 1280px;
    }
}

/* --------------------------------------------------------------------
 * nav - overwrite
 */
#gnav {
    border-bottom: 0 none !important;
}

#gnav a {
    background-image: none !important;
}

#gnav nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

#gnav nav > ul > li {
    width: 100%;
    border: 0 none !important;
    border-bottom: 1px solid #d2d2d2 !important;
}

#gnav nav > ul > li > a > img {
    display: none !important;
}

#gnav nav > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
    height: auto !important;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 15px !important;
    border: 0 none !important;
}

#gnav .menu {
    display: none;
}

@media (min-width: 737px) {
    #gnav nav > ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 960px;
        height: 75px;
    }
    #gnav nav > ul > li {
        width: 14.28571%;
        border-bottom: 0 none !important;
    }
    #gnav nav > ul > li:first-of-type > a::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 36px;
        background-color: #41403e;
    }
    #gnav nav > ul > li > a {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100% !important;
        height: 75px !important;
        margin-top: -22px;
        margin-bottom: -20px;
        padding: 0;
    }
    #gnav nav > ul > li > a::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 36px;
        background-color: #41403e;
    }
    #gnav .gnavi-en {
        font-size: 11px;
    }
    #gnav .menu {
        display: block;
        margin-top: 20px !important;
    }
}

/* --------------------------------------------------------------------
 * pagefooter - overwrite
 */
@media (max-width: 736px) {
    .wrapper02 {
        width: 100%;
        margin-bottom: 0 !important;
    }
    #link_inner {
        background-image: none !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #link_inner .col {
        float: none !important;
        margin: 0 !important;
        width: 50%;
        padding-right: 4%;
        padding-left: 4%;
    }
    #link_inner .col.col01 {
        width: 100%;
    }
    #link_inner .col.col02 {
        width: 100%;
    }
    #link_inner .col.col02 br {
        display: none;
    }
    #link_inner .col.col03 {
        position: relative;
        width: 100%;
        padding-top: 20px;
    }
    #link_inner .col.col06 {
        width: 100%;
        margin-top: 40px !important;
        padding-top: 40px;
        border-top: 1px solid #ccc;
    }
    #link_inner .col.col06 p {
        text-align: center;
    }
    #link_inner .col > dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #link_inner .col > dl > dt {
        width: 100%;
        padding-top: 0 !important;
    }
    #link_inner .col > dl > dd {
        width: 100%;
    }
    #link_inner .col01 > dl > dd {
        width: 50%;
    }
    #link_inner .col02 > dl > dd {
        width: 50%;
    }
    #link_inner .col02 > dl > dd:nth-of-type(3) {
        width: 100%;
    }
    #link_inner .col02 > dl > dd:nth-of-type(4), #link_inner .col02 > dl > dd:nth-of-type(5) {
        width: calc(50% - 15px);
    }
    #link_inner .col03 > dl:nth-of-type(3) {
        position: absolute;
        top: 20px;
        left: 50%;
    }
    #enquiry_inner li {
        float: none !important;
        text-align: center !important;
    }
    #enquiry_inner .col01,
    #enquiry_inner .col02,
    #enquiry_inner .col03 {
        margin: 20px 0 0 !important;
    }
    #enquiry_inner a {
        display: inline-block;
        margin-bottom: 30px;
    }
}

/* --------------------------------------------------------------------
 * components - title
 */
.ttl-basic, .ttl-basic--blk, .ttl-basic--wht {
    position: relative;
    padding-top: 40px;
    padding-bottom: 32px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.ttl-basic::after, .ttl-basic--blk::after, .ttl-basic--wht::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 65px;
    height: 2px;
}

.ttl-basic img, .ttl-basic--blk img, .ttl-basic--wht img {
    height: 1em;
    margin-right: .25em;
}

.ttl-basic, .ttl-basic--blk {
    color: #41403e;
}

.ttl-basic::after, .ttl-basic--blk::after {
    background-color: #41403e;
}

.ttl-basic--wht {
    color: #fff;
}

.ttl-basic--wht::after {
    background-color: #fff;
}

.ttl-basic__txt::after {
    content: attr(data-text) "";
    display: block;
    font-size: 60%;
    text-align: center;
}

.ttl-basic .ttl-basic__txt::after,
.ttl-basic--blk .ttl-basic__txt::after {
    color: #118ccf;
}

@media (min-width: 737px) {
    .ttl-basic, .ttl-basic--blk, .ttl-basic--wht {
        font-size: 26px;
    }
}

/* --------------------------------------------------------------------
 * components - paragraph
 */
.prg,
.prg-md {
    font-size: 14px;
    line-height: 1.5;
}

.prg-xs {
    font-size: 10px;
    line-height: 1.5;
}

.prg-sm {
    font-size: 12px;
    line-height: 1.5;
}

.prg-lg {
    font-size: 16px;
    line-height: 1.5;
}

.prg-xl {
    font-size: 18px;
    line-height: 1.5;
}

.ta-c {
    text-align: center;
}

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

@media (min-width: 576px) {
    .ta-sm-c {
        text-align: center;
    }
    .ta-sm-l {
        text-align: left;
    }
    .ta-sm-r {
        text-align: right;
    }
}

@media (min-width: 737px) {
    .ta-md-c {
        text-align: center;
    }
    .ta-md-l {
        text-align: left;
    }
    .ta-md-r {
        text-align: right;
    }
}

/* --------------------------------------------------------------------
* components - label
*/
.cat-1 {
    background-color: #c53c3c;
    color: #fff;
}

.cat-2 {
    background-color: #f37a32;
    color: #fff;
}

.cat-3 {
    background-color: #709f1e;
    color: #fff;
}

.cat-4 {
    background-color: #8a743e;
    color: #fff;
}

.cat-5 {
    background-color: #848291;
    color: #fff;
}

.cat-6 {
    background-color: #118ccf;
    color: #fff;
}

.cat-7 {
    background-color: #f0f0f0;
    color: #424242;
}

.cat-8 {
    background-color: #9867b7;
    color: #fff;
}

/* --------------------------------------------------------------------
* components - button
*/
.btn-basic, .btn-basic--wht, .btn-basic--in {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 270px;
    height: 3.35em;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 1;
    text-decoration: none !important;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-basic::before, .btn-basic--wht::before, .btn-basic--in::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-basic::after, .btn-basic--wht::after, .btn-basic--in::after {
    z-index: 4;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: .5em;
    height: .5em;
    margin: auto;
    border-width: 1px;
    border-style: solid;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-basic, .btn-basic--in {
    background-color: #118ccf;
    color: #fff !important;
}

.btn-basic::before, .btn-basic--in::before {
    background-color: #255696;
}

.btn-basic::after, .btn-basic--in::after {
    border-color: #fff #fff transparent transparent;
}

.btn-basic--wht {
    background-color: #fff;
    color: #118ccf !important;
}

.btn-basic--wht::before {
    background-color: #118ccf;
}

.btn-basic--wht::after {
    border-color: #118ccf #118ccf transparent transparent;
}

.btn-basic__txt {
    position: relative;
    z-index: 3;
}

@media (min-width: 576px) {
    .btn-basic, .btn-basic--wht, .btn-basic--in {
        font-size: 15px;
    }
}

@media (min-width: 737px) {
    .btn-basic, .btn-basic--wht {
        font-size: 16px;
    }
    .btn-basic:hover, .btn-basic--wht:hover {
        opacity: 1 !important;
        -webkit-box-shadow: 0 0 3px rgba(9, 76, 113, 0.3);
        box-shadow: 0 0 3px rgba(9, 76, 113, 0.3);
    }
    .btn-basic:hover::before, .btn-basic--wht:hover::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .btn-basic--in {
        font-size: 16px;
    }
    .is-active .btn-basic--in {
        opacity: 1 !important;
        -webkit-box-shadow: 0 0 3px rgba(9, 76, 113, 0.3);
        box-shadow: 0 0 3px rgba(9, 76, 113, 0.3);
    }
    .is-active .btn-basic--in::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .btn-basic--wht:hover {
        color: #fff !important;
    }
    .btn-basic--wht:hover::after {
        border-color: #fff #fff transparent transparent;
    }
}

/* --------------------------------------------------------------------
* components - card
*/
.projects-crd,
.interviews-crd,
.specials-crd {
    opacity: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 1px;
}

.projects-crd__img,
.interviews-crd__img,
.specials-crd__img {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.projects-crd__obj,
.interviews-crd__obj,
.specials-crd__obj {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.is-active .projects-crd__obj, .is-active
.interviews-crd__obj, .is-active
.specials-crd__obj {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.projects-crd__content,
.interviews-crd__content,
.specials-crd__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* --------------------------------------------------------------------
 * aside - mailmagazine
 */
.moreproducts {
    background-color: #eef5fa;
}

.moreproducts__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
}

.moreproducts__item + .moreproducts__item {
    margin-top: 20px;
}

.moreproducts a {
    display: block;
    width: 100%;
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s;
    transition: .3s;
}

.moreproducts a:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.moreproducts img {
    width: 100%;
}

@media (min-width: 576px) {
    .moreproducts__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .moreproducts__item + .moreproducts__item {
        margin-top: 0;
        margin-left: 20px;
    }
}

/* --------------------------------------------------------------------
 * page - attoch
 * -------------------------------------------------------------------- */
/* 
 * mv
 */
.attoch-mv {
    margin-top: 55px !important;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: #111;
    background-repeat: no-repeat;
    background-image: url(../../img/pages/attoch/mv__bg.jpg);
    background-size: auto 100%;
    background-position: center center;
}

.attoch-mv__copy {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.attoch-mv__obj {
    width: 80%;
}

@media (min-width: 737px) {
    .attoch-mv {
        height: 670px;
        padding-top: 0;
        margin-top: 94px !important;
    }
    .attoch-mv__obj {
        width: 651px;
        height: 320px;
    }
}

/*
 * introduction
 */
#introduction {
    background-color: #255696;
    background-repeat: no-repeat;
    background-image: url(../../img/pages/attoch/introduction__bg.jpg);
    background-size: auto 100%;
    background-position: center center;
    color: #fff;
}

@media (min-width: 737px) {
    #introduction {
        min-height: 505px;
    }
}

.introduction__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 100vw;
    font-size: 14px;
    color: #fff;
}

.introduction__btn {
    padding: 20px 20px 40px;
}

@media (min-width: 737px) {
    .introduction__wrp {
        min-width: 1220px;
        height: 505px;
        min-height: 505px;
    }
}

/* 
 * points
 */
#points {
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-image: url(../../img/pages/attoch/points__bg.jpg), url(../../img/pages/attoch/points__bg.jpg);
    background-size: auto 100%;
    background-position: left top, right bottom;
}

@media (min-width: 737px) {
    #points {
        background-image: url(../../img/pages/attoch/points__bg.jpg);
        background-size: auto 100%;
        background-position: center center;
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

.points__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 50px;
}

.points__wrp + .points__wrp {
    margin-top: 20px;
}

.points__fig {
    width: 100%;
    margin: 0;
    padding: 0;
}

.points__fig img {
    width: 100%;
}

.points__wrp:nth-of-type(odd) .points__fig {
    padding-right: 30px;
}

.points__wrp:nth-of-type(even) .points__fig {
    padding-left: 30px;
}

.points__contents {
    width: calc(100% - 30px);
    margin-top: -120px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: rgba(234, 242, 249, 0.9);
}

.points__wrp:nth-of-type(odd) .points__contents {
    margin-left: 30px;
}

.points__wrp:nth-of-type(even) .points__contents {
    margin-right: 30px;
}

.points__ttl {
    font-size: 17px;
    border-bottom: 1px solid #118ccf;
}

.points__txt {
    margin-top: 1em;
}

@media (min-width: 737px) {
    .points__wrp {
        margin-bottom: 100px;
    }
    .points__wrp:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .points__wrp:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .points__wrp + .points__wrp {
        margin-top: 130px;
    }
    .points__fig {
        width: 510px;
        padding: 0 !important;
    }
    .points__contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 510px;
        margin-top: 60px;
        margin-bottom: -60px;
        padding: 40px;
        background-color: rgba(234, 242, 249, 0.8);
    }
    .points__wrp:nth-of-type(odd) .points__contents {
        margin-left: -60px;
    }
    .points__wrp:nth-of-type(even) .points__contents {
        margin-right: -60px;
    }
    .points__ttl {
        font-size: 26px;
    }
    .points__btn .btn-basic {
        margin-left: 0 !important;
    }
}

/* 
 * projects
 */
.projects__wrp {
    background-color: #255696;
    background-repeat: no-repeat;
    background-image: url(../../img/pages/attoch/projects__bg.jpg);
    background-size: auto 100%;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 75px;
}

.projects-mod {
    position: relative;
}

.projects-mod__content {
    margin-top: 20px;
    margin-right: -5px;
    margin-bottom: 20px;
    margin-left: -5px;
    position: relative;
    padding-bottom: 50px;
}

.projects-mod__content > * {
    width: 100%;
}

.projects-mod__item {
    padding: 5px;
}

.projects-crd__img {
    padding-top: 66.6%;
}

.projects-crd__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.projects-crd__lbl {
    margin-bottom: 5px;
}

.projects-crd__lbl span {
    float: none !important;
    display: block !important;
    margin-top: 0 !important;
    white-space: nowrap;
    font-size: 8px !important;
}

@media (min-width: 576px) {
    .projects-mod__content {
        padding-bottom: 50px;
    }
}

@media (min-width: 737px) {
    .projects__wrp {
        padding-top: 60px;
        padding-bottom: 100px;
        background-size: cover;
    }
    .projects-mod {
        min-width: 960px;
    }
    .projects-mod__content {
        margin-right: -10px;
        margin-left: -10px;
        padding-bottom: 50px;
    }
    .projects-mod__item {
        padding: 10px;
    }
    .projects-crd__ttl {
        font-size: 14px;
        font-weight: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .projects-crd__lbl span {
        margin-top: .25em !important;
        margin-left: 1em;
    }
}

/*
 * others
 */
.others__items {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.others__item {
    width: 100%;
}

.others__bnr {
    opacity: 1 !important;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    color: #fff !important;
    text-decoration: none !important;
}

.others__bnr::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 1px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
}

.others__bnr.is-active::after {
    right: 2px;
    bottom: 2px;
    border-width: 6px;
}

.others__ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}

.others__txt {
    display: block;
    width: 100%;
    padding: 1em 0;
    text-align: center;
    line-height: 1;
}

.others__img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    padding-top: 33.3%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.is-active .others__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 576px) {
    .others__wrp {
        background-repeat: no-repeat;
        background-image: url(../../img/pages/attoch/others__bg.jpg);
        background-size: auto 100%;
        background-position: center center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .others__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 540px;
    }
    .others__item {
        width: 33.3%;
    }
    .others__ttl {
        font-size: 15px;
    }
    .others__txt {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .others__img {
        padding-top: 100%;
    }
}

@media (min-width: 737px) {
    .others__wrp {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .others__items {
        max-width: 960px;
    }
    .others__ttl {
        padding: 50px;
        font-size: 23px;
    }
}

/*
 * interviews
 */
.interviews__wrp {
    background-repeat: no-repeat;
    background-image: url(../../img/pages/attoch/interviews__bg.jpg);
    background-size: auto 100%;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 75px;
}

.interviews-lst__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: -5px;
    margin-left: -5px;
}

.interviews-lst__item {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
}

.interviews-crd__img {
    padding-top: 46.6%;
}

.interviews-crd__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.interviews-crd__ttl {
    position: relative;
    width: 100%;
    padding-top: .5em;
    padding-bottom: .25em;
    font-size: 13px;
    border-bottom: 1px solid #118ccf;
    color: #118ccf;
}

.interviews-crd__ttl::after {
    content: "";
    display: block;
    position: absolute;
    right: 14.14px;
    bottom: -14.14px;
    width: 20px;
    height: 20px;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #118ccf transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.is-active .interviews-crd__ttl::after {
    opacity: 1;
}

.interviews-crd__hdg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: nowrap;
    overflow: hidden;
}

.interviews-crd__txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    overflow: hidden;
    margin-top: 1em;
    height: 4.5em;
    font-size: 10px;
    line-height: 1.5;
}

.interviews-crd__txt p {
    margin: 0;
    padding: 0;
}

@media (min-width: 576px) {
    .interviews-crd__ttl {
        font-size: 15px;
    }
    .interviews-crd__txt {
        font-size: 12px;
    }
}

@media (min-width: 737px) {
    .interviews__wrp {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .interviews-lst__items {
        margin-right: -10px;
        margin-left: -10px;
    }
    .interviews-lst__item {
        padding-right: 10px;
        padding-left: 10px;
    }
    .interviews-crd__ttl {
        font-size: 23px;
    }
    .interviews-crd__txt {
        font-size: 14px;
    }
}

/*
 * lineups
 */
.lineups__wrp {
    background-color: #255696;
    background-repeat: no-repeat;
    background-image: url(../../img/pages/attoch/projects__bg.jpg);
    background-size: auto 100%;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 75px;
}

.lineups-lst__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: -5px;
    margin-left: -5px;
}

.lineups-lst__item {
    width: 50%;
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.lineups__lnk {
    opacity: 1 !important;
    display: block;
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.lineups__lnk img {
    width: 100%;
}

@media (min-width: 576px) {
    .lineups-lst__item {
        width: 33.3%;
    }
}

@media (min-width: 737px) {
    .lineups__wrp {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .lineups-lst__items {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lineups-lst__item {
        margin-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .lineups__lnk {
        -webkit-perspective: 500px;
        perspective: 500px;
    }
    .lineups__lnk img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    .lineups__lnk.is-active img {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .lineups__lnk::after {
        content: "";
        display: block;
        opacity: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 80%;
        height: 10px;
        background-color: #000;
        border-radius: 100%;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: rotateX(10deg);
        transform: rotateX(10deg);
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    .lineups__lnk.is-active::after {
        opacity: 1;
    }
}

/*
  * specials
  */
.specials__wrp {
    background-color: #eef5fa;
    background-repeat: no-repeat;
    background-image: url(../../img/pages/attoch/specials__bg.jpg);
    background-size: auto 100%;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 75px;
}

.specials-lst__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.specials-lst__item {
    width: 50%;
    margin-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
}

.specials-crd__img {
    padding-top: 66.6%;
    border: 1px solid #d2d2d2;
}

.specials-crd__ttl {
    display: block;
    margin-top: .75em;
    padding-bottom: .5em;
    border-bottom: 1px solid #118ccf;
}

.specials-crd__hdg {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow: hidden;
    height: 2.64em;
    line-height: 1.32;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}

.is-active .specials-crd__hdg {
    color: #118ccf;
}

.specials-crd__txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    overflow: hidden;
    margin-top: 1em;
    height: 6em;
    font-size: 11px;
    line-height: 1.5;
}

.specials-crd__txt p {
    margin: 0;
    padding: 0;
}

@media (min-width: 737px) {
    .specials__wrp {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .specials-lst__items {
        margin-right: -10px;
        margin-left: -10px;
    }
    .specials-lst__item {
        width: 25%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .specials-crd__hdg {
        font-size: 16px;
    }
    .specials-crd__txt {
        font-size: 13px;
    }
}

/*
  * news
  */
.news__wrp {
    background-repeat: no-repeat;
    background-image: url(../../img/pages/attoch/news__bg.jpg);
    background-size: auto 100%;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 75px;
}

.news-lst {
    font-size: 14px;
}

.news-lst__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    margin-top: .5em;
    padding-top: .75em;
    padding-bottom: .75em;
    border-bottom: 1px solid #41403e;
}

.news-lst__date {
    width: 6em;
    margin: 0;
    padding: 0;
    line-height: 120%;
}

.news-lst__lbl {
    display: block;
    width: 12em;
    margin: 0;
    padding: 0;
    margin-top: .1em;
    margin-bottom: .1em;
    margin-left: 2.5em;
    background-color: #118ccf;
    color: #fff;
    font-size: 86%;
    text-align: center;
    line-height: 1.4;
}

.news-lst__desc {
    width: 100%;
    margin: 0;
    padding: 0;
}

.news-lst__lnk {
    text-decoration: none !important;
}

.news-lst__lnk:hover {
    color: #118ccf !important;
}

.news-lst__txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .news__btn .btn-basic {
        max-width: 132px;
        margin-right: 0;
        padding-right: .5em;
        height: 2.5em;
    }
    .news__btn .btn-basic__txt {
        font-size: 90%;
    }
    .news-lst {
        min-height: 16em;
        font-size: 116%;
    }
    .news-lst__date {
        width: 6em;
        line-height: 120%;
    }
    .news-lst__lbl {
        font-size: 12px;
    }
    .news-lst__desc {
        width: calc(100% - 8em);
        margin-left: 8em;
    }
}

@media (min-width: 737px) {
    .news__wrp {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .news-lst {
        font-size: 16px;
    }
}

/*# sourceMappingURL=attoch.css.map */
