@charset "UTF-8";

/*!
Theme Name: Cocoon Child TEDASK
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* ファーストビューCTAセクション */
.hero-cta-section {
    position: relative;
    min-height: 100vh;
    background: url('images/main.webp') center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px 20px;
}

.hero-overlay-panel {
    background: rgba(51, 51, 51, 0.65);
    border-radius: 8px;
    padding: 60px 40px;
    max-width: 900px;
    width: 70%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(30px);
    animation: heroFadeInUp 0.8s ease-out 0.2s forwards;
}

@keyframes heroFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content {
    color: #FFFFFF;
}

.hero-main-headline {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #FFFFFF;
}

.hero-sub-headline {
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 1.6;
    color: #FFFFFF;
    opacity: 0.95;
}

.hero-authority-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 40px auto;
    max-width: 600px;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 180px;
    font-size: 0.95rem;
    font-weight: 600;
}

.hero-badge i {
    color: #67bcad;
    font-size: 1.2rem;
}

.hero-question {
    font-size: 1.3rem;
    margin: 40px 0 30px;
    font-weight: 600;
    color: #FFFFFF;
}

.hero-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.hero-cta-btn {
    background: #67bcad;
    color: white;
    padding: 25px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(103, 188, 173, 0.4);
    border: 2px solid transparent;
    min-width: 280px;
    text-align: center;
    line-height: 1.4;
}

.hero-cta-btn:hover {
    background: #5aa396;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(103, 188, 173, 0.6);
    text-decoration: none;
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .hero-overlay-panel {
        width: 85%;
        padding: 50px 30px;
    }
    
    .hero-main-headline {
        font-size: 2.4rem;
    }
    
    .hero-sub-headline {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .hero-cta-section {
        padding: 60px 15px 15px;
        background-attachment: scroll;
    }
    
    .hero-overlay-panel {
        width: 95%;
        padding: 40px 25px;
    }
    
    .hero-main-headline {
        font-size: 2rem;
    }
    
    .hero-sub-headline {
        font-size: 1.1rem;
    }
    
    .hero-authority-badges {
        grid-template-columns: 1fr;
        max-width: 250px;
    }
    
    .hero-badge {
        min-width: 200px;
        justify-content: center;
    }
    
    .hero-cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .hero-cta-btn {
        min-width: 250px;
        padding: 20px 30px;
        font-size: 1rem;
    }
}
.navi-in a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
p.comname {
    font-size: 2rem !important;
    line-height: 1.2 !important;
}
h2.heading {
    display: inline-block;
    border-top: none !important;
    content: none !important;
    position: relative !important;
    border-right: none !important;
    border-left: none !important;
    bottom: 0 !important;
    left: 0 !important;
    border-radius: 0;
    background: none !important;
    color: inherit !important;
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
h2.heading:before,h2.heading:after {
    content: none !important;
}
.heading .divider-center {
    margin: 10px auto -12px;
}
/*.heading .divider-left {
    margin: 10px auto -2px;
}*/
#features .col-md-3:nth-child(1) i{
    color: #4fb8aa;
    font-size: 44px;
    margin-bottom: 10px;
}
#features .col-md-3:nth-child(2) i{
    color: #b2cb20;
    font-size: 44px;
    margin-bottom: 10px;
}
#features .col-md-3:nth-child(3) i{
    color: #e84455;
    font-size: 44px;
    margin-bottom: 10px;
}
#features .col-md-3:nth-child(4) i{
    color: #4fb8aa;
    font-size: 44px;
    margin-bottom: 10px;
}

#features .pricing_item:hover i{
    color: #ffffff;
}
#st-menubox {
    padding-bottom: 0 !important;
}
.feature-box.media-box .fbox-media {
    margin: 0 0 10px !important;
}
.entry-image {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
    p.comname {
        font-size: 1.5rem !important;
        line-height: 1.2 !important;
    }
}

/* ----- PreLoader ----- */
.loader {
   bottom: 0;
   height: 100%;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   width: 100%;
   z-index: 1111;
   background: #fff;
   overflow-x: hidden;
}
.spinner {
   width: 80px;
   height: 80px;
   position: absolute;
   left: 50%; top: 50%;
   -webkit-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   -o-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
}
.container1 > div,
.container2 > div {
   width: 16px;
   height: 16px;
   background-color: #fff;
   -webkit-border-radius: 100%;
   border-radius: 100%;
   position: absolute;
   -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
   -o-animation: bouncedelay 1.2s infinite ease-in-out;
   animation: bouncedelay 1.2s infinite ease-in-out;
   -webkit-animation-fill-mode: both;
   -o-animation-fill-mode: both;
   animation-fill-mode: both;
}
.container1 .circle1,
.container2 .circle4 {
   border: 5px solid #4fb8aa;
}
.container1 .circle2,
.container2 .circle1 { 
   border: 5px solid #b2cb20;
}
.container1 .circle3,
.container2 .circle2{
   border: 5px solid #e84455;
}
.container1 .circle4,
.container2 .circle3 {
   border: 5px solid #d46408;
}

.spinner .spinner-container {
   position: absolute;
   width: 100%;
   height: 100%;
}
.container2 {
   -webkit-transform: rotateZ(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotateZ(45deg);
   transform: rotateZ(45deg);
}
.circle1, .circle2 {
   top: 0;
}
.circle1 {
   left: 0;
}
.circle2 {
   right: 0;
}
.circle3, .circle4 {
   bottom: 0;
}
.circle3 {
   right: 0;
}
.circle4 {
   left: 0;
}
.container2 .circle1 {
   -webkit-animation-delay: -1.1s;
   -o-animation-delay: -1.1s;
   animation-delay: -1.1s;
}
.container1 .circle2 {
   -webkit-animation-delay: -0.9s;
   -o-animation-delay: -0.9s;
   animation-delay: -0.9s;
}
.container2 .circle2 {
   -webkit-animation-delay: -0.8s;
   -o-animation-delay: -0.8s;
   animation-delay: -0.8s;
}
.container1 .circle3 {
   -webkit-animation-delay: -0.6s;
   -o-animation-delay: -0.6s;
   animation-delay: -0.6s;
}

.container2 .circle3 {
   -webkit-animation-delay: -0.5s;
   -o-animation-delay: -0.5s;
   animation-delay: -0.5s;
}
.container1 .circle4 {
   -webkit-animation-delay: -0.3s;
   -o-animation-delay: -0.3s;
   animation-delay: -0.3s;
}
.container2 .circle4 {
   -webkit-animation-delay: -0.2s;
   -o-animation-delay: -0.2s;
   animation-delay: -0.2s;
}

@-webkit-keyframes bouncedelay {
   0%, 80%, 100% {
      -webkit-transform: scale(0.4)
   }
   40% {
      -webkit-transform: scale(1.0)
   }
}

@-o-keyframes bouncedelay {
   0%, 80%, 100% {
      -o-transform: scale(0.0);
      transform: scale(0.0);
      -webkit-transform: scale(0.25);
   }
   40% {
      -o-transform: scale(1.0);
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
   }
}

@keyframes bouncedelay {
   0%, 80%, 100% {
      -o-transform: scale(0.0);
      transform: scale(0.0);
      -webkit-transform: scale(0.25);
   }
   40% {
      -o-transform: scale(1.0);
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
   }
}

.content-wrap {
    position: relative;
    padding: 0;
}

a.go-to-top-button.go-to-top-common.go-to-top-hide.go-to-top-button-icon-font {
    color: #FFF;
}

#section-works a:hover {
    opacity: 0.7;
}

/*add image shadow*/
.entry-content img {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.21);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.21);
}

.entry-content .a-wrap,
.widget-entry-cards .a-wrap,
.under-entry-content .a-wrap {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.21);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.21);
    border: solid 1px rgba(103,188,173,.5);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
