@charset "UTF-8";

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

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.6;
    background-color: #fffffe;
  }
  .article {
    margin-bottom: 0;
  }

  .skin-grayish.front-top-page .container .header-container .header {
    height: 100%;
    /* top: 5em; */
  }


  .logo.logo-header.logo-image {
    position: fixed;
    top: 0.5em;
    left: 3em;
  }

  .logo-header img {
    width: 200px;
    height: auto;
    /* z-index: 11; */
    position: relative;
    /* top: -1.1em; */
}
.date-tags {
    display: none;
}
.sns-share[data-scroldisp=on] {
    display: none;
}
.skin-grayish .main .article-header .bc-brand-color-white.sns-share [class*="-button"] {
    display: none;
}
    main.main, div.sidebar {
        padding: 0;
}
.main {
    padding-top: 0;
}
.content {
    margin-top: 0;
}
.skin-grayish:not(.front-top-page) .header-container {
    height: 105px;
}

.skin-grayish .navi {
    z-index: 2;
}



/* menu ===================================== */
li#menu-item-59 {
    background-color: #00B1C4;
    color: #fff;
    font-weight: bold;
    line-height: 1.3em;
}
li#menu-item-60 {
    background-color: #C4B279;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: bold;
}
.item-label {
  /* color: #ffffff; */
}
.main-menu-color {
  color: #333333;
}


  div#toc {
    display: none;
  }

  .article h2 {
    border: none;
    content: none;
    margin: 0;
    padding: 0;
  }
  .article h2::before {
    display: none;
  }

  h2.section-title,
  h2.section-title-navy,
  h2.section-title-navy-z {
    /* font-family: "Noto Sans JP-Bold", Helvetica; */
    font-weight: 700;
    font-size: 1.7em;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    /* white-space: nowrap; */
    /* margin: 0 0 2em; */
  }
  h2.section-title {
    color: #00b1c4;
  }
  h2.section-title-navy,
  h2.section-title-navy-z {
    color: #003c5f;
    margin: 0 0 4em;
  }

  .section-text,
  .section-text-z {
    /* font-family: "Noto Sans JP-Regular", Helvetica; */
  font-weight: 400;
  color: #333333;
  font-size: 1.3em;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
  }

  /* about area =============================== */

  .about-point-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 8em;
  }

  .about-point {
    margin: 2em 0 0;
    width: 49%;
  }

  .about-main-img {
    margin: 3em auto;
    text-align: center;
  }

  /* service area=============================== */
  .service-bg {
    position: relative;

  }
  .service-bg img {
    /* margin-top: -8em; */
  }
  .section-title-navy-z {
    position: absolute;
    top:7%;
    left: 50%;
   -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    transform: translate(-50%,-50%);/*センター寄せの修正*/
  }

  .section-text-z {
    position: absolute;
    top:39%;
    left: 63%;
   -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    transform: translate(-50%,-50%);/*センター寄せの修正*/
    color: #C4B279;
    /* font-weight: bold; */
    background-color: #003c5f;
    padding: 0 0.5em;
  }
  .service-text {
    position: absolute;
    top: 52%;
    left: 56%;
    padding: 0 1em;
    letter-spacing: normal;
   -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    transform: translate(-30%,-40%);/*センター寄せの修正*/
  }
  .message-text {
    position: absolute;
    top: 69%;
    left: 56%;
    padding: 1em 1.5em;
    letter-spacing: normal;
   -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    transform: translate(-30%,-40%);/*センター寄せの修正*/
    color: #00B1C4;
    background-color: #ffffff;
  opacity: 0.8;
  border-radius: 20px;
  letter-spacing: inherit;
  font-weight: 600;
  }

  button {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1em 1em 5em auto;
    max-width: 500px;
    padding: 0.4em 2em;
    color: #00B1C4;
    transition: 0.3s ease-in-out;
    background: #fffffe;
    border-radius: 50px;
    border: 0.2rem solid #00B1C4;
    filter: drop-shadow(1px 2px 2px #ccc);
    font-size: 1.5em;
  }
  button:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
img.service-img {
    width: 100%;
}
section#service {
    padding: 5em;
}


/* Problem ================================ */
#problem {
    background-color: #E5FDFF;
    padding: 3em 0 0;
}



/* Staffing ================================== */
section#staffing {
    margin: 7em auto;
}




/* CTA =================================== */
.entry-content>#cta {
  margin: 0;
}
#cta {
    background-image: url(/wp-content/uploads/2025/06/cta-img-01.png);
    background-size: 100% auto;
    text-align: center;
    background-repeat: no-repeat;
    padding: 2em 0 0;
    /* margin: 0 0 9em; */
  }
  .cta-wrap {
  display: flex;
  justify-content: space-evenly;
}
.cta-btn-area {
    content: '';
    justify-content: space-around;
    padding: 2em 0 0;
}

p.cta-btn-top-text {
  color: #00B1C4;
  margin-bottom: 0;
}
p.cta-btn-top-text-b {
    color: #C4B279;
  margin-bottom: 0;
}

.cta-btn-entry-form {
    background: #00B1C4;
    color: #fffffe;
    margin: 1em 0;
  }
  .cta-btn-entry-form-b {
    background: #C4B279;
    color: #fffffe;
    margin: 1em 0;
    border: 0.2rem solid #C4B279;
}

.fukidashi {
    text-align: center;
    font-weight: bold;
position: relative;
  /* padding: 0.6em; */
  background: #fff;
}

.fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  /* left: 30px; */
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0;
}


/* access area ======================== */
.access-address-wrap {
  display: flex;
  justify-content: space-between;
}
section#access {
    margin: 7em auto;
}

    .skin-grayish.front-top-page .content .main {
      padding: 0;
    }




/* Footer ================================== */
footer#footer {
    background-color: #003C5F;
    color: #ffffff;
}
.skin-grayish .footer-bottom.fnm-text-width .menu-footer li a {
    color: #fff;
}



/* About page ============================= */
.about-main-visual {
    margin-bottom: 7em;
}
.skin-grayish:not(.front-top-page) .header .header-in {
    z-index: 3;
}
.main-text {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 5em;
}
.about-contents {
    width: 100%;
    margin: 0px auto 14em;
}
.about-contents-img {
    width: 100%;
    margin: 0 auto 3em;
    text-align: center;
}
img.onerank-logo {
    width: 30%;
}
.jawhm-info-contents {
    margin: 0 auto 14em;
}
.colabo-contents {
    text-align: center;
    margin-bottom: 7em;
}
.colabo-contents-img {
    margin-bottom: 3em;
}
.problem-img-wrap {
    text-align: center;
}
.comit-contents {
    text-align: center;
    margin: 7em auto;
}
.global-contents {
    text-align: center;
    margin: 0 auto 14em;
}
.schedule-contents {
    text-align: center;
    margin: 0 auto 7em;
}

.table_design03 {
  border-collapse: collapse;
  width: 80%;
  /* max-width: 700px; */
  margin: 0 auto;
}
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
}
.table_design03 th {
  border-bottom: 2px solid #C4B279;;
  font-weight: bold;
  text-align: center;
  width: 33%;
  min-width: 4em;
}
div#company {
    margin: 7em auto;
}

 img.global-img {
    width: 20%;
}    
#company h2.section-title-navy-z {
  margin: 0 0 2em;
}       

footer.article-footer.entry-footer {
    display: none;
}




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

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


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

/* Header ====================== */
.header {
    background-image: url(http://www.onerank.co.jp/wp-content/uploads/2025/06/20250627_onerank-mainvisual-sp-02.png);
}
.date-tags {
    display: none;
}
.sns-share[data-scroldisp=on] {
    display: none;
}
    main.main, div.sidebar {
        padding: 0;
}
.main {
    padding-top: 0;
}
.content {
    margin-top: 0;
}
.logo.logo-header.logo-image {
    /* position: fixed;
    top: 0em;
    left: 5em; */
    display: none;
}
.skin-grayish.front-top-page .header .header-in .logo-image {
    padding: 6px 0;
}
.logo-header img {
    width: 160px;
    height: auto;
}
h2.section-title-navy-z {
    margin: 0;
}

/* CTA ======================= */
#cta {
    background-image: url(http://www.onerank.co.jp/wp-content/uploads/2025/06/20250627_onerank-cta-bg-sp-02.png);
    background-repeat: no-repeat;
    padding: 1em 0;
}
.cta-wrap {
    flex-direction: column;
    margin: 6em 0 0;
}
button {
    padding: 0.3em 1.7em;
}
.cta-btn-area {
    margin: 0 auto;
}
.fukidashi {
    width: 100%;
    margin: 0 auto;
}
.fukidashi::after {
    left: 45%;
}
.cta-btn-entry-form-b {
    margin: 1em 0 0;
}


/* About ====================== */
section#about {
    padding: 3em 1em;
}
.about-point-wrap {
    flex-direction: column;
    margin-bottom: 2em;
}
.about-point {
    width: 100%;
    margin: 0 auto 1em;
}


/* Service ========================= */
.section-text {
    top: 60%;
    padding: 1em 0.5em;
    font-size: 1.1em;
    line-height: 1.7em;
    text-align: justify;
}
.section-text-z {
    top: 60%;
    padding: 1em 0.5em;
    font-size: 0.7em;
    width: 62%;
    line-height: 1.7em;
    text-align: center;
}
h2.section-title-navy-z {
            margin: 0;
            padding: 7em 0 0;
        }
.service-text {
    top: 115%;
    left: 31%;
    width: 100%;
    text-align: justify;
}
.message-text {
    top: 155%;
    left: 43%;
    font-size: 0.7em;
    width: 100%;
    padding: 1em 0;
    border-radius: 10px;
}
.service-info img {
    margin: 17em 0 0;
}


/* Staffing ========================= */
section#staffing {
    margin: 7em 0 1em;
    padding: 1em;
}

/* Access ======================== */
.access-address-wrap {
    flex-direction: column;
}
section#access {
    padding: 0 1em;
}


/* About page ========================= */
section#about-page {
    padding: 0 1em;
}
.main-text {
    font-size: 1.1em;
    padding: 0 1em;
    text-align: justify;
}
img.onerank-logo {
    width: 80%;
}
.about-contents {
    margin-bottom: 10em;
}
.jawhm-info-contents {
    margin-bottom: 10em;
}
.jawhm-info-contents .section-text {
    font-size: 1em;
    text-align: justify;
}
.problem-img-wrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
img.contents-img {
    width: 50%;
    margin: 0 0 3em;
}
.comit-contents {
    margin: 0;
    text-align: center;
}
img.comit-img {
    width: 100%;
}
img.global-img {
    width: 48%;
    margin-bottom: 2em;
}
.global-contents {
    margin-bottom: 7em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
#cta {
    margin-bottom: 0;
}
.table_design03 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}


/* Service page =================================== */
.service-bg img {
    margin: 0 auto;
}
.service-main-visual {
    margin: 0;
}



	
}
