/*
Theme Name: tokka web design
Author: tokka web design
Author URI: http://tokkaweb.jp/
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    color: #333333;
    /*background-color: #f9f9f9;*/
}

/* ------------------------------------- /
/   header
/* ------------------------------------- */
.head {
    padding: 30px 0;
    position: fixed;
    z-index: 999;
}
.head .logo {
    width: 300px;
    margin-left: 20px;
}
.head .logo img{
    width: 100%;
}

@media (max-width: 480px){
.head .logo {
    width: 200px;
    margin-left: 20px;
}
}

/*  drawer_menu
/* ------------------------------------- */
.head .drawer_menu a {
    color: inherit;
    text-decoration: none;
}
.head .drawer_menu a:visited {
    color: inherit;
}
.head .drawer_menu .drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
    top: 0;
    left: 0;
}
.head .drawer_menu .drawer_button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 42px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 32px;
    z-index: 1001;
    text-align: center;
    outline: none;
}
.head .drawer_menu .drawer_button.active .drawer_bar {
    width: 49px;
}
.head .drawer_menu .drawer_button.active .drawer_bar1 {
    transform: rotate(30deg);
}
.head .drawer_menu .drawer_button.active .drawer_bar2 {
    opacity: 0;
}
.head .drawer_menu .drawer_button.active .drawer_bar3 {
    transform: rotate(-30deg);
}
.head .drawer_menu .drawer_button.active .drawer_menu_text {
    display: none;
}
.head .drawer_menu .drawer_button.active .drawer_close {
    display: block;
}
.head .drawer_menu .drawer_bar {
    display: block;
    height: 2px;
    margin: 10px 0;
    transition: all 0.2s;
    transform-origin: 0 0;
}
.head .drawer_menu .drawer_text {
    text-align: center;
    font-size: 10px;
}
.head .drawer_menu .drawer_close {
    letter-spacing: 0.08em;
    display: none;
}
.head .drawer_menu .drawer_menu_text {
    display: block;
}
.head .drawer_menu .drawer_nav_wrapper {
    width: 312px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(312px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
}
.head .drawer_menu .drawer_nav_wrapper.open {
    transform: translate(0);
}
.head .drawer_menu.left .drawer_button {
    right: auto;
    left: 32px;
}
.head .drawer_menu.left .drawer_nav_wrapper {
    transform: translate(-312px);
    right: auto;
    left: 0;
}
.head .drawer_menu.left .drawer_nav_wrapper.open {
    transform: translate(0);
}
/*+++ Default Navigation CSS +++*/
.head .drawer_menu .drawer_nav {
    padding: 112px 24px;
}
.head .drawer_menu .drawer_nav li{
    margin-bottom: 15px;
}
.head .drawer_menu .drawer_nav li a{
    font-size: 1.7rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
.head .drawer_menu .drawer_nav li a:hover{
    color: #b3b3b3;
    transition: 0.3s;
}
/*+++ Default Button Color +++*/
.head .drawer_menu .drawer_button {
    color: #333333;
}
.head .drawer_menu .drawer_button .drawer_bar {
    background-color: #333333;
}
@media (max-width: 480px){
.head .drawer_menu .drawer_button {
    right: 20px;
}
}


/* ------------------------------------- /
/   main-visual
/* ------------------------------------- */
.main-visual {
    padding-bottom: 100px;
    width: 100%;
    background-image: url(../img/main-visual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-visual-box{
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 110px 0 150px;
    background-image: url(../img/concept_bk.png);
    background-repeat: no-repeat;
    background-size: 620px;
    background-position: center 90px;
}
.main-visual-box .img img{
    max-width: 850px;
    display: block;
}
.main-visual-box .txt_box {
    margin-top: 100px;
}
.main-visual-box .txt_box p.en{
    font-size: 13rem;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
}
.main-visual-box .txt_box p.jp{
    display: block;
    font-size: 5rem;
    font-weight: 700;
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    color: #000;
}
.main-visual-box .txt {
    position: absolute;
    right: 10%;
    bottom: 0;
    max-width: 365px;
}
.main-visual-box .txt h1{
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 300;
}
.main-visual-box .txt h2{
    display: inline-block;
    padding: 7px 10px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: #000;
}
.main-visual-box .txt p{
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2;
    margin: 30px 0 0;
}
@media (max-width: 1024px){
.main-visual-box{
    padding: 110px 50px 150px;
}
}
@media (max-width: 768px){
.main-visual {
    padding-bottom: 200px;
}
.main-visual-box .txt_box p.en{
    font-size: 10rem;
}
.main-visual-box .txt {
    right: 0;
    bottom: -100px;
}
}
@media (max-width: 480px){
.main-visual-box{
    padding: 110px 20px 150px;
    background-image: url(../img/concept_bk_sp.png);
    background-size: 105px;
    background-position: center 90px;
}
.main-visual-box .txt_box p.en{
    font-size: 6rem;
}
.main-visual-box .txt_box p.jp{
    font-size: 2.5rem;
}
.main-visual-box .txt {
    right: 20px;
    text-align: right;
}
.main-visual-box .txt h2{
    font-size: 1.8rem;
}
}
@media (max-width: 375px){
.main-visual-box .txt_box p.en{
    font-size: 5rem;
}
.main-visual-box .txt_box p.jp{
    font-size: 2.5rem;
}
.main-visual-box .txt h2{
    font-size: 1.7rem;
}
}


/* ------------------------------------- /
/   Content
/* ------------------------------------- */
.inner {
    max-width: 1080px;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.flex:before {
    content: "";
    display: block;
    width: calc(25% - 20px);
    order: 1;
}
.flex:after {
    content: "";
    display: block;
    width: calc(25% - 20px);
}
.jc-sb {
    justify-content: space-between;
}
.fw-w {
    flex-wrap: wrap;
}
@media (max-width: 1024px){
.inner {
    padding: 0 20px;
}
}

.title {
    margin-bottom: 50px;
}
.title h2{
    position: relative;
    margin-bottom: 15px;
    font-size: 8rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-indent: -0.08em;
}
.title h2:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #b3b3b3;
}
.title p{
    font-size: 1.7rem;
    font-weight: 300;
    color: #b3b3b3;
}

.more_btn {
    width: 220px;
    margin: 0 auto;
}
.more_btn a{
    position: relative;
    display: block;
    padding: 0 0 10px;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    color: #333333;
}
.more_btn a:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 220px;
    height: 19px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}
.more_btn a:hover:after {
  animation: arrow 1s;
}
@keyframes arrow {
  25% {
    right: -1em;
  }
  50% {
    right: 0em;
  }
  75% {
    right: -1em;
  }
  100% {
    right: 0;
  }
}

.back_btn {
    width: 220px;
    margin-left: auto;
}
.back_btn a{
    position: relative;
    display: block;
    padding: 0 0 10px;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    color: #333333;
    text-align: right;
}
.back_btn a:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 220px;
    height: 19px;
    background-image: url(../img/arrow3.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}
.back_btn a:hover:after {
  animation: arrowb 1s;
}
@keyframes arrowb {
  25% {
    right: 1em;
  }
  50% {
    right: 0em;
  }
  75% {
    right: 1em;
  }
  100% {
    right: 0;
  }
}
@media (max-width: 425px){
}


/* ------------------------------------- /
/   top_topics_area
/* ------------------------------------- */
.top_topics_area {
    padding: 0;
}
.top_topics_area .topics_box {
    max-width: 900px;
    margin: 0 auto 70px;
}
.top_topics_area dl{
    padding: 20px 0;
    border-bottom: 1px solid #999999;
    overflow: hidden;
}
.top_topics_area dl:first-child{
    border-top: 1px solid #999999;
}
.top_topics_area dl dt{
    width: 25%;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.8;
    text-align: center;
    color: #333333;
    float: left;
    clear: left;
}
.top_topics_area dl dd{
    position: relative;
    width: 75%;
    padding-right: 80px;
    float: left;
}
.top_topics_area dl dd a{
    position: relative;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.8;
    color: #666666;
}
.top_topics_area dl dd:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 90%;
    width: 42px;
    height: 7px;
    background-image:url(../img/arrow2.svg);
    background-size: cover;
    background-position: center;
}
.top_topics_area dl dd:hover:after {
  animation: arrows 1s;
}
@keyframes arrows {
  25% {
    left: 93%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 93%;
  }
  100% {
    left: 90%;
  }
}
.top_topics_area dl dd a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(72,182,231,1) 34%, rgba(240,53,105,1) 67%, rgba(244,193,48,1) 95%);
    transition: .3s;
}
.top_topics_area dl dd a:hover:after {
    width: 100%;
}
@media (max-width: 480px){
.top_topics_area dl dt{
    width: 100%;
    text-align: left;
    color: #333333;
    float: none;
}
.top_topics_area dl dd{
    width: 100%;
    padding: 0 0 20px 0;
    float: none;
}
.top_topics_area dl dd:after{
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}
}


/* ------------------------------------- /
/   top_works_area
/* ------------------------------------- */
.top_works_area {
    padding: 100px 0;
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
.top_works_area .flex {
    margin-bottom: 70px;
}
.top_works_area .post_box {
    width: calc(25% - 20px);
}
.works_area .post_box {
    width: calc(33% - 20px);
    margin-bottom: 80px;
}
.top_works_area .post_box a .img_box,
.works_area .post_box a .img_box {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: 15px;
    transition-duration: 0.5s;
}
.top_works_area .post_box a .img_box:hover,
.works_area .post_box a .img_box:hover{
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    transform: translateY(-10px);
    transition-duration: 0.5s;
}

/* ホバーカラー */
.top_works_area .post_box a .purple:hover,
.works_area .post_box a .purple:hover{
    box-shadow: 10px 10px 0px rgba(161,140,209,1);
}
.top_works_area .post_box a .navyblue:hover,
.works_area .post_box a .navyblue:hover{
    box-shadow: 10px 10px 0px rgba(34,48,86,1);
}
.top_works_area .post_box a .blue:hover,
.works_area .post_box a .blue:hover{
    box-shadow: 10px 10px 0px rgba(100,179,244,1);
}
.top_works_area .post_box a .green:hover,
.works_area .post_box a .green:hover{
    box-shadow: 10px 10px 0px rgba(102,170,146,1);
}
.top_works_area .post_box a .yellow:hover,
.works_area .post_box a .yellow:hover{
    box-shadow: 10px 10px 0px rgba(239,209,79,1);
}
.top_works_area .post_box a .orange:hover,
.works_area .post_box a .orange:hover{
    box-shadow: 10px 10px 0px rgba(255,177,153,1);
}
.top_works_area .post_box a .red:hover,
.works_area .post_box a .red:hover{
    box-shadow: 10px 10px 0px rgba(226,90,86,1);
}
.top_works_area .post_box a .brown:hover,
.works_area .post_box a .brown:hover{
    box-shadow: 10px 10px 0px rgba(140,124,111,1);
}
.top_works_area .post_box a .black:hover,
.works_area .post_box a .black:hover{
    box-shadow: 10px 10px 0px rgba(35,24,21,1);
}
.top_works_area .post_box a .gray:hover,
.works_area .post_box a .gray:hover{
    box-shadow: 10px 10px 0px rgba(153,153,153,1);
}
/* ホバーカラー */

.top_works_area .post_box a .img_box img,
.works_area .post_box a .img_box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.top_works_area .post_box a h3,
.works_area .post_box a h3{
    position: relative;
    padding: 0 15px 10px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    color: #333333;
}
.top_works_area .post_box a:hover h3:before,
.works_area .post_box a:hover h3:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    background-color: #E8E9EA;
    z-index: -1;
    transition: 0.3s;
}
/*.top_works_area .post_box a:hover h3,
.works_area .post_box a:hover h3{
    color: transparent;
    background: linear-gradient(90deg, rgba(72,182,231,1) 34%, rgba(240,53,105,1) 67%, rgba(244,193,48,1) 95%);
    -webkit-background-clip: text;
    transition: 0.3s;
}*/
@media (max-width: 768px){
.top_works_area .flex {
    margin-bottom: 0;
}
.top_works_area .post_box {
    width: calc(50% - 20px);
    margin-bottom: 80px;
}
.works_area .post_box {
    width: calc(50% - 20px);
    margin-bottom: 80px;
}
}
@media (max-width: 480px){
.top_works_area .post_box {
    width: calc(50% - 10px);
    margin-bottom: 50px;
}
.works_area .post_box {
    width: calc(50% - 10px);
    margin-bottom: 50px;
}
}


/* ------------------------------------- /
/   Works
/* ------------------------------------- */
.top_service_area {
    padding: 100px 0;
    background-image: url(../img/service_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top_service_area .swiper-slide a{
    display: block;
    height: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
[class^=swiper-button-] {
    transition: all 0.3s ease;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 28vw;
    transition: opacity 0.6s ease;
}
.swiper-container.swiper-container-coverflow {
    padding-top: 2%;
}
.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-slide .entity-img {
    display: none;
}
.swiper-slide .content {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    padding: 5%;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}
.swiper-slide .content .title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 30px;
}
.swiper-slide .content .caption {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4;
}
[class^=swiper-button-] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}
.swiper-button-prev {
    transform: translateX(50px);
}
.swiper-button-next {
    transform: translateX(-50px);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 0.4;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: 0px solid #fff;
    border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
/*.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}*/

@media (max-width: 1024px) {
.swiper-container {
    height: 30vw;
}
}
@media (max-width: 768px) {
.swiper-container {
    height: 50vw;
}
}
@media (max-width: 480px){
.swiper-container {
    height: 70vw;
}
.swiper-slide .content .title {
    font-size: 2rem;
    margin-bottom: 20px;
}
}


/* ------------------------------------- /
/   top_access_area
/* ------------------------------------- */
.top_access_area {
    padding: 100px 0 0;
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
.top_access_area .flex{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.top_access_area .flex:before,
.top_access_area .flex:after{
    display: none;
}
.top_access_area .flex a{
    letter-spacing: 0.15rem;
    display: block;
    padding: 25px 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #333333;
    text-align: center;
    background: -moz-linear-gradient(left, #96FBC4, #F9F586);
    background: -webkit-linear-gradient(left, #96FBC4, #F9F586);
    background: linear-gradient(to right, #96FBC4, #F9F586);
    background-size: 150% auto;
    transition: 0.5s;
    max-width: 260px;
    width: 100%;
}
.top_access_area .flex a:hover{
    background-position: right center;
}
#map {
    width: 100%;
    height: 500px;
}
@media (max-width: 500px) {
.top_access_area .flex a {
    padding: 20px 0;
    margin: 0 auto 20px;
}
}
/* ------------------------------------- /
/   top_contact_area
/* ------------------------------------- */
.top_contact_area {
    padding: 100px 0;
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
.top_contact_area .txt {
    margin-bottom: 50px;
    padding-left: 100px;
}
.top_contact_area .txt p{
    font-size: 1.4rem;
    font-weight: 300;
    color: #666666;
}
.top_contact_area .contact_box {
    max-width: 50%;
    margin-left: auto;
}
.top_contact_area .contact_box .form_btn{
    width: 100%;
    margin-bottom: 30px;
}
.top_contact_area .contact_box .form_btn a,
.top_contact_area .contact_box .tel_btn a{
    position: relative;
    display: block;
    padding: 30px 0 25px 50px;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #333333;
    text-align: center;
    background: -moz-linear-gradient(left, #96FBC4, #F9F586);
    background: -webkit-linear-gradient(left, #96FBC4, #F9F586);
    background: linear-gradient(to right, #96FBC4, #F9F586);
    background-size: 150% auto;
    transition: 0.5s;
}
.top_contact_area .contact_box .form_btn a:before{
    position: absolute;
    content: '';
    top: 33%;
    left: 28%;
    width: 36px;
    height: 25px;
    background-image: url(../img/icon_mail.svg);
    background-size: cover;
}
.top_contact_area .contact_box .tel_btn a:before{
    position: absolute;
    content: '';
    top: 30%;
    left: 28%;
    width: 34px;
    height: 34px;
    background-image: url(../img/icon_tel.svg);
    background-size: cover;
}
.top_contact_area .contact_box .form_btn a:hover,
.top_contact_area .contact_box .tel_btn a:hover{
    background-position: right center;
}
@media (max-width: 768px) {
.top_contact_area .contact_box {
    max-width: 80%;
}
}
@media (max-width: 480px) {
.top_contact_area .txt {
    margin-bottom: 50px;
    padding-left: 0;
}
.top_contact_area .contact_box {
    max-width: 100%;
}
.top_contact_area .contact_box .form_btn a:before{
    left: 15%;
}
.top_contact_area .contact_box .tel_btn a:before{
    left: 15%;
}
}
@media (max-width: 320px) {
.top_contact_area .contact_box .form_btn a:before{
    left: 10%;
}
.top_contact_area .contact_box .tel_btn a:before{
    left: 10%;
}
}



/* ------------------------------------- /
/   Underlayer Content
/* ------------------------------------- */
.page_title_area {
    padding: 130px 0 100px;
}
.page_title_area .inner {
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    background-position: left 50px;
}
.page_title_area .page_title {
    padding: 80px 0 180px;
}
.page_title_area .page_title p{
    /*margin-left: 100px;*/
    font-size: 17rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.05em;
    text-align: center;
    background-image: url("../img/page_title_bk.jpg");
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub_title {
    max-width: 430px;
    margin: 0 auto 100px;
}
.sub_title h2{
    padding: 20px 0;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.3em;
    text-align: center;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

/* ie　のみ */
.ie .page_title_area .page_title p{
    background-image: none;
}
/* ie　のみ */

@media (max-width: 768px){
.page_title_area .inner {
    background-size: 200px;
}
.page_title_area .page_title {
    padding: 80px 0 100px;
}
.page_title_area .page_title p{
    font-size: 10rem;
}
}
@media (max-width: 480px){
.page_title_area {
    padding: 80px 0 0;
}
.page_title_area .inner {
    background-size: 150px;
}
.page_title_area .page_title p{
    font-size: 5rem;
}
}


/* ------------------------------------- /
/   パンくずリスト
/* ------------------------------------- */
.breadcrumbs_area {
    padding: 10px 0;
    margin-bottom: 80px;
}
.breadcrumbs {
    max-width: 1080px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    color: #333333;
}
.breadcrumbs span a{
    color: #333333;
}
.breadcrumbs span a:hover{
    color: #ffcf66;
}
@media (max-width: 1024px){
.breadcrumbs {
    padding: 10px 20px;
}
}


/* ------------------------------------- /
/   About
/* ------------------------------------- */
.about_area {
    margin-bottom: 80px;
}
.about_area .flex {
    align-items: center;
}
.about_area .about_box {
    width: 50%;
}
.about_area .about_box .txt_l {
    max-width: 540px;
    margin-left: auto;
}
.about_area .about_box .txt_r {
    max-width: 540px;
    margin-right: auto;
}
.about_area .about_box .txt_l h2{
    margin-bottom: 100px;
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.about_area .about_box .txt_l p{
    padding: 0 50px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
}
.about_area .about_box .txt_r .logo {
    width: 120px;
    margin: 0 auto 100px;
}
.about_area .about_box .txt_r .logo img{
    width: 100%;
}
.about_area .about_box .txt_r table{
    width: 100%;
    border-collapse: collapse;
}
.about_area .about_box .txt_r table td:first-child{
    width: 40%;
    font-size: 1.7rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.about_area .about_box .txt_r table td:last-child{
    width: 60%;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
}
.about_area .about_box .txt_r table td{
    padding: 20px 30px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
.about_area .about_box .txt_r table td span{
    font-size: 1.2rem;
}
.about_area .about_box .txt_r table td a:hover{
    color: #333333;
}
.about_area .about_box .txt_r table td a:hover{
    color: #ffcf66;
    transition: 0.3s;
}
.about_area .about_bk_l {
    width: 50%;
}
.about_area .about_bk_r {
    width: 50%;
}
.about_area .about_bk_l img,
.about_area .about_bk_r img{
    width: 100%;
}
@media (max-width: 1024px){
.about_area .about_box .txt_l h2{
    margin-bottom: 70px;
    font-size: 5rem;
}
}
@media (max-width: 768px){
.about_area .about_box {
    width: 100%;
    order: 2;
}
.about_area .about_box .txt_l {
    max-width: 100%;
    width: 100%;
}
.about_area .about_box .txt_l p{
    padding: 0 20px;
}
.about_area .about_box .txt_r {
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
}
.about_area .about_bk_l {
    display: none;
}
.about_area .about_bk_r {
    margin-left: auto;
    width: 50%;
    order: 1;
}
}
@media (max-width: 480px){
.about_area .about_box .txt_l h2{
    font-size: 4rem;
}
.about_area .about_bk_r {
    width: 70%;
}
.about_area .about_box .txt_r table td:first-child{
    padding: 20px 10px 5px;
    width: 100%;
    display: block;
}
.about_area .about_box .txt_r table td:last-child{
    padding: 5px 10px 20px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #999999;
}
.about_area .about_box .txt_r table td{
    padding: 0;
    border-top: none;
    border-bottom: none;
}
.about_area .about_box .txt_r table td.bt{
    border-top: 1px solid #999999;
}
}


/* ------------------------------------- /
/   Service
/* ------------------------------------- */
.service_area {
    margin-bottom: 80px;
}
.service_area .works_title {
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 100px;
}
.service_area .works_title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 75px;
    background-color: #F9F9F9;
    z-index: -1;
}
.service_area .works_title p{
    font-size: 11rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-align: center;
}
.service_area .works_title h2{
    margin-top: 10px;
    font-size: 3.5rem;
    font-weight: 500;
    text-align: center;
}
.service_area .service_box {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service_area .service_box .img {
    width: 35%;
}
.service_area .service_box .img img{
    width: 80%;
    margin: 0 auto;
}
.service_area .service_box .txt {
    width: 60%;
}
.service_area .service_box .txt h3{
    position: relative;
    padding: 0 0 10px 30px;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #333333;
}
.service_area .service_box .txt h3:before{
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 35%;
    height: 25px;
    background-color: #E8E9EA;
    z-index: -1;
}
.service_area .service_box .txt p{
    margin-bottom: 50px;
    padding-left: 50px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
}
@media (max-width: 768px){
.service_area .works_title p{
    font-size: 7rem;
}
.service_area .works_title h2{
    font-size: 3rem;
}
}
@media (max-width: 480px){
.service_area .works_title p{
    font-size: 4rem;
}
.service_area .works_title h2{
    font-size: 1.8rem;
}
.service_area .service_box .img {
    width: 100%;
}
.service_area .service_box .img img{
    width: 100%;
    margin: 0 auto 50px;
}
.service_area .service_box .txt {
    width: 100%;
}
.service_area .service_box .txt h3{
    padding: 0 10px 10px 10px;
}
.service_area .service_box .txt h3:before{
    top: auto;
    bottom: 0;
    width: 100%;
}
.service_area .service_box .txt p{
    padding-left: 0;
}
}



/* ------------------------------------- /
/   News
/* ------------------------------------- */

/************************************
** レスポンシブページネーション
************************************/
.pagination{
    display: block;
}
.pagination_b{
    list-style-type: none;
    padding-left: 0;
    margin: 50px 0 0;
}
.pagination_b,
.pagination_b li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination_b a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration:none;
    border: 1px solid #999999;
    border-left-width: 1px;
    margin: 0 5px;
    min-width: 55px;
    min-height: 55px;
    color: #333333;
    background-color: #fff;
    border-radius: 50%;
}
.pagination_b li:not([class*="current"]) a:hover {
    border: 1px solid #ffcf66;
    transition: 0.3s;
}
.pagination_b li:first-of-type a {
    border-left-width: 1px;
}
.pagination_b li.first span,
.pagination_b li.last span,
.pagination_b li.previous span,
.pagination_b li.next span {
/* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.pagination_b li.first a::before,
.pagination_b li.last a::after,
.pagination_b li.previous a::before,
.pagination_b li.next a::after {
    display: inline-block;
    font-family: Fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.pagination_b li.first a::before { content: "«"; }
.pagination_b li.last a::after { content: "»"; }
.pagination_b li.previous a::before { content: "‹"; }
.pagination_b li.next a::after { content: "›"; }
.pagination_b li.current a {
    background-color: #fff;
    border: 1px solid #ffcf66;
    color: #333333;
    cursor: default;
    pointer-events: none;
    border-radius: 50%;
}

@media only screen and ( max-width: 768px ) {
.pagination_b li.first,
.pagination_b li.last {
/* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.pagination_b li.previous a {
    border-left-width: 1px;
}
}

@media only screen and ( max-width: 425px ) {
.pagination_b a {
    font-size: 14px;
}
.pagination_b li {
/* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.pagination_b li.current,
.pagination_b li.first,
.pagination_b li.last,
.pagination_b li.previous,
.pagination_b li.next{
    position: initial;
    top: initial;
    left: initial;
}
.pagination_b li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 375px ) {
.pagination_b li.first,
.pagination_b li.last {
/* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.pagination_b li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
.pagination_b li { width: 50%;}
.pagination_b li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
}
}

/* ------------------------------------- /
/   News Single
/* ------------------------------------- */
.news_single_area {
    padding-bottom: 80px;
}
.news_single_area .news_single_box {
    max-width: 900px;
    margin: 0 auto;
}
.news_single_area .news_single_box .day{
    margin-bottom: 70px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
}
.news_single_area .news_single_box .day p{
    font-size:1.7rem;
    font-weight: 300;
    text-align: right;
}
.news_single_area .news_single_box .content_box {
    padding: 0 50px;
}
.news_single_area .news_single_box .content_box h1{
    margin-bottom: 50px;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
    text-align: center;
}
.news_single_area .news_single_box .content_box h2{
    position: relative;
    padding: 0 0 10px 30px;
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #333333;
}
.news_single_area .news_single_box .content_box h2:before{
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: 35%;
    height: 25px;
    background: -moz-linear-gradient(left, #96FBC4, #F9F586);
    background: -webkit-linear-gradient(left, #96FBC4, #F9F586);
    background: linear-gradient(to right, #96FBC4, #F9F586);
    z-index: -1;
}
.news_single_area .news_single_box .content_box h3{
    position: relative;
    padding: 0 0 10px 30px;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #333333;
}
.news_single_area .news_single_box .content_box h3:before{
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 35%;
    height: 25px;
    background-color: #E8E9EA;
    z-index: -1;
}
.news_single_area .news_single_box .content_box h4{
    position: relative;
    padding: 20px 0 0;
    margin-bottom: 30px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #333333;
}
.news_single_area .news_single_box .content_box h4:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 62px;
    height: 1px;
    background-color: #333333;
}
.news_single_area .news_single_box .content_box img{
    margin-bottom: 50px;
    width: 100%;
}
.news_single_area .news_single_box .content_box p{
    margin-bottom: 50px;
    padding: 0 50px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
}
.news_single_area .news_single_box .content_box p a{
    color: #333333;
    text-decoration: underline;
}
.news_single_area .news_single_box .content_box p a:hover{
    color: #ffcf66;
    text-decoration: none;
    transition: 0.3s;
}
.news_single_area .news_single_box .content_box ul{
    margin-bottom: 50px;
    padding: 0 50px;
}
.news_single_area .news_single_box .content_box ul li{
    position: relative;
    padding-left: 18px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
}
.news_single_area .news_single_box .content_box ul li:before{
    position: absolute;
    content: '▶';
    top: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #ffcf66;
}
.news_single_area .news_single_box .content_box ul li:before{
    position: absolute;
    content: '▶';
    top: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #ffcf66;
}
.news_single_area .news_single_box .content_box video{
    margin-bottom: 50px;
    padding: 0 50px;
}
/* You tube 埋め込み */
.news_single_area .news_single_box .content_box .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 50px;
}
.news_single_area .news_single_box .content_box .wp-block-embed__wrapper iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* You tube 埋め込み */
@media (max-width: 480px){
.news_single_area .news_single_box .content_box {
    padding: 0;
}
.news_single_area .news_single_box .content_box h1{
    font-size: 2.5rem;
    text-align: left;
}
.news_single_area .news_single_box .content_box h2{
    padding: 0 10px 10px 10px;
}
.news_single_area .news_single_box .content_box h2:before{
    top: auto;
    bottom: 0;
    width: 100%;
}
.news_single_area .news_single_box .content_box h3{
    padding: 0 10px 10px 10px;
}
.news_single_area .news_single_box .content_box h3:before{
    top: auto;
    bottom: 0;
    width: 100%;
}
.news_single_area .news_single_box .content_box p{
    padding: 0;
}
.news_single_area .news_single_box .content_box ul{
    margin-bottom: 50px;
    padding: 0;
}
}



/* ------------------------------------- /
/   Works
/* ------------------------------------- */
.works_area {
    margin-bottom: 80px;
}
.works_area .sub_menu {
    max-width: 700px;
    margin: 0 auto 100px;
}
.works_area .sub_menu ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.works_area .sub_menu ul li a{
    position: relative;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #333333;
}
.works_area .sub_menu ul li a:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #333333;
    transition: all 0.3s ease 0s;
}
.works_area .sub_menu ul li a:hover::after {
    width: 100%;
}

.works_area .works_title {
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 100px;
}
.works_area .works_title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    background-color: #F9F9F9;
    z-index: -1;
}
.works_area .works_title p{
    font-size: 11rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 480px){
.works_area .sub_menu ul li{
    width: 50%;
    margin-bottom: 20px;
}
.works_area .sub_menu ul li a{
    font-size: 1.8rem;
}
.works_area .works_title p{
    font-size: 4rem;
}
}
@media (max-width: 320px){
.works_area .works_title p{
    font-size: 3rem;
}
}


/* ------------------------------------- /
/   Recruit
/* ------------------------------------- */
.recruit_area {
    margin-bottom: 150px;
}
.recruit_area .recruit_box {
    max-width: 900px;
    margin: 0 auto;
}
.recruit_area .recruit_box table{
    margin-bottom: 80px;
    width: 100%;
}
.recruit_area .recruit_box table td{
    padding: 30px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
    border-bottom: 1px solid #999999;
}
.recruit_area recruit_.box table td:first-child{
    width: 20%;
}
.recruit_area .recruit_box table td:last-child{
    width: 80%;
}


@media (max-width: 425px) {
.recruit_area .recruit_box {
    width: 100%;
    margin: 0 auto;
}
.recruit_area .recruit_box table td{
    padding: 0;
    border-bottom: none;
}
.recruit_area .recruit_box table td:first-child{
    display: block;
    width: 100%;
    padding: 20px 0 5px;
    font-weight: 400;
}
.recruit_area .recruit_box table td:last-child{
    display: block;
    width: 100%;
    padding: 5px 0 20px;
    border-bottom: 1px solid #999999;
}
}


/* ------------------------------------- /
/   Contact
/* ------------------------------------- */
.contact_area {
    margin-bottom: 100px;
}
.contact_area .form {
    max-width: 900px;
    margin: 0 auto;
}
.contact_area .form p{
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.03em;
    text-align: center;
}
.contact_area .form table{
    width: 100%;
    border-collapse: collapse;
}
.contact_area .form table td{
    padding: 30px 20px;
    font-size: 1.5rem;
    font-weight: 300;
    vertical-align: top;
    border-bottom: 1px solid #999999;
}
.contact_area .form table td.bt{
    border-top: 1px solid #999999;
}
.contact_area .form table td span.hissu{
    padding: 1px 5px;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    background-color: #999999;
}
.contact_area .form table td:first-child{
    width: 25%;
}
.contact_area .form table td:last-child{
    width: 75%;
}
.contact_area .form input[type="text"],
.contact_area .form input[type="number"],
.contact_area .form input[type="tel"],
.contact_area .form input[type="email"]{
    width: 100%;
    height: 30px;
    padding: 0 10px;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 300;
    outline: none;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
}
.contact_area .form textarea {
    width: 100%;
    padding: 0 10px;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 300;
    outline: none;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
}
.contact_area .form input[type="text"]:focus,
.contact_area .form textarea:focus {
    box-shadow: 0 0 7px #808488;
    border: 1px solid #808488;
}

/* ラジオボタン */
.contact_area .form .radio {
    display: none;
}
.contact_area .form label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
}
.contact_area .form .radio+span::before,
.contact_area .form span::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.contact_area .form .radio+span::before {
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}
.contact_area .form .radio+span:hover::before {
    background: #fff;
}
.contact_area .form .radio+span::after {
    opacity: 0;
    left: 3px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #ffcf66;
    -webkit-transform: scale(2);
    transform: scale(2);
}
.contact_area .form .radio:checked + span::before {
    background: #fff;
    border: 1px solid #ffcf66;
}
.contact_area .form .radio:checked + span::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mwform-checkbox-field label, .mwform-radio-field label {
    font-weight: 300!important;
    margin-bottom: 0;
}

.contact_area .form .btn-area {
    width: 320px;
    margin: 50px auto;
}
.contact_area .form .btn-area input.submit_button,
.contact_area .form .btn-area button.submit_button {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    background-color: #333333;
    border: 1px solid #333333;
    border-radius: 50px;
}
.contact_area .form .btn-area input.submit_button:hover,
.contact_area .form .btn-area button.submit_button:hover {
    color: #333333;
    background-color: #fff;
    transition: 0.3s;
}
.contact_area .form h3 {
    text-align:center;
    margin-bottom:30px;
    font-weight:300;
}
/* reCAPTCHAバッジ非表示 */
.grecaptcha-badge { visibility: hidden; }
@media (max-width: 425px) {
.contact_area .form {
    width: 100%;
}
.contact_area .form p{
    text-align: left;
}
.contact_area .form table td{
    padding: 0;
    border-bottom: none;
}
.contact_area .form table td:first-child{
    display: block;
    width: 100%;
    padding: 20px 0 5px;
    font-weight: 400;
}
.contact_area .form table td:last-child{
    display: block;
    width: 100%;
    padding: 5px 0 20px;
    border-bottom: 1px solid #999999;
}
.contact_area .form table td:last-child.bt{
    border-top: none;
}
.contact_area .form label {
    margin-right: 10px;
}
}


/* ------------------------------------- /
/   Privacy Policy
/* ------------------------------------- */
.privacypolicy {
    padding: 0 0 100px;
}
.privacypolicy .privacypolicy_box {
    position: relative;
    max-width: 900px;
    height: 500px;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid #999999;
    overflow-y: scroll;
}
.privacypolicy .privacypolicy_box h2{
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
}
.privacypolicy .privacypolicy_box h3{
    position: sticky;
    padding: 0 0 10px 20px;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 400;
}
.privacypolicy .privacypolicy_box h3:before{
    position: absolute;
    content: '';
    left:0;
    bottom: 0;
    width: 290px;
    height: 25px;
    background-color: #E8E9EA;
    z-index: -1;
}
.privacypolicy .privacypolicy_box p{
    padding: 0 40px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
}

/* スクロールバー */
.privacypolicy_box::-webkit-scrollbar {
    width: 10px;
}
.privacypolicy_box::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.privacypolicy_box::-webkit-scrollbar-thumb {
  background-color: rgba(26, 34, 42, 0.8);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media (max-width: 480px){
.privacypolicy .privacypolicy_box {
    padding: 30px 10px;
}
.privacypolicy .privacypolicy_box h3{
    padding: 0 10px 10px 10px;
}
.privacypolicy .privacypolicy_box h3:before{
    bottom: 0;
    width: 100%;
}
.privacypolicy .privacypolicy_box p{
    padding: 0;
}
}


/* ------------------------------------- /
/   404
/* ------------------------------------- */
.article_box {
    margin-bottom: 150px;
}
.article_box h1{
    margin-bottom: 20px;
    font-size: 3rem;
}
.article_box p{
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
}


/* ------------------------------------- /
/   Footer
/* ------------------------------------- */
.footer_area {
    padding: 50px 0 0;
    background-color: #1a222a;
}
.footer_area .txt{
    padding: 0 0 50px;
    font-size: 1.7rem;
    font-weight: 300;
    text-align: center;
    color: #fff;
}
.footer_area .flex {
    align-items: center;
}
.footer_area .box{
    padding: 50px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.footer_area .logo {
    width: 25%;
}
.footer_area .logo img{
    width: 95px;
    margin: 0 auto;
}
.footer_area .add {
    width: 40%;
}
.footer_area .add h2{
    margin-bottom: 20px;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.8;
    color: #E6E6E6;
}
.footer_area .add p{
    font-size: 14px;
    font-weight: 100;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #E6E6E6;
}
.footer_area .add p a{
    color: #E6E6E6;
}
.footer_area .footer_menu {
    width: 35%;
}
.footer_area .footer_menu ul li{
    position: relative;
    display: inline-block;
    width: 100px;
    padding-left: 15px;
}
.footer_area .footer_menu ul li:before{
    position: absolute;
    content: "»";
    top: 22px;
    left: 0;
    font-size: 2.2rem;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
}
.footer_area .footer_menu ul li a{
    font-size: 2.2rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 3;
    color: #fff;
}
.footer_area .footer_menu ul li a:hover{
    color: #ffcf66;
    transition: 0.3s;
}
.footer_area .copy{
    margin: 50px 0;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.footer_area .copy a{
    color: #fff;
}
.footer_area .copy a:hover{
    color: #ffcf66;
    transition: 0.3s;
}
.footer_area .bor {
    height: 10px;
    background: rgb(72,182,231);
    background: linear-gradient(90deg, rgba(72,182,231,1) 34%, rgba(240,53,105,1) 67%, rgba(244,193,48,1) 95%);
}

@media (max-width: 768px){
.footer_area .logo {
    width: 100%;
    margin-bottom: 50px;
}
.footer_area .add {
    width: 50%;
}
.footer_area .footer_menu {
    width: 50%;
}
}
@media (max-width: 480px){
.footer_area .add {
    width: 100%;
    margin-bottom: 30px;
}
.footer_area .add h2{
    text-align: center;
}
.footer_area .footer_menu {
    width: 100%;
}
}


/*  page-top
/*--------------------------------- */
#page-top{
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
#page-top img{
    max-width: 50px;
    max-height: 50px;
}
#move-page-top{
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
