/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
:root {
  --txt_c_normal: #000;/*薄地に載せるテキスト色3B4043*/
  --txt_c_reversal: #fff;/*濃地に載せるテキスト色*/
  --txt_c_gray: #707F89;/*テキスト色グレー*/
  --accent: #CB1A44;/*ロゴの紅色*/
  --base: #64BFEC;/*水色*/
  --pale: #F1F8FE;/*薄い水色（背景用）*/
  --pale2: #cfe0ff;/*薄い水色（ボーダー・テキスト用）*/
  --dark: #1d83dd;/*濃い水色*/
  --gray: #98A6B5;
  --gray2: #707070;
  --pale_gray:#F0F3F5;
  --border_gray: #CDD6DD;
  --pfs_L: 1.125rem;/*18px*/
  --pfs: 1rem;/*16px*/
  --pfs_S: 0.875rem;/*14px*/
  --pfs_SM: 0.75rem;/*12px*/
  --pfs_SS: 0.625rem;/*10px*/
  --hfs: 1.5rem;/*24px*/
  --hfs_S: 1.375rem;/*22px*/
  --hfs_M: 2rem;/*32px*/
  --hfs_L: 2.25rem;/*36px*/
}
/*html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}*/
p {
  margin-bottom: 0;
  font-size: var(--pfs);
}
ol, ul {
  list-style: none;
}
/*コンテンツ幅*/
@media (min-width: 1200px){
  .container {
    width: 1280px;
    max-width: 100%;
  }
}

/*ナビゲーション*/
a#nav-toggle {
    background: var(--base);
    width: 80px;
    height: 80px;
}

#nav-toggle span {
    position: absolute;
    top: 50%;
    right: 26px;
    margin-top: -2px;
    -webkit-transition: rotate 0.2s, translate 0.2s;
    -moz-transition: rotate 0.2s, translate 0.2s;
    transition: rotate 0.2s, translate 0.2s;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #fff;
}

#nav-toggle span:before, #nav-toggle span:after {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #fff;
    content: "";
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

/*テキストの色*/

body, h1, h2, h3, h4, h5, h6 {
    color: var(--txt_c_normal);
}
h2 {
  font-size: var(--hfs_L);
  line-height: 3rem;
}
/*FV*/
section#hero,
#parallax-hero {
  clip-path: ellipse(60% 100% at 50% 0);
  background: var(--base);
}

section.section-features.section-padding.section-meta.onepage-section {
  background: none !important;
}

.site-content {
  border-top: none !important;
  margin-top: inherit;
}


/*貴社との出会いを～*/
.section_inbox {
  padding: 50px 0;
}

.ul_wrap {
  text-align: center;
}

.ul_li_text_left {
  text-align: left;
  display: inline-block;
}

/*ヒーローイメージ ロゴ*/
.main_logo_img {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 50px;
}

/*サービスセクション*/
section#id_area_services {
  background-color: var(--base);
}
section#id_area_services h2 {
  color: var(--txt_c_reversal);
  line-height: 3.75rem;
}

div.services_triangle {
	width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 60px solid #fff;
}


/*--------------------------------------------------------------
  ★20240404追加★
--------------------------------------------------------------*/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
tt,
kbd,
pre,
code,
samp,
var,
.site-branding .site-title,
.site-branding .site-text-logo,
.onepress-menu a,
.entry-header .entry-title,
.counter_item .counter__number,
button,
input,
select,
textarea
 {
  font-family: "Noto Sans JP", sans-serif;
}
a {
  transition: all .3s;
  color: var(--base);
}
a:hover {
  color: var(--dark);
  text-decoration: none;
}
h3 {
  font-size: var(--hfs);
  line-height: 1.5;
}
.page-header .entry-title {
  line-height: 1.5;
}
.flexarea,
.flexarea article {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.main_logo_img {
	max-width: 578px;
  padding: 0;
}
.hero-content-style1 p {
  font-style: normal;
  text-shadow: none;
}
.main_logo_img .sitetitle {
  font-size: 1.625rem;
  font-weight: bold;
  margin-top: 1rem;
}
.hero-small-text p {
  color: #000;
  font-weight: bold;
  font-size: var(--pfs_L);
}
.site-header {
  background: none;
  box-shadow: none;
}
#header-section .followWrap {
  margin-top: -80px;
}
.custom-footer-copyright::before {
  content: '日本の端から日本を元気に！';
  display: block;
  font-weight: bold;
  margin: 1.5rem 0;
  font-size: var(--pfs_S);
}
.custom-footer-copyright {
  font-size: var(--pfs_SS);
}
.site-logo-div img {
  height: auto;
  width: 150px;
	padding-top: 3%;
}
header .container {
  padding: 0;
}
@media screen and (max-width: 1279px) {
	header .container {
    width: 100%;
	}
}
#parallax-hero .parallax-bg::after {
  content: '';
  max-width: 508px;
  width: 100%;
  max-height: 1198px;
  height: 235.826771654%;
  position: absolute;
  background: url(../../../wp-content/themes/onepress-child/assets/images/three_men.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 447px;
  margin-top: 224px;
}
body.home .site-content {
	position: relative;
}
body.home .site-content::before {
  content: '';
  display: block;
  width: 254px;
  height: 630px;
  position: absolute;
  background: url(../../../wp-content/themes/onepress-child/assets/images/motokioya.png);
  top: -398px;
  left: calc(50% - 386px);
  background-size: contain;
  z-index: 9;
}
#main {
position: relative;
}
body.home .site-content::after {
  content: '';
  display: block;
  width: 261px;
  height: 228px;
  position: absolute;
  background: url(../../../wp-content/themes/onepress-child/assets/images/jappy.png) no-repeat;
  background-size: contain;
  top: -256px;
  left: calc(50% - 580px);
  z-index: 11;
}
#three_strengths.onepage-section,
#id_area_services.onepage-section {
  overflow: unset;
}
#three_strengths .catch_copy {
  background: var(--base);
  height: 334px;
  width: 334px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  color: #fff;
  font-size: var(--hfs);
  margin-bottom: 54px;
}
#three_strengths .col-lg-4 {
  justify-content: center;
  display: flex;
}
#three_strengths .description {
  font-size: var(--pfs_L);
	line-height: 2.125rem;
}
#three_strengths.section-padding {
  padding-bottom: 0;
}
.feature-item-content {
  margin-bottom: 80px;
}
#our_messages.section-padding {
  padding: 0;
}
.section_inbox {
  position: relative;
}
.section_01 {
  background: url(../../../wp-content/themes/onepress-child/assets/images/pic_01-1.png)no-repeat;
  background-size: 53% auto;
}
.section_01 .section_inbox {
  padding-top: 125px;
}
.section_01 .section_inbox h2 {
  margin-bottom: 80px;
}
.section_01 .imagbox {
  position: absolute;
  right: 0;
  bottom: 0;
}
.section_03 .imagbox {
  position: absolute;
  top: 0;
	left: 5%;
}
#our_messages li {
  list-style: none;
  padding-left: 40px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_problem.svg) no-repeat;
}
div.services_triangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 42px solid #ffffff;
  border-bottom: 0;
}
#id_area_services .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  max-width: 271px;
  height: 264px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/pic_03-2.png) no-repeat;
  right: 2%;
  top: -324px;
  background-size: contain;
}

.txt_slidebox {
  font-size: var(--pfs);
	text-align: left;
}
#specialty .txt_slidebox {
  padding: 10px 0 0 16%;
}
#specialty {
  padding-bottom: 0;
}
#specialty .imagbox img {
  border: 3px solid;
  border-radius: 24px;
  min-width: 239px;
}
#specialty .txtbox {
  max-width: 41%;
  padding-right: 8%;
}
#specialty h2 {
  margin-bottom: 50px;
}
.pagenationbox {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
#specialty .pagenationbox {
  justify-content: center;
}
.pagenationbox a {
  display: block;
  transition: 0.3s linear;
}
#specialty .pagenationbox a {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin: 10px 8px;
  background: #DDDDDD;
}
#specialty .pagenationbox a.active,
#specialty .pagenationbox a:hover {
  background: #64bfec;
}
#specialty .section-title-area {
  margin-bottom: 0;
}
#specialty h3 {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 2.125rem;
}
.icon_local-relationship {
  min-width: 102px;
  margin-right: 10px;
}

#about-us.onepage-section {
  overflow: unset;
}
.team-member:last-child .member-name::before {
  content: '地域コーディネーター';
  font-size: var(--pfs_SM);
  font-weight: normal;
  letter-spacing: normal;
  line-height: 2rem;
}
.team-member .member-thumb {
  margin-bottom: 0;
}
.team-member:last-child h5 a {
  transition: all .3s;
  color: var(--base);
  font-weight: normal;
}
.team-member .member-thumb:hover img {
  opacity: 1;
}
.team-member:last-child:hover h5 a {
  color: var(--dark);
}
.team-members {
  position: sticky;
  top: 30px;
}
#about-us .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#about-us .section-desc {
  margin-top: -127px;
}
.team-members .team-member:first-child img {
  width: 88px;
}
.team-members .team-member:nth-child(2) img {
  width: 100px;
}
.team-members .team-member:nth-child(3) img {
  width: 105px;
}
.team-members .team-member:last-child img {
  width: 128px;
  border-radius: 100%;
  border: 2px solid #000;
}
#about-us .section-title {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--hfs);
  letter-spacing: normal;
}
body .c-bully .c-bully__title {
  color: var(--txt_c_normal);
  background: none;
}
.c-bully__title {
  background: none;
}
body.home .txtbox p {
  text-align: left;
}

#three_strengths h2.section-title,
#our_messages h2.section-title, 
#id_area_services h2.section-title, 
#specialty h2.section-title, 
#welcome h2.section-title {
  display: none;
}
.c-bully {
  color: var(--pale2);
}
.c-bully__bullet:after {
  border-width: 1px;
}
.section-meta {
  background-color: unset;
}
#welcome h2 strong {
  display: block;
  position: relative;
  line-height: 2.5rem;
}
#welcome h2 strong::before {
  content: '・・・・・';
  display: block;
  margin-left: -2rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--base);
  transition-property: all;
  transition: 0.3s linear;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  color: var(--dark);
}
#welcome .row {
  display: none;
}
.rotate {
  opacity: .2;
  animation: 7s linear infinite rotation1;
}
@keyframes rotation1 {
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg);}
}
#welcome .container {
  background: url(../../../wp-content/themes/onepress-child/assets/images/pic_welcome_backx1280.png) center no-repeat;
  background-size: contain;
  min-height: 363px;
  margin-bottom: 180px;
  margin-top: 100px;
}
#welcome .container {
  background-position: 50% bottom;
}
#welcome h2::before {
  content: '';
  height: 62px;
  width: 100%;
  display: block;
}
#welcome h2 {
  margin-top: -62px;
}
#welcome .imagbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.team-member {
  display: flex;
  flex-direction: row-reverse;
}
.team-members.row {
  justify-content: space-between;
}
.team-member .member-name:after {
  content: none;
}
.team-member .member-info {
  width: 41%;
}
.member-name a {
  display: block;
}
.team-member:not(:last-child) .member-info a {
  font-size: var(--pfs_SM);
  font-weight: normal;
  color: var(--txt_c_normal);
  letter-spacing: normal;
  line-height: 1.3rem;
  width: 86%;
}
.team-member:not(:last-child) .member-info a::after {
  content: '';
  display: block;
  width: 100%;
}
.team-member:first-child .member-info a::after {
  height: 21px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_tr.png) no-repeat center;
}
.team-member:nth-child(2) .member-info a::after {
  height: 14px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_txtvoice.png) no-repeat center;
}
.team-member:nth-child(3) .member-info a::after {
  height: 24px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_txtflow.png) no-repeat center;
}
.team-member:last-child {
  flex-wrap: wrap;
  justify-content: center;
}
.team-member:last-child .member-info {
  width: 100%;
}

#track-record {
  padding-top: 200px;
  margin-top: -200px;
}
#voice,
#flow,
#article-oya {
  padding-top: 180px;
  margin-top: -180px;
}
#about-us .txtbox {
  width: 50%;
  padding-left: 3%;
  padding-right: 9%;
}
#about-us .slidebox:not(#flow) .imagbox.list-article-thumb img {
  border: 3px solid;
  border-radius: 37px;
  width: 479px;
  height: 591px;
}
#about-us .slidebox:not(#flow) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  max-width: 996px;
  width: 80%;
  min-height: 100vh;
  margin: 0px auto 180px;
}
#about-us .slidebox:not(#flow)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 92%;
  border-radius: 50%;
  background-color: var(--pale);
  z-index: -1;
}
#about-us .slidebox h3 {
  margin-bottom: 48px;
}
#voice .txtbox h3 {
  line-height: 1.5;
}
.more p::after {
  content: '...';
}
#about-us h4 {
  font-size: var(--hfs);
  text-align: left;
  margin-bottom: 44px;
  line-height: 1.5;
}
#about-us #voice h4 {
  text-align: center;
}
#about-us .pagenationbox {
  justify-content: space-around;
  width: 30%;
}
#about-us .pagenationbox a {
  font-size: var(--pfs_L);
  color: var(--gray);
}
.pagenationbox a.btn_arrow {
  width: 50px;
  height: 50px;
  background: #FAFAFA;
  border: 2px solid var(--pale_gray);
  border-radius: 10px;
  display: flex;
  line-height: 2.5rem;
  justify-content: center;
  align-items: center;
}
.btn_arrow img {
  width: 16px;
  height: 16px;
}
#about-us .pagenationbox a.active,
#about-us .pagenationbox a:hover {
  color: var(--base);
  text-decoration: none;
}
#about-us .flexarea {
  position: relative;
  flex-wrap: wrap;
}
.imagbox.pre {
  position: absolute;
  left: -24%;
}
.imagbox {
  z-index: 1;
}
.team-member {
  position: relative;
}
.team-member:not(:last-child)::after {
  content: '';
  display: block;
  width: 119px;
  height: 120px;
  position: absolute;
  left: 28%;
  top: -20%;
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_active_off.svg) no-repeat;
  transition: all .3s;
  z-index: -1;
}
.team-member:not(:last-child):hover::after {
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_active.svg);
}
.team-member:last-child::after {
  content: '';
  display: block;
  width: 42px;
  height: 89px;
  position: absolute;
  right: 30%;
  top: -7%;
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_motokioya_on.png) no-repeat;
  transition: all .3s;
  background-size: contain;
  opacity: 0;
}
.team-member:last-child:hover::after {
  opacity: 1;
}
.team-members.row {
  z-index: 2;
}
.team-member .member-name,
.team-members.row.team-layout-4 .team-member  {
  margin-bottom: 0;
}
#about-us .section-title::after {
  content: '';
  width: 144px;
  height: 42px;
  display: block;
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_about-us.png) no-repeat center;
}
#about-us .slidebox:not(#flow) .imagbox.pre img {
  border: none;
  width: 62%;
  opacity: .1;
}
a.next::before {
  content: '';
  display: block;
  width: 0;
  transition: .1s;
}
a.next:hover::before {
  width: 3px;
}
a.back::after {
  content: '';
  display: block;
  width: 0;
  transition: .1s;
}
a.back:hover::after {
  width: 3px;
}
#flow {
  margin-bottom: 160px;
  padding-top: 240px;
  margin-top: -240px;
}
#flow h3 {
  margin-bottom: 67px;
}
#flow .flexarea > div {
  width: 50%;
  padding: 3.5% 3.5%;
  position: relative;
}
.flow_deco_wrapper {
  background-image: linear-gradient(53deg, transparent calc(50% - 0.5px), black, transparent calc(50% + 0.5px));
  background-size: 100% 100%;
}
.top {
  border: 1px solid;
}
.bottom {
  border: 1px solid;
  border-top: none;
}
.fullsize {
  width: 100%;
  padding: 5.5% 19.5%;
  position: relative;
}
.flow5 {
  background: var(--base);
}
.flowend {
  background: var(--pale);
}
.txt_flow {
  font-size: var(--pfs);
  padding: 0 35% 0 5%;
}
#flow dd {
  display: flex;
  margin: 0;
}
#flow dl {
  text-align: left;
}
a.btn_more {
  font-size: var(--pfs);
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}
a.btn_more::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(135deg);
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 4px;
  transition: all .1s;
}
a.btn_more:hover::after {
  margin-left: 8px;
  margin-right: 0;
}
#flow dt {
  font-size: var(--hfs);
}
#flow dt::first-letter {
  color: var(--base);
}
#flow .flow5 dt::first-letter {
  color: #A7E1FE;
}
#flow .flexarea .imagbox {
    position: absolute;
}
#flow .flexarea .flow1 .imagbox {
  right: 8%;
  bottom: 8%;
}
#flow .flexarea .flow2 .imagbox {
  top: -5%;
  right: -2%;
}
#flow .flexarea .flow3 .imagbox {
  bottom: 8%;
  right: 4%;
}
#flow .flexarea .flow4 .imagbox {
  right: 4%;
  bottom: 8%;
}
.flow4 {
  background: url(../../../wp-content/themes/onepress-child/assets/images/pic_flow_4_back.png) no-repeat right;
  background-size: contain;
}
.fullsize .txt_flow {
  padding-right: 0;
  width: 51%;
}
.fullsize .txt_flow {
  padding-right: 0;
  width: 40%;
}

.fullsize .imagbox, .fullsize .icobox {
  position: absolute;
}
.fullsize.flowend {
  padding-left: 32%;
  padding-right: 0;
}
.flow5 .imagbox {
  top: 51%;
  left: 59%;
  transform: translate(-50%, -50%);
}
.flow5 .icobox {
  top: 51%;
  left: 75%;
  transform: translate(-50%, -50%);
}
.flowend .imagbox {
  top: 70%;
  left: 70%;
  transform: translate(-50%, -50%);
}
.flowend .icobox {
  top: 51%;
  right: 66%;
  transform: translate(-50%, -50%);
}
.list-article-thumb img {
  border: 1px solid var(--pale);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  background: var(--pale);
}
.section-news .list-article,
.section-news .list-article:last-of-type {
  border: none;
}
#news .section-title, #contact .section-title {
  font-size: var(--hfs);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  letter-spacing: 1rem;
}
#news .container, #contact .container {
  position: relative;
  width: 980px;
  max-width: 100%;
}
#news .section-title {
  right: 0;
}
.blog-entry article:nth-of-type(2) {
  padding-left: 11%;
}
.blog-entry article:nth-of-type(3) {
  padding-left: 22%;
}
h2.entry-title a {
  font-size: var(--pfs_L);
  color: var(--txt_c_normal);
  font-weight: bold;
  display: block;
}
#about-us .section-title-area {
  margin-bottom: 0;
}
.section-news .list-article-meta,
.archive .list-article-meta,
.blog .list-article-meta {
  font-size: 1rem;
  letter-spacing: normal;
}
#about-us .slidebox#article-oya {
  margin-bottom: 0;
}
.row .col-sm-6:last-child {
  display: none;
}
#news .container::after {
    content: '';
    display: inline-block;
    width: 71px;
    height: 33px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/ico_news.png) no-repeat;
    position: absolute;
    bottom: 0;
}
#news .list-article-content {
  max-width: 70%;
}
#news.onepage-section {
  padding-top: 0;
}
#news h2.entry-title {
  max-width: 455px;
}
.date {
  color: var(--gray);
  font-size: var(--pfs_S);
  display: flex;
  align-items: center;
}
.date::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_time.svg);
  margin-right: 3px;
}
.section-news .list-article,
.section-news .list-article img,
body.archive.category .site-main .list-article,
body.archive.category .site-main .list-article img,
.archive .list-article-thumb a img,
.section-news .list-article-thumb a img {
  transition: all .3s;
}
.section-news .list-article:hover img {
  opacity: 0.8;
}
.section-news .list-article:hover h2.entry-title a {
  color: var(--dark);
}
body.archive.category .site-main .list-article:hover a {
  color: var(--dark);
}
body.archive.category .site-main .list-article:hover img {
  opacity: .8;
}



#contact .row {
  justify-content: center;
}
.member-name a {
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, 1px 0 1px #ffffff, -1px 0 1px #fff, 0 1px 1px #fff, 0 -1px 1px #fff;
}
.wpcf7 dl {
    display: flex;
}
#contact .section-title::before {
    content: 'ご相談・';
}
.wpcf7-form {
  letter-spacing: normal;
  text-transform: unset;
}
.form_box {
  font-size: var(--pfs);
  color: var(--txt_c_gray);
}
.form_box dt {
  width: 40%;
}
.form_box dd {
  width: 60%;
}
#contact .col-sm-6 {
  flex: unset;
  width: 600px;
  max-width: 80%;
}
textarea:not(.editor-post-title__input),
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: #fff;
  border: 1px solid var(--border_gray);
  box-shadow: none;
}
select {
  width: 100%;
  border-color: var(--border_gray);
}
.form_box > p {
  text-align: center;
  font-weight: normal;
  color: var(--txt_c_normal);
  font-size: var(--pfs_S);
  margin-bottom: 24px;
  letter-spacing: normal;
}
.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-radio {
  font-weight: normal;
  letter-spacing: normal;
  color: var(--txt_c_normal);
}
input[type="radio"] {
  position: relative;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--border_gray);
  border-radius: 50%;
}
input[type="checkbox"] {
  position: relative;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--border_gray);
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 6px;
  left: 11px;
  transform: rotate(50deg);
  width: 7px;
  height: 13px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--base);
  content: '';
}
.formbtn_box input {
  width: 224px;
  height: 48px;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 30px;
  text-align: center;
  position: relative;
  transition: all .3s;
  margin: 10px;
  box-shadow: none;
}
.formbtn_box input[type="submit"] {
  background: var(--base);
  color: var(--txt_c_reversal);
}
.formbtn_box span:first-child input {
  background: #fff;
  border: 1px solid var(--base);
  color: var(--base);
}
.formbtn_box {
  display: flex;
  justify-content: center;
}
.formbtn_box span {
  display: block;
  position: relative;
}
span.wpcf7-spinner {
  display: none;
}
section#contact {
  background: #fff;
  z-index: 10;
}
.site-footer .site-info {
  z-index: 10;
}
.formbtn_box span:last-child::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform:  rotate(135deg) translateX(0px);
  position: absolute;
  right: 27px;
  top: 30px;
  transition: all .3s;
  color: #fff;
}
body.page-template-template-fullwidth .formbtn_box span:first-child::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg) translateX(0px);
  position: absolute;
  left: 27px;
  top: 30px;
  transition: all .3s;
  color: var(--base);
  z-index: 1;
}
.formbtn_box span:last-child:hover::after {
  right: 25px;
}
body.page-template-template-fullwidth .formbtn_box span:first-child:hover::before {
  left: 25px;
}
.formbtn_box span {
  position: relative;
}
.form_box a:hover {
  text-decoration: none;
  opacity: .6;
}
.form_box a {
  color: var(--txt_c_normal);
  text-decoration: underline;
  transition: all .3s;
}
#contact .container::after {
  content: '';
  display: inline-block;
  width: 92px;
  height: 47px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_contact.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fa-angle-double-up:before {
    content: unset;
}
.site-footer .btt a {
  background: url(../../../wp-content/themes/onepress-child/assets/images/btn_gtt.png) no-repeat;
  transform: unset;
  opacity: .4;
  height: 54px;
}
a.back-to-top:hover {
  opacity: .8;
}
.onepress-menu {
    float: right;
    padding-right: 2%;
}
.onepress-menu ul li.current-menu-item > a {
    color: #fff;
}
.onepress-menu.onepress-menu-mobile > li > a {
  padding: 0;
}
.main-navigation .onepress-menu,
.onepress-menu.onepress-menu-mobile li {
  background: var(--base);
}
.onepress-menu.onepress-menu-mobile li {
  border-top: none;
}
.onepress-menu.onepress-menu-mobile {
  border: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5% 0 10%;
  overflow: hidden !important;
}
.onepress-menu.onepress-menu-mobile a,
.onepress-menu a {
  color: #fff;
  font-size: var(--pfs);
  transition: all .3s;
  letter-spacing: normal;
	background: var(--base);
}
@media (max-width: 1280px) {
	.onepress-menu.onepress-menu-mobile a {
	color: #fff !important;
	}
}
@media (min-width: 1280px) {
	ul.sub-menu a {
		color: var(--base) !important;
	}
}


.onepress-menu.onepress-menu-mobile a:hover {
  color: #fff;
  opacity: .6;
}
.onepress-menu.onepress-menu-mobile li.onepress-current-item>a {
  color: #fff;
  opacity: .6;
}
#nav-toggle span:after {
  width: 17px;
  left: 0;
}
#nav-toggle.nav-is-visible span:before,
#nav-toggle.nav-is-visible span:after {
  background: #fff;
}
#nav-toggle.nav-is-visible span:after {
  width: 24px;
}
body.onepress-menu-mobile-opening #page::before {
  width: 100%;
  height: 100vh;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  background: #64bfec;
  z-index: 16;
}
.onepress-menu.onepress-menu-mobile li:last-child a {
  display: inline-block;
  width: 280px;
  height: 48px;
/*   line-height: 43px; */
  background: var(--base);
  color: var(--txt_c_reversal);
  border-radius: 30px;
/*   margin-left: 10px; */
  text-align: center;
  position: relative;
  padding-right: 20px;
  transition: all .3s;
/*   border: 2px solid; */
}
.onepress-menu.onepress-menu-mobile li:last-child a::after {
/*   content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(135deg) translateX(0px);
  position: absolute;
  right: 20px;
  top: 29px;
  transition: all .3s;
  color: #fff; */
}
.onepress-menu.onepress-menu-mobile li:last-child a:hover::after {
  right: 18px;
}
li#menu-item-1773 a {
  display: block;
}
/* li#menu-item-1955 a::before {
  content: '地域コーディネーター';
  display: block;
  font-size: var(--pfs_S);
  font-weight: normal;
} */

body.archive.category main {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
}
body.archive.category .site-main .list-article {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  width: 25%;
  min-width: 230px;
}
@media screen and (max-width: 767px) {/* SP用*/
	body.archive.category .site-main .list-article {
    margin: 0 auto;
	}
}
body.archive.category .section-news .list-article-thumb,
body.archive.category  .list-article-thumb,
.blog .list-article-thumb {
  float: none;
  width: 100%;
}
body.archive.category .list-article-thumb {
  margin-right: 0;
}
body.archive.category .site-main .list-article {
  padding: 25px 17px;
}
body.archive.category .list-article,
body.archive.category .list-article:last-of-type {
  border: none;
}
body.archive.category .date {
  justify-content: center;
}
body.archive.category .list-article-thumb img {
  width: 180px;
  min-width: 180px;
  height: 180px;
}
body.archive.category .list-article-meta {
  display: none;
}
body.archive.category h2 a::after {
  content: 'もっと見る';
  display: block;
  padding-top: 20px;
  font-size: var(--pfs_S);
  font-weight: normal;
}
body.archive.category .page-header {
  margin-top: 0;
  border: none;
  text-align: center;
}
body.page-template-template-fullwidth .page-header {
  text-align: center;
  border: none;
}
body.archive .list-article-content {
  min-height: 161px;
}
body.category-voice p {
  text-align: left;
}
body.archive.category-voice .list-article-content {
  min-height: 558px;
}
body.archive.category-voice .site-main .list-article {
  width: 33%;
}
span.position {
  display: block;
  font-size: var(--pfs);
  font-weight: normal;
}
body.archive.category-voice h3.wp-block-heading {
  line-height: 2rem;
}
body.archive.category-voice h4.wp-block-heading {
  line-height: 2rem;
  font-size: var(--hfs);
}
body.archive.category-voice .site-main .list-article:hover img {
  opacity: 1;
}
#slide ul {
  position: relative;
  min-height: 300px;
  padding-left: 0;
}
#slide li {
  position: absolute;
  width: 100%;
}
#button {
  margin-top: 30px;
}
#button ul li a {
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  background-color: #ddd;
}
#button ul {
  display: flex;
  padding: 0;
  justify-content: center;
}
#button li {
  margin: 0 7px;
}
#button ul li a.target,
#button ul li a:hover {
  background-color: var(--base);
}


body.post-template-default h2.title-description {
  font-size: var(--hfs);
  line-height: 1.3;
}
body.post-template-default h2 {
  font-size: var(--hfs_M);
  font-weight: normal;
  position: relative;
}
body.post-template-default h3 {
  font-weight: normal;
}
.round_img_box img {
  border-radius: 37px;
}
.entry-meta {
  margin-bottom: 80px;
  text-align: right;
}
.wp-block-image figcaption {
  color: var(--txt_c_normal);
  font-size: var(--pfs);
}
body.post-template-default h2.wp-block-heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--base);
  position: absolute;
  left: 0;
  bottom: -15px;
}
.circle_img_box img {
  border-radius: 50%;
}
.single-post .no-sidebar .entry-content > * {
  margin-right: 0;
}
.wp-block-columns {
  margin-top: 88px;
  margin-bottom: 80px;
}
h2.wp-block-heading {
  margin-bottom: 80px;
  margin-top: 40px;
}
.single-post .no-sidebar .entry-content h3.wp-block-heading {
  margin-bottom: 40px;
  margin-top: 80px;
}
.single-post .no-sidebar .entry-content h3.wp-block-heading,
.single-post .no-sidebar .entry-content h3.wp-block-heading ~ p {
  margin-left: 2rem;
}
footer.entry-footer {
  margin-top: 160px;
}
body.post-template-default h2.wp-block-heading {
  margin-top: 120px;
}
span.byline {
  display: none;
}
span.posted-on {
  text-align: right;
  font-weight: normal;
  font-size: var(--pfs);
}
span.posted-on a {
  pointer-events: none;
  color: var(--txt_c_normal);
}
.box_interviewee {
  margin-bottom: 50px;
}
.category-article-o h3.wp-block-heading {
  color: var(--gray);
}

.category-article-o h3.wp-block-heading {
  color: var(--gray);
}
.impression,
.category-article-o .entry-content .after-interview {
  background: var(--pale);
  padding: 5% 6%;
  border-radius: 37px;
}
.impression {
  margin-top: 80px;
}
body.post-template-default.single.single-post p + figure {
  margin-top: 32px;
}
.pagenation {
  text-align: center;
  margin-top: 80px;
}
.pagenation a {
  display: inline-block;
  margin: 0 13px;
  font-size: var(--pfs);
}
footer.entry-footer .cat-links {
  font-size: var(--pfs);
}
body.page-id-1460 p {
  max-width: 90%;
  width: 500px;
  margin: 44px auto 0;
}



.btn_cta {
  display: inline-block;
  width: 271px;
  height: 48px;
  line-height: 48px;
  background: var(--base);
  font-size: 1rem;
  color: var(--txt_c_reversal);
  border-radius: 30px;
  margin-left: 10px;
  text-align: center;
}
.btn_cta {
  display: inline-block;
  width: 271px;
  height: 48px;
  line-height: 45px;
  background: var(--base);
  font-size: 1rem;
  color: var(--txt_c_reversal);
  border-radius: 30px;
  margin-left: 10px;
  text-align: center;
  position: relative;
  padding-right: 20px;
  transition: all .3s;
}
.btn_cta:hover {
  color: var(--txt_c_reversal);
  text-decoration: none;
  opacity: .8;
}
.btn_cta::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(135deg);
  position: absolute;
  right: 18px;
  top: 20px;
  transition: all .3s;
}
.btn_cta:hover::after {
  right: 15px;
}
body.home .btn_cta:hover::after {
  transform: rotate(224deg);
  right: 18px;
}
#cta {
  z-index: 10;
}
body.home #cta {
  z-index: 9;
}
#cta .btn_cta {
  margin-left: 0;
  position: fixed;
  bottom: 17px;
  font-weight: bold;
  border: 1px solid #fff;
  color: #fff;
}
#cta .container {
  padding: 0;
  height: 0;
  display: flex;
  justify-content: flex-end;
}
body.page-id-1457 #cta,
body.page-id-1460 #cta {
  display: none;
}

/*大矢さん公開したら外す
.team-members.row.team-layout-4 {
  justify-content: center;
  width: 80%;
  margin: auto;
}*/




@media screen and (max-width: 1199px) {/* タブレット用*/
  #cta .container {
    justify-content: center;
  }
  .team-member {
    flex-wrap: wrap;
  }
.team-members.row.team-layout-4 {
    position: unset;
  }
.team-members.row .team-member {
    width: 25%;
  }
.flexarea, .flexarea article {
    flex-wrap: wrap;
  }
#about-us .txtbox {
    width: 100%;
    margin-top: 16px;
  }
#about-us h4 {
    text-align: center;
    margin-bottom: 2rem;
  }
#about-us .slidebox:not(#flow)::before {
    top: -93px;
    /*bottom: 0;*/
    left: 50%;
    transform: translate(-50%, 0%);
  }
  #track-record {
    margin-top: -107px;
  }
  .section_01 .imagbox {
    position: unset;
    margin-top: 24px;
  }
  .section_03 .imagbox {
    position: unset;
  }
  #specialty .txt_slidebox {
    padding: 0;
  }
  #slide ul {
    height: 325px;
  }
  #flow .flexarea > div {
    width: 100%;
  }
  .flow_deco_wrapper {
    background: none;
  }
  .left {
    border-bottom: 1px solid;
  }
  .flow_deco_wrapper dd p {
    width: 100%;
    padding: 0;
  }
  #flow dd {
    flex-wrap: wrap;
    justify-content: center;
  }
  #flow .flexarea .imagbox {
    position: unset;
    display: block;
    text-align: center;
  }
  .flow4 {
    background-position: right 50% bottom -118px;
  }
  .fullsize .txt_flow {
    padding: 0;
    width: 100%;
  }
  .fullsize .imagbox, .fullsize .icobox {
    position: unset;
    transform: unset;
  }
  .fullsize.flowend {
    padding: 5%;
  }
  .fullsize {
    padding: 5%;
  }
  #flow dt .btn_cta {
    margin: 0 auto;
    display: block;
  }
  #three_strengths .catch_copy {
    height: 250px;
    width: 250px;
    font-size: var(--hfs_S);
  }
  #welcome .container {
    background: url(../../../wp-content/themes/onepress-child/assets/images/pic_welcome_back.png) center no-repeat;
    background-size: contain;
    background-position: 50% bottom;
  }
  .team-member .member-info {
    width: 100%;
  }
  .team-members.row.team-layout-4 {
    margin-bottom: 80px;
  }
  .team-member.wow {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .team-member:not(:last-child) .member-info a {
    width: 90%;
    margin: auto;
  }
  #about-us #article-oya .slidebox {
    margin-bottom: 88px;
  }
  #parallax-hero .parallax-bg::after {
    height: 115%;
    left: 44%;
  }
  .single-post .no-sidebar .entry-content h3.wp-block-heading,
  .single-post .no-sidebar .entry-content h3.wp-block-heading ~ p {
    margin-left: 0;
  }
  span.cat-links {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {/* タブレット用*/
  section#hero,
  #parallax-hero {
    clip-path: unset;
    width: 100%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url(https://go-chiho.com/wp-content/themes/onepress-child/assets/images/background_mainvisual_pc.svg);
    mask-image: url(https://go-chiho.com/wp-content/themes/onepress-child/assets/images/background_mainvisual_pc.svg);    
  }
  .section_01 {
    background-size: 100%;
    background-position: 0px -2%;
    padding-top: 33%;
    margin-top: 100px;
  }
  #id_area_services .container::before {
    max-width: 170px;
    right: 13px;
    top: -192px;
  }
  #our_messages li {
    background-size: 30px 30px;
  }
  #specialty .txtbox {
    max-width: 100%;
    padding-right: 0;
  }
  #slide ul {
    height: 562px;
    padding-left: 0;
    width: 65%;
    margin: auto;
  }
  #specialty .txt_slidebox {
    min-height: 20vh;
  }
  #welcome .container {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .team-members.row .team-member:last-child {
    width: 100%;
  }
  .team-members.row.team-layout-4 > div {
    width: 33%;
  }
  .team-members.row.team-layout-4 {
    width:76%;
    margin: 0 auto 24px;
  }
  .team-members .team-member:first-child img {
    width: 71px;
  }
}

@media screen and (max-width: 767px) {/* SP用*/
  .section-news .list-article-thumb {
    width: 130px;
  }
  .section-news .list-article {
    display: flex;
  }
  #news .list-article-content {
    width: 80%;
    margin-left: 2%;
  }
  .blog-entry article:nth-of-type(2) {
    padding-left: 5%;
  }
  .blog-entry article:nth-of-type(3) {
    padding-left: 10%;
  }
  body.home .site-content::after {
    left: 0;
    right: 0;
    margin: auto;
    top: -36px;
    z-index: 2;
    width: 46%;
    background-position: center;
  }
  #welcome .imagbox {
    top: 65%;
  }
}
@media screen and (max-width: 489px) {/* SP用*/
  section#hero,
  #parallax-hero {
    -webkit-mask-image: url(../../../wp-content/themes/onepress-child/assets/images/background_mainvisual_sp.svg);
    mask-image: url(../../../wp-content/themes/onepress-child/assets/images/background_mainvisual_sp.svg);
  }
  #slide ul {
    height: 629px;
    width: 81%;
  }
  #specialty .txt_slidebox {
    min-height: 27vh;
  }
  body.archive.category-voice .site-main .list-article {
    width: 100%;
  }
  body.archive.category-voice .list-article-content {
      min-height: unset;
  }
  .feature-item-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #about-us .slidebox:not(#flow) .imagbox.list-article-thumb img {
    height: 324px;
  }
  #about-us .txtbox {
    padding: 0;
  }
  #news .list-article-content {
    width: 50%;
  }
  .blog-entry article:nth-of-type(2) {
    padding-left: 5%;
  }
  .blog-entry article:nth-of-type(3) {
    padding-left: 10%;
  }
  .wpcf7 dl {
    flex-wrap: wrap;
  }
  .form_box dd {
    width: 100%;
  }
  #contact .section-title {
    position: unset;
    writing-mode: unset;
    letter-spacing: .5rem;
  }
  #contact .container::after {
    bottom: unset;
    left: 0;
    top: 36px;
    margin: auto;
  }
  .form_box dt {
    width: 100%;
  }
  .formbtn_box span input {
    width: 139px;
    margin: 0;
  }
  .formbtn_box span {
    box-sizing: unset;
  }
  .formbtn_box span:first-child input {
    margin-right: 5px;
  }
  .formbtn_box input {
    padding: 0;
  }
  .formbtn_box span:last-child::after {
    top: 18px;
  }
  .formbtn_box span:last-child::after {
    right: 16px;
  }
  body.home .site-content::before {
    width: 40%;
    left: -8%;
    background-repeat: no-repeat;
    top: -241px;
  }
  .hero-small-text p {
    width: 42%;
    margin: auto;
    text-align: left;
    font-size: var(--pfs);
  }
  .main_logo_img img {
    padding: 10% 5% 4% 5%;
  }
  .section-parallax .parallax-bg img,
  #parallax-hero .parallax-bg img {
    bottom: 17%;
  }
  #parallax-hero .parallax-bg::after {
    height: 59%;
    left: 0%;
    top: 42%;
  }
  .main_logo_img img {
    padding-top: 19%;
  }
	.site-logo-div img {
    height: 45px;
    width: auto;
  }
  .site-branding .site-logo-div {
    line-height: 47px;
  }
  a#nav-toggle {
    width: 50px;
    height: 50px;
  }
  #nav-toggle span {
    right: 12px;
  }
  .site-header {
    height: 50px;
  }
  body:not(.home) .site-header {
    background: #fffffff7;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
  }
  body.onepress-menu-mobile-opening .site-header {
    background: var(--base);
  }
  #voice,
  #flow,
  #article-oya {
    padding-top: 0;
    margin-top: 0;
  }
}

.swiper-slide img {
  height: auto;
  width: 100%;
}


/*--------------------------------------------------------------
大矢さんコラム
-------------------------------------------------------------- */
.category-article-o.single-post .no-sidebar .entry-content h3.wp-block-heading,
.category-article-o.single-post .no-sidebar .entry-content h3.wp-block-heading ~ p {
  margin-left: 0;
}
.after-interview::before {
  content: '';
  display: block;
  width: 180px;
  height: 130px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/title_after-interview.png);
  position: absolute;
  top: -101px;
  left: 50%;
  transform: translateX(-50%);
}
.after-interview {
  position: relative;
}
.category-article-o .entry-content p.after-interview {
  margin-top: 160px;
}
body.category-article-o .wp-block-columns .icon {
  position: relative;
}
body.category-article-o .wp-block-columns.answer .icon figure {
  position: absolute;
  right: 0;
}
.icon .wp-block-image {
  margin: 0;
  width: 82px;
}
.fukidashi {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 0 2.5%;
}
.category-article-o .single-post .no-sidebar .entry-content h3.wp-block-heading {
  margin: 0;
}
.category-article-o .no-sidebar .entry-content h3.wp-block-heading {
  margin: 0;
  font-size: 1rem;
  color: var(--gray);
  font-weight: bold;
}
.question .fukidashi {
  position:relative;
  background: var(--pale);
}
.question .fukidashi :after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(241, 248, 254, 0);
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:20px;
  border-right-width:20px;
  margin-top: -12px;
  border-right-color:#F1F8FE;
  right:100%;
  top: 39px;
}
.answer .fukidashi {
  border: 1px solid;
  min-height: 82px;
  position:relative;
  background:#FFFFFF;
}
.answer .fukidashi:after,
.answer .fukidashi:before {
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  left:100%;
  top: 39px;
}
.answer .fukidashi:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:20px;
  border-right-width:20px;
  margin-top: -12px;
  border-left-color:#FFFFFF;
  z-index: 2;
}
.answer .fukidashi:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width:13px;
  border-bottom-width:13px;
  border-left-width:21px;
  border-right-width:21px;
  margin-top: -13px;
  margin-left: 1px;
  border-left-color:#000000;
  z-index: 1;
}
.answer .fukidashi p {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}
.wp-block-columns.question {
  margin-bottom: 0;
}
.wp-block-columns.answer {
  margin-top: 60px;
}
.icon .wp-block-image::after {
  display: block;
  text-align: center;
  font-size: var(--pfs_SM);
  width: 82px;
  /* color: var(--base); */
  font-weight: bold;
}
.question .icon .wp-block-image::after {
  content: 'スタッフＭ子';
}
.answer .icon .wp-block-image::after {
  content: '大 矢';
}

/*大矢さん公開したら外す
.team-member:last-child,
#article-oya,
#menu-item-1955 {
  display: none;
}*/

/*--------------------------------------------------------------
スワイパー
---------------------------------------------------------------*/
.swiper-pagination-bullet-active,
.swiper-pagination-bullet {
  background: none !important;
}
.swiper.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress {
  padding-bottom: 50px !important;
}
span.swiper-pagination-bullet {
  color: var(--base);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
}
@media screen and (max-width: 1023px) {/* タブレット用*/
  #about-us .slidebox .flexarea {
    width: 500px;
    margin:auto;
  }
  .imagbox.list-article-thumb img {
    box-sizing:border-box;
  }
}
@media screen and (max-width: 767px) {/* SP用*/
  #about-us .slidebox .flexarea {
    width: 280px;
  }
}
/*------------------------------------------------スワイパー*/

.wpcf7 form .wpcf7-response-output {
    border: none;
}
.grecaptcha-badge { 
	z-index: 10;
}