@charset "utf-8";
.bg_color01 {
  background-image: linear-gradient(-45deg, #060, #090);
}
.bg_color02 {
  background-image: linear-gradient(-45deg, #ccc, #eee);
}
.bg_color03 {
  background-image: url("../images/common/bg_2.gif");
}
.bg_color04 {
  background-image: url("../images/common/bg_1.gif");
}
.bg_color05 {
  background-image: linear-gradient(-45deg, #fe7f2b, #f60);
}
.bg_color06 {
  background: url("../images/top/bg_sec1.jpg")repeat-x;
  background-position: top center;
}
@media screen and (min-width:340px) and (max-width:480px) {
  .tx_ll {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .tx_l {
    font-size: 1.5rem !important;
    line-height: 2.5rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tx_n {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {}
  .flex_low {}
  .flex_low2 {}
  .box30 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box30_box {}
  .box30_tx {
    text-align: center;
    margin: 0 0 1em;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box50 {
    margin: 0 0 1em;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
  }
  .box50:last-child {
    margin: 0;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
  }
  .top50tx {
    margin-bottom: 0.5em;
  }
  .box50in {
    margin: 0 auto;
    padding: 1em 3%;
    width: 94%;
    box-sizing: border-box;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/img01.jpg");
  }
  .parallax_in {
    margin: 2em auto;
    width: 90%;
    background: rgba(255, 255, 255, .8);
    box-sizing: border-box;
    padding: 0.5em;
  }
  .btn-click {
    width: 100%;
    height: 70px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #ff9;
    -moz-border-radius: 13px; /* Firefox */
    -webkit-border-radius: 13px; /* Safari,Chrome */
    border-radius: 13px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.3rem;
    color: #333 !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 70px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 70px;
    border: 70px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #ffc;
    display: block;
  }
  .btn-click:hover a {
    color: #333 !important;
    display: block;
  }
  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
    color: #fff;
  }
  figure:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  figure img {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  figure p {
    margin-top: 100px;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
  }
  figcaption {
    position: absolute;
    top: -150px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 150px;
    background: rgba(255, 102, 0, 0.8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    cursor: pointer;
  }
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .tx_ll {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .tx_l {
    font-size: 1.8rem !important;
    line-height: 2.5rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tx_n {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {}
  .flex_low {}
  .flex_low2 {}
  .box30 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box30_box {}
  .box30_tx {
    text-align: center;
    margin: 0 0 1em;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box50 {
    margin: 0 0 1em;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
  }
  .box50:last-child {
    margin: 0;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
  }
  .top50tx {
    margin-bottom: 0.5em;
  }
  .box50in {
    margin: 0 auto;
    padding: 1em 3%;
    width: 94%;
    box-sizing: border-box;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/img01.jpg");
  }
  .parallax_in {
    margin: 3em auto;
    width: 80%;
    background: rgba(255, 255, 255, .8);
    box-sizing: border-box;
    padding: 1em;
  }
  .btn-click {
    width: 100%;
    height: 70px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #ff9;
    -moz-border-radius: 13px; /* Firefox */
    -webkit-border-radius: 13px; /* Safari,Chrome */
    border-radius: 13px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.3rem;
    color: #333 !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 70px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 70px;
    border: 70px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #ffc;
    display: block;
  }
  .btn-click:hover a {
    color: #333 !important;
    display: block;
  }
  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
    color: #fff;
  }
  figure:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  figure img {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  figure p {
    margin-top: 100px;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
  }
  figcaption {
    position: absolute;
    top: -150px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 150px;
    background: rgba(255, 102, 0, 0.8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    cursor: pointer;
  }
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_ll {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .tx_l {
    font-size: 2rem !important;
    line-height: 3rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tx_n {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .box30 {
    margin: 0;
    padding: 0;
    width: 38%;
  }
  .box30_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .box30_tx {
    text-align: right;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .box50 {
    margin: 0 2%;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
  }
  .top50tx {
    margin-top: 0.2em;
  }
  .box50in {
    margin: 0 auto;
    padding: 1em 10%;
    width: 80%;
    box-sizing: border-box;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/img01.jpg");
  }
  .parallax_in {
    margin: 3em auto;
    width: 70%;
    background: rgba(255, 255, 255, .8);
    box-sizing: border-box;
    padding: 3em;
  }
  .btn-click {
    width: 100%;
    height: 70px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #ff9;
    -moz-border-radius: 13px; /* Firefox */
    -webkit-border-radius: 13px; /* Safari,Chrome */
    border-radius: 13px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1rem;
    color: #333 !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 70px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 70px;
    border: 70px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #ffc;
    display: block;
  }
  .btn-click:hover a {
    color: #333 !important;
    display: block;
  }
  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
    color: #fff;
  }
  figure:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  figure img {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  figure p {
    margin-top: 100px;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
  }
  figcaption {
    position: absolute;
    top: -150px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 150px;
    background: rgba(255, 102, 0, 0.8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    cursor: pointer;
  }
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .tx_ll {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .tx_l {
    font-size: 2rem !important;
    line-height: 3rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tx_n {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .box30 {
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .box30_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .box30_tx {
    text-align: right;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 69%;
  }
  .box50 {
    margin: 0 2%;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
  }
  .top50tx {
    margin-top: 0.2em;
  }
  .box50in {
    margin: 0 auto;
    padding: 1em 10%;
    width: 80%;
    box-sizing: border-box;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/img01.jpg");
  }
  .parallax_in {
    margin: 3em auto;
    width: 70%;
    background: rgba(255, 255, 255, .8);
    box-sizing: border-box;
    padding: 3em;
  }
  .btn-click {
    width: 100%;
    height: 70px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #ff9;
    -moz-border-radius: 13px; /* Firefox */
    -webkit-border-radius: 13px; /* Safari,Chrome */
    border-radius: 13px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.3rem;
    color: #333 !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 70px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 70px;
    border: 70px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #ffc;
    display: block;
  }
  .btn-click:hover a {
    color: #333 !important;
    display: block;
  }
  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    color: #fff;
  }
  figure:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  figure img {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  figure p {
    margin-top: 150px;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
  }
  figcaption {
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 200px;
    background: rgba(255, 102, 0, 0.8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    cursor: pointer;
  }
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width:1441px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 80%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .box30 {
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .box30_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .box30_tx {
    text-align: right;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 69%;
  }
  .box50 {
    margin: 0 2%;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
  }
  .top50tx {
    margin-top: 0.5em;
  }
  .box50in {
    margin: 0 auto;
    padding: 2em 10% 1em;
    width: 80%;
    box-sizing: border-box;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/img01.jpg");
  }
  .parallax_in {
    margin: 3em auto;
    width: 50%;
    background: rgba(255, 255, 255, .8);
    box-sizing: border-box;
    padding: 3em;
  }
  .btn-click {
    width: 100%;
    height: 70px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #ff9;
    -moz-border-radius: 13px; /* Firefox */
    -webkit-border-radius: 13px; /* Safari,Chrome */
    border-radius: 13px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.3rem;
    color: #333 !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 70px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 70px;
    border: 70px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #ffc;
    display: block;
  }
  .btn-click:hover a {
    color: #333 !important;
    display: block;
  }
  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    color: #fff;
  }
  figure:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  figure img {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  figure p {
    margin-top: 150px;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
  }
  figcaption {
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 200px;
    background: rgba(255, 102, 0, 0.8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    cursor: pointer;
  }
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
}
/*sec5*/
@media screen and (min-width:340px) and (max-width:768px) {
  .contact {
    margin: 1em auto 0;
    padding: 0;
    width: 97%;
  }
	.contact_h2 img{
    margin: 0 auto;
    padding: 0;
    width: 97;
  }
  .contact_in {
    margin: 0 auto 1em;
    width: 300px;
  }
  .contact_in:last-child {
    margin: 0 auto 0;
    width: 300px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
  .button-7dummy {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
  }
  .button-7dummy a {
    font-size: 1.5rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background: #ffc;
  }
	.button-7a {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
background: #fddea7; 
  }
  .button-7a a {
    font-size: 1.6rem;
    color: #fff;text-shadow: 
-1px -1px 0px #f60, 
1px -1px 0px #f60, 
1px 1px 0px #f60, 
-1px 1px 0px #f60;
	  font-weight: bold;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7a {
    width: 100%;
    height: 60px;
    border: 60px solid #f8b239;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7a:hover .eff-7a {
    border: 0px solid #f8b239;
    display: block;
  }
  .button-7a:hover a {
    color: #fff;
    display: block;
  }
  .button-7 {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #ffc;
  }
  .button-7 a {
    font-size: 1.5rem;
    color: #666;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #fff;
    display: block;
  }
  .button-7:hover a {
    color: #333;
    display: block;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .contact {
    margin: 1em auto 0;
    padding: 0;
    width: 97%;
    display: flex;
    align-content: space-between;
  }
	.contact_h2 img{
    margin: 0 auto;
    padding: 0;
    width: 500px;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
  .button-7dummy {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
  }
  .button-7dummy a {
    font-size: 1.8rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background: #ffc;
  }
	.button-7a {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
background: #fddea7; 
  }
  .button-7a a {
    font-size: 1.6rem;
    color: #fff;text-shadow: 
-1px -1px 0px #f60, 
1px -1px 0px #f60, 
1px 1px 0px #f60, 
-1px 1px 0px #f60;
	  font-weight: bold;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7a {
    width: 100%;
    height: 60px;
    border: 60px solid #f8b239;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7a:hover .eff-7a {
    border: 0px solid #f8b239;
    display: block;
  }
  .button-7a:hover a {
    color: #fff;
    display: block;
  }
  .button-7 {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #ffc;
  }
  .button-7 a {
    font-size: 1.8rem;
    color: #666;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #fff;
    display: block;
  }
  .button-7:hover a {
    color: #333;
    display: block;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .contact {
    margin: 1em auto 0;
    padding: 0;
    width: 800px;
    display: flex;
    align-content: space-between;
  }
	.contact_h2 img{
    margin: 0 auto;
    padding: 0;
    width: 500px;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
  .button-7dummy {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
  }
  .button-7dummy a {
    font-size: 1.8rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background: #ffc;
  }
	.button-7a {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
background: #fddea7; 
  }
  .button-7a a {
    font-size: 1.6rem;
    color: #fff;text-shadow: 
-1px -1px 0px #f60, 
1px -1px 0px #f60, 
1px 1px 0px #f60, 
-1px 1px 0px #f60;
	  font-weight: bold;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7a {
    width: 100%;
    height: 60px;
    border: 60px solid #f8b239;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7a:hover .eff-7a {
    border: 0px solid #f8b239;
    display: block;
  }
  .button-7a:hover a {
    color: #fff;
    display: block;
  }
  .button-7 {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #ffc;
  }
  .button-7 a {
    font-size: 1.8rem;
    color: #666;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #fff;
    display: block;
  }
  .button-7:hover a {
    color: #333;
    display: block;
  }
}
@media screen and (min-width:1441px) {
  .contact {
    margin: 1em auto 0;
    padding: 0;
    width: 800px;
    display: flex;
    align-content: space-between;
  }
	.contact_h2 img{
    margin: 0 auto;
    padding: 0;
    width: 500px;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
  .button-7dummy {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #fff;
  }
  .button-7dummy a {
    font-size: 1.8rem;
    color: #666 !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background: #ffc;
  }
	.button-7a {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
background: #fddea7; 
  }
  .button-7a a {
    font-size: 1.6rem;
    color: #fff;text-shadow: 
-1px -1px 0px #f60, 
1px -1px 0px #f60, 
1px 1px 0px #f60, 
-1px 1px 0px #f60;
	  font-weight: bold;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7a {
    width: 100%;
    height: 60px;
    border: 60px solid #f8b239;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7a:hover .eff-7a {
    border: 0px solid #f8b239;
    display: block;
  }
  .button-7a:hover a {
    color: #fff;
    display: block;
  }
  .button-7 {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #ffc;
  }
  .button-7 a {
    font-size: 1.8rem;
    color: #666;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #fff;
    display: block;
  }
  .button-7:hover a {
    color: #333;
    display: block;
  }
}