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

** Setting

************************************/
/* color */
/* breakpoint */
/************************************

** Common

************************************/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap");
:focus-visible {
  outline: none;
}

body {
  font-size: 1rem;
}
section {
  padding: 50px 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  transition: all 0.3s;
  text-decoration: none;
  color: #00728b;
}
a:hover {
  opacity: 0.8;
}
a img {
  display: inline;
  vertical-align: sub;
}

p {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 480px) {
  p {
    font-size: 90%;
  }
}
h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

figure {
  margin: 1rem 0;
}

address {
  font-style: normal;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  line-height: 1.88;
  font-weight: bold;
}
.article h1:first-child,
.article h2:first-child,
.article h3:first-child,
.article h4:first-child,
.article h5:first-child,
.article h6:first-child {
  margin-top: 0;
}
.article h3 {
  border: none;
  font-size: 1.5rem;
}
.article h4 {
  border: none;
}
.article .title-wide-bbline {
  color: #333333;
  letter-spacing: 3px;
  font-weight: 400;
  border-bottom: solid 1px #ddd;
  margin: 4rem 0 2rem;
}
.article .ex-block {
  background: #f7f7f7;
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 1.5rem 2rem;
}

.main {
  background: transparent;
  position: relative;
  z-index: 1;
}

.wp-block-group {
  margin: 1rem 0;
}

/* ==========================
layout 
===========================*/
.content {
  position: relative;
}
.content .wrap {
  padding: 0 0 5rem;
  max-width: 1000px;
  margin: auto;
  width: 100%;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media only screen and (max-width: 900px) {
  .narrow-wrap-85,
.narrow-wrap-66 {
    max-width: 100%;
  }
}

.mawarikomi-row {
  flex-wrap: wrap !important;
}
.mawarikomi-row .wp-block-column {
  flex-basis: calc(33.333% - 16px);
  margin-bottom: 2rem;
}
.mawarikomi-row .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.mawarikomi-row .wp-block-column .wp-block-media-text .wp-block-media-text__content {
  padding: 0 8% 0 2%;
}

@media only screen and (max-width: 480px) {
  .mawarikomi-row .wp-block-column {
    flex-basis: calc(50% - 1em) !important;
  }
  .mawarikomi-row .wp-block-column .wp-block-media-text .wp-block-media-text__content {
    padding: 0 5%;
  }
}
/* ==========================
space
===========================*/
/*余白・行間調整*/
/* ==========================
title & text
===========================*/
.sec-title {
  position: relative;
  text-align: center;
  margin: 1.5rem 0;
  padding-top: 120px;
}
.sec-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 180px;
  height: 120px;
}
.sec-title span {
  display: block;
}
.sec-title .en {
  font-weight: 200;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 15px;
  margin-top: 0.5em;
}
.sec-title .jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 0.5em;
}

.no-deco {
  background: transparent !important;
  border: none;
}

/* ==========================
button 
===========================*/
.more-btn {
  margin: 2rem 0 1rem;
  text-align: center;
}

.act-child_kifubtn {
  text-align: center;
  margin: 2rem 0 0;
}
.act-child_kifubtn a {
  background: #00728b;
  border-radius: 3rem;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  max-width: 300px;
  margin: 0 auto;
  padding: 1rem;
  letter-spacing: 1px;
}

/************************************

** Component

************************************/
/* ==========================
HEADER 
===========================*/
.header-container {
  margin-top: 30px;
}
.header-container .wrap {
  max-width: 90%;
  width: 100%;
}
.header-container .header-container-in.hlt-top-menu .wrap {
  max-width: 100%;
}
.header-container .header-container-in.hlt-top-menu .logo-header img {
  max-height: 60px;
  padding: 0;
}

.header-container,
.navi {
  background-color: transparent;
  transition: all 0.3s;
}

.navi-in a:hover {
  background-color: transparent;
  color: #00728b;
  opacity: 1;
}
.navi-in .has-icon {
  right: 15px;
  opacity: 1;
}
.navi-in > ul {
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .navi-in > ul li {
    width: 140px;
  }
}
.navi-in > ul li:hover {
  background-color: #e9f6f7;
}
.navi-in > ul li > a {
  font-weight: bold;
}
.navi-in > ul li > a .caption-wrap {
  line-height: 1.5;
  height: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
  font-size: 0.8rem;
}
.navi-in > ul li > a .caption-wrap .item-description {
  color: inherit;
  display: block;
  font-size: 1.2em;
  font-weight: normal;
  opacity: 1;
}
.navi-in > ul .sub-menu {
  background: #e9f6f7;
  min-width: 260px;
}
.navi-in > ul .sub-menu li {
  position: relative;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  border-top: solid 1px #d4e7eb;
}
.navi-in > ul .sub-menu li:first-of-type {
  border-top: none;
}
.navi-in > ul .sub-menu li::before, .navi-in > ul .sub-menu li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.navi-in > ul .sub-menu li::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00728b;
}
.navi-in > ul .sub-menu li::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.fixed-header {
  background-color: #fff;
  margin-top: 0;
}
.fixed-header .navi-in > ul li:hover {
  background-color: #e9f6f7;
}
.fixed-header .about-navi {
  display: block;
  background: #ebebeb;
  width: 100%;
}
.fixed-header .about-navi .menu_aboutus--ul {
  display: flex;
  max-width: 1000px;
  margin: auto;
  justify-content: flex-end;
}
.fixed-header .about-navi .menu_aboutus--ul li {
  width: 25%;
  border-right: solid 1px #fff;
}
.fixed-header .about-navi .menu_aboutus--ul li:first-child {
  border-left: solid 1px #fff;
}
.fixed-header .about-navi .menu_aboutus--ul li a {
  display: block;
  padding: 0.5rem 2.5rem;
  background: #ebebeb;
  text-align: center;
  font-size: 90%;
  color: #555;
  font-weight: bold;
}
.fixed-header .about-navi .menu_aboutus--ul li a:hover {
  background: #d2d2d2;
  opacity: 1;
}
.fixed-header .about-navi .menu_aboutus--ul li:last-child a {
  margin-right: 0;
}

.about-navi {
  display: none;
}

.article-header {
  background: url("../../../../wp-content/themes/scf/images/header/header-bg-tempblue.png") no-repeat center center;
  background-size: cover;
  padding: 180px 0 70px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .article-header {
    padding: 40px 0;
  }
}
.article-header .header-object {
  position: absolute;
}
@media only screen and (max-width: 900px) {
  .article-header .header-object {
    display: none;
  }
}
.article-header .header-object:nth-child(1) {
  right: 0;
  bottom: -100px;
  width: 320px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .article-header .header-object:nth-child(1) {
    width: 240px;
  }
}
.article-header .header-object:nth-child(2) {
  left: 0;
  top: 100px;
  width: 200px;
}
@media only screen and (max-width: 1200px) {
  .article-header .header-object:nth-child(2) {
    width: 160px;
  }
}
.article-header h1 {
  font-size: 1.35rem;
}
@media only screen and (max-width: 480px) {
  .article-header h1 {
    font-size: 0.9rem;
  }
}
.article-header h1 .entry-slug {
  display: block;
  text-transform: capitalize;
  letter-spacing: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  font-size: 160%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .article-header h1 .entry-slug {
    margin: 0;
  }
}

.activities-header {
  background-color: #fcedc6;
  position: relative;
  padding: 200px 0 100px;
}
@media only screen and (max-width: 480px) {
  .activities-header {
    height: 300px;
  }
}
.activities-header .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.activities-header__content {
  position: relative;
  z-index: 1;
  padding: 3rem 6rem;
  background: #ffffff;
  border-radius: 1rem;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .activities-header__content {
    padding: 1rem;
  }
}
.activities-header__content h3 {
  margin: 0;
  color: #00728b;
  font-size: 1.75rem;
}
.activities-header__content p {
  margin: 1rem 0;
}
.activities-header__content .act-child_subttl_grn {
  color: #00728b;
  margin: 0 0 1rem;
}
.activities-header__content .act-child_subttl {
  margin: 0;
}
.activities-header__content .act-child_intro {
  margin: 1rem auto;
  font-weight: normal;
}
.activities-header__content .act-child_intro ul {
  text-align: left;
  padding-left: 2rem;
}
.activities-header__content .act-child_intro ul li {
  list-style: "・";
  padding-left: 0.5rem;
}
.activities-header__content .act-child_intro ul li span {
  background: linear-gradient(transparent 60%, #fff7e1 60%);
}
.activities-header__content .act-child_intro small {
  display: block;
  margin: 1rem -5% 0 0;
  text-align: right;
  line-height: 1.5;
}

/*** mobile header ***/
.navi-menu-content {
  width: 100%;
  max-width: 400px;
  z-index: 9999;
  background: #00728b;
}
.navi-menu-content .navi-header {
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: #fff;
}
.navi-menu-content .navi-header .menu-button-in {
  padding: 10px 10px 5px;
  display: block;
}
.navi-menu-content .navi-header .menu-button-in img {
  max-width: 200px;
}
.navi-menu-content .menu-close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  width: 60px;
  background: #333333;
}
.navi-menu-content .menu-close-button span::before {
  color: #fff;
}
.navi-menu-content .menu-drawer {
  padding: 0;
}
.navi-menu-content .menu-drawer li {
  padding: 10px 10px 12px;
  background: #00728b;
}
.navi-menu-content .menu-drawer li:nth-child(1) {
  border: none;
  background: #c8eef0;
}
.navi-menu-content .menu-drawer li:nth-child(2) {
  background: #fcedc6;
}
.navi-menu-content .menu-drawer li:nth-child(3) {
  background: #f1f8ca;
}
.navi-menu-content .menu-drawer li:nth-child(4) {
  background: #fcf4a9;
}
.navi-menu-content .menu-drawer li a {
  font-weight: bold;
  font-size: 110%;
  padding: 10px 10px 12px;
}
.navi-menu-content .menu-drawer li .sub-menu {
  padding: 0;
}
.navi-menu-content .menu-drawer li .sub-menu li {
  padding: 5px 10px;
  border: none;
  background: transparent;
}
.navi-menu-content .menu-drawer li .sub-menu li a {
  position: relative;
  display: inline-block;
  padding: 2px 2px 2px 1rem;
  font-weight: normal;
  font-size: 90%;
}
.navi-menu-content .menu-drawer li .sub-menu li a::before, .navi-menu-content .menu-drawer li .sub-menu li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.navi-menu-content .menu-drawer li .sub-menu li a::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
.navi-menu-content .moile-footer-info {
  padding: 5%;
  background: #fff;
  margin-bottom: 10%;
}
.navi-menu-content .moile-footer-info address {
  margin-top: 0.5rem;
  font-size: 85%;
}
.navi-menu-content .moile-footer-info address span {
  display: block;
}

/* ==========================
FOOTER 
===========================*/
@media only screen and (max-width: 900px) {
  .go-to-top {
    right: 30px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .navi-footer-in {
    max-width: 90%;
    margin: auto;
  }
}
.navi-footer-in > .menu-footer {
  height: 330px;
  flex-flow: column wrap;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto 3rem;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .navi-footer-in > .menu-footer {
    height: auto;
    flex-flow: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .navi-footer-in > .menu-footer {
    height: auto;
    margin: 0 auto 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  .navi-footer-in > .menu-footer {
    max-height: 540px;
  }
}
.navi-footer-in > .menu-footer li {
  border-left: 0;
}
.navi-footer-in > .menu-footer li:last-child {
  border-right: 0;
}
.navi-footer-in > .menu-footer li.menu-item {
  margin: 1rem 1rem 0 0;
}
@media only screen and (max-width: 900px) {
  .navi-footer-in > .menu-footer li.menu-item {
    text-align: left;
    width: 50%;
    flex-direction: column;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .navi-footer-in > .menu-footer li.menu-item {
    width: 48%;
    margin: auto;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.navi-footer-in > .menu-footer li .footer-menu-title > a {
  font-weight: bold;
  background: #00728b;
  border-radius: 5px;
  color: #fff;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 480px) {
  .navi-footer-in > .menu-footer li .footer-menu-title > a {
    font-size: 100%;
    background: #00728b;
    border-radius: 2px;
    color: #fff;
  }
}
.navi-footer-in > .menu-footer li .footer-menu-title span {
  font-weight: normal;
  font-size: 85%;
  opacity: 0.9;
}
.navi-footer-in > .menu-footer li#menu-item-898 {
  width: 30%;
  height: inherit;
}
.navi-footer-in > .menu-footer li#menu-item-897 {
  width: 34%;
  height: 2.5rem;
}
.navi-footer-in > .menu-footer li#menu-item-880 {
  width: 34%;
}
.navi-footer-in > .menu-footer li#menu-item-933 {
  width: 34%;
}
.navi-footer-in > .menu-footer li#menu-item-899 {
  width: 30%;
}
.navi-footer-in > .menu-footer li#menu-item-900 {
  width: 30%;
}
@media only screen and (max-width: 900px) {
  .navi-footer-in > .menu-footer li .sub-menu {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .navi-footer-in > .menu-footer li .sub-menu {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
.navi-footer-in > .menu-footer li .sub-menu li {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .navi-footer-in > .menu-footer li .sub-menu li {
    width: 100%;
    margin: 0;
  }
}
.navi-footer-in > .menu-footer li .sub-menu li:first-child {
  margin: 0.5rem 0 0;
}
.navi-footer-in > .menu-footer li .sub-menu li a {
  font-weight: normal;
  background: transparent;
  border-radius: 0;
  color: #333;
  padding: 5px 1rem 5px 1.24rem;
  position: relative;
  line-height: 1.75;
}
@media only screen and (max-width: 480px) {
  .navi-footer-in > .menu-footer li .sub-menu li a {
    font-size: 90%;
    color: initial;
    padding-left: 1rem;
  }
}
.navi-footer-in > .menu-footer li .sub-menu li a::before, .navi-footer-in > .menu-footer li .sub-menu li a::after {
  position: absolute;
  top: 13px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.navi-footer-in > .menu-footer li .sub-menu li a::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #00728b;
  border-right: 2px solid #00728b;
  transform: rotate(45deg);
}

.footer {
  position: relative;
  background: url(images/top/fot-bg.svg) no-repeat center bottom;
  background-size: cover;
  padding: 200px 0 0;
}
@media only screen and (max-width: 480px) {
  .footer {
    padding-top: 0;
    margin-top: -50px;
  }
}
.footer .bg-overlay {
  background: url(images/footer/bg-blue.svg) no-repeat center top;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: -110px;
  left: 0;
  height: 100%;
  z-index: -1;
}
.footer .sec-title {
  margin: 2rem 0;
}
.footer__object {
  position: absolute;
  top: -50px;
  right: 50px;
  width: 300px;
}
@media only screen and (max-width: 900px) {
  .footer__object {
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer__object {
    width: 150px;
  }
}
.footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px;
  padding: 1.5rem 0 2rem;
}
@media only screen and (max-width: 900px) {
  .footer-info {
    max-width: 90%;
    margin: auto;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .footer-info {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0;
  }
}
.footer-info img {
  display: block;
  max-width: 80px;
  margin-right: 1rem;
}
@media only screen and (max-width: 480px) {
  .footer-info .text-bold {
    text-align: center;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .footer-info .text-bold small {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .footer-info address {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .footer-info address span {
    display: block;
  }
}

.copyright {
  margin-top: 0;
  background: #bbbbbb;
  padding: 0.5rem 0 0.75rem;
  font-size: 70%;
  text-align: center;
}

.footer-bottom-logo,
.footer-bottom-content {
  float: none;
}

/************************************

** Archive

************************************/
/***
list category/tag
***/
.archive .entry-card-title {
  margin: 0 0 1rem 0;
}
.archive .entry-card-snippet {
  line-height: 1.75;
}

/***
news
***/
.category-news .content .wrap {
  max-width: 900px;
}

.archive-news-title {
  text-align: center;
  color: #ddd;
  font-size: 1.5rem;
  letter-spacing: 5px;
  margin: 1rem 0 2rem;
}
.archive-news-list {
  margin: 0 0 3rem;
}
.archive-news-list li {
  padding: 0.35rem 0;
}
@media only screen and (max-width: 480px) {
  .archive-news-list li {
    display: flex;
    flex-wrap: wrap;
  }
}
.archive-news-list li time {
  color: #00728b;
  font-weight: bold;
}
.archive-news-list li a {
  color: initial;
  text-decoration: none;
}
.archive-news-list li a:hover {
  text-decoration: underline;
}

/************************************

** Page

************************************/
/* ==========================
FRONTPAGE 
===========================*/
.header-container {
  position: fixed !important;
  width: 100% !important;
  z-index: 999;
}
@media only screen and (max-width: 900px) {
  .header-container {
    position: relative;
    width: auto;
    display: none;
  }
}

body.front-top-page .content {
  margin-top: 0 !important;
}
body.front-top-page .content-in {
  max-width: 100%;
  width: 100%;
}
body.front-top-page main {
  padding: 0;
}

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

/***
content
***/
.mainvs {
  position: relative;
  background: url("images/top/top-fv-bg.png") no-repeat center top -100px;
  background-size: cover;
  height: 760px;
  padding: 100px 0 0;
}
@media only screen and (max-width: 1200px) {
  .mainvs {
    height: calc(760 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 480px) {
  .mainvs {
    height: auto;
    background: url("images/top/top-fv-bg.png") no-repeat center top;
    background-size: 150%;
  }
}
.mainvs .container {
  padding: 280px 0 0;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .mainvs .container {
    padding: calc((260 * 1 / 2) / 1200 * 100vw) 0;
  }
}
.mainvs__logo img {
  max-width: 140px;
}
.mainvs__logo p {
  letter-spacing: 1px;
}
@media only screen and (max-width: 1200px) {
  .mainvs__desc {
    max-width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 900px) {
  .mainvs__desc {
    max-width: 85%;
    margin: auto;
  }
}
.mainvs__desc h1 {
  font-size: 2.4rem;
  letter-spacing: 7px;
  margin: 1rem 0 1.25rem;
}
@media only screen and (max-width: 1600px) {
  .mainvs__desc h1 {
    font-size: calc(16 * 2.4 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 480px) {
  .mainvs__desc h1 {
    font-size: calc(16 * 2.4 * 1.7 / 1200 * 100vw);
    line-height: 1;
    letter-spacing: 3px;
  }
}
.mainvs__desc p {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 480px) {
  .mainvs__desc p {
    font-size: 0.8rem;
  }
}
.mainvs__object {
  position: absolute;
}
.mainvs .fv-object01 {
  width: 420px;
  top: 120px;
  left: 20px;
  z-index: 3;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object01 {
    width: calc((420 * 2 / 3) / 1200 * 100vw);
    left: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 900px) {
  .mainvs .fv-object01 {
    top: 50px;
    left: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .mainvs .fv-object01 {
    width: 150px;
    top: 0;
  }
}
.mainvs .fv-object02 {
  width: 150px;
  top: 320px;
  left: -1px;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object02 {
    width: calc((150 * 2 / 3) / 1200 * 100vw);
    top: 280px;
    left: calc(-1 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mainvs .fv-object02 {
    top: calc((320 * 2 / 3) / 1200 * 100vw);
    display: none;
  }
}
.mainvs .fv-object03 {
  width: 300px;
  top: 440px;
  left: -1px;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object03 {
    width: calc((300 * 3 / 5) / 1200 * 100vw);
    left: calc(-1 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mainvs .fv-object03 {
    top: calc(440 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 900px) {
  .mainvs .fv-object03 {
    width: calc((300 * 1 / 2) / 1200 * 100vw);
  }
}
@media only screen and (max-width: 480px) {
  .mainvs .fv-object03 {
    top: 160px;
    width: 80px;
  }
}
.mainvs .fv-object04 {
  width: 160px;
  top: 740px;
  left: -1px;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object04 {
    width: calc(160 / 1200 * 100vw);
    left: calc(-1 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 480px) {
  .mainvs .fv-object04 {
    top: 800px;
  }
}
.mainvs .fv-object05 {
  width: 180px;
  top: 740px;
  left: 120px;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object05 {
    width: calc((180 * 2 / 3) / 1200 * 100vw);
    top: 680px;
    left: calc((120 * 2 / 3) / 1200 * 100vw);
  }
}
@media only screen and (max-width: 480px) {
  .mainvs .fv-object05 {
    top: 740px;
  }
}
.mainvs .fv-object06 {
  width: 280px;
  top: 100px;
  right: -1px;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object06 {
    width: calc((280 * 2 / 3) / 1200 * 100vw);
    right: calc(-1 / 1200 * 100vw);
  }
}
.mainvs .fv-object07 {
  width: 290px;
  top: 500px;
  right: -1px;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object07 {
    width: calc((290 * 1 / 2) / 1200 * 100vw);
    right: calc(-1 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mainvs .fv-object07 {
    width: calc((290 * 1 / 3) / 1200 * 100vw);
  }
}
.mainvs .fv-object08 {
  width: 180px;
  top: 820px;
  right: -1px;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object08 {
    width: calc((180 * 2 / 3) / 1200 * 100vw);
    right: calc(-1 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 480px) {
  .mainvs .fv-object08 {
    display: none;
  }
}
.mainvs .fv-object09 {
  width: 200px;
  top: 220px;
  right: 280px;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object09 {
    width: calc((200 * 2 / 3) / 1200 * 100vw);
    top: 300px;
    right: calc((280 * 3 / 4) / 1200 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mainvs .fv-object09 {
    top: 240px;
    right: calc((280 * 2 / 4) / 1200 * 100vw);
  }
}
@media only screen and (max-width: 480px) {
  .mainvs .fv-object09 {
    top: 50px;
  }
}
.mainvs .fv-object10 {
  width: 120px;
  top: 440px;
  right: 240px;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object10 {
    width: calc((120 * 2 / 3) / 1200 * 100vw);
    top: 480px;
    right: calc((240 * 2 / 3) / 1200 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .mainvs .fv-object10 {
    top: 420px;
    right: calc((240 * 1 / 3) / 1200 * 100vw);
  }
}
@media only screen and (max-width: 900px) {
  .mainvs .fv-object10 {
    top: 360px;
    right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .mainvs .fv-object10 {
    top: 220px;
    right: 0;
    width: 42px;
  }
}
.mainvs .fv-object11 {
  width: 150px;
  top: 700px;
  left: 300px;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object11 {
    width: calc(150 / 1200 * 100vw);
    left: 2vw;
  }
}
@media only screen and (max-width: 480px) {
  .mainvs .fv-object11 {
    top: 760px;
    left: 0;
  }
}
.mainvs .fv-object12 {
  width: 120px;
  top: 580px;
  right: 340px;
}
@media only screen and (max-width: 1600px) {
  .mainvs .fv-object12 {
    width: calc((120 * 2 / 3) / 1200 * 100vw);
    top: 640px;
    right: calc((340 * 1 / 4) / 1200 * 100vw);
  }
}
@media only screen and (max-width: 900px) {
  .mainvs .fv-object12 {
    top: 680px;
  }
}
@media only screen and (max-width: 480px) {
  .mainvs .fv-object12 {
    top: 710px;
    width: 50px;
    right: 0;
  }
}

.sepa__top-about {
  position: relative;
  height: 160px;
  margin: 80px auto 0;
  max-width: 700px;
}
.sepa__top-about .sepa__object {
  position: absolute;
}
.sepa__top-about .fv-object13 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
}
.sepa__top-about .fv-object14 {
  top: 80px;
  left: 0;
  width: 60px;
}
.sepa__top-about .fv-object15 {
  top: 50px;
  right: 0;
  width: 80px;
}

.sec-aboutus {
  background: url("images/top/sec-aboutus-bg.png") no-repeat center top;
  background-size: cover;
}
.sec-aboutus .container {
  margin: -130px auto 0;
  padding: 70px 0;
}
.sec-aboutus .sec-title::before {
  background: url("images/top/sec-aboutus-titleico.png") no-repeat center/contain;
}
.sec-aboutus .row {
  margin-top: 2rem;
}
.sec-aboutus .btn {
  background: #fff;
  padding: 0.75rem 1rem;
  margin: 0 0.7rem;
  border-radius: 6px;
  border: solid 3px #bccf4c;
  text-decoration: none;
  color: #a4b731;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  max-width: 330px;
  width: 100%;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
}
.sec-aboutus.spikes {
  position: relative;
}
.sec-aboutus.spikes::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 50px;
  background-size: 30px 100%;
  background-image: linear-gradient(135deg, #f1f8c9 25%, transparent 25%), linear-gradient(225deg, #f1f8c9 25%, transparent 25%);
  background-position: 0 0;
}

.sec-activity {
  position: relative;
  background: url("images/top/sec-activity-bg.svg") no-repeat center;
  background-size: cover;
}
.sec-activity .container {
  background: #fff;
  border-radius: 5px;
  padding: 1rem 3rem 2rem 3rem;
  position: relative;
}
.sec-activity .sec-title::before {
  background: url("images/top/sec-activity-titleico.png") no-repeat center/contain;
}
.sec-activity .sec-content {
  margin: 2rem 0 3rem;
  z-index: 1;
}
.sec-activity .sec-content ul li .sec-content__img img {
  border-radius: 5px;
  aspect-ratio: 1200/630;
  object-fit: cover;
}
.sec-activity .sec-content ul li time {
  color: #00728b;
  font-weight: bold;
}
.sec-activity .sec-content ul li h2 {
  font-size: 1.15rem;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .sec-activity .sec-content ul li h2 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .sec-activity .sec-content ul li h2 {
    font-size: 0.95rem;
  }
}
.sec-activity .sec-content ul li a {
  margin-top: 0.5rem;
  display: inline-block;
  float: right;
}
.sec-activity .fv-object13 {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 50px;
}
.sec-activity .fv-object14 {
  position: absolute;
  top: 160px;
  left: 240px;
  width: 30px;
}
.sec-activity .btn {
  background: #fff;
  padding: 0.75rem 1rem;
  margin: 0 0.7rem;
  border-radius: 6px;
  border: solid 3px #928675;
  text-decoration: none;
  color: #766c5e;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  max-width: 330px;
  width: 100%;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
}

.sec-news {
  position: relative;
  background: #e9f9e9;
  padding: 50px 0 0;
}
@media only screen and (max-width: 480px) {
  .sec-news {
    padding: 60px 0 0;
  }
}
.sec-news .sec-title::before {
  background: url("images/top/sec-news-titleico.png") no-repeat center/contain;
}
.sec-news .sec-content ul li {
  padding: 0.35rem 0;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .sec-news .sec-content ul li {
    flex-wrap: wrap;
  }
}
.sec-news .sec-content ul li time {
  display: inline-block;
  margin-right: 1rem;
}
.sec-news .btn {
  background: #fff;
  padding: 0.75rem 1rem;
  margin: 0 0.7rem;
  border-radius: 6px;
  border: solid 3px #4392ba;
  text-decoration: none;
  color: #357595;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  max-width: 330px;
  width: 100%;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
}
.sec-news__object {
  position: absolute;
  z-index: -1;
}
.sec-news #news-object01 {
  width: 120px;
  top: 400px;
  left: 200px;
}
@media only screen and (max-width: 900px) {
  .sec-news #news-object01 {
    width: 60px;
  }
}
.sec-news #news-object02 {
  width: 80px;
  top: 800px;
  left: 260px;
}
@media only screen and (max-width: 900px) {
  .sec-news #news-object02 {
    width: 120px;
    left: 100px;
  }
}
.sec-news #news-object03 {
  width: 70px;
  top: 820px;
  left: 540px;
}
@media only screen and (max-width: 1200px) {
  .sec-news #news-object03 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .sec-news #news-object03 {
    display: block;
    width: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .sec-news #news-object03 {
    display: none;
  }
}
.sec-news #news-object04 {
  width: 50px;
  top: 420px;
  right: 100px;
}
@media only screen and (max-width: 480px) {
  .sec-news #news-object04 {
    display: none;
  }
}
.sec-news #news-object05 {
  width: 100px;
  top: 480px;
  right: 120px;
}

/*separator*/
.section-bubble, .section-bubble3 {
  margin-bottom: 20vw;
  position: relative;
}
.section-bubble:after, .section-bubble3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20vw;
  background: url("") green;
  background-size: 100%;
  transform: translate(0, 100%);
}

.section-bubble3 {
  background-color: #e9f9e9;
}
.section-bubble3:after {
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23e9f9e9' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}
.section-bubble3 h1 {
  color: white;
}
.section-bubble3 p {
  color: white;
  opacity: 0.8;
}

.sec-whatwedo {
  position: relative;
  padding-bottom: 0;
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.sec-whatwedo .fv-object02 {
  position: absolute;
  left: -10px;
  top: 30px;
  width: 160px;
}
.sec-whatwedo .container {
  max-width: 1100px;
}
.sec-whatwedo .sec-title::before {
  background: url("images/top/sec-whatwedo-titleico.png") no-repeat center/contain;
}
.sec-whatwedo .tabs {
  margin: 2rem 0 0;
  padding: 0 0 1.5rem;
  max-width: 1000px;
  margin: 2rem auto;
}
.sec-whatwedo .tab_item {
  width: calc(90% / 3);
  margin: 0 0.5%;
  height: 60px;
  background-color: #a0cfd417;
  border-radius: 1rem 1rem 0 0;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  opacity: 0.65;
}
.sec-whatwedo .tab_item:hover {
  opacity: 0.75;
}
.sec-whatwedo .tab_item01 {
  background: #90c169;
  margin-left: 4%;
}
.sec-whatwedo .tab_item02 {
  background: #f6a900;
}
.sec-whatwedo .tab_item03 {
  background: #59a6ce;
}
.sec-whatwedo input[name=tab_item] {
  display: none;
}
.sec-whatwedo .tab_content {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: none;
  clear: both;
  overflow: hidden;
  min-height: 540px;
}
.sec-whatwedo .tab_content .title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.35;
  padding: 2rem 1rem 1rem;
  text-align: center;
}
.sec-whatwedo .tab_content .item-intro {
  padding: 1.2rem 3.5rem 1rem;
}
.sec-whatwedo .tab_content .item-intro li {
  list-style: disc;
}
.sec-whatwedo .tab_content .item-content {
  padding: 1rem 2.25rem;
  display: flex;
}
.sec-whatwedo .tab_content .item-content__detail {
  flex: 1;
  padding-right: 1rem;
}
.sec-whatwedo .tab_content .item-content__detail:last-child {
  padding-right: 0;
}
.sec-whatwedo .tab_content .item-content__detail h4 {
  text-align: center;
  padding: 1rem;
  background: #e9f8e9;
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.sec-whatwedo .tab_content .item-content__detail h4 small {
  display: block;
  width: 100%;
}
.sec-whatwedo .tab_content .item-content__detail article {
  display: flex;
  align-items: center;
}
.sec-whatwedo .tab_content .item-content__detail article div.flex-item {
  width: 40%;
}
.sec-whatwedo .tab_content .item-content__detail article ul.flex-item {
  width: 55%;
  padding-left: 5%;
  font-size: 90%;
  line-height: 1.25;
}
.sec-whatwedo .tab_content .item-content__detail article ul.flex-item li {
  font-size: 90%;
  line-height: 1.5;
}
.sec-whatwedo .tab_content .item-link {
  text-align: center;
  padding: 1rem 2.25rem 2.5rem;
}
.sec-whatwedo .tab_content .item-link a {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #5bb4bd;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
.sec-whatwedo .tab_content .item-kentou {
  padding: 1rem 2.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec-whatwedo .tab_content .item-kentou p {
  text-align: center;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 1rem;
  margin: 0 0 1.5rem;
  font-weight: bold;
  width: 100%;
}
.sec-whatwedo .tab_content .item-kentou a {
  width: 48%;
  background: #ddd;
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 5px;
  text-align: center;
}
.sec-whatwedo #tab1:checked ~ #tab1_content,
.sec-whatwedo #tab2:checked ~ #tab2_content,
.sec-whatwedo #tab3:checked ~ #tab3_content {
  display: block;
}
.sec-whatwedo .tabs input:checked + .tab_item {
  opacity: 1;
}
.sec-whatwedo .tabs input:checked + .tab_item:hover {
  opacity: 1;
}

#tab1_content {
  border-top: solid 5px #90c169;
}
#tab1_content .title {
  color: #83ba57;
}
#tab1_content .item-content__detail h4 {
  background: #edf5e7;
  color: #7bb54c;
}
#tab1_content .item-content__detail article {
  flex-wrap: wrap;
}
#tab1_content .item-content__detail article div.flex-item {
  width: 100%;
}
#tab1_content .item-content__detail article div.flex-item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
#tab1_content .item-content__detail article ul.flex-item {
  width: 100%;
  padding-left: 0;
}
#tab1_content .item-kentou a {
  text-align: center;
  background: #fff;
  padding: 0.75rem 1rem;
  margin: 0 0.7rem;
  border-radius: 6px;
  border: solid 3px #90c169;
  text-decoration: none;
  color: #90c169;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  max-width: 330px;
  width: 100%;
}
#tab1_content .item-link a {
  background: #90c169;
}

#tab2_content {
  border-top: solid 5px #f6a900;
}
#tab2_content .title {
  color: #dd9700;
}
#tab2_content .item-content__detail h4 {
  background: #fff4dd;
  color: #dd9700;
}
#tab2_content .item-content__detail article {
  flex-wrap: wrap;
}
#tab2_content .item-content__detail article div.flex-item {
  width: 100%;
}
#tab2_content .item-content__detail article div.flex-item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
#tab2_content .item-content__detail article ul.flex-item {
  width: 100%;
  padding-left: 0;
}
#tab2_content .item-link a {
  background: #f6a900;
}

#tab3_content {
  border-top: solid 5px #59a6ce;
}
#tab3_content .title {
  color: #388fbc;
}
#tab3_content .item-content__detail h4 {
  background: rgba(89, 166, 206, 0.2);
  color: #3280a9;
}
#tab3_content .item-link a {
  background: #59a6ce;
}

.curved {
  position: absolute;
  top: 480px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.curved .curved-01 {
  max-width: 90%;
  margin: auto;
  display: block;
}
.curved .curved-02 {
  width: 100%;
  margin-top: -3px;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.f-sec-about {
  background: url("images/top/sec-about-bg.svg") no-repeat center;
  background-size: cover;
  padding: 1px 0;
}
.f-sec-about .container {
  max-width: 720px;
  margin: 360px auto;
}
@media only screen and (max-width: 900px) {
  .f-sec-about .container {
    max-width: 100%;
    margin: 180px auto;
  }
}
@media only screen and (max-width: 480px) {
  .f-sec-about .container {
    margin: 60px auto 180px;
  }
}
.f-sec-about .sec-content {
  text-align: center;
}
.f-sec-about .sec-content img {
  display: block;
  margin: 0 auto 3rem;
  max-width: 80%;
}

.sec-joinus {
  position: relative;
}
.sec-joinus .sec-title::before {
  background: url("images/top/sec-joinus-titleico.png") no-repeat center/contain;
}
.sec-joinus .row .joinus-item {
  width: 48%;
  border: solid 1px #f0a100;
  background: #fffaf0;
  border-radius: 0.5rem;
  padding: 0 0 2rem;
}
.sec-joinus .row .joinus-item__icon {
  max-width: 100px;
  max-height: 80px;
  margin: 1rem auto;
  padding: 0 1rem;
}
.sec-joinus .row .joinus-item h3 {
  text-align: center;
  padding: 0.75rem 0.5rem 0.5rem;
  margin: 0 0 1rem;
  background: #f0a100;
  color: #fff;
  border-radius: 0.4rem 0.4rem 0 0;
}
.sec-joinus .row .joinus-item p {
  padding: 0.75rem 1.5rem;
  margin-bottom: 1rem;
}
.sec-joinus .row .joinus-item ul {
  padding: 0.75rem 1.5rem 0.75rem 2rem;
  margin-bottom: 1rem;
}
.sec-joinus .row .joinus-item ul li {
  list-style: "・";
  padding-left: 0.25rem;
}
.sec-joinus .row .joinus-item ul li:marker {
  margin-right: 5px;
}
.sec-joinus .row .joinus-item a {
  display: block;
  text-align: center;
  margin-top: auto;
}
.sec-joinus .row .joinus-item a span {
  background: #fff;
  padding: 0.75rem 1rem;
  margin: 0 0.7rem;
  border-radius: 3rem;
  border: solid 3px #f0a100;
  text-decoration: none;
  color: #f0a100;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  max-width: 330px;
  width: 100%;
}
.sec-joinus .fv-object04 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 150px;
  z-index: -1;
}
.sec-joinus .fv-object05 {
  position: absolute;
  top: 40%;
  left: 2rem;
  width: 120px;
  z-index: -1;
}
.sec-joinus .fv-object06 {
  position: absolute;
  top: 10px;
  right: 0;
  width: 240px;
  z-index: -1;
}

/* ==========================
ABOUTUS
===========================*/
.absolute-imgs {
  position: absolute;
}
.absolute-imgs #about-object01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .absolute-imgs #about-object01 {
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .absolute-imgs #about-object01 {
    display: none;
  }
}
.absolute-imgs #about-object02 {
  position: absolute;
  top: 400px;
  right: 0;
  width: 160px;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .absolute-imgs #about-object02 {
    top: 600px;
    width: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .absolute-imgs #about-object02 {
    display: none;
  }
}
.absolute-imgs #about-object03 {
  position: absolute;
  top: 1000px;
  left: 0;
  width: 50px;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .absolute-imgs #about-object03 {
    top: 1050px;
    width: 30px;
  }
}
.absolute-imgs #about-object03 .howtojoin-voices {
  display: none;
}

.about-aims .wp-block-group__inner-container {
  max-width: 1200px;
  padding: 1rem;
}

.about-aim-item {
  flex-basis: calc(30% - 1em);
  background: #fff;
  border-radius: 1rem;
  border: solid 1px #f1f1f1;
  filter: drop-shadow(4px 4px 6px #ddd);
  transition: all 0.3s;
}
.about-aim-item:hover {
  transform: translateY(-10px);
}
@media only screen and (max-width: 480px) {
  .about-aim-item {
    flex-basis: 1 !important;
  }
}

@media only screen and (max-width: 480px) {
  .about-aimimg {
    height: auto;
  }
}

@media only screen and (max-width: 900px) {
  .wp-block-spacer {
    display: none;
  }
}

.about-message {
  background: #ffecc4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .about-message {
    height: auto;
    margin-top: auto;
  }
}
.about-message .wp-block-group__inner-container {
  max-width: 800px;
  margin-bottom: auto !important;
  padding: 5rem 0 3rem;
}
.about-message figure img {
  border-radius: 200px;
}

.about-voices .wp-block-group__inner-container {
  max-width: 1200px;
  padding: 1rem;
}

.aboutus-mission {
  background: url("../../../../wp-content/themes/scf/images/mission/mission-bg-introduce.png") no-repeat top right;
  background-size: cover;
  max-width: 100vw;
}
.aboutus-mission p {
  line-height: 1.65;
}
.aboutus-mission .wp-block-group__inner-container {
  max-width: 540px;
  background: #fdebc6;
  padding: 2rem 2rem 0;
  box-sizing: content-box;
}
@media only screen and (max-width: 1200px) {
  .aboutus-mission .wp-block-group__inner-container {
    max-width: 600px;
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .aboutus-mission .wp-block-group__inner-container {
    width: 80%;
    margin: auto;
  }
}
.aboutus-mission .prmovie {
  position: relative;
  z-index: 1;
}
.aboutus-mission .absolute-imgs {
  position: relative;
  top: 0;
  left: 0;
}
.aboutus-mission #introduce-img01 {
  position: absolute;
  top: 0;
  left: -280px;
  width: 240px;
}
@media only screen and (max-width: 1200px) {
  .aboutus-mission #introduce-img01 {
    top: 2rem;
    left: -200px;
    width: calc((240 * 4 / 5) / 1200 * 100vw);
  }
}
@media only screen and (max-width: 900px) {
  .aboutus-mission #introduce-img01 {
    top: -130px;
    left: -100px;
    width: calc((240 * 4 / 5) / 1200 * 100vw);
  }
}
@media only screen and (max-width: 480px) {
  .aboutus-mission #introduce-img01 {
    left: 2rem;
    top: -160px;
    width: 60px;
  }
}
.aboutus-mission #introduce-img02 {
  position: absolute;
  right: -230px;
  bottom: -600px;
  width: 400px;
}
@media only screen and (max-width: 1200px) {
  .aboutus-mission #introduce-img02 {
    bottom: -300px;
    width: calc((600 * 3 / 5) / 1200 * 100vw);
  }
}
@media only screen and (max-width: 900px) {
  .aboutus-mission #introduce-img02 {
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .aboutus-mission #introduce-img02 {
    bottom: -380px;
    width: 140px;
  }
}
.aboutus-mission #introduce-img03 {
  position: absolute;
  top: -100px;
  right: -300px;
  width: 300px;
}
@media only screen and (max-width: 1200px) {
  .aboutus-mission #introduce-img03 {
    right: -180px;
    width: calc((300 * 3 / 5) / 1200 * 100vw);
  }
}
@media only screen and (max-width: 900px) {
  .aboutus-mission #introduce-img03 {
    top: -120px;
    right: -70px;
  }
}
@media only screen and (max-width: 480px) {
  .aboutus-mission #introduce-img03 {
    right: 0;
    width: 100px;
  }
}
.aboutus-mission__popup {
  padding: 1rem 0 0;
  position: relative;
  transition: all 0.3s;
}
.aboutus-mission__popup::before {
  content: "";
  background: url("../../../../wp-content/themes/scf/images/about/icon-play.png") no-repeat center center;
  background-size: 60px auto;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.aboutus-mission__popup:hover {
  opacity: 0.7;
}

.aboutus-points {
  background: #f0f9c9;
  border-radius: 5px;
}
.aboutus-points h4 {
  background: #4da29a;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.aboutus-points__list {
  margin-top: 2.5rem;
  padding: 0 2rem 2rem;
}
@media only screen and (max-width: 900px) {
  .aboutus-points__list {
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .aboutus-points__list {
    flex-wrap: wrap;
  }
}
.aboutus-points__item {
  background: #fff;
  border-radius: 50%;
  padding: 0 1rem 1rem;
  height: 260px;
  font-size: 0.9rem;
}
@media only screen and (max-width: 900px) {
  .aboutus-points__item {
    height: 200px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .aboutus-points__item {
    height: auto;
    border-radius: 1rem;
    margin: 0 0 2rem;
  }
}
.aboutus-points__itemimg {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .aboutus-points__itemimg {
    height: auto;
  }
}
.aboutus-points__itemimg img {
  width: auto;
  max-height: 60px;
}
.aboutus-points__itemtitle {
  font-size: 1.05rem;
  line-height: 1;
  margin: 1rem 0;
}
.aboutus-points__itemtitle strong {
  font-size: 120%;
}

.mission-role .role-item {
  background: #f4f5f7;
  border-radius: 1rem;
  padding: 0.8rem;
}
@media only screen and (max-width: 900px) {
  .mission-role .role-item:nth-child(3) {
    flex-basis: 100% !important;
  }
}
.mission-role h5 {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.mission-role .role-number {
  margin: 0;
  font-size: 1.85rem;
  color: #00a7b1;
  line-height: 1;
}

.about-pagetop-history figure {
  max-width: 640px;
  width: 100%;
  margin: auto;
}
.about-pagetop-history .wp-block-column {
  margin-bottom: 1rem;
}
.about-pagetop-history .button-block a {
  width: 100%;
  display: block;
  border-radius: 3rem;
  font-size: 1rem;
}

.about-title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 1;
  margin-bottom: 1.5rem !important;
  position: relative;
}
.about-title::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 300px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.about-titleico {
  text-align: center;
}
.about-titleico img {
  max-width: 200px;
  width: auto;
  height: 85px;
  text-align: center;
  margin: auto;
}

.about-aim-item {
  padding: 1.5rem 2rem 1rem;
}
.about-aim-item:nth-child(1) .about-aimtitle:before {
  content: "1";
}
.about-aim-item:nth-child(2) .about-aimtitle:before {
  content: "2";
}
.about-aim-item:nth-child(3) .about-aimtitle:before {
  content: "3";
}
.about-aimimg {
  height: 150px;
  text-align: center;
}
.about-aimimg img {
  height: 100%;
  object-fit: contain;
}
.about-aimtitle {
  display: flex;
  line-height: 1.35;
  align-items: center;
}
.about-aimtitle:before {
  font-size: 3rem;
  color: #bfbfbf;
  padding-right: 0.5rem;
}

.balloon-right {
  position: relative;
  display: inline-block;
  padding: 1rem;
  width: 120px;
  height: 210px;
  text-align: center;
  font-weight: bold;
  background: #ffebc5;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.balloon-right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffebc5;
  z-index: 0;
}

.about-voice-avt {
  display: flex;
  align-items: center;
}

.about-voice-job {
  margin: 0 !important;
}

.about-voice-reason {
  margin: 0 !important;
  color: #846d03;
}

.about-pagetop-history figure {
  max-width: 640px;
  width: 100%;
  margin: auto;
}
.about-pagetop-history .wp-block-column {
  margin-bottom: 1rem;
}
.about-pagetop-history .button-block a {
  width: 100%;
  display: block;
  border-radius: 3rem;
  font-size: 1rem;
}

/* ==========================
about - member
===========================*/
.member-profimg {
  grid-template-columns: 33% auto !important;
}
.member-profimg figure {
  display: flex;
  align-self: auto !important;
}
.member-profimg figure img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: top;
}

.member-role {
  margin-bottom: 0.35rem !important;
  color: #00728b;
  font-weight: bold;
}

.wp-block-media-text .wp-block-media-text__content {
  align-self: auto !important;
}

.member-name.has-large-font-size {
  font-size: 1.2rem;
  margin-bottom: 0.75rem !important;
}

.member-position {
  font-size: 0.85rem;
  line-height: 1.15;
}

/* ==========================
about - history
===========================*/
.popup-story01__movie .wp-video {
  width: 100% !important;
  height: 320px;
}
.popup-story01__movie .wp-video .mejs-container,
.popup-story01__movie .wp-video .mejs-overlay,
.popup-story01__movie .wp-video .wp-video-shortcode {
  height: 100% !important;
}

.history-content {
  font-size: 0.92em;
}

.history-absolute-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 1500px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: -1;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .history-absolute-bg {
    top: 8%;
    left: 0;
    right: 0;
    margin: 0;
    min-width: 100%;
  }
}
.history-absolute-bg img {
  max-width: 95%;
  width: 100%;
  height: 2230px;
}

.history-bg {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  background: #fcedc6;
  border-radius: 100px 0 0 100px;
  width: calc(((100% - 1000px) / 2) + 1px);
  height: calc((500px * 3) + 300px);
  z-index: -1;
}
.history-bg::before {
  content: "";
  position: absolute;
  border: solid white;
  border-width: 150px 150px 0 0;
  border-bottom-right-radius: 150px;
}
.history-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  border: solid white;
  border-width: 150px 150px 0 0;
  border-top-right-radius: 150px;
}

.history-item {
  height: 500px;
  width: 100%;
  border-radius: 230px 0 0 230px;
  background: #fcedc6;
  margin: 0 !important;
  padding: 0 50px 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-item:nth-child(even) {
  background: white;
  border-radius: 0 230px 230px 0;
  padding: 0 100px 0 50px;
  position: relative;
}
.history-item:nth-child(even)::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: #fcedc6;
  z-index: -1;
}
.history-item .history-year {
  text-transform: capitalize;
  letter-spacing: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  font-size: 140%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .history-item .history-year {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
.history-item .history-title {
  font-size: 1.5rem;
}
.history-item .has-large-font-size {
  font-size: 1.7rem;
  margin: 1rem 0;
}
@media only screen and (max-width: 480px) {
  .history-item .has-large-font-size {
    font-size: 1.5rem;
  }
}
.history-item .wp-block-media-text {
  gap: 8%;
}
.history-item .wp-block-media-text__content {
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .history-item .wp-block-media-text__content {
    margin-bottom: 2rem !important;
  }
}
.history-item01 {
  margin-top: 170px;
  margin-right: -50px;
  margin-left: 50px;
}
.history-item02 {
  margin-top: 200px;
  margin-right: 80px;
  margin-left: -80px;
}
.history-item03 {
  margin-top: 200px;
  margin-right: -50px;
  margin-left: 50px;
}

.story-img-item {
  position: absolute;
  width: 80px;
  max-height: 100px;
  object-fit: contain;
}
.story-img-item01 {
  right: -100px;
  top: 140px;
  width: calc(90 / 1200 * 100vw);
  right: calc(-100 / 1200 * 100vw);
}
.story-img-item02 {
  right: -10px;
  top: 140px;
}
.story-img-item03 {
  right: 70px;
  top: 140px;
}
.story-img-item04 {
  left: 100px;
  top: 140px;
}
.story-img-item05 {
  left: 30px;
  top: 180px;
}
.story-img-item06 {
  left: -30px;
  top: 240px;
}
.story-img-item07 {
  left: 450px;
  top: 1120px;
  width: 120px;
  z-index: 2;
}
.story-img-item08 {
  left: 210px;
  top: 1120px;
  width: 45px;
  z-index: 2;
}
.story-img-item09 {
  top: 1619px;
  right: 100px;
  width: 180px;
}

.story-bg-item {
  position: absolute;
  width: 80px;
  z-index: -1;
}
.story-bg-item01 {
  right: 140px;
  top: 300px;
}
.story-bg-item02 {
  left: 200px;
  top: 240px;
}
.story-bg-item03 {
  top: 460px;
  left: 110px;
  width: 160px;
}
.story-bg-item04 {
  top: 680px;
  left: 300px;
  width: 30px;
}
.story-bg-item05 {
  top: 940px;
  right: 100px;
  width: 90px;
}
.story-bg-item06 {
  top: 1300px;
  right: 0;
  width: 110px;
}
.story-bg-item07 {
  top: 1320px;
  right: 120px;
  width: 30px;
}
.story-bg-item08 {
  top: 1200px;
  left: 200px;
  width: 120px;
}

.story__more-btn {
  margin-top: 1.5rem;
}

.history-birth {
  margin-top: 80px;
}
.history-birth figure img {
  border-radius: 3rem !important;
}
.history-birth .history-birth-title {
  max-width: 700px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.history-birth .history-birth-title #history-birth02 {
  max-width: 150px;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .history-birth .history-birth-title #history-birth02 {
    max-width: 100px;
  }
}
.history-birth .history-birth-title #history-birth01,
.history-birth .history-birth-title #history-birth03 {
  max-width: 240px;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .history-birth .history-birth-title #history-birth01,
.history-birth .history-birth-title #history-birth03 {
    max-width: 100px;
  }
}
.history-birth .history-year {
  text-transform: capitalize;
  letter-spacing: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  font-size: 160%;
  margin-bottom: 10px;
  border-bottom: none;
  line-height: 1;
}

.history-actlist {
  margin: auto;
  margin-left: -15%;
  margin-right: -15%;
  width: 130%;
}
@media only screen and (max-width: 900px) {
  .history-actlist {
    margin: 0 auto;
    width: 90%;
  }
}
.history-actlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.history-actlist ul li {
  width: 24%;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .history-actlist ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .history-actlist ul li {
    width: 100%;
  }
}
.history-actlist ul li img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
.history-actlist ul li h4 {
  font-size: 1.1rem;
  font-weight: bold;
  position: absolute;
  left: 50px;
  bottom: -3rem;
  background: #dddddd8a;
  /* height: 100px; */
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  height: 100%;
  width: 80%;
  max-height: 120px;
}

.article .enkakugroup {
  padding: 0 0 50px;
}
.article .enkakugroup__head {
  color: #00728b;
  padding: 1rem 0;
  background: #00728b0d;
  padding: 0.75rem 1rem;
  text-transform: capitalize;
  letter-spacing: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  font-size: 160%;
  text-align: center;
}
.article .enkakugroup__digest--image .blocks-gallery-grid li {
  margin: 0;
}
.article .enkakugroup__digest--image figure img {
  vertical-align: middle;
  border-radius: 5px;
}
.article .enkakugroup__digest--text ul {
  padding: 0 1rem;
}
.article .enkakugroup__digest--text ul li {
  font-size: 0.96rem;
  list-style: disc;
}
.article .enkakugroup__accordion .advgb-accordion-header {
  max-width: 300px;
  margin: auto;
  border-radius: 3rem !important;
  text-align: center;
  background-color: #00728b !important;
  border: none !important;
  color: #fff !important;
}
.article .enkakugroup__accordion .advgb-accordion-body {
  border-style: none !important;
  border-color: transparent;
}
.article .enkakugroup__accordion .toggle-button {
  padding: 0.75rem;
}
.article .enkakugroup__accordion .toggle-content {
  padding: 0;
}
.article .enkakugroup__accordion table {
  width: 100%;
  margin: 2rem 0 0;
}
.article .enkakugroup__accordion table tr:nth-of-type(2n + 1) {
  background: none;
}
.article .enkakugroup__accordion table tr:nth-child(1) td:last-child {
  border-top: dashed 1px #ddd;
}
.article .enkakugroup__accordion table tr td {
  border: none;
}
.article .enkakugroup__accordion table tr td:first-child {
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 90%;
  background: #00728b0d;
  color: #00728b;
  vertical-align: baseline;
  padding-top: 10px;
}
.article .enkakugroup__accordion table tr td:last-child {
  padding-left: 1.5rem;
  border-bottom: dashed 1px #ddd;
}

/* ==========================
activities
===========================*/
.act-sec {
  padding: 2rem 1rem;
  margin-bottom: 0 !important;
  margin-top: 0;
}
.act-sec ul {
  margin: 0;
  padding-left: 10px;
}
.act-sec ul li {
  list-style: "・";
  padding-left: 5px;
  font-size: 1em;
  line-height: 1.6em;
}

h3.act-sec-title {
  margin: 1rem 0 3rem;
  padding: 1.5rem 0 0.5rem;
  position: relative;
  font-size: 1.24rem;
}
h3.act-sec-title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 118px;
  height: 8px;
  background-image: repeating-linear-gradient(-45deg, #EE815C 0px, #EE815C 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}

/*NEW! このプロジェクトが目指すこと */
.act-clm_goal {
  background: #D1DD90;
}
.act-clm_goal .wp-block-group__inner-container {
  padding: 2rem 0 1.35rem;
}
.act-clm_goal h3.act-sec-title {
  margin-top: -6.5rem;
  margin-bottom: 3rem;
  background: #D1DD90;
  border-radius: 10px 10px 0 0;
  padding: 3rem 0 0.5rem;
}
.act-clm_goal h3.act-sec-title::after {
  background-image: repeating-linear-gradient(-45deg, #ffffff 0px, #ffffff 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
}
.act-clm_goal--row {
  margin: 4rem 0 0;
}
.act-clm_goal--row .row-item {
  background: #7f8f2c;
  padding: 2.5rem 1rem 2rem;
  position: relative;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 240px;
}
.act-clm_goal--row .row-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #D1DD90 #5d6820;
  border-width: 0 0 20px 20px;
}
.act-clm_goal--row .row-item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #7f8f2c;
  border: solid 2px #7f8f2c;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.act-clm_goal--row .row-item:nth-child(1)::before {
  content: "1";
}
.act-clm_goal--row .row-item:nth-child(2)::before {
  content: "2";
}
.act-clm_goal--row .row-item:nth-child(3)::before {
  content: "3";
}
.act-clm_goal--row .row-item h4 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  font-weight: normal;
}

/*NEW! これまでに取り組んできた具体的なアクション */
.act-clm_action {
  background: #f7f7f7;
  position: relative;
}
.act-clm_action .wp-block-group__inner-container {
  padding: 2rem 0 1.35rem;
}
.act-clm_action::after {
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -20px;
  background: linear-gradient(135deg, #f7f7f7 10px, transparent 0), linear-gradient(225deg, #f7f7f7 10px, transparent 0);
  background-size: 30px 30px;
}
.act-clm_action--table {
  margin: 2rem 0 !important;
}
.act-clm_action--table01 .wp-block-group__inner-container {
  padding: 0;
}
.act-clm_action--table01 table {
  width: 100%;
  font-size: 1rem;
  background: #fff;
  margin: 0;
}
.act-clm_action--table01 table tr th {
  background: #84b771;
  min-width: 200px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.act-clm_action--table01 table tr td {
  padding: 0.75rem 1rem;
  background: #fff;
}
.act-clm_action--table01 table tr td:first-of-type {
  border-right: 1px solid #fff;
}
.act-clm_action--table01 table tr td table td {
  padding: 0;
  border: none;
}
.act-clm_action--table01 table tr td table td p {
  margin: 0;
}
.act-clm_action--table.cheerseta table {
  margin: 0 0 2.5rem;
  position: relative;
}
.act-clm_action--table.cheerseta table::before, .act-clm_action--table.cheerseta table::after {
  position: absolute;
  bottom: -1.35rem;
  left: 95px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.act-clm_action--table.cheerseta table::before {
  width: 10px;
  height: 10px;
  border-top: 5px solid #7a0;
  border-right: 5px solid #7a0;
  transform: rotate(135deg);
}
.act-clm_action--table.cheerseta table:last-of-type::before, .act-clm_action--table.cheerseta table:last-of-type::after {
  display: none;
}
.act-clm_action--table.cheerseta tr {
  position: relative;
}
.act-clm_action--table.cheerseta tr::before {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 6px solid #7a0;
  border-right: 6px solid #7a0;
  transform: rotate(135deg);
  z-index: 100;
}
.act-clm_action--table.cheerseta tr:nth-last-child(1)::before, .act-clm_action--table.cheerseta tr:nth-last-child(2)::before {
  width: 0;
  height: 0;
  display: contents;
}
.act-clm_action--table.cheerseta tr td table {
  background: #f3f8f2;
  border-radius: 0.5rem;
}
.act-clm_action--table.cheerseta tr td table tr:nth-of-type(2n + 1) {
  background: inherit;
}
.act-clm_action--table.cheerseta tr td table td {
  border: none;
  background: transparent;
  position: relative;
  padding: 0.5rem 50px 0.75rem 1rem;
  vertical-align: baseline;
}
.act-clm_action--table.cheerseta tr td table td::before {
  position: absolute;
  top: 1.1rem;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  transform: rotate(45deg);
  z-index: 100;
}
.act-clm_action--table.cheerseta tr td table td:last-child {
  padding-right: 1rem;
}
.act-clm_action--table.cheerseta tr td table td:last-child::before {
  display: none;
}
.act-clm_action--table.cheerseta tr td table td p {
  line-height: 1.35;
  font-size: 0.9rem;
}
.act-clm_action--table.cheerseta tr td table td p:first-child span {
  border: solid 1px currentColor;
  padding: 3px 12px 4px 10px;
  margin: 0 0 7px;
  display: inline-block;
  background: #fff;
  border-radius: 3rem;
}
.act-clm_action--table.kakehashi table td {
  border-top: none;
}
.act-clm_action--table.kakehashi table td:first-of-type {
  border-right-color: #eee;
}
.act-clm_action--table.kakehashi table td:nth-child(2) {
  border-left: none;
}
.act-clm_action--table.kakehashi table td[colspan] {
  border-bottom: none;
  background: #eaf5e6;
}

.table__machiarv table {
  background: pink;
}
.table__machiarv table tr {
  background: #ffffff;
}
.table__machiarv table tr td {
  padding: 1rem;
}
.table__machiarv table tr td:nth-of-type(1) {
  background: #84b771;
  color: #ffffff;
  font-weight: bold;
  width: 15%;
  text-align: center;
}
.table__machiarv table tr td:nth-of-type(3) {
  width: 30%;
}
.table__machiarv table tr td:nth-of-type(3) img {
  width: 100%;
}

/*NEW! プロジェクトの特徴 */
.act-clm_feature .wp-block-group__inner-container {
  padding: 2rem 0 1.35rem;
}
.act-clm_feature--row {
  justify-content: center;
  margin-top: 4.5rem;
}
.act-clm_feature--row .row-item {
  display: flex;
  flex-direction: column;
  background: #E5F2F2;
  position: relative;
}
.act-clm_feature--row .row-item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00728b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.act-clm_feature--row .row-item:nth-child(1)::before {
  content: "1";
}
.act-clm_feature--row .row-item:nth-child(2)::before {
  content: "2";
}
.act-clm_feature--row .row-item:nth-child(3)::before {
  content: "3";
}
.act-clm_feature--row .row-item h5 {
  margin: 0 0 1.5rem;
  padding: 2.5rem 1rem 1.35rem;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 110px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5;
  border: none;
  color: #00728b;
  position: relative;
}
.act-clm_feature--row .row-item h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 118px;
  height: 3px;
  background-image: repeating-linear-gradient(-45deg, #00728b 0px, #00728b 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
.act-clm_feature--row .row-item figure {
  margin: 0;
}
.act-clm_feature--row .row-item figure img {
  vertical-align: middle;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.act-clm_feature--row .row-item p {
  padding: 1.5rem 1.5rem 0;
  margin: 0;
  font-size: 0.92rem;
}
.act-clm_feature--row .row-item p:last-child {
  padding: 1rem 1.5rem 2rem;
}
.act-clm_feature--row .row-item ul {
  padding: 1.5rem 1rem 0 2rem;
}
.act-clm_feature--row .row-item ul li {
  font-size: 0.92rem;
}

/*NEW! ギャラリー */
.act-sec_gallery {
  padding: 0;
  margin-top: 5rem;
  border-bottom: solid #D1DD90 2rem;
  gap: 0;
}
.act-sec_gallery .wp-block-group__inner-container {
  padding: 2rem 0 1.35rem;
}
.act-sec_gallery .wp-block-column {
  margin: 0;
}
.act-sec_gallery figure img {
  vertical-align: middle;
  height: 180px;
  width: 100%;
  object-fit: cover;
}

/*NEW! これまでの歩み */
.video-container {
  max-width: 100%;
  margin: 0;
}

.act-clm_detail {
  background-color: #e9efcb;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f9f9f9), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f9f9f9), color-stop(0.75, #f9f9f9), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}
.act-clm_detail .wp-block-group__inner-container {
  padding: 2rem 0 1.35rem;
}
.act-clm_detail--box {
  margin: 2rem 0 0;
}
.act-clm_detail--box .wp-block-group__inner-container {
  padding: 0;
}
.act-clm_detail--box .box-title {
  background: #7f8f2c;
  border: none;
  color: #fff;
  padding: 1rem 2rem;
  margin: 0;
}
.act-clm_detail--box .box-inner {
  margin-top: 0;
  padding: 1rem 2rem 2rem;
  background: #ffffff;
  border: solid 2px #7f8f2c;
}
.act-clm_detail--box .box-inner figure {
  margin: 10px 0 0;
}
.act-clm_detail--box .box-inner .topics {
  margin: 2rem 0;
}
.act-clm_detail--box .box-inner .topics-title {
  margin: 0 auto 1rem;
  color: #EE815C;
  position: relative;
  max-width: 200px;
}
.act-clm_detail--box .box-inner .topics-title::before, .act-clm_detail--box .box-inner .topics-title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 34px;
  height: 2px;
  background-color: #EE815C;
  transform: rotate(-60deg);
}
.act-clm_detail--box .box-inner .topics-title::before {
  left: 0;
  transform: rotate(60deg);
}
.act-clm_detail--box .box-inner .topics-title::after {
  right: 0;
}
.act-clm_detail--box .box-inner .topics-row {
  justify-content: center;
  margin: 0 0 1.5rem;
}
.act-clm_detail--box .box-inner .topics-row .pum-trigger {
  transition: all 0.3s;
}
.act-clm_detail--box .box-inner .topics-row .pum-trigger:hover {
  opacity: 0.8;
}
.act-clm_detail--box .box-inner .topics-row_item h5 {
  min-height: 70px;
  margin: 0;
  font-size: 0.9rem;
  background: #EE815C;
  color: #fff;
  padding: 1rem 0;
  border: none;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
.act-clm_detail--box .box-inner .topics-row_item figure {
  margin: 0;
  border-radius: 0 0 5px 5px;
}
.act-clm_detail--box .box-inner .topics-row_item figure img {
  vertical-align: middle;
  height: 180px;
  object-fit: cover;
}
.act-clm_detail--box .box-inner .topics-row_item .topics-link {
  margin-top: -1rem;
}
.act-clm_detail--box .box-inner .topics-row_item .topics-link a {
  background: #fff;
  color: #ee815c;
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  position: relative;
}
.act-clm_detail--box .box-inner .topics-row_item .topics-link a::before, .act-clm_detail--box .box-inner .topics-row_item .topics-link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.act-clm_detail--box .box-inner .topics-row_item .topics-link a::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ef825b;
}
.act-clm_detail--box .box-inner .topics-row_item .topics-link a::after {
  left: auto;
  right: 15px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.act-clm_detail--box .box-inner .topics-row_item .topics-link a:hover {
  opacity: 1;
}
.act-clm_detail--box .box-inner .saitakubox {
  background: #fff0d1;
  border-radius: 5px;
  position: relative;
  margin-top: 3rem;
  padding: 2rem 2rem;
}
.act-clm_detail--box .box-inner .saitakubox:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 140px;
  height: 140px;
  background: url("../../../../wp-content/themes/scf/images/activities/saitaku-bg.png") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .act-clm_detail--box .box-inner .saitakubox:before {
    width: 160px;
    height: 120px;
  }
}
.act-clm_detail--box .box-inner .saitakubox .act-saitaku-ico figure {
  width: 100%;
  text-align: center;
}
.act-clm_detail--box .box-inner .saitakubox .saitaku-title {
  color: #00728b;
  border: none;
  margin-bottom: 0;
  font-weight: bold;
}
.act-clm_detail--box .box-inner .saitakubox h5.saitaku-title {
  padding: 50px 0 1rem;
  position: relative;
}
.act-clm_detail--box .box-inner .saitakubox h5.saitaku-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 45px;
  width: 65px;
  background: url("../../../../wp-content/themes/scf/images/activities/ico-saitaku.png") no-repeat center/contain;
}
.act-clm_detail--box .box-inner .saitakubox .saitaku-item {
  background: #fff;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 2rem;
  margin: 0 0 1rem;
}
.act-clm_detail--box .box-inner .saitakubox .saitaku-item:last-of-type {
  margin-bottom: 0;
}
.act-clm_detail--box .box-inner .saitakubox .saitaku-item .wp-block-group__inner-container {
  padding: 1.5rem 2rem;
}
.act-clm_detail--box .box-inner .saitakubox .saitaku-item .saitaku-dantai {
  background: #e5f2f2;
  border-radius: 3rem;
  color: #00728b;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 1rem 0 0.5rem;
}
.act-clm_detail--box .box-inner .saitakubox .saitaku-item .saitaku-desc {
  margin: 0.75rem 0;
  font-size: 0.9rem;
  text-align: left;
}
.act-clm_detail--box .box-inner .popupblock-item {
  transition: all 0.3s;
}
.act-clm_detail--box .box-inner .popupblock-item:hover {
  opacity: 0.7;
}
.act-clm_detail--box .box-inner .popupblock-item p {
  margin: 0;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  color: #00728b;
}
.act-clm_detail--box .box-inner .popupblock-item .button-block {
  margin: 0 0 10px;
}
.act-clm_detail--box .box-inner .popupblock-item .button-block a {
  background: none;
  color: #00728b;
  padding: 0 1rem;
  border-radius: 3rem;
  position: relative;
}
.act-clm_detail--box .box-inner .popupblock-item .button-block a::before, .act-clm_detail--box .box-inner .popupblock-item .button-block a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.act-clm_detail--box .box-inner .popupblock-item .button-block a::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00728b;
}
.act-clm_detail--box .box-inner .popupblock-item .button-block a::after {
  right: auto;
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.act-clm_detail--box .box-inner .popupblock-item figure {
  text-align: center;
}
.act-clm_detail--box .box-inner .popupblock-item figure img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 50%;
}
.act-clm_detail--box .box-inner .act-icon-link {
  padding: 0 1rem 0 0;
  line-height: 1;
  margin: 1rem 0 1.5rem;
  border: none;
}
.act-clm_detail--box .box-inner .act-icon-link a {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-weight: bold;
}
.act-clm_detail--box .box-inner .act-icon-link a img {
  margin-right: 5px;
}
.act-clm_detail--box .box-inner .act-icon-link a:hover {
  text-decoration: underline;
}
.act-clm_detail--box .box-inner .act-icon-link .popup-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-weight: bold;
}
.act-clm_detail--box .box-inner .act-icon-link .popup-trigger:hover {
  text-decoration: underline;
}
.act-clm_detail--box .box-inner .act-icon-link .popup-trigger img {
  margin-right: 5px;
}
.act-clm_detail--box .box-inner .act-icon-link ul li {
  list-style: none;
}
.act-clm_detail--box .box-inner .act-icon-link-single {
  margin: 0.25rem 0 0.75rem;
  padding: 0;
}
.act-clm_detail--box .box-inner .act-icon-link-single a {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  font-weight: bold;
}
.act-clm_detail--box .box-inner .act-icon-link-single a img {
  margin-right: 5px;
}
.act-clm_detail--box .box-inner .act-icon-link-single a:hover {
  text-decoration: underline;
}
.act-clm_detail--box .box-inner .act-icon-link-single .popup-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s;
  font-weight: bold;
}
.act-clm_detail--box .box-inner .act-icon-link-single .popup-trigger img {
  margin-right: 5px;
}
.act-clm_detail--box .box-inner .act-icon-link-single .popup-trigger:hover {
  text-decoration: underline;
}
.act-clm_detail--box .box-inner .act-icon-link-single.left a,
.act-clm_detail--box .box-inner .act-icon-link-single.left .popup-trigger {
  justify-content: flex-start;
}
.act-clm_detail--box .box-inner .act-icon-link-single.center a,
.act-clm_detail--box .box-inner .act-icon-link-single.center .popup-trigger {
  justify-content: center;
}
.act-clm_detail--box .box-inner .act-cm-table {
  margin: 0 0 1rem;
}
.act-clm_detail--box .box-inner .act-cm-table tr {
  background: #fff;
}
.act-clm_detail--box .box-inner .act-cm-table tr td {
  border: none;
  font-size: 0.9rem;
  vertical-align: baseline;
}
.act-clm_detail--box .box-inner .act-cm-table tr td:first-child {
  color: #00728b;
  font-weight: bold;
  width: 170px;
  padding-right: 10px;
}
.act-clm_detail--box .box-inner .act-cm-column .wp-block-column p {
  margin: 5px 0;
  font-size: 0.95rem;
}
.act-clm_detail--box .box-inner .act-cm-column .wp-block-column:last-child {
  padding: 0.75rem 1rem;
  background: #e5f2f2;
  border-radius: 5px;
}

/*概要*/
.activities-gaiyou {
  margin-top: 4rem;
  padding: 2.5rem 0;
}

.activities-topic {
  margin: 4rem 0 1rem;
  padding-top: 1.5rem;
  border-top: dashed 1px #dae2ea;
}
.activities-topic.noline {
  border-top: none;
}
.activities-topic__number {
  font-size: 2rem;
  letter-spacing: 2px;
}
.activities-topic__subbox {
  background: #eaf1f6;
  padding: 0.5rem;
  margin: 1rem 0 !important !important;
}
.activities-topic__subbox h5 {
  margin: 0;
  padding: 0 0 0.5rem;
  border: none;
  font-size: 1rem;
}
.activities-topic__subbox strong {
  margin-top: 0.35rem;
}
.activities-topic__subbox p {
  font-size: 0.9rem;
}
.activities-topic__images figure {
  margin-bottom: 0 !important;
}
.activities-topic__images figure img {
  max-height: 160px;
  object-fit: cover;
}

.activities-absolute-imgs {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: -1;
}
.activities-absolute-imgs #activities-object01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
.activities-absolute-imgs #activities-object02 {
  position: absolute;
  top: 150px;
  right: 0;
  width: 120px;
}

.activities-status {
  text-align: center;
  font-size: 1.4rem;
  padding: 0.65rem 0;
  margin: 2rem 0;
}
.activities-status small {
  display: block;
  font-size: 0.7em;
  letter-spacing: 1px;
}

.activities-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3rem 0 1rem;
}
.activities-contents__item {
  width: 46%;
  margin: 0 0 3rem;
}
@media only screen and (max-width: 480px) {
  .activities-contents__item {
    width: 100%;
    margin: 0 0 1.5rem;
  }
}
.activities-contents__item a {
  color: initial;
}
.activities-contents__item h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0.4rem 0;
}
.activities-contents__item .act-child_subttl_grn {
  color: #00728b;
  font-weight: bold;
  margin: 0 0 5px;
}
.activities-contents__item .act-child_subttl {
  margin: 0;
}
.activities-contents__item .infobox {
  margin: 0 0 1rem;
}
.activities-contents__item p {
  font-size: 92%;
  line-height: 1.5;
  margin: 0.5rem 0 1rem;
}
.activities-contents__img img {
  max-height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
.activities-contents .link {
  display: block;
  background: #edf3d1;
  color: #00728b;
  font-weight: bold;
  padding: 1rem;
  margin-top: auto;
  text-align: center;
  transition: 0.3s all;
}
.activities-contents.listpage a:hover .link {
  background: #00728b;
  color: #fff;
}
.activities-contents.listpage .activities-contents__item {
  width: 46%;
  margin: 0 0 3rem;
}
.activities-contents.listpage .activities-contents__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: initial;
}
.activities-contents.kifupage .activities-contents__item {
  width: 46%;
  margin: 0 0 3rem;
  display: flex;
  flex-direction: column;
}
.activities-contents.kifupage .btn_kifu {
  margin-top: auto;
  background: #f2f2f2;
  border-radius: 3rem;
  color: #00728b;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}
.activities-contents.kifupage .btn_kifu:hover {
  background: #00728b;
  color: #fff;
}

.activities-postlists {
  margin: 2rem 0;
}
.activities-postlists > h3 {
  text-align: center;
  margin: 0 0 2rem;
  padding: 0.65rem 0;
  border-top: solid 2px #2eb8b6;
  border-bottom: solid 2px #2eb8b6;
}
.activities-postlists__item {
  display: flex;
  margin: 1.5rem 0;
}
.activities-postlists__img {
  width: 30%;
}
.activities-postlists__img img {
  border-radius: 5px;
  max-height: 148px;
  overflow: hidden;
  object-fit: cover;
}
.activities-postlists__desc {
  width: 70%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
}
.activities-postlists__desc time {
  color: #00728b;
  font-size: 0.9rem;
  font-weight: bold;
}
.activities-postlists__desc h2 {
  font-size: 1rem;
}
.activities-postlists__desc .details {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.activities-postlists__desc .details .cat-list {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .activities-postlists__desc .details .cat-list {
    display: block;
  }
}
.activities-postlists__desc .details .cat-list li {
  margin-right: 1rem;
}

/*活動内容 詳細ページ下部*/
.page-bottom-related .inner {
  padding: 0;
}
.page-bottom-related .title {
  text-align: left;
  margin: 0 0 1rem;
  background: #f7f7f7;
  padding: 0.4rem 1rem 0.5rem;
  border-radius: 3px;
}
.page-bottom-related .contents ul {
  display: flex;
  flex-wrap: wrap;
}
.page-bottom-related .contents ul li.post-sml {
  width: 100%;
  padding: 10px 0 10px;
  border-bottom: solid 1px #ddd;
}
.page-bottom-related .contents ul li.post-big {
  width: 32.5%;
  margin-right: 0.5%;
}
.page-bottom-related .contents ul li.post-big a {
  font-size: 0.95rem;
}
.page-bottom-related .contents ul li.post-big a article {
  display: flex;
  flex-direction: column;
}
.page-bottom-related .contents ul li.post-big a article .related-entry-card-thumb,
.page-bottom-related .contents ul li.post-big a article .related-entry-card-content {
  margin: 0;
  width: 100%;
}
.page-bottom-related .contents ul li.post-big a article .cat-label {
  display: none;
}

.page-bottom-other {
  margin-top: 4rem;
}
.page-bottom-other .inner {
  padding: 0;
}
.page-bottom-other .title {
  text-align: left;
  margin: 0 0 1rem;
  background: #f7f7f7;
  padding: 0.4rem 1rem 0.5rem;
  border-radius: 3px;
}
.page-bottom-other .contents .activities-contents {
  align-items: center;
}
.page-bottom-other .contents .activities-contents__item {
  width: 49%;
  position: relative;
  height: 180px;
  padding: 1rem 2rem;
  margin: 0 0 1.5rem;
  border-radius: 5px;
}
.page-bottom-other .contents .activities-contents__item .bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 5px;
}
.page-bottom-other .contents .activities-contents__item .inner {
  z-index: 1;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-bottom-other .contents .activities-contents__item .inner h2 {
  font-size: 1rem;
  margin-bottom: 3px;
}
.page-bottom-other .contents .activities-contents__item .inner .act-child_subttl_grn {
  color: #fff;
}
.page-bottom-other .contents .activities-contents__item .inner .act-child_subttl {
  font-size: 0.8rem;
}

.activities-topic__number {
  font-size: 2rem;
  letter-spacing: 2px;
}

.activities-topic__subbox {
  background: #eaf1f6;
  padding: 0.5rem;
  margin: 1rem 0 !important;
  font-size: 0.85rem;
}

.activities-topic__subbox h5 {
  margin: 0 !important;
  padding: 0 0 0.5rem;
  borde-bottomr: none;
  font-size: 1rem;
}

.activities-topic__images figure {
  margin-bottom: 0 !important;
}

.activities-topic__images figure img {
  max-height: 160px;
  object-fit: cover;
}

.saitaku {
  background: #fff;
  border-radius: 1rem;
}

.saitaku .wp-block-group__inner-container {
  padding: 1.5rem 2rem;
}

.saitaku-title {
  font-weight: bold;
}

/* ==========================
howtojoin
===========================*/
.howto-header {
  background: url(images/howtojoin/howto-header-img.png) no-repeat center center;
  background-size: cover;
  margin-top: -100px;
  z-index: -1;
  position: relative;
  height: 480px;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .howto-header {
    margin-top: -60px;
  }
}
.howto-header .howto-header-inner {
  position: absolute;
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 2rem 0 3rem;
  background: #ffffff73;
}
@media only screen and (max-width: 480px) {
  .howto-header .wp-block-columns .wp-block-column {
    margin-bottom: 0.5rem;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}

.howto-individual-intro,
.howto-probono-intro {
  margin: 4rem 0;
}
.howto-individual-intro p.has-medium-font-size,
.howto-probono-intro p.has-medium-font-size {
  font-size: 1.35em;
  line-height: 1.6;
}
.howto-individual-intro .arrow-long img,
.howto-probono-intro .arrow-long img {
  height: 260px;
  width: auto;
  margin: 2rem 0 0;
}
.howto-individual-intro .fukidashi-example .wp-block-media-text,
.howto-probono-intro .fukidashi-example .wp-block-media-text {
  display: flex;
}
.howto-individual-intro .fukidashi-example .wp-block-media-text__media,
.howto-probono-intro .fukidashi-example .wp-block-media-text__media {
  display: flex;
  align-self: flex-end;
  width: 140px;
}
.howto-individual-intro .fukidashi-example .wp-block-media-text__content,
.howto-probono-intro .fukidashi-example .wp-block-media-text__content {
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  position: relative;
  min-height: 220px;
  line-height: 1.5;
  text-align: center;
  font-size: 1rem !important;
  padding: 3rem 2.4rem 2.5rem;
  background: #fee854;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 0 0 1rem;
}
@media only screen and (max-width: 480px) {
  .howto-individual-intro .fukidashi-example .wp-block-media-text__content,
.howto-probono-intro .fukidashi-example .wp-block-media-text__content {
    max-width: 230px;
    margin: 0;
  }
}
.howto-individual-intro .fukidashi-example p,
.howto-probono-intro .fukidashi-example p {
  line-height: 1.35;
}
.howto-individual-intro .fukidashi-example01 .wp-block-media-text__content:before,
.howto-probono-intro .fukidashi-example01 .wp-block-media-text__content:before {
  content: "";
  position: absolute;
  top: 70%;
  left: -15px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fee854;
  z-index: 0;
  transform: rotate(-30deg);
}
.howto-individual-intro .fukidashi-example01-2 .wp-block-media-text__content,
.howto-probono-intro .fukidashi-example01-2 .wp-block-media-text__content {
  background: #fcf4a9;
}
.howto-individual-intro .fukidashi-example01-2 .wp-block-media-text__content:before,
.howto-probono-intro .fukidashi-example01-2 .wp-block-media-text__content:before {
  content: "";
  position: absolute;
  top: 70%;
  left: -15px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fcf4a9;
  z-index: 0;
  transform: rotate(-30deg);
}
.howto-individual-intro .fukidashi-example02 .wp-block-media-text__content:before,
.howto-probono-intro .fukidashi-example02 .wp-block-media-text__content:before {
  content: "";
  position: absolute;
  top: 80%;
  right: 0;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fee854;
  z-index: 0;
  transform: rotate(30deg);
}
.howto-individual-intro .fukidashi-example02-2 .wp-block-media-text__content,
.howto-probono-intro .fukidashi-example02-2 .wp-block-media-text__content {
  background: #fcf4a9;
}
.howto-individual-intro .fukidashi-example02-2 .wp-block-media-text__content:before,
.howto-probono-intro .fukidashi-example02-2 .wp-block-media-text__content:before {
  content: "";
  position: absolute;
  top: 80%;
  right: 3px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fcf4a9;
  z-index: 0;
  transform: rotate(30deg);
}

.howto-probono-intro .fukidashi-example .wp-block-media-text {
  display: flex;
}
.howto-probono-intro .fukidashi-example .wp-block-media-text__media {
  width: 100px;
}
.howto-probono-intro .fukidashi-example .wp-block-media-text__content {
  width: calc(100% - 130px);
  display: flex;
  align-items: center;
  position: relative;
  min-height: 220px;
  line-height: 1.5;
  text-align: center;
  font-size: 1rem !important;
  padding: 3rem 2.4rem 2.5rem;
  background: #fcf4a9;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 0 0 1rem;
}
@media only screen and (max-width: 480px) {
  .howto-probono-intro .fukidashi-example .wp-block-media-text__content {
    max-width: 230px;
    margin: 0;
  }
}

.howto-kifu-tabs,
.howto-probono-tabs {
  background: #f2f2f2;
  padding: 4rem 0 2rem;
  color: #333333;
}
.howto-kifu-tabs ul.advgb-tabs-panel,
.howto-probono-tabs ul.advgb-tabs-panel {
  display: flex;
  justify-content: center;
}
.howto-kifu-tabs ul.advgb-tabs-panel li.advgb-tab,
.howto-probono-tabs ul.advgb-tabs-panel li.advgb-tab {
  margin: 0 10px 0 0;
  min-width: calc(80% / 3);
  text-align: center;
}
.howto-kifu-tabs ul.advgb-tabs-panel li.advgb-tab a,
.howto-probono-tabs ul.advgb-tabs-panel li.advgb-tab a {
  padding: 2rem 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-top: solid 6px orange;
}
.howto-kifu-tabs ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active a span,
.howto-probono-tabs ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active a span {
  padding-bottom: 5px;
}
.howto-kifu-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(1) a,
.howto-probono-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(1) a {
  border-top: solid 6px #ef8a89;
}
.howto-kifu-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(1).advgb-tab-active a span,
.howto-probono-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(1).advgb-tab-active a span {
  border-bottom: solid 2px #ef8a89;
}
.howto-kifu-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(2) a,
.howto-probono-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(2) a {
  border-top: solid 6px #90c169;
}
.howto-kifu-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(2).advgb-tab-active a span,
.howto-probono-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(2).advgb-tab-active a span {
  border-bottom: solid 2px #90c169;
}
.howto-kifu-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(3) a,
.howto-probono-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(3) a {
  border-top: solid 6px #59a6ce;
}
.howto-kifu-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(3).advgb-tab-active a span,
.howto-probono-tabs ul.advgb-tabs-panel li.advgb-tab:nth-child(3).advgb-tab-active a span {
  border-bottom: solid 2px #59a6ce;
}
.howto-kifu-tabs .advgb-tab-body-wrapper,
.howto-probono-tabs .advgb-tab-body-wrapper {
  background: #fff;
  padding: 2rem;
  border-style: none !important;
  border-width: 0px !important;
}
.howto-kifu-tabs .system-block,
.howto-probono-tabs .system-block {
  padding: 0;
  margin: 0;
}
.howto-kifu-tabs .system-block .wp-block-group__inner-container,
.howto-probono-tabs .system-block .wp-block-group__inner-container {
  padding-top: 0;
}
.howto-kifu-tabs .graybox,
.howto-probono-tabs .graybox {
  padding: 2rem;
  background: #f2f2f2;
}
.howto-kifu-tabs .graybox .wp-block-group__inner-container,
.howto-probono-tabs .graybox .wp-block-group__inner-container {
  padding: 0 0.5rem;
}
.howto-kifu-tabs .izoblock,
.howto-probono-tabs .izoblock {
  padding: 1rem;
  background: #f7f7f7;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.howto-kifu-tabs .izoblock p,
.howto-probono-tabs .izoblock p {
  margin: 0;
}
.howto-kifu-tabs .izoblock strong,
.howto-probono-tabs .izoblock strong {
  color: #00728b;
}
.howto-kifu-tabs .izoblock .popup-trigger,
.howto-kifu-tabs .izoblock a,
.howto-probono-tabs .izoblock .popup-trigger,
.howto-probono-tabs .izoblock a {
  color: #fff;
  background: #00728b;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  margin: 0.75rem 0 0.5rem;
  transition: 0.3s all;
}
.howto-kifu-tabs .izoblock .popup-trigger:hover,
.howto-kifu-tabs .izoblock a:hover,
.howto-probono-tabs .izoblock .popup-trigger:hover,
.howto-probono-tabs .izoblock a:hover {
  opacity: 0.8;
}

.howto-probono-tabs .system-block .wp-block-group__inner-container {
  padding: 0 30px 20px;
}
.howto-probono-tabs .system-block .list-check {
  text-align: center;
  max-width: 460px;
  width: 100%;
  margin: auto;
}
.howto-probono-tabs .system-block .list-check .iconlist-title {
  text-align: center;
}
.howto-probono-tabs .act-icon-link {
  max-width: 600px;
  margin: 1rem auto 0;
}

.probonobox_boshu .advgb-accordion-header {
  padding: 1rem;
}
.probonobox_boshu .advgb-accordion-header h4.advgb-accordion-header-title {
  font-size: 1rem;
}

.advgb-accordion-header[aria-expanded=true] .advgb-accordion-header-icon {
  transform: rotate(180deg);
}

.howto-comments {
  padding-bottom: 100px;
}
@media only screen and (max-width: 480px) {
  .howto-comments {
    padding-bottom: 10px;
  }
}
.howto-comments > .wp-block-column {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .howto-comments > .wp-block-column {
    flex-basis: 50% !important;
    flex-grow: 0;
    padding: 0.5rem;
    margin-bottom: 4rem;
  }
}
.howto-comments > .wp-block-column::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(images/howtojoin/howto-fukidashi-grn.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -140px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .howto-comments > .wp-block-column::before {
    display: none;
  }
}
.howto-comments > .wp-block-column:nth-child(1)::before {
  right: 1rem;
  left: auto;
}
.howto-comments > .wp-block-column:nth-child(2)::before {
  right: 2rem;
  left: auto;
  margin-top: -2px;
  transform: rotateZ(30deg);
}
.howto-comments > .wp-block-column:nth-child(3)::before {
  right: 4rem;
  left: auto;
  margin-top: -2px;
  transform: scale(-1, 1) rotateZ(30deg);
}
.howto-comments > .wp-block-column:nth-child(4)::before {
  right: 4rem;
  left: auto;
  transform: scale(-1, 1);
}
.howto-comments .comment-item {
  display: flex;
  align-items: center;
  background: #f1f8c9;
  border-radius: 50%;
  padding: 3rem 1rem;
  position: relative;
  font-size: 1rem;
  min-height: 200px;
}
.howto-comments .comment-item:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(images/howtojoin/howto-fukidashi-lgrn.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .howto-comments .comment-item:before {
    bottom: -1rem;
    left: -4rem;
    transform: rotateZ(30deg);
  }
}
.howto-comments .comment-item .comment-text {
  font-size: 0.92rem;
  line-height: 1.4;
}
.howto-comments .comment-item .comment-text span {
  font-size: 0.92rem;
}
.howto-comments .comment-item figure {
  position: absolute;
  width: 90px;
  bottom: -5rem;
  right: 0rem;
  z-index: 1;
}
.howto-comments .comment-item figure img {
  max-height: 140px;
  width: auto;
}

.howto-comments-but {
  background: #4d6c55;
  border-radius: 0.5rem;
  color: #fff;
  padding: 1rem 0.5rem;
  margin-top: -7px;
  position: relative;
}
.howto-comments-but:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 50px;
  background: url(images/howtojoin/howto-arrow-grn.png) no-repeat;
  background-size: contain;
  margin: auto;
  z-index: 1;
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
}

.joinuspoints {
  background: #fff5b6;
  border-radius: 50%;
  padding: 1rem 2rem 2rem;
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .joinuspoints {
    max-width: 100%;
  }
}
.joinuspoints:before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 50px;
  background: url(images/howtojoin/howto-arrow.png) no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: -2.7rem;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 480px) {
  .joinuspoints:before {
    top: -2rem;
  }
}
.joinuspoints h5 {
  margin: 0;
  padding: 0;
  border: none;
  color: #856d00;
}
.joinuspoints ul {
  max-width: 300px;
  margin: 1rem auto 1.5rem;
}
.joinuspoints ul li {
  line-height: 1.35;
  list-style: disc;
}
.system-block {
  padding: 2rem 1rem;
}
@media only screen and (max-width: 480px) {
  .system-block > .wp-block-group__inner-container {
    padding: 0;
  }
}
.system-block > .wp-block-image {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .system-block .wp-block-columns {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .system-block .wp-block-columns .wp-block-column {
    margin-bottom: 0.5rem !important;
  }
}
.system-block h4 {
  color: #2a5707;
  margin: 1rem 0;
}
.system-block .systembox-checklist {
  padding: 0;
  margin: 1.5rem 0 0;
  border: none;
  font-size: 0.9rem;
}
.system-block .iconlist-title {
  text-align: left;
}
.system-block ul {
  padding: 0 0 1.35rem 0.7rem;
}
.system-block ul li {
  font-size: 0.9rem;
  line-height: 1.35;
}
.system-block ul li::before {
  margin-right: 0;
}
.system-block .sns-link {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .system-block .sns-link {
    justify-content: center;
  }
}
@media only screen and (max-width: 900px) {
  .system-block .sns-link .wp-block-column {
    align-items: center;
    flex-basis: auto !important;
    flex-grow: 0;
    margin: 0;
  }
}

.btn-nobgtext {
  margin: 0;
}
.btn-nobgtext .btn {
  background: transparent;
  line-height: 1;
  color: initial;
  padding: 0;
  margin: 0;
  border: 0;
  color: #00728b;
}
.btn-nobgtext .btn strong {
  color: #00728b;
}

.howtojoin-voices > .wp-block-group__inner-container {
  max-width: 1240px;
  margin: auto;
}
.howtojoin-voices .voice-item {
  position: relative;
}
.howtojoin-voices .voice-item .wp-block-media-text {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item .wp-block-media-text {
    display: flex;
    justify-content: space-around;
  }
}
.howtojoin-voices .voice-item .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.howtojoin-voices .voice-item .fukidashi-ballon {
  position: relative;
  min-height: 220px;
  line-height: 1.5;
  text-align: center;
  font-size: 1rem !important;
  padding: 1rem 1.5rem;
  background: #fee854;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item .fukidashi-ballon {
    max-width: 230px;
    margin: 0;
  }
}
.howtojoin-voices .voice-item .fukidashi-ballon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fee854;
  z-index: 0;
}
.howtojoin-voices .voice-item figure {
  position: absolute;
  width: 90px;
  bottom: -5rem;
  right: 0rem;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item figure {
    position: inherit;
  }
}
.howtojoin-voices .voice-item .voice-user,
.howtojoin-voices .voice-item .voice-reason {
  font-size: 0.9rem;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item .voice-user,
.howtojoin-voices .voice-item .voice-reason {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
.howtojoin-voices .voice-item .voice-reason {
  color: #846d03;
  bottom: -1rem;
}
.howtojoin-voices .voice-item:nth-child(1) .fukidashi-ballon::before {
  right: -14px;
  left: auto;
  border-right: none;
  border-left: 15px solid #fee854;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(1) .fukidashi-ballon::before {
    right: auto;
    left: -10px;
    border-left: none;
    border-right: 15px solid #fee854;
  }
}
.howtojoin-voices .voice-item:nth-child(1) figure {
  bottom: -3rem;
}
.howtojoin-voices .voice-item:nth-child(1) .voice-user,
.howtojoin-voices .voice-item:nth-child(1) .voice-reason {
  margin-right: 20%;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(1) .voice-user,
.howtojoin-voices .voice-item:nth-child(1) .voice-reason {
    margin-right: 0;
  }
}
.howtojoin-voices .voice-item:nth-child(2) {
  margin-top: 3rem;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(2) {
    margin-top: 1rem;
  }
}
.howtojoin-voices .voice-item:nth-child(2) .fukidashi-ballon {
  margin-right: 0;
  margin-left: 2rem;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(2) .fukidashi-ballon {
    margin-left: 0;
  }
}
.howtojoin-voices .voice-item:nth-child(2) .fukidashi-ballon::before {
  top: 10%;
  left: 5%;
  transform: rotateZ(45deg);
}
@media only screen and (max-width: 900px) {
  .howtojoin-voices .voice-item:nth-child(2) .fukidashi-ballon::before {
    top: 11%;
    left: 7%;
    transform: rotateZ(53deg);
  }
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(2) .fukidashi-ballon::before {
    top: auto;
    bottom: auto;
    margin: auto;
    right: auto;
    left: -10px;
    border-left: none;
    border-right: 15px solid #fee854;
    transform: rotateZ(0deg);
  }
}
.howtojoin-voices .voice-item:nth-child(2) figure {
  left: -1.5rem;
  bottom: 0;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(2) figure {
    left: 0;
  }
}
.howtojoin-voices .voice-item:nth-child(3) .fukidashi-ballon {
  margin-right: 0;
  margin-left: 2rem;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(3) .fukidashi-ballon {
    margin-left: 0;
  }
}
.howtojoin-voices .voice-item:nth-child(3) .fukidashi-ballon::before {
  right: auto;
  left: 15px;
  top: auto;
  bottom: 20px;
  border-right: none;
  border-left: 15px solid #fee854;
  transform: rotate(140deg);
}
@media only screen and (max-width: 900px) {
  .howtojoin-voices .voice-item:nth-child(3) .fukidashi-ballon::before {
    left: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(3) .fukidashi-ballon::before {
    top: auto;
    bottom: auto;
    margin: auto;
    right: auto;
    left: -10px;
    border-left: none;
    border-right: 15px solid #fee854;
    transform: rotateZ(0deg);
  }
}
.howtojoin-voices .voice-item:nth-child(3) figure {
  left: -1rem;
  bottom: -5rem;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(3) figure {
    left: 0;
    bottom: 0;
    text-align: center;
  }
}
.howtojoin-voices .voice-item:nth-child(3) figure img {
  max-height: 150px;
  width: auto;
}
.howtojoin-voices .voice-item:nth-child(4) {
  margin-top: 3rem;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(4) {
    margin-top: 1rem;
  }
}
.howtojoin-voices .voice-item:nth-child(4) .fukidashi-ballon {
  margin-left: -1.5rem;
  margin-right: 3.5rem;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(4) .fukidashi-ballon {
    margin: 0;
  }
}
.howtojoin-voices .voice-item:nth-child(4) .fukidashi-ballon::before {
  right: 12px;
  left: auto;
  top: 40px;
  bottom: auto;
  border-right: none;
  border-left: 15px solid #fee854;
  transform: rotate(-35deg);
}
@media only screen and (max-width: 900px) {
  .howtojoin-voices .voice-item:nth-child(4) .fukidashi-ballon::before {
    right: 20px;
    transform: rotate(-40deg);
  }
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(4) .fukidashi-ballon::before {
    top: auto;
    bottom: auto;
    margin: auto;
    right: auto;
    left: -10px;
    border-left: none;
    border-right: 15px solid #fee854;
    transform: rotateZ(0deg);
  }
}
.howtojoin-voices .voice-item:nth-child(4) figure {
  right: -1rem;
  left: auto;
  bottom: 0;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(4) figure {
    text-align: center;
  }
}
.howtojoin-voices .voice-item:nth-child(4) figure img {
  max-height: 150px;
  width: auto;
}
.howtojoin-voices .voice-item:nth-child(4) .voice-user,
.howtojoin-voices .voice-item:nth-child(4) .voice-reason {
  margin-right: 25%;
}
@media only screen and (max-width: 480px) {
  .howtojoin-voices .voice-item:nth-child(4) .voice-user,
.howtojoin-voices .voice-item:nth-child(4) .voice-reason {
    margin-right: 0;
  }
}

/*団体ページ*/
.howto-group__example {
  margin: 5rem 0 0;
}
.howto-group__example:first-child {
  margin-top: 0;
}
.howto-group__example h3 {
  background: #f1f8c9;
  font-size: 1.3rem;
}
.howto-group__example ul {
  margin-bottom: 1rem;
}
.howto-group__for > .wp-block-column a {
  border: solid 2px #00728b;
  border-radius: 5px;
  color: #00728b;
  display: block;
  padding: 1rem 0;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.howto-group__for > .wp-block-column a:after {
  font-family: "FontAwesome";
  content: "";
  margin-left: 10px;
}
.howto-group__for > .wp-block-column a:hover {
  background: #00728b;
  color: #fff;
}
.howto-group__pr .icon {
  margin-bottom: 0;
}
.howto-group__pr h4 {
  margin: 0 0 0.5rem;
}
.howto-group__pr .blocks {
  margin: 2rem 0 0;
}
.howto-group__pr .blocks .item {
  border: solid 1px #ddd;
  border-radius: 0.5rem;
  padding: 2rem;
}
.howto-group__pr .blocks .item p {
  font-size: 0.9rem;
}
.howto-group__pr .blocks .item .wp-block-image {
  max-height: 80px;
}

/*フォーム*/
.contact-form {
  margin: 2rem 0;
}
.contact-form-row {
  display: flex;
  margin: 0.5rem 0 !important;
}
.contact-form-row dt {
  width: 20%;
}
.contact-form-row dd {
  width: 80%;
}
.contact-form .btn-submit {
  text-align: center;
}
.contact-form .btn-submit input {
  padding: 0.5rem 3rem;
  display: inline-block;
  width: auto;
}

/*Howtojoinトップ*/
.howto-comments .comment-item {
  display: block;
  background: #f1f8c9;
  border-radius: 50%;
  padding: 3rem 1rem;
  position: relative;
  font-size: 1rem;
  min-height: 200px;
}
.howto-comments .comment-item .comment-text {
  font-size: 1rem !important;
}
.howto-comments .comment-item figure img {
  max-height: 140px;
  width: auto;
}

.howto-comments-but {
  background: #4d6c55;
  border-radius: 0.5rem;
  color: #fff;
  padding: 1rem 0.5rem;
  margin-top: -7px;
  position: relative;
}

.system-block {
  background: #fff;
  padding: 1rem;
}

.howtojoin-voices > .wp-block-group__inner-container {
  max-width: 1240px;
  margin: auto;
}
.howtojoin-voices .voice-item {
  position: relative;
}
.howtojoin-voices .voice-item .wp-block-media-text {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}
.howtojoin-voices .voice-item .wp-block-media-text__content {
  padding: 0;
}
.howtojoin-voices .voice-item .fukidashi-ballon {
  position: relative;
  min-height: 220px;
  line-height: 1.5;
  text-align: center;
  font-size: 1rem !important;
  padding: 1rem 1.5rem;
  background: #fee854;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.howtojoin-voices .voice-item .fukidashi-ballon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fee854;
  z-index: 0;
}
.howtojoin-voices .voice-item figure {
  position: absolute;
  width: 90px;
  bottom: -5rem;
  right: 0rem;
  z-index: 1;
}
.howtojoin-voices .voice-item .voice-user,
.howtojoin-voices .voice-item .voice-reason {
  font-size: 0.9rem;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  text-align: center;
}
.howtojoin-voices .voice-item .voice-reason {
  color: #846d03;
}
.howtojoin-voices .voice-item:nth-child(1) .fukidashi-ballon::before {
  right: -14px;
  left: auto;
  border-right: none;
  border-left: 15px solid #fee854;
}
.howtojoin-voices .voice-item:nth-child(1) figure {
  bottom: -3rem;
}
.howtojoin-voices .voice-item:nth-child(1) .voice-user,
.howtojoin-voices .voice-item:nth-child(1) .voice-reason {
  margin-right: 20%;
}
.howtojoin-voices .voice-item:nth-child(2) {
  margin-top: 3rem;
}
.howtojoin-voices .voice-item:nth-child(2) .fukidashi-ballon {
  margin-right: 0;
  margin-left: 2rem;
}
.howtojoin-voices .voice-item:nth-child(2) .fukidashi-ballon::before {
  top: 10%;
  left: 5%;
  transform: rotateZ(45deg);
}
.howtojoin-voices .voice-item:nth-child(2) figure {
  left: -1.5rem;
  bottom: 0;
}
.howtojoin-voices .voice-item:nth-child(3) .fukidashi-ballon {
  margin-right: 0;
  margin-left: 2rem;
}
.howtojoin-voices .voice-item:nth-child(3) .fukidashi-ballon::before {
  right: auto;
  left: 15px;
  top: auto;
  bottom: 20px;
  border-right: none;
  border-left: 15px solid #fee854;
  transform: rotate(140deg);
}
.howtojoin-voices .voice-item:nth-child(3) figure {
  left: -1rem;
  bottom: -5rem;
}
.howtojoin-voices .voice-item:nth-child(3) figure img {
  max-height: 150px;
  width: auto;
}
.howtojoin-voices .voice-item:nth-child(4) {
  margin-top: 3rem;
}
.howtojoin-voices .voice-item:nth-child(4) .fukidashi-ballon {
  margin-left: -1.5rem;
  margin-right: 3.5rem;
}
.howtojoin-voices .voice-item:nth-child(4) .fukidashi-ballon::before {
  right: 12px;
  left: auto;
  top: 40px;
  bottom: auto;
  border-right: none;
  border-left: 15px solid #fee854;
  transform: rotate(-35deg);
}
.howtojoin-voices .voice-item:nth-child(4) figure {
  right: -1rem;
  left: auto;
  bottom: 0;
}
.howtojoin-voices .voice-item:nth-child(4) figure img {
  max-height: 150px;
  width: auto;
}
.howtojoin-voices .voice-item:nth-child(4) .voice-user,
.howtojoin-voices .voice-item:nth-child(4) .voice-reason {
  margin-right: 25%;
}

/*========================================================

SINGLE

=========================================================*/
.entry-title-single {
  padding: 0 0 1.35rem;
  margin: 2rem 0 1rem;
  border-bottom: solid 2px #f1f1f1;
}

.entry-thumbnail-image {
  margin: 1rem 0 4em;
}
.entry-thumbnail-image img {
  max-height: 490px;
  object-fit: cover;
  vertical-align: middle;
}

/***
popup
***/
.pum-trigger {
  color: #00a3af;
  font-weight: bold;
}

.pum-container.pum-responsive figure {
  margin: 1.5rem auto 2rem;
}
.pum-container.pum-responsive p {
  line-height: 1.35;
}

.pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  top: 16px;
  right: 16px;
}

.pum-content .popup-block {
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-radius: 5px;
}
.pum-content .bg-green {
  background: #f1f7e3;
}
.pum-content a {
  font-size: inherit;
}
.pum-content h3 {
  margin: 0 0 1.5rem;
  letter-spacing: 0.5px;
}
.pum-content .column-wrap {
  margin: 1.5rem 0;
}
.pum-content .column-wrap .column-left h3 span {
  letter-spacing: 0;
}
.pum-content .column-wrap:last-of-type {
  margin-bottom: 0;
}
.pum-content ul {
  padding-left: 1rem;
  margin: 1rem 0;
}
.pum-content ul li {
  list-style: "・";
  padding-left: 0.5rem;
  font-weight: 400;
}
.pum-content table {
  background: #f1f7e3;
}
.pum-content table tr:first-child td {
  background: #c9d5ac;
  color: #4c5041;
}
.pum-content iframe {
  aspect-ratio: 3/2　;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

#popmake-819 .column-wrap,
#popmake-914 .column-wrap {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #ddd;
}
#popmake-819 .column-wrap:last-of-type,
#popmake-914 .column-wrap:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
#popmake-819 p,
#popmake-914 p {
  line-height: 1.4;
}

#popmake-1328 p,
#popmake-1328 ul {
  margin: 0;
}
#popmake-1328 tr {
  line-height: 1.35;
}

#popmake-1340 p,
#popmake-1617 p {
  line-height: 1.5;
}
#popmake-1340 tr,
#popmake-1617 tr {
  line-height: 1.35;
}
#popmake-1340 ul,
#popmake-1617 ul {
  margin: 1rem 0 0;
}
#popmake-1340 .column-wrap,
#popmake-1617 .column-wrap {
  margin: 1.5rem 0;
}

/*活動ページ*/
/*子ページ*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
@media only screen and (max-width: 1600px) {
  .pc_only {
    display: initial;
  }

  .ta_only {
    display: none;
  }

  .sp_only {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .pc_only {
    display: none;
  }

  .ta_only {
    display: initial;
  }

  .sp_only {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .pc_only {
    display: none;
  }

  .ta_only {
    display: none;
  }

  .sp_only {
    display: initial;
  }
}
/*add 230527*/
.anchor {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}

.toggle-button {
  background-color: #ebf8f4;
  color: #00a3af;
  font-weight: bold;
}
.toggle-button::before {
  color: #00a3af;
}

.toggle-button,
.toggle-checkbox:checked ~ .toggle-content {
  border: none;
}

.navy-table table {
  width: 100%;
  font-size: 1rem;
}

.navy-table table tr > td {
  padding: 0.75rem 1rem;
}

.navy-table table tr > td:first-child {
  background: #C6D5E0;
  min-width: 200px;
}

@media only screen and (max-width: 480px) {
  .navy-table table tr > td:first-child {
    min-width: 100px;
    text-align: left;
  }
}
/*背景色*/
.bg-lgray {
  background-color: #f4f5f7;
}

.bg-lnavy {
  background-color: #C6D5E0;
}

.bg-lgreen {
  background-color: #F1F8C9;
}

.bg-yellow {
  background-color: #FFF5B6;
}

.border-b-lgray {
  border-bottom: solid 2px #C6D5E0;
}

.member-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}

/*add 230610*/
html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding-right: 0 !important;
}