@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
.page .date-tags {
  display: none;
}
.footer-meta .author-info {
  display: none;
}


.page .main {
  max-width: none;
  width: 100vw;
  padding: 0px !important;
  border: none;
}
#content.content {
  margin-top: 0;
}
.page .content-in.wrap {
  width: 100%;
}
.en {
  font-family: "Oswald", sans-serif;
  letter-spacing: .03em;
}
#navi-menu-content {
  background-color: #1c2c4c;
}
#navi-menu-content .menu-close-button {
  color: #fff;
  margin-bottom: 1.5em;
}
#navi-menu-content .menu-drawer {
  font-size: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.3rem;
  width: 100%;
  height: calc(100% - 6rem);
}
#navi-menu-content .menu-drawer a {
  color: #fff;
}
#navi-menu-content .menu-drawer a:hover {
  background-color: transparent;
}

.sidebnr {
  position: fixed;
  z-index: 10000;
  background-color: #BFA46F;
  border-radius: 10px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  max-width: 18.75rem;
  bottom: 1.875rem;
  left: 1.25rem;
  padding: 0.9375rem 1.25rem;
  font-size: 1.25rem;
  text-decoration: none;
  margin-bottom: 0;
}
.sidebnr:hover .sidebnr__txt{
  color: #fff;
}
.sidebnr__txt {
  line-height: 1.2;
}
.sidebnr__circle {
  margin-top: 0.5em;
  padding: 0.1em 0.5em;
  border-radius: 20px;
  background-color: #fff;
  color: #BFA46F;
}

.page .article-header:not(.post-2 .article-header) {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('https://blog.zero-ten-cup.com/wp-content/uploads/2025/04/風景②-1-scaled.jpg');
  background-size: cover;
  background-position: center;
}


.article-header .entry-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1120px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 3rem;
  color: #1c2c4c;
}

.c-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1120px;
  padding-left: 60px;
  padding-right: 60px;
}

.c-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.article .c-ttl-01 {
  font-size: 4.3rem;
  background: none;
  color: #1c2c4c;
  letter-spacing: .07em;
  padding: 0;
  margin-bottom: .5em;
}
.article .c-ttl-01 span{
  font-size: 1.3rem;
  letter-spacing: .1em;
  display: block;
  color: #A1A1A1;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: .3em;
}
.article .c-ttl-01 span::before {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #A1A1A1;
  display: block;
}

.archive-title {
  font-size: 4.3rem;
  color: #1c2c4c;
  letter-spacing: .07em;
  padding: 0;
  margin-bottom: .5em;
  font-family: "Oswald", sans-serif;
}
.archive-title span {
  display: none;
}

.article .c-ttl-02 {
  font-size: 2.5rem;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 7px solid #1c2c4c;
  color: #1c2c4c;
  margin-bottom: .5em;
}
.article .c-ttl-02.small {
  font-size: 2rem;
  padding: 5px 10px;
}

.article .c-list-01__item {
  display: flex;
  align-items: stretch;
  column-gap: 1em;
}
.article .c-list-01__item + .c-list-01__item {
  margin-top: 0.5em;
}
.article .c-list-01__item h4 {
  border: none;
  letter-spacing: .03em;
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  padding-left: 0;
  padding-right: 0;
}
.article .c-list-01__item h4 + p {
  padding-bottom: 0.5em;
}
.article .c-list-01__item .number {
  width: 100px;
  font-size: 1.5rem;
  letter-spacing: .07em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 3px solid #BFA46F;
  padding-right: 1em;
  color: #1c2c4c;
  margin-bottom: 0;
}
.article .c-list-01__item .number span {
  font-size: 4.5rem;
  margin-top: 0.1em;
  display: block;
}
.article .c-list-01__item .number + div {
  width: calc(100% - 100px);
}

.article .c-table-ranking {
  border-color: #1c2c4c;
}

.article .c-table-ranking thead th {
  color: #1c2c4c;
  font-weight: bold;
}

.article .c-table-ranking table {
  width: 100% !important;
}

.article .c-table-ranking tr:nth-of-type(2n+1):not:first-child {
  background-color: #fff;
}
.article .c-list-news {
  padding-left: 0;
  background-color: #fff;
  padding: 3rem 2rem;
}
.article .c-list-news li {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0;
  border-bottom: 1.5px dotted #A1A1A1;
  font-weight: 500;
}
.article .c-list-news li:first-child {
  border-top: 1.5px dotted #A1A1A1;
}
.article .c-list-news li a {
  display: block;
  padding: 1.5em .2em;
  text-decoration: none;
  color: #111;
  width: 80%;
  line-height: 1.2;
  position: relative;
}
.article .c-list-news li a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: .2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #BFA46F;
  transition: all 0.3s;
}
.article .c-list-news li a::after {
  content: '';
  background-color: #BFA46F;
  height: 2px;
  width: 60px;
  position: absolute;
  right: .2em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.article .c-list-news li a:hover:before, .article .c-list-news li a:hover:after {
  right: 0.8em;
} 
.article .c-list-news li time {
  padding: 1.5em .2em;
  color: #1c2c4c;
  width: 20%;
  font-family: "Oswald", sans-serif;
}
.article .c-block-result {
  background-color: #1c2c4c;
  padding: 1em 2em 2em;
  counter-reset: number 0;
}
.article .c-block-result:has(.c-block-result__table) {
  padding: 2.5em;
}
.article .c-block-result.pre {
  background-color: #EDEDED;
}

.article .c-block-result.final {
  background-color: black;
}

.article .c-block-result h3 {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .5em;
  font-size: 1.8rem;
  letter-spacing: .02em;
  margin-bottom: 1em;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.article .c-block-result.pre h3 {
  color: #1c2c4c;
}
.article .c-block-result h3 span {
  flex-shrink: 0;
}
.article .c-block-result h3::before,
.article .c-block-result h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  border-top: 1px solid #BFA46F;
  border-bottom: 1px solid #BFA46F;
}
.article .c-block-result__list {
  padding-left: 0;
}
.article .c-block-result__list li {
  font-size: 1.5rem;
  padding-bottom: 0.5em;
  color: #fff;
  border-bottom: 1px dotted #777;
  display: flex;
  align-items: end;
}
.article .c-block-result.pre .c-block-result__list li {
  color: #111;
}
.article .c-block-result__list li + li {
  margin-top: 1em;
}

.article .c-block-result__list .c-block-result__item span:first-child {
  font-size: 1.8rem;
  margin-right: 0.8em;
  line-height: 1.4;
  font-family: "Oswald", sans-serif;
  letter-spacing: .03em;
}
/* .article .c-block-result__list.extra {
  display: none;
}
.article .c-block-result__list.extra li::before {
  color: #fff;
}
.article .c-block-result.pre .c-block-result__list.extra li::before {
  color: #111;
} */

.article .c-block-result.pre .c-block-result__table {
  color: #111;
}

.c-block-result__table {
  border: none;
  background-color: transparent;
  text-align: left;
  color: #fff;
  border-color: transparent;
}
.c-block-result__table.c-semi-table td {
  font-size: 24px;
}
.c-block-result__table td {
  border-color: transparent !important;
}
.article .c-block-result.final .c-block-result__table thead th:nth-of-type(4),
.article .c-block-result.final .c-block-result__table thead th:nth-of-type(5) {
 display: none;
}
.c-block-result__table tr:nth-of-type(2n+1),
.c-block-result__table thead {
  background-color: transparent;
}
.c-block-result__table thead th {
  background-color: transparent;
  font-weight: normal;
}
.c-block-result__table .c-block-result__row .c-block-result__cell,
.c-block-result__table thead th {
  border-color: transparent;
  padding-left: 5px;
  padding-right: 10px;
}
.c-block-result__table .c-block-result__row .c-block-result__cell:first-of-type {
  font-size: 20px;
}
.c-block-result__table .c-block-result__row {
  border-bottom: 2px dotted #777;
}
.c-block-result__table .c-block-result__cell.rank-1,
.c-block-result__item.rank-1 .rank { 
  color: #BFA46F;
}
.c-block-result__table .c-block-result__cell.rank-2,
.c-block-result__item.rank-2 .rank {
  color: #A1A1A1;
}
.c-block-result__table .c-block-result__cell.rank-3,
.c-block-result__item.rank-3 .rank {
  color: #c1975e;
}

.c-ranking-tab .tab-label-group {
  font-size: 1.3rem;
}

.c-ranking-tab .tab-content-group{
  padding: 3rem 1.5rem 2rem;
}
/* 
.toggle-ranking {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}
.toggle-ranking::before {
  font-family: 'FontAwesome';
  content: "\f067";
  color: #A1A1A1;
  font-size: 1.35rem;
}
.toggle-ranking.open::before {
  content: "\f068";
} */
.c-btn-01 a, .c-btn-01 p {
  background-color: #1c2c4c;
  color: #fff;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  letter-spacing: .03em;
  font-weight: 500;
  padding: .4em 2.5em;
  position: relative;
  border: 1px solid #1c2c4c;
}
.c-btn-01 a::before, .c-btn-01 p::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -1.5em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #BFA46F;
  transition: all 0.3s;
}
.c-btn-01 a::after, .c-btn-01 p::after {
  content: '';
  background-color: #BFA46F;
  height: 2px;
  width: 70px;
  position: absolute;
  right: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.c-btn-01 a:hover::before, .c-btn-01 a:hover::after,
.c-btn-01 p:hover::before, .c-btn-01 p:hover::after {
  right: -0.8em;
} 
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt-l {
  margin-top: 120px;
}
.mt-m {
  margin-top: 80px;
}
.mt-s {
  margin-top: 50px;
}
.mt-xs {
  margin-top: 30px;
}
.bg-gray {
  background-color: #EDEDED;
}

/***topページ***/
#post-2 .entry-title {
  display: none;
}
#post-2 .breadcrumb {
  display: none;
}
.page-id-2 .content,
.page-id-2 .entry-content {
  margin-top: 0px;
}

#post-2 .video-container {
  max-width: 100% !important;
  margin: 0;
}
#post-2 .video-container .video {
  margin-top: 0 !important;
}


/***Zero-ten-Cupとはページ***/
.c-col2-01 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
.c-col2-01 .image img {
  width: 100%;
}
.c-col2-01 .content h3 {
  font-size: min(3vw, 2em);
  color: #1c2c4c;
  margin-bottom: 1.5rem;
  border: none;
  position: relative;
  padding: 0;
  padding-bottom: .5em;
}
.c-col2-01 .content h3::after {
  content: '';
  height: 1px;
  background-color: #1c2c4c;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-col2-01 .content h3 span {
  position: absolute;
  color: #A1A1A1;
  opacity: .23;
  font-size: min(7vw, 3em);
  font-weight: bold;
  letter-spacing: 0;
  right: 0.8em;
  bottom: .1em;
}
@media screen and (min-width: 835px){
  .c-col2-01:nth-of-type(2n) .image {
    order: 2;
  }
  .c-col2-01:nth-of-type(2n) .content {
    order: 1;
    padding: 1em 1em 1em 2em;
  }
  .c-col2-01 .content {
    padding: 1em 2em 1em 1em;
  }
  .c-col2-01 .content p, .c-col2-01 .content h3 {
    max-width: 830px;
  }
  .c-col2-01 .content h3::after {
    left: -20%;
    width: calc(100% + 20%);
  }
  .c-col2-01:nth-of-type(2n) .content p, .c-col2-01:nth-of-type(2n) .content h3 {
    margin-left: auto;
  }
  .c-col2-01:nth-of-type(2n) .content h3::after {
      left: auto;
      right: -20%;
  }
}


/***会社概要ページ***/
.article .c-list-company__item {
  border-bottom: 1px solid #A1A1A1;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .03em;
  row-gap: .7em;
}

.c-list-company__item strong {
  color: #1c2c4c;
}

.c-list-company__item:first-of-type {
  border-top: 1px solid #A1A1A1;
}

/* お問い合わせ */
.c-list-contact {
  border-top: 1px solid #A1A1A1;
}

.c-list-contact__item {
  display: flex;
  border-bottom: 1px solid #A1A1A1;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .03em;
  row-gap: .7em;
  align-items: center;
}
.c-list-contact__item dt { 
  font-size: 1.2rem;
  color: #1c2c4c;
  font-weight: bold;
  flex-basis: 33.33%;
}
.article .c-list-contact__item dd {
  flex-basis:66.66%;
  margin-left: 0;
}

.c-txt-contact {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.c-txt-contact a {
  color: #1c2c4c;
}

.c-btn-01__wrap .wpcf7-spinner {
  display: none;
}

.c-btn-01__wrap {
  text-align: center;
}

.c-btn-01__wrap .c-btn-01 {
  display: inline-block;
}

.c-btn-01__wrap .c-btn-01 input[type=submit]  {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* news一覧 */
.archive .a-wrap {
  padding: 0;
}

.archive .a-wrap .admin-pv {
  display: none;
}

.archive .card-title {
  color: #1c2c4c;
}

.single .article-header {
  padding-top: 0;
  padding-bottom: 0;
  background-image: none;
}

.single .article-header .entry-title {
  font-size: 2.2rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #EDEDED;
  position: relative;
}

.single .article-header .entry-title::before {
  content: '';
  display: block;
  width: 200px;
  height: 2px;
  background-color: #BFA46F;
  position: absolute;
  left: 0;
  bottom: -2px;
}



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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .sidebnr {
    padding: 0.625rem 0.625rem;
    width: calc(100% - 30px);
    bottom: 15px;
    left: 15px;
    font-size: 1.125rem;
    max-width: none;
  }
  .page .article-header:not(.post-2 .article-header) {
    padding-top: 73px;
    padding-bottom: 73px;
    background-position: left;
  }
  
  .article-header .entry-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2.2rem;
  }
  .c-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt-l {
    margin-top: 90px;
  }
  .mt-m {
    margin-top: 50px;
  }
  .mt-s {
    margin-top: 25px;
  }
  .mt-xs {
    margin-top: 15px;
  }
  .article .c-ttl-01 {
    font-size: 2.7rem;
  }
  .article .c-ttl-01 span{
    font-size: 1.1rem;
  }
  .article .c-ttl-01 span::before {
    width: 50px;
  }
  .archive-title {
    font-size: 2.7rem;
  }
  .article .c-ttl-02 {
    border-left: 5px solid #1c2c4c;
    font-size: 1.5rem;
  }
  .article .c-ttl-02.small {
    font-size: 1.3rem;
  }
  .article .c-list-01__item h4 {
    font-size: 1.2rem;
  }
  .article .c-list-01__item .number {
    font-size: 1.15rem;
    border-right: 2px solid #BFA46F;
  }
  .article .c-list-01__item .number span {
    margin-top: 0;
    font-size: 3.6rem;
    letter-spacing: .01em;
  }
  .article .c-block-result h3 {
    font-size: 1.4rem;
  }
  .article .c-block-result p {
    font-size: 1.2rem;
  }
  .article .c-block-result p .number {
    font-size: 1.4rem;
  }
  .c-block-result__table {
    font-size: 1.1rem;
  }
  .article .c-list-news {
    padding: 1.5rem 1rem;
  }
  .article .c-list-news li {
    position: relative;
    display: block;
  }
  .article .c-list-news li a {
    padding: 2em .2em 1em;
    width: 100%;
  }
  .article .c-list-news li a::before {
    right: .1em;
    width: 12px;
    height: 2px;
    top: calc(1em - 1px);
  }
  .article .c-list-news li a::after {
    height: 2px;
    width: 30px;
    right: .1em;
    top: 1em;
  }
  .article .c-list-news li a:hover:before, .article .c-list-news li a:hover:after {
    right: 0.4em;
  }
  .article .c-list-news li time {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    top: 0.5em;
  }
  .c-list-contact__item {
    flex-direction: column;
    align-items: stretch;
  }
  .c-list-contact__item dt,
  .c-list-contact__item dd {
    flex-basis: 100%
  }
  .article .c-block-result {
    padding-left: 1em;
    padding-right: 1em;
  }
  .article .c-block-result:has(.c-block-result__table) {
    padding: 1.5em 1em;
  }
  .article .c-block-result__wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .article .c-block-result__table {
    min-width: 400px;
    overflow: scroll;
  }
  .c-block-result__table .c-block-result__row .c-block-result__cell,
  .c-block-result__table thead th {
    padding-top: 1em;
  }
  .c-block-result__table .c-block-result__row .c-block-result__cell:first-of-type {
    font-size: 15px;
  }
  .c-ranking-tab .tab-label-group {
    font-size: 1rem;
  }
  .c-ranking-tab .tab-content-group{
    padding: 2.2rem 1rem 1rem;
  }
  .c-col2-01 {
    grid-template-columns: 1fr;
  }
  .c-col2-01 .content {
    padding: 1em;
  }
  .c-col2-01 .content h3 {
    font-size: 1.5em;
  }
  .c-col2-01 .content h3 span {
    font-size: 2.4em;
    right: 0;
  }
  .c-col2-01 .content p {
    font-size: 16px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .article .c-list-01__item .number {
    width: 75px;
  }
  .article .c-list-01__item .number + div {
    width: calc(100% - 75px);
  }
  .article .c-list-news li {
    flex-direction: column-reverse;
    row-gap: .3em;
  }
  .article .c-list-news li a {
    width: 100%;
  }
  .article .c-list-news li time {
    width: 100%;
  }
  .c-btn-01 a {
    font-size: 20px;
  }
  .article .c-block-result p {
    flex-direction: column;
    align-items: start;
  }
}

