@charset "UTF-8";
/*──────────────────────────────────
メインビジュアル
──────────────────────────────────*/
@media (min-width: 750px) {
  ._common-header {
    background: rgba(255, 255, 255, 0);
  }
}

@media (min-width: 750px) {
  ._mv {
    position: relative;
    background: url(../img/index/bg_mv--pc.jpg) no-repeat center top;
    background-size: cover;
    min-height: 600px;
  }
}

@media (max-width: 749px) {
  ._mv {
    width: 100%;
    background: url(../img/index/bg_mv--sp.jpg) no-repeat center center/cover;
    padding-bottom: 21.87%;
  }
}

@media (min-width: 750px) {
  ._mv .catch {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 114px;
    height: 366px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    background: url(../img/index/txt_catch--pc.png) no-repeat;
  }
}

@media (max-width: 749px) {
  ._mv .catch {
    width: 75px;
    height: 248px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    background: url(../img/index/txt_catch--sp.png) no-repeat;
    background-size: cover;
    margin-top: 25.78%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 750px) {
  ._mv .scroll {
    display: block;
    width: 52px;
    height: 55px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
  }
}

@media (min-width: 750px) {
  ._mv .scroll span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/index/img_scroll.png) no-repeat;
    cursor: pointer;
    transition: .2s linear;
  }
  ._mv .scroll span:hover {
    opacity: .6;
  }
}

@media (min-width: 750px) {
  ._mv .scroll span::before, ._mv .scroll span::after {
    position: absolute;
    left: 33%;
    display: block;
    content: '';
    width: 100%;
    height: 10px;
  }
}

@media (min-width: 750px) {
  ._mv .scroll span::before {
    background: url(../img/index/img_scroll--arrow1.png) no-repeat;
    animation: scroll1 1.5s -.2s ease-in-out infinite;
  }
}

@media (min-width: 750px) {
  ._mv .scroll span::after {
    background: url(../img/index/img_scroll--arrow1.png) no-repeat;
    animation: scroll2 1.5s ease-in-out infinite;
  }
}

@keyframes scroll1 {
  0% {
    bottom: -10px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    bottom: -15px;
    opacity: 0;
  }
}

@keyframes scroll2 {
  0% {
    bottom: -18px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    bottom: -23px;
    opacity: 0;
  }
}

/*──────────────────────────────────
私たちができること
──────────────────────────────────*/
@media (min-width: 750px) {
  ._sec-about {
    position: relative;
    width: 100%;
    min-height: 500px;
    text-align: center;
    background: url(../img/index/bg_about_left--pc.png) no-repeat left top, url(../img/index/bg_about_right--pc.png) no-repeat right top;
    padding-top: 87px;
    padding-bottom: 98px;
    z-index: 3;
  }
}

@media (max-width: 749px) {
  ._sec-about {
    width: 100%;
    text-align: center;
    background: url(../img/index/bg_about_left--sp.png) no-repeat left top, url(../img/index/bg_about_right--sp.png) no-repeat right top;
    background-size: 78px 80px , 75px 84px;
    padding-top: 10.93%;
    padding-bottom: 9.06%;
    border-bottom: 1px solid #e8e8e8;
  }
}

._sec-about .main-ttl {
  font-family: YuMincho,'Yu Mincho',"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro,"ＭＳ Ｐ明朝", MS PMincho, serif;
  color: #329072;
}

@media (min-width: 750px) {
  ._sec-about .main-ttl {
    font-size: 36px;
    text-shadow: 8px 8px 0 #efefef;
    margin-bottom: 36px;
  }
}

@media (max-width: 749px) {
  ._sec-about .main-ttl {
    font-size: 16px;
    text-shadow: 4px 4px 0 #efefef;
    margin-bottom: 5.46%;
  }
}

._sec-about p {
  color: #329072;
  font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro,"ＭＳ Ｐ明朝", MS PMincho, serif;
  letter-spacing: 0.2em;
}

@media (min-width: 750px) {
  ._sec-about p {
    font-size: 17px;
    line-height: 28px;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
}

@media (max-width: 749px) {
  ._sec-about p {
    font-size: 12px;
    line-height: 22px;
  }
}

/*──────────────────────────────────
WORKS
──────────────────────────────────*/
@media (min-width: 750px) {
  ._sec-works {
    width: 100%;
    position: relative;
    padding-top: 72.91%;
    margin-top: -153px;
  }
}

@media (max-width: 749px) {
  ._sec-works {
    text-align: center;
    padding-top: 14.06%;
  }
}

@media (min-width: 750px) {
  ._sec-works .main-ttl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 173px;
    height: 173px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    background: url(../img/index/ttl_works--pc.png) no-repeat;
    z-index: 2;
  }
}

@media (max-width: 749px) {
  ._sec-works .main-ttl {
    width: 90px;
    height: 91px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    background: url(../img/index/ttl_works--sp.png) no-repeat;
    background-size: cover;
    margin-bottom: 15.62%;
  }
}

@media (min-width: 750px) {
  ._sec-works .works-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    *zoom: 1;
  }
  ._sec-works .works-list:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (max-width: 749px) {
  ._sec-works .works-list:after {
    content: '';
    display: block;
    width: 80%;
    padding-top: .1%;
    border-bottom: 1px solid #e8e8e8;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 750px) {
  ._sec-works .works-list > li {
    float: left;
    position: relative;
    width: 50%;
    overflow: hidden;
  }
}

@media (max-width: 749px) {
  ._sec-works .works-list > li {
    margin-left: 3.9%;
    margin-right: 3.9%;
  }
}

@media (min-width: 750px) {
  ._sec-works .works-list > li:hover .eye {
    transform: scale(1.01);
    transform-origin: center center;
  }
  ._sec-works .works-list > li:hover .mask {
    opacity: 1;
    box-shadow: 0 0 0 18px #fff inset;
  }
}

._sec-works .works-list > li .eye {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 750px) {
  ._sec-works .works-list > li .eye {
    padding-top: 73.05%;
    transition: .3s ease-out;
  }
}

@media (max-width: 749px) {
  ._sec-works .works-list > li .eye {
    padding-top: 81.43%;
  }
}

@media (min-width: 750px) {
  ._sec-works .works-list > li .mask {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 #fff inset;
    transition: .3s ease-out;
  }
}

@media (min-width: 750px) {
  ._sec-works .works-list > li .mask .inner {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: inline-block;
    text-align: center;
    transform: translateY(-50%);
    padding: 0 25px;
    font-family: MyYuGothicM,YuGothic,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro,"ＭＳ Ｐ明朝", MS PMincho, serif;
  }
}

@media (max-width: 749px) {
  ._sec-works .works-list > li .mask .inner {
    padding-top: 5.11%;
  }
}

._sec-works .works-list > li .mask .inner h3 {
  line-height: 1.3;
  font-weight: bold;
  color: #329072;
}

@media (min-width: 750px) {
  ._sec-works .works-list > li .mask .inner h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 749px) {
  ._sec-works .works-list > li .mask .inner h3 {
    font-size: 13px;
    margin-bottom: 4.25%;
  }
}

._sec-works .works-list > li .mask .inner .btn a {
  display: inline-block;
  color: #329072;
  font-weight: bold;
  border: 1px solid #329072;
  letter-spacing: .1em;
}

@media (min-width: 750px) {
  ._sec-works .works-list > li .mask .inner .btn a {
    font-size: 16px;
    padding: 16px 51px;
    transition: .3s ease-in-out;
  }
  ._sec-works .works-list > li .mask .inner .btn a:hover {
    background: #329072;
    color: #fff;
  }
}

@media (max-width: 749px) {
  ._sec-works .works-list > li .mask .inner .btn a {
    width: 80%;
    font-size: 11px;
    padding-top: 4.59%;
    padding-bottom: 4.59%;
    margin-bottom: 10.22%;
  }
}

/*──────────────────────────────────
NEWS
──────────────────────────────────*/
._sec-news {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #f2f2f2;
}

@media (min-width: 750px) {
  ._sec-news {
    padding-top: 68px;
  }
}

@media (max-width: 749px) {
  ._sec-news {
    padding-top: 13.75%;
  }
}

@media (min-width: 750px) {
  ._sec-news .inner {
    max-width: 999px;
    *zoom: 1;
    margin: 0 auto;
  }
  ._sec-news .inner:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (min-width: 750px) {
  ._sec-news .main-ttl {
    float: left;
    width: 173px;
    height: 173px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    background: url(../img/index/ttl_news--pc.png) no-repeat;
  }
}

@media (max-width: 749px) {
  ._sec-news .main-ttl {
    width: 90px;
    height: 91px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    background: url(../img/index/ttl_news--sp.png) no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12.5%;
  }
}

@media (min-width: 750px) {
  ._sec-news .post-list {
    float: left;
    width: calc( 100% - 218px);
    margin-left: 45px;
  }
}

@media (max-width: 749px) {
  ._sec-news .post-list {
    *zoom: 1;
    margin-left: 6.25%;
    margin-right: 6.25%;
  }
  ._sec-news .post-list:after {
    content: "";
    display: table;
    clear: both;
  }
}

._sec-news .post-list dt {
  font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro,"ＭＳ Ｐ明朝", MS PMincho, serif;
  float: left;
  clear: left;
}

@media (min-width: 750px) {
  ._sec-news .post-list dt {
    width: 15%;
    font-size: 16px;
    padding-left: 22px;
    padding-top: 21px;
    padding-bottom: 18px;
  }
}

@media (max-width: 749px) {
  ._sec-news .post-list dt {
    font-size: 12px;
    line-height: 1.5;
    width: 20%;
    padding-left: 2.81%;
    padding-top: 4.68%;
    padding-bottom: 4.21%;
  }
}

._sec-news .post-list dd {
  border-top: 1px dotted #939191;
}

@media (min-width: 750px) {
  ._sec-news .post-list dd {
    font-size: 16px;
    padding-left: 20%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 749px) {
  ._sec-news .post-list dd {
    font-size: 12px;
    line-height: 1.5;
    padding-left: 27%;
    padding-right: 2.81%;
    padding-top: 4.37%;
    padding-bottom: 4.21%;
  }
}

._sec-news .post-list dd:last-child {
  border-bottom: 1px dotted #939191 !important;
}

@media (min-width: 750px) {
  ._sec-news .post-list dd a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
  }
  ._sec-news .post-list dd a:hover {
    text-decoration: none;
  }
}

._sec-news .post-list .pdf span {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 750px) {
  ._sec-news .post-list .pdf span {
    margin-left: 10px;
  }
}

@media (max-width: 749px) {
  ._sec-news .post-list .pdf span {
    margin-left: 2px;
  }
}

@media (max-width: 749px) {
  ._sec-news .post-list .pdf span img {
    width: 1em;
    height: auto;
  }
}

@media (min-width: 750px) {
  ._sec-news .c_link-works {
    margin: 60px auto;
  }
}

/*──────────────────────────────────
Btn-link
──────────────────────────────────*/
@media (min-width: 750px) {
  ._btn-link {
    max-width: 1022px;
    overflow: hidden;
    margin: 58px auto;
  }
}

@media (min-width: 750px) {
  ._btn-link ul {
    width: 100%;
    *zoom: 1;
  }
  ._btn-link ul:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (max-width: 749px) {
  ._btn-link ul {
    margin-top: 14.06%;
    margin-bottom: 14.06%;
  }
}

@media (min-width: 750px) {
  ._btn-link ul li {
    float: left;
    margin: 11px;
  }
}

@media (max-width: 749px) {
  ._btn-link ul li {
    width: 76.4%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.37%;
  }
}

._btn-link ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 750px) {
  ._btn-link ul li a {
    transition: .2s linear;
  }
  ._btn-link ul li a:hover {
    opacity: .6;
  }
}

/*# sourceMappingURL=../../_sourcemaps/index.css.map */