/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.7.4.6.1719413947
Updated: 2024-06-26 23:59:07

*/
/*--------------------------全体-------------------------*/
.page .date-tags,
.page .author-info,
.home .article-header {
    display: none;
}

.main,
.content,
.entry-content,
.wrap {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    background: transparent !important;
}

.post-9 {
    margin-bottom: 0 !important;
}

a:hover {
    opacity: 0.7;
    transition-duration: 0.5s;
}

.sp_on {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .pc_on {
        display: none !important;
    }

    .sp_on {
        display: block !important;
    }
}

/*--------------------------ヘッダー--------------------------*/
.top_tit {
    font-size: 14px;
    padding: 0 0 0 20px;
    background: #2C2856 !important;
    color: #fff;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_pc_menu ul {
    display: flex;
    list-style: none;
}

.header_pc_menu ul li {
    margin: 0 20px;
    padding: 5px 20px;
    color: #2C2856;
    font-weight: 700;
}

.header_pc_menu ul li a {
    text-decoration: none;
    color: #2C2856;
}

.header_contact i {
    padding-right: 20px;
}

.header_contact {
    background: red;
    border-radius: 20px;
    color: #fff !important;
}

.header_contact a {
    text-decoration: none;
    color: #fff !important;
}

.header-in {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.nav-wrapper {
    display: none;
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
}

.hamburger__line {
    position: absolute;
    width: 50px;
    height: 3px;
    right: 0;
    background-color: #000;
    transition: all 0.5s;
}

.hamburger__line--1 {
    top: 1px;
}

.hamburger__line--2 {
    top: 18px;
}

.hamburger__line--3 {
    top: 36px;
}

.sp_inner {
    margin-top: 80px;
    padding: 10px;
}

.sp_inner ul {
    list-style: none;
    padding-left: 20px;
}

.sp_inner ul li {
    font-size: 20px;
    margin: 10px;
}

.sp_inner ul li a {
    text-decoration: none;
    color: #fff;
}

.sp_inner ul .header_contact {
    margin-top: 30px;
    padding: 0;
    text-align: center;
}

.sp_kamon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150%;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
    background: #fff
}

.open .hamburger__line--2 {
    opacity: 0;
}

.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
    background: #fff
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
    position: fixed;
    right: -100%;
    /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 70%;
    /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #2C2856;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
    right: 0;
}

/* black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}

@media screen and (max-width: 900px) {

    .header_pc_menu,
    .top_tit {
        display: none;
    }

    .nav-wrapper {
        display: block;
    }
}

/*--------------------------メインページ--------------------------*/
.top_mov {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0;
}

.top_mov>video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}

.top_main_tit {
    position: absolute;
    top: 15%;
    left: 20px;
}

.top_main_tit p {
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    margin: 0 0 2% 0;
    background-image: linear-gradient(90deg, rgba(0, 19, 160, 1), rgba(9, 8, 17, 1));
    display: inline-block;
    padding: 3px 25px;
    clip-path: polygon(5% 0, 100% 0, 100% 75%, 95% 100%, 0 100%, 0 25%)
}

.top_main_un {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 99;
}

.top_main_un p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 75px 30px;
    border-radius: 50%;
    background-image: radial-gradient(rgba(116, 129, 186, 1), rgba(14, 14, 214, 1));
}

.main_container {
    position: relative;
    margin: 0 auto;
}

.main_bg01 {
    position: absolute;
    top: -250px;
    left: -13%;
    width: 120%;
}

/*--------------------------content1-------------------------*/
.content1 {
    padding: 100px 0;
    background: #0889D9;
    color: #fff;
}

.content1_inner {
    max-width: 1200px;
    margin: 50px auto;
    position: relative;
    z-index: 2;
}

.content1_inner_top {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}

.content1_inner_l h2 {
    color: #fff;
    line-height: 3.5;
}

.content1_inner_r {
    width: 40%;
}

.content1_inner_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.content1_inner_l {
    padding: 20px;
    width: 60%;
}

.content1_inner_l p {
    margin-bottom: 0;
    line-height: 3;
}

.dot span {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 50px;
}

.dot01 {
    background: #fff;
}

.dot02 {
    background: #E5E5E5;
}

.dot03 {
    background: #C1C1C1;
}

.content1_inner_l h3 {
    border: 0 !important;
    font-size: 2vw;
    line-height: 2;
}

.content1_inner_un {
    padding: 20px;
    line-height: 3;
}

.sdgs {
    max-width: 800px;
    min-width: 300px;
    width: 60%;
    margin: 0 auto;
}

.bg02 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: absolute;
    top: -450px;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .bg02 {
        top: -8%;
    }
}

/*--------------------------content2-------------------------*/
.content2 {
    position: relative;
    margin: -100px 0 0 0;
}

.content2_inner {
    position: relative;
    z-index: 2;
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
}

.main_tit {
    margin: 50px auto;
}

.main_tit p {
    font-size: clamp(20px, 4vw, 60px);
    ;
    color: #fff;
    font-weight: bold;
    margin: 0 0 2% 0;
    background-image: linear-gradient(90deg, rgba(0, 19, 160, 1), rgba(9, 8, 17, 1));
    display: inline-block;
    padding: 3px 25px;
    clip-path: polygon(5% 0, 100% 0, 100% 75%, 95% 100%, 0 100%, 0 25%)
}

.content2_float_l {
    float: right;
    margin-left: 20px;
    /* テキストとの余白 */
    max-width: 500px;
    min-width: 300px;
    width: 50vw;
}

.content2_float_lr {
    float: left;
    margin-left: 20px;
    /* テキストとの余白 */
    max-width: 500px;
    min-width: 300px;
    width: 50vw;
}

.content2_float_r {
    padding: 10px;
    line-height: 3;
}

.content2_float:after {
    clear: both;
}

.line3 {
    line-height: 3;
}

.parallax_content {
    display: flex;
    height: 50%;
    padding: 200px;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img_bg_01 {
    background-image: url(https://www.watanabe-co-ltd.jp/wp-content/uploads/2024/06/green.png);
}

.content2_flex {
    display: flex;
    justify-content: center;
}

.content2_flex_l {
    text-align: center;
}

.content2_flex_r p {
    line-height: 2.5;
}

.content2_flex_l,
.content2_flex_r {
    width: 50%;
    padding: 20px;
}

.content2_sub_tit {
    line-height: 1.8 !important;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    font-size: 2vw !important;
}

.bg03 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
}

.bg03-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flow img {
    width: 100%;
}

.banner {
    margin: 30px auto;
    max-width: 1000px;
}

/*-------------------cssループ-------------------------*/
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: calc(100vw / 1);
}

.scroll-infinity__item>img {
    width: 100%;
}

/*--------------------------content3-------------------------*/
.content3 .main_tit {
    padding-left: 5%;
}

.content3_inner {
    position: relative;
    z-index: 2;
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
}

.content3_inner h3 {
    line-height: 2.5;
    font-size: clamp(20px, 3vw, 40px);
}

.content3_inner p {
    line-height: 3;
}

/*--------------------------content4-------------------------*/
.content4 {
    width: 95%;
    margin: 80px auto;
    max-width: 1200px;
}

.content4 .main_tit p {
    display: block;
    margin: 80px auto;
}

/*--------------------------content5-------------------------*/
.content5 {
    color: #fff;
    position: relative;
}

.title_bg {
    position: absolute;
    font-family: "SF Technodelight NS" !important;
    font-size: clamp(40px, 5vw, 80px);
    opacity: 0.7;
    top: -100px;
    left: 0;
}

.content5 h2 {
    border-left: 3px solid #fff !important;
    color: #fff;
    margin: 5px 0 80px;
    padding: 0 0 0 20px;
    font-size: clamp(20px, 2vw, 40px);
}

.content5 p {
    text-align: center;
    letter-spacing: 5px;
}

.content5_top {
    background: url(https://www.watanabe-co-ltd.jp/wp-content/uploads/2024/06/bg04.png) center/cover no-repeat;
    min-height: 450px;
    position: relative
}

.content5_un {
    background: url(https://www.watanabe-co-ltd.jp/wp-content/uploads/2024/06/bg05.png) center/cover no-repeat;
    min-height: 450px;
    position: relative
}

.content5_top_inner,
.content5_un_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

a.btn_03 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 40%;
    margin: auto;
    padding: 0.7rem 3rem;
    /* font-weight: bold; */
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    max-width: 350px;
}

a.btn_03:hover {
    color: #000;
    background: #ccc;
}

/*--------------------------フッター--------------------------*/
.footer {
    margin: 0;
}

.article-footer {
    display: none;
}

.footer-center {
    display: none;
}

.footer-left,
.footer-right {
    display: 50%;
    position: relative;
}

.footer-widgets {
    justify-content: space-around;
}

.footer_main {
    position: relative;
    z-index: 2;
}

.footer_info {
    padding-left: 25px;
}

.footer_info h2 {
    font-size: clamp(20px, 3vw, 50px);
    letter-spacing: 10px;
    margin-bottom: 5px;
}

.footer_menu {
    margin: 50px 0 0 50px;
}

.footer_menu ul {
    list-style: square;
}

.footer_menu ul li {
    margin: 10px;
}

.footer_menu ul li a {
    color: #fff;
    text-decoration: none;
}

.footer_menu ul li a:hover {
    opacity: 0.8;
}

.kamon_f {
    position: absolute;
    bottom: -39px;
    left: -152px;
    width: 86%;
    opacity: 0.6;
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
#cf7-area {
    width: 90%;
    margin: 80px auto;
    font-family: “遊ゴシック”, ”ヒラギノ角ゴ”, ”メイリオ”, ”MS Pゴシック”, sans-serif;
}

.cf7-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 1.75em;
}

.cf7-q {
    width: 30%;
    margin: 0 0 0 10px;
}

.cf7-a {
    width: 60%;
}

/*　見出し　*/
.form-heading {
    width: 100%;
    background-color: #191970;
    border-left: 1em solid #6495ED;
    border-radius: 2px;
    color: #ffffff;
    font-weight: bold;
    padding: 1em .8em;
    margin: 0 0 2em;
}

.form-heading p {
    margin: 0;
}

/* 各項目共通 */
#cf7-area label {
    font-weight: bold;
}

#cf7-area input[type=”text”],
#cf7-area input[type=”email”],
#cf7-area input[type=”tel”],
#cf7-area textarea {
    background: #F0F8FF;
    margin-left: 10px;
}

#cf7-area input[type=”text”]:focus,
#cf7-area input[type=”email”]:focus,
#cf7-area input[type=”tel”]:focus,
#cf7-area textarea:focus {
    background: #FFE4E1;
    border: 2px solid #FF1493;
    outline: 0;
}

#cf7-area input[type=”checkbox”],
#cf7-area input[type=”radio”] {
    appearance: auto;
}

#cf7-area .wpcf7-list-item {
    display: block;
}

#cf7-area textarea {
    height: 200px;
    padding: 0.625em 0.4375em;
}

.cf7-accept-check {
    text-align: center;
    margin: 50px auto;
}

.cf7-submit {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

#cf7-area input[type=”submit”] {
    width: 100%;
    background-color: #191970;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1.2em;
    padding: 1em 10px;
}

#cf7-area input[type=”submit”]:hover {
    background-color: #ffffff;
    border: 2px solid #191970;
    color: #191970;
}

.cf7-btn {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

/*　必須ラベル　*/
.cf7-req {
    font-size: .8em;
    padding: 4px 6px;
    background: #eb2a2a;
    color: #ffffff;
    margin-left: 10px;
    display: inline-block;
}

@media screen and (max-width:768px) {
    .cf7-item {
        display: block;
    }

    #cf7-area label {
        display: block;
        margin-bottom: 10px;
    }

    .cf7-q {
        width: 100%;
        margin: 0;
    }

    .cf7-a {
        width: 100%;
    }

    #cf7-area input[type=”text”],
    #cf7-area input[type=”email”],
    #cf7-area input[type=”tel”],
    #cf7-area textarea {
        margin-left: 0;
    }

    .cf7-submit {
        width: 90%;
    }
}

/*--------------------------投稿--------------------------*/
.single .main {
    width: 90% !important;
    margin: 100px auto !important;
}

.post_main_tit h2 {
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    margin: 0 0 2% 0;
    background-image: linear-gradient(90deg, rgba(0, 19, 160, 1), rgba(9, 8, 17, 1)) !important;
    padding: 3px 25px;
    clip-path: polygon(5% 0, 100% 0, 100% 75%, 95% 100%, 0 100%, 0 25%)
}

.new-entry-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-entry-cards a {
    width: 33.3333%;
}

/*--------------------------レスポンシブ--------------------------*/
@media screen and (max-width: 900px) {
    .content1_inner_top {
        flex-direction: column;
    }

    .content1_inner_l,
    .content1_inner_r,
    .content1_inner_un {
        width: 90%;
        margin: 0 auto;
    }

    .content1_inner_l h3 {
        font-size: 5vw;
    }

    .content3_inner .main_tit {
        padding-left: 3%;
    }

    .content2_float_l,
    .content2_float_lr {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .content2_flex {
        flex-direction: column;
    }

    .content2_flex_l,
    .content2_flex_r {
        width: 100%;
    }

    .content2_sub_tit {
        font-size: 6vw !important;
    }
}

@media screen and (max-width: 500px) {
    .top_main_tit p {
        font-size: 6vw;
    }

    .main_bg01 {
        position: absolute;
        top: -200px;
        left: -50%;
        width: 150%;
    }

    .content1_inner_l h2 {
        font-size: 4vw;
    }

    .bg02 {
        top: -2%;
    }

    .title_bg {
        margin: -80px 0 -30px 0 !important;
    }

    a.btn_03 {
        width: 75%;
    }

    .footer_menu {
        margin: 30px 0 0 0;
    }
	
}

@media screen and (max-width: 450px) {
    .main_bg01 {
        position: absolute;
        top: -135px;
        left: -50%;
        width: 150%;
    }

    .content1 {
        padding: 15px 0 100px;
    }

    .new-entry-cards a {
        width: 100%;
    }

    .kamon_f {
        z-index: -1;
    }
}