@charset "UTF-8";
/*
Theme Name: Lightning Child
Template: lightning
*/
:root {
  --color-white: #fff;
  --color-text: #3c3c3c;
  --color-blue: #0883cc;
  --color-opacity-pink: rgba(234, 99, 160, 0.4);
  --color-note-bg: #f5f5f5;
}

/* ページ共通
--------------------------------------------------------*/
/** Body設定 */
body {
  color: var(--color-text);
}

/* フッターライセンス表記削除 */
.site-footer {
  border-top-color: var(--color-opacity-pink);
}

.site-footer-copyright p:nth-child(2) {
  display: none;
}

/* ページタイトルと背景画像 */
.page-header {
  background: url("/cycle/wp-content/uploads/site-image/background.jpg") no-repeat center;
  color: #fff;
  background-size: cover;
}

/* ヘッダーロゴサイズ調整 */
.site-header-logo img {
  max-height: 50px;
}

/* 固定ページタイトル　オリジナル設定 */
h2.ttl_main {
  margin-bottom: 40px;
  color: var(--color-opacity-pink);
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  border: none;
}
h2.ttl_main span {
  display: block;
  color: var(--color-blue);
  font-size: 0.9rem;
  letter-spacing: normal;
}

/** ボタン設定 */
.top-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 48px;
  font-weight: 600;
  border-radius: 9999px;
  transition: all ease 0.2s;
}
.top-btn:hover {
  opacity: 0.8;
}
.top-btn.add-icon-cycle {
  padding-left: 60px;
}
.top-btn.add-icon-cycle::before {
  content: url("/cycle/wp-content/uploads/site-image/icon-cycle.svg");
  position: absolute;
  left: 20px;
  display: block;
  width: 22px;
  height: 22px;
}
.top-btn.bg-blue {
  color: var(--color-white);
  background: var(--color-blue);
}

/* テキスト設定 */
.font08 {
  font-size: 0.8rem;
}

.font09 {
  font-size: 0.9rem;
}

.txtC {
  text-align: center;
}

.blue {
  color: var(--vk-color-primary);
}

.no_bdr {
  border: none;
}
.no_bdr::after {
  display: none;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.inline-block {
  display: inline-block;
}

.image-center img {
  display: block;
  margin: 0 auto;
}

/** ENがJPと並ぶと少し文字が小さくなるのを解消 */
.jp-inline-en-font {
  font-size: 110%;
}

/** 注釈ボックス */
.note-box {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  background: var(--color-note-bg);
  border-radius: 10px;
}

/* 幅縮小 */
.width90 {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .width90 {
    width: 100%;
    margin: auto;
  }
}

/* 表示・非表示 */
@media screen and (max-width: 575px) {
  .pc_only {
    display: none;
  }
}
/* ホーム
--------------------------------------------------------*/
.top-content {
  padding: 40px 0;
}
.top-content.about .image-logo {
  display: block;
  margin: 40px auto;
  max-width: 600px;
}
.top-content.about .about-flex {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .top-content.about .about-flex {
    flex-direction: column;
  }
}
.top-content.about .about-flex .flex-box {
  flex: 0 0 50%;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .top-content.about .about-flex .flex-box {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .top-content.about .about-flex .flex-box {
    flex: 1;
    font-size: 18px;
  }
}
.top-content.about .about-flex .flex-box p {
  padding: 0 10px;
  margin-top: 0.5em;
}
.top-content.about .top-cta-flex {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .top-content.about .top-cta-flex {
    gap: 60px;
    flex-direction: column;
  }
}
.top-content.about .top-cta-flex .flex-box {
  flex: 0 0 50%;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .top-content.about .top-cta-flex .flex-box {
    flex: 1;
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .top-content.about .top-cta-flex .flex-box {
    font-size: 18px;
  }
}
.top-content.mission .mission-text {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .top-content.mission .mission-text {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .top-content.mission .mission-text {
    font-size: 16px;
  }
}
.top-content.roles .roles-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.top-content.roles .roles-flex > p {
  display: none;
}
.top-content.roles .roles-flex .flex-box {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .top-content.roles .roles-flex .flex-box {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .top-content.roles .roles-flex .flex-box {
    flex-direction: column;
  }
}
.top-content.roles .roles-flex .flex-box > p {
  display: none;
}
.top-content.roles .roles-flex .flex-box:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 575px) {
  .top-content.roles .roles-flex .flex-box:nth-child(2n) {
    flex-direction: column;
  }
}
.top-content.roles .roles-flex .flex-box picture {
  flex: 0 0 440px;
  display: block;
  max-width: 440px;
}
@media screen and (max-width: 1199px) {
  .top-content.roles .roles-flex .flex-box picture {
    flex: 0 0 400px;
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .top-content.roles .roles-flex .flex-box picture {
    flex: 0 0 300px;
    max-width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .top-content.roles .roles-flex .flex-box picture {
    flex: 1;
    width: 100%;
    max-width: 100%;
  }
}
.top-content.roles .roles-flex .flex-box picture > p {
  display: none;
}
.top-content.roles .roles-flex .flex-box .info .title {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .top-content.roles .roles-flex .flex-box .info .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .top-content.roles .roles-flex .flex-box .info .title {
    font-size: 18px;
  }
}
.top-content.roles .arrow-triangle {
  position: relative;
  display: block;
  font-size: 0;
  margin: 100px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 40px solid rgba(8, 131, 204, 0.1);
  border-bottom: 0;
}
.top-content.roles .arrow-triangle::before, .top-content.roles .arrow-triangle::after {
  content: "";
  position: absolute;
  top: -90px;
  left: -45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 40px solid rgba(8, 131, 204, 0.1);
  border-bottom: 0;
}
.top-content.roles .arrow-triangle::after {
  top: 10px;
}
.top-content.roles .result-text {
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .top-content.roles .result-text {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .top-content.roles .result-text {
    font-size: 18px;
  }
}
.top-content.movie .top-movie {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.top-content.process .roadmap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 991px) {
  .top-content.process .roadmap {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .top-content.process .roadmap {
    gap: 20px;
  }
}
.top-content.process .roadmap img {
  width: 100%;
  max-width: 500px;
}
.top-content.process .roadmap ol {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .top-content.process .roadmap ol {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .top-content.process .roadmap ol {
    font-size: 18px;
  }
}
.top-content.process .roadmap ol li {
  margin: 0;
}
.top-content.process .roadmap ol li::marker {
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .top-content.process .roadmap ol li::marker {
    font-size: 28px;
  }
}
.top-content.process .roadmap ol li + li {
  margin-top: 10px;
}
.top-content.process .roadmap ol li:last-child {
  color: var(--color-blue);
}
.top-content.process .objective .read-title {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.top-content.process .objective-flex {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .top-content.process .objective-flex {
    flex-direction: column;
    align-items: center;
  }
  .top-content.process .objective-flex > p {
    display: none;
  }
}
.top-content.process .objective-flex .flex-box {
  padding: 20px 10px;
  width: calc((100% - 40px) / 2);
  background: rgba(8, 131, 204, 0.1);
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .top-content.process .objective-flex .flex-box {
    width: 100%;
    max-width: 380px;
  }
}
.top-content.process .objective-flex .flex-box .title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .top-content.process .objective-flex .flex-box .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 3.4em;
  }
}
.top-content.process .objective-flex .flex-box .check-list {
  list-style-type: none;
}
.top-content.process .objective-flex .flex-box .check-list li {
  position: relative;
}
.top-content.process .objective-flex .flex-box .check-list li::before {
  position: absolute;
  left: -1.25em;
  content: "✔";
}
.top-content.process .objective .option-text {
  margin-top: 1em;
  margin-bottom: 0;
  text-align: center;
}
.top-content.process .objective .option-text + p {
  display: none;
}
.top-content.contact .contact-flex {
  display: flex;
}
@media screen and (max-width: 991px) {
  .top-content.contact .contact-flex {
    flex-direction: column;
    gap: 20px;
  }
}
.top-content.contact .contact-flex > p {
  display: none;
}
.top-content.contact .contact-flex .flex-box {
  flex: 0 0 50%;
  padding: 0 20px;
}
.top-content.contact .contact-flex .flex-box:nth-last-of-type(2) {
  border-right: solid 1px var(--color-text);
}
@media screen and (max-width: 991px) {
  .top-content.contact .contact-flex .flex-box:nth-last-of-type(2) {
    border-right: 0;
    border-bottom: solid 1px var(--color-text);
  }
}
.top-content.contact .contact-flex .flex-box .title {
  color: var(--color-blue);
  font-size: 24px;
  line-height: 1.5;
}
.top-content.contact .contact-flex .flex-box .info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.top-content.contact .contact-flex .flex-box .info dt {
  flex: 0 0 60px;
  display: inline-block;
  height: auto;
  border-right: solid 2px var(--color-blue);
  text-align: center;
  margin: 0;
}
.top-content.contact .contact-flex .flex-box .info dd {
  flex: 0 0 calc(100% - 70px);
}
.top-content.contact .contact-flex .flex-box .note {
  font-size: 14px;
}
.top-content.contact .contact-banner img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: all ease 0.2s;
}
.top-content.contact .contact-banner img:hover {
  opacity: 0.8;
}

/* 募集ページ＆依頼ページ
--------------------------------------------------------*/
.recruit .info,
.route-evaluation .info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.recruit .info dt,
.route-evaluation .info dt {
  flex: 0 0 60px;
  display: inline-block;
  height: auto;
  border-right: solid 2px var(--color-blue);
  text-align: center;
  margin: 0;
}
.recruit .info dd,
.route-evaluation .info dd {
  flex: 0 0 calc(100% - 70px);
}
.recruit .info-merit,
.route-evaluation .info-merit {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  width: 90%;
  margin: 40px auto;
}
@media screen and (max-width: 991px) {
  .recruit .info-merit,
  .route-evaluation .info-merit {
    flex-direction: column;
    gap: 10px;
  }
}
.recruit .info-merit dt,
.route-evaluation .info-merit dt {
  flex: 0 0 calc(20px + 5em);
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
@media screen and (max-width: 991px) {
  .recruit .info-merit dt,
  .route-evaluation .info-merit dt {
    flex: 1;
    width: 8em;
  }
}
.recruit .info-merit dd,
.route-evaluation .info-merit dd {
  flex: 0 0 calc(100% - (20px + 5em));
}
@media screen and (max-width: 991px) {
  .recruit .info-merit dd + dt,
  .route-evaluation .info-merit dd + dt {
    margin-top: 10px;
  }
}
.recruit .note,
.route-evaluation .note {
  padding: 20px;
  margin: 0 auto;
  width: 90%;
  font-size: 14px;
  background: rgba(8, 131, 204, 0.1);
  border-radius: 4px;
}

/* ページ下部の問い合わせ導線
--------------------------------------------------------*/
.contact-section a {
  display: block;
  margin: auto;
  max-width: 768px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: all ease 0.2s;
}
.contact-section a br {
  display: none;
}
.contact-section a:hover {
  opacity: 0.8;
}
.contact-section a img {
  display: block;
}

/* EuroVeloとは
--------------------------------------------------------*/
.euro-content + .euro-content {
  margin-top: 60px;
}
.euro-content .flex-box {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .euro-content .flex-box {
    flex-direction: column;
  }
}
.euro-content .flex-box picture {
  flex: 0 0 464px;
}
@media screen and (max-width: 991px) {
  .euro-content .flex-box picture {
    flex: 1;
  }
}
.euro-content .flex-box picture figcaption {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .euro-content .flex-box .text-block p br.brpc {
    display: none;
  }
}

/* メンバー
--------------------------------------------------------*/
.member_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 4%;
       column-gap: 4%;
  margin-bottom: 4%;
}

.member_list_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f9f9f9;
  width: 30.6666666667%;
  margin-bottom: 4%;
}
.member_list_item figure {
  height: 300px;
  width: 100%;
}
.member_list_item figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-top: 120px solid #fff;
  border-right: 200px solid transparent;
}
.member_list_item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member_list_item .name {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 0.9rem;
  display: block;
}
.member_list_item .name span {
  display: block;
  font-weight: 800;
  color: #666;
}
.member_list_item .detail {
  padding-bottom: 20px;
  font-size: 0.9rem;
  padding-inline: 20px;
}
.member_list_item .detail p {
  margin-bottom: inherit;
}

@media screen and (max-width: 991px) {
  .member_list_item {
    width: 46%;
    margin-bottom: 40px;
  }
  .member_list_item figure::before {
    content: "";
    border-top: 100px solid #fff;
    border-right: 200px solid transparent;
  }
}
@media screen and (max-width: 575px) {
  .member_list_item {
    width: 100%;
  }
}
/* 会社概要
--------------------------------------------------------*/
.company_table th {
  width: 20%;
}

@media screen and (max-width: 575px) {
  .company_table th {
    width: 30%;
  }
}
/* お問い合わせ
--------------------------------------------------------*/
.contact_area span.red {
  color: red;
  font-size: 0.8rem;
}

/* 投稿ページ
--------------------------------------------------------*/
/*著者と更新日を非表示*/
.entry-meta-item-author, .entry-meta-item-updated {
  display: none;
}

/*画像のキャプション*/
.news_img figure {
  display: flex;
  flex-flow: column;
  margin: 0 auto 1em;
}
.news_img figcaption {
  background-color: #222;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 3px;
  text-align: center;
}

.vk_post_imgOuter.media-img {
  background: url("/cycle/wp-content/uploads/site-image/ogp-default.png") no-repeat center center;
  background-size: cover;
}/*# sourceMappingURL=style.css.map */