/* Scss Document */
/* Scss Document */
#key {
  height: 807px; }
  #key .bx-wrapper, #key .bx-viewport {
    height: 807px; }
  #key li {
    height: 807px;
    position: relative; }
  #key li:nth-child(1) {
    background: url(../img/index/key_bg1.jpg) no-repeat center/cover; }
  #key li:nth-child(2) {
    background: url(../img/index/key_bg2.jpg) no-repeat center/cover; }
  #key li:nth-child(3) {
    background: url(../img/index/key_bg3.jpg) no-repeat center/cover; }
  #key li:nth-child(4) {
    background: url(../img/index/key_bg4.jpg) no-repeat center/cover; }
  #key .keyInfo {
    width: 100%;
    position: absolute;
    top: 142px;
    left: 0; }
    #key .keyInfo .key_txt {
      color: #fff;
      font-size: 30px;
      line-height: 45px;
      font-family: shin_DB; }
  #key .bx-viewport {
    position: relative;
    z-index: 0; }
  #key .bx-controls {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    #key .bx-controls .bx-pager-item {
      display: inline-block;
      margin: 0 5px; }
      #key .bx-controls .bx-pager-item a {
        display: block;
        width: 26px;
        height: 6px;
        font-size: 0;
        background: #fff; }
        #key .bx-controls .bx-pager-item a.active {
          background: #28a099; }
  #key .key_txt2 {
    top: 71px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

#service {
  padding: 57px 0 39px 0; }
  #service h2 {
    margin-bottom: 26px; }
  #service #newsItem {
    margin-bottom: 21px;
    display: block;
    position: relative; }
  #service #newsItem:hover {
    opacity: 0.7;
}
    #service #newsItem p {
      width: 60%;
 }
      /*#service #newsItem p img {
        width: 100%; }*/
    #service #newsItem dl {
      right: 49px; }
    #service #newsItem dt {
      margin-left: 2px; }
    #service #newsItem dd {
      margin-top: 20px; }
      #service #newsItem dd {
    width: 100%;
    margin-left: 0;
    text-align: left;
    font-size: 16px;
}
  #service .serviceItem2 {
    margin-bottom: 40px;
    width: 24.2%;
    margin-left: 1%;
    float: left;
    text-align: center;
    font-family: kozuka_B;
    color: #2f2f2f;
    position: relative; }
    #service .serviceItem2:nth-child(1) {
      margin-left: 0; }
    #service .serviceItem2 .service_icon {
      margin: auto;
      width: 39.7%; }
    #service .serviceItem2 .service_ttl {
      margin-top: -36px;
      position: relative; }
      #service .serviceItem2 .service_ttl span {
        display: block;
        padding: 9px 0 24px 0; }
      #service .serviceItem2 .service_ttl .newly_icon {
        bottom: 12px;
        right: 12px;
        position: absolute;
        width: 15px;
        height: 13px;
        background: url(../img/shared/icon_link_3a.png) no-repeat center/100% 100%;
        pointer-events: none;
        padding: 0; }
  #service #reform {
    display: block;
    position: relative; }
  #service #reform:hover {
    opacity: 0.7;
}
    #service #reform p {
      text-align: right;
      width: 30%;
      margin-left: 40.7%; }
      /*#service #reform p img {
        width: 100%; }*/
    #service #reform dl {
      left: 46px; }
    #service #reform dd {
    margin-top: 20px;
    font-size: 16px;
}

#topic {
    /*background: url(../img/shared/topic_bg.jpg);*/
    padding: 55px 0 46px 0;
    text-align: center;
    margin-bottom: 20px;
}
  #topic h2 {
    margin-bottom: 27px; }
#topic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#topic ul li {
    position: relative;
    margin-bottom: 28px;
}
/*#topic ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 115, 227, 0.5);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}*/



#topic ul li a .topic_img::after {
    background-color: #36ADA4;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
#topic ul li a:hover .topic_img::after {
	opacity: 0;
	left: 100%;
}
#topic ul li a:hover img {
	opacity: 1;
}
  #topic ul li a {
    display: inline-block;
    position: relative; }
    #topic a .topic_ttl {
      line-height: 1.3em;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 24px;
      font-family: kozuka_B; }
      #topic a .topic_ttl span {
        display: block;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 17px;
        font-family: pier_R;
        line-height: 24px; }

    #topic a:hover {
      text-decoration: none; }


#news {
    padding: 100px;
    background-color: #EBEAE9;
    margin-bottom: 100px;
}
#news.wrap {
    width: 900px;
}
#news h2 {
    margin-bottom: 13px;
    text-align: left;
    float: left;
    color: #000000;
    font-size: 36px;
}
#news h2 span {
    font-size: 13px;
}
#news .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#news .newsList,
#news .map {
    width: 650px;
    float: right;
}
#news .map h3 {
    margin-bottom: 30px;
}
#news .map p {
    margin-bottom: 20px;
}
    #news .newsList ul {
    padding-top: 4px;
    border-top: 1px solid #a7a7a7;
}
    #news .newsList li {
    border-bottom: 1px solid #a7a7a7;
    line-height: 24px;
    padding: 1.7em 0 1.3em 0;
    color: #000;
    text-align: left;
        font-family: kozuka_R;
}
    #news .newsList li .span1 {
    text-align: center;
    color: #fff;
    width: 70px;
    background: #36ada4;
    font-size: 10px;
    display: inline-block;
    float: left;
}
#news .newsList li .span2 {
    margin-left: 0px;
    color: #AFB0B2;
    font-size: 13px;
    margin-right: 6px;
    float: left;
}
#news .newsList li .span3 {
    float: right;
    font-size: 18px;
    display: block;
    font-family: kozuka_B;
    width: calc(100% - 170px);
}
      /*#news .newsList li .span2 {
        float: left;
        margin-left: 15px;
        letter-spacing: 2px; }
      #news .newsList li .span3 {
        float: right;
        width: calc(100% - 270px);
        font-size: 15px; }*/
      #news .newsList li a {
        display: block; }
      #news .newsList li a:hover .span3 {
        text-decoration: underline; }
    #news .newsList .viewmore {
      text-align: right;
      margin-top: 40px;
      line-height: 37px;
      font-size: 13px; }
      #news .newsList .viewmore a {
        display: inline-block;
        background: #e3e0dd;
        padding: 0 22px;
        transition: all 0.3s; }
        #news .newsList .viewmore a:hover {
          text-decoration: none;
          opacity: 0.6; }
  #sns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
  #sns h2 {
    margin-bottom: 40px;
}
  #sns .facebook {
    width: 500px;
}
  #sns .instagram {
    width: 550px;
}
#sb_instagram #sbi_images {
    padding-top: 0px !important;
}

@media only screen and (max-width: 1080px) {
  /* Tablet */
  #key, #key .bx-wrapper, #key .bx-viewport, #key li {
    height: 684px; }

  #key li:nth-child(1) {
    background-position: 28% center !important; }
  #key li:nth-child(2) {
    background-position: 76% center !important; }
  #key .keyInfo {
    top: 120px; }
    #key .keyInfo .key_txt {
      font-size: 25px;
      line-height: 38px; }
    #key .keyInfo .key_logo {
      width: 228px;
      margin: auto; }
      #key .keyInfo .key_logo img {
        width: 100%; }
  #key .key_txt2 {
    top: 55px; }
    #key .key_txt2 img {
      width: 300px; }

  #topic a {
    width: 31%; }
    #topic a .label {
      padding: 26px 8px;
      bottom: 36%; } }
@media only screen and (min-width: 769px) {
  #service #newsItem dl, #service #reform dl {
    position: absolute;
    top: 50%;
    transform: translateY(-47%);
    width: 31.4%; }
}
@media only screen and (max-width: 768px) {
  /* Mobile - Large */
  #service {
    padding: 50px 0 60px 0; }
    #service h2 {
      display: none; }
    #service #newsItem {
      margin-bottom: 30px; }
    #service #reform {
      margin-top: 30px; }
    #service #newsItem dl, #service #reform dl {
    padding: 7%;
}
    #service #newsItem dd, #service #reform dd {
      max-width: 455px; }
    #service #newsItem p, #service #reform p {
      width: 100%;
      margin-left: 0; }
    #service .serviceItem2 {
      padding-bottom: 47px;
      margin-bottom: 30px;
      width: 100%;
      margin-left: 0 !important; }
      #service .serviceItem2 .service_ttl {
        margin-top: -87px;
        font-size: 30px;
        line-height: 1em; }
        #service .serviceItem2 .service_ttl span {
          padding: 19px 0 0 0; }
        #service .serviceItem2 .service_ttl .newly_icon {
          right: 4%;
          width: 25px;
          height: 22px;
          padding-top: 0;
          bottom: 3px; }
  #service img {
    width: 100%;
}

  #topic {
    padding-bottom: 57px; }
    #topic a {
    width: 100%;
    margin: 0 0 30px 0;
    padding-bottom: 0px;
}
      #topic a .topic_ttl {
        font-size: 25px;
        line-height: 1.8em;
        padding: 34px 0 14px 0; }
        #topic a .topic_ttl span {
          font-size: 12px;
          line-height: 2.4em; }
      #topic a:after {
        right: 4%;
        bottom: 4%;
        width: 25px;
        height: 23px; }
#topic img {
    width: 100%;
}
    
#news.wrap {
    width: 100%;
    margin-left: 0px;
}
  #news {
    padding: 51px 5% 30px;
    margin-bottom: 0px;
}
    #news .newsList {
      padding-bottom: 55px;
      width: 100%; }
      #news .newsList .viewmore {
        margin: auto;
        text-align: center;
        margin-top: 40px; }
        #news .newsList .viewmore a {
          padding: 0 40px; }
      #news .newsList li .span3 {
        width: 100%;
        margin-top: 5px; }
#news .map {
    width: 100%;
    float: none;
    padding-top: 0px;
    padding-bottom: 156.25%;
}
#news .map iframe {
        position: absolute;
        top: 160px;
        left: 0;
        width: 100%;
        height: 100%;
}
#sns {
    display: none;
}
    #news .facebook {
      width: 300px;
      margin: 0 auto;
      float: none; }
address {
    padding-bottom: 90px;
}
}
@media only screen and (max-width: 768px) and (min-width: 476px) {
  /* Mobile - Small */
  #topic a .label {
    font-size: 23px;
    line-height: 1.4em;
    right: 10%;
    bottom: 33%;
    padding: 39px 12px; }
    #topic a .label:before {
      height: 43px;
      top: -31px; }
    #topic a .label:after {
      border-width: 12px 8px 0 8px;
      bottom: -11px; }

  #news .newsList li {
    padding: 35px 0 22px 0; }
    #news .newsList li .span1 {
      font-size: 16px;
      line-height: 30px;
      width: 125px; }
    #news .newsList li .span2 {
      font-size: 17px;
      line-height: 30px; }
    #news .newsList li .span3 {
      clear: both;
      font-size: 18px; }
  #news .newsList .viewmore {
    font-size: 18px;
    line-height: 2.5em; }
    #news .newsList .viewmore a {
      padding: 0 40px; } }
@media only screen and (max-width: 640px) {
#topic {
    padding-top: 0px;
}
}
@media only screen and (max-width: 475px) {
  /* Mobile - Small */
  #key, #key .bx-wrapper, #key .bx-viewport, #key li {
    height: 480px; }

  #key .keyInfo {
    top: 90px; }
    #key .keyInfo .key_txt {
      font-size: 4.6vw;
      line-height: 1.5em; }
    #key .keyInfo .key_logo {
      width: 40%; }
  #key .key_txt2 {
    top: 8%;
    width: 50%; }
    #key .key_txt2 img {
      width: 100%; }

  #service {
    padding: 40px 0 50px 0; }
    #service .service_img2 img {
      width: 40%; }
    #service #newsItem dd, #service #reform dd {
      margin-top: 10px; }
    #service .serviceItem2 .service_ttl {
      font-size: 6.3vw;
      margin-top: -18%; }
      #service .serviceItem2 .service_ttl span {
        padding-top: 4%; }
    #service #newsItem, #service .serviceItem2, #service #reform {
      margin-bottom: 20px; }

  #topic h2 {
    margin-bottom: 18px; }
  #topic a {
    margin-bottom: 20px; }
    #topic a .topic_ttl {
      font-size: 5.2vw;
      padding: 1em 0 0 0; }
      #topic a .topic_ttl span {
        font-size: 10px;
        line-height: 2em; }
    #topic a:after {
      width: 18px;
      height: 15px; } }
@media only screen and (max-width: 375px) {
  #service .serviceItem2:nth-child(1) .service_ttl:after {
    bottom: 0; } }
