/*
 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: #333333; /*薄地に載せるテキスト色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%;
  }
}
.header-fixed .onepress-menu > li > a:hover {
  color: var(--base);
}
.header-fixed.no-scroll .onepress-menu > li > a:hover {
  color: #333;
  opacity: 0.5;
}
/*ナビゲーション*/
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: 75px 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 0.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: 445px;
  padding: 0;
  margin-top: 4.5%;
}
.hero-content-style1 p {
  font-style: normal;
  text-shadow: none;
}
.main_logo_img .sitetitle {
  font-size: 1rem;
  margin-top: -18px;
  margin-left: -28px;
}
.hero-small-text p {
  color: #333;
  font-weight: 600;
  font-size: 1.455rem;
  line-height: 2;
  text-align: left;
  position: relative;
  left: 27%;
  margin-top: 4%;
  text-shadow: 1px 0px 5px#fff, 0px 1px 5px#fff;
}
.hero-small-text p::first-line {
  font-size: 1.2rem;
  line-height: 4;
}

.sitettl-red {
  font-size: 1.8rem;
  color: var(--accent);
  background-image: radial-gradient(circle at center, var(--accent) 20%, transparent 20%);
  background-position: top middle;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}
.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: 280px;
  width: 100%;
  max-height: 685px;
  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: 465px;
  margin-top: 240px;
}
body.home .site-content {
  position: relative;
}
body.home .site-content::before {
  content: "";
  display: block;
  width: 210px;
  height: 551px;
  position: absolute;
  background: url(../../../wp-content/themes/onepress-child/assets/images/motokioya.png);
  top: -379px;
  left: calc(50% - 495px);
  background-size: contain;
  z-index: 9;
}
#main {
  position: relative;
}
#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;
  background-position: right top;
  margin-top: -61px;
  padding-top: 80px;
}
.section_01 .section_inbox {
  padding-top: 125px;
}
.section_01 .section_inbox h2 {
  margin-bottom: 80px;
}
.section_01 p {
  word-break: auto-phrase;
  width: 50%;
  margin: 0 auto;
  line-height: 1.8;
}
.txt-blue {
  color: var(--base);
  display: inline-block;
  margin-top: 1rem;
}

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;
}

.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 0.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: 112px;
}
#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: 0.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;
}
@media screen and (min-width: 1025px) {
  .team-members.row::before {
    content: "";
    width: 100%;
    height: 99px;
    position: absolute;
    z-index: -2;
    top: 7px;
  }
}

.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%;
}

#voice,
#flow,
#article-oya {
  padding-top: 90px;
}
#benefit .txtbox {
  text-align: left;
}
#benefit .slidebox:not(#flow) .imagbox.list-article-thumb img {
  border: 3px solid;
  border-radius: 37px;
  width: 200px;
  height: 200px;
}
#benefit .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 130px;
}
#benefit .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;
}
#benefit .slidebox h3 {
  margin-bottom: 48px;
}
#voice .txtbox h3 {
  line-height: 1.5;
}
.more p::after {
  content: "...";
}
#benefit h4 {
  font-size: var(--hfs);
  text-align: left;
  margin-bottom: 44px;
  line-height: 1.5;
}

#benefit .pagenationbox {
  justify-content: space-around;
  width: 30%;
}
#benefit .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;
}
#benefit .pagenationbox a.active,
#benefit .pagenationbox a:hover {
  color: var(--base);
  text-decoration: none;
}
#benefit .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 0.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 0.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 .slidebox:not(#flow) .imagbox.pre img {
  border: none;
  width: 62%;
  opacity: 0.1;
}
a.next::before {
  content: "";
  display: block;
  width: 0;
  transition: 0.1s;
}
a.next:hover::before {
  width: 3px;
}
a.back::after {
  content: "";
  display: block;
  width: 0;
  transition: 0.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 0.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 {
  width: 150px;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
  object-position: 50% 50%;
  background: var(--pale);
  border: 2px solid black;
}
.section-news .list-article,
.archive .list-article,
.blog .list-article {
  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;
}

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: 0.8rem;
  font-weight: 400;
  letter-spacing: normal;
  background-color: var(--pale);
  width: fit-content;
  padding: 2px 6px;
  border-radius: 3px;
}

#about-us .slidebox#article-oya {
  margin-bottom: 0;
}
.row .col-sm-6:last-child {
  display: none;
}
#news .list-article-content {
  max-width: 70%;
}
#news.onepage-section {
  background-color: var(--pale);
}
#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 0.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: 0.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-form {
  letter-spacing: normal;
  text-transform: unset;
}
.form_box {
  font-size: var(--pfs);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
}
.wpcf7-text::placeholder,
.wpcf7-textarea::placeholder {
  color: rgb(215, 214, 214);
  font-weight: 400;
}
#contact .col-sm-6 {
  flex: unset;
  width: 750px;
  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 0.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: url(../onepress-child/assets/images/contact-bg.jpg) no-repeat center / cover;
  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 0.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 0.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: 0.6;
}
.form_box a {
  color: var(--txt_c_normal);
  text-decoration: underline;
  transition: all 0.3s;
}

.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: 0.4;
  height: 54px;
}
a.back-to-top:hover {
  opacity: 0.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);
} */
@media screen and (max-width: 1140px) {
  .main-navigation .onepress-menu,
  .onepress-menu.onepress-menu-mobile li {
    background: inherit;
  }
}

.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 60%;
  overflow: hidden !important;
}
.onepress-menu.onepress-menu-mobile a,
.onepress-menu a {
  color: #fff;
  font-size: var(--pfs);
  transition: all 0.3s;
  letter-spacing: normal;
  /* background: var(--base); */
}
.onepress-menu-mobile .sub-menu li a {
  background: inherit;
}
.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
  color: #fff;
  border: none;
}

.onepress-menu-mobile ul.sub-menu li a {
  opacity: 0.5;
  padding: 8px 0 0 0;
}
.onepress-menu-mobile #menu-item-1428 a {
  border: 1px solid;
  line-height: 2;
}

@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;
  }
}
@media screen and (min-width: 1140px) {
  .onepress-menu > li > a:hover,
  .onepress-menu > li.onepress-current-item > a {
    background: none;
  }
}
@media screen and (min-width: 1140px) {
  .site-header.header-fixed {
    background: #fffffff0;
    box-shadow: 0px 0px 18px 0px #00000021;
  }
}
.site-header.header-fixed.no-scroll {
  background: none;
  box-shadow: none;
}
.header-fixed .onepress-menu > li > a {
  color: #333;
}
@media screen and (min-width: 1140px) {
  .site-logo-div img {
    width: 142px;
    padding-bottom: 3%;
  }
}

.onepress-menu.onepress-menu-mobile a:hover {
  color: #fff;
  opacity: 0.6;
}
.onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
  color: #fff;
  opacity: 0.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: 8px 0 0 0;
  transition: all 0.3s;
  /*   border: 2px solid; */
}

.onepress-menu.onepress-menu-mobile li:last-child a:hover::after {
  right: 18px;
}
li#menu-item-1773 a {
  display: block;
}

body.archive main {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
}
body.archive .site-main .list-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 48%;
  min-width: 230px;
}
body.archive .list-article-thumb {
  width: 100%;
  height: 227px;
  border-radius: 8px;
  object-fit: cover;
  object-position: 50% 50%;
  background: var(--pale);
  border: 2px solid black;
}
body.archive .list-article-thumb img {
  width: 100%;
  height: 100%;
  border: none;
}

@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 .list-article-thumb {
  margin-right: 0;
}
body.archive .site-main .list-article {
  padding: 25px 17px !important;
}
body.archive.category .list-article,
body.archive.category .list-article:last-of-type {
  border: none;
}

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 .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 {
  padding: 10px 0 20px 0;
}
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 0.3s;
}
.btn_cta:hover {
  color: var(--txt_c_reversal);
  text-decoration: none;
  opacity: 0.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 0.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;
  }
  #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: 0;
  }
  #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_01 .section_inbox {
    padding-top: 90px;
  }
  .section_01 .section_inbox h2 {
    margin-bottom: 45px;
  }
  .section_01 p {
    word-break: break-all;
    width: 100%;
    text-align: left;
  }
  .section-news .list-article-thumb {
    width: 130px;
  }
  .section-news .list-article {
    display: flex;
  }
  #news .list-article-content {
    width: 80%;
    margin-left: 2%;
  }
  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%;
  }
  .wpcf7 dl {
    flex-wrap: wrap;
  }
  .form_box dd {
    width: 100%;
  }
  #contact .section-title {
    position: unset;
    writing-mode: unset;
    letter-spacing: 0.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: 32%;
    left: -5%;
    background-repeat: no-repeat;
    top: -203px;
    opacity: 0.6;
  }
  .hero-small-text p {
    width: 66%;
    margin-left: -42px;
    text-align: center;
    font-size: 17px;
  }
  .top-first-line {
    display: block;
    width: 100vw;
    font-size: 0.9em;
    margin-left: -70px;
    margin-top: -15px;
    margin-bottom: -24px;
  }
  .top-last-line {
    margin-top: 2rem;
    display: block;
  }
  .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: 28%;
    left: -13%;
    top: 28%;
    opacity: 0.6;
  }
  .main_logo_img img {
    padding-top: 17%;
    width: 85%;
  }
  .site-logo-div img {
    height: 40px;
    width: auto;
    margin-left: 10px;
  }
  .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: "大 矢";
}

/*--------------------------------------------------------------
スワイパー
---------------------------------------------------------------*/
.swiper-wrapper {
  padding-bottom: 10%;
}
.swiper-button-prev,
.swiper-button-next {
  color: var(--base);
}
.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;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    opacity: 0.5;
    transition: opacity 0.3s;
    bottom: 95px !important;
  }
  .grecaptcha-badge:hover {
    opacity: 1;
  }
}

/* -----------------------------------------------------
------------------------202506nsxAdd
-------------------------------------------------------*/

@media (min-width: 1280px) {
  .site-header.header-fixed:hover {
    background: #fffffff0;
  }
  /* ナビ最初の3つにだけ区切り線 */
  .header-fixed .onepress-menu > li:nth-child(-n + 3) > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #333;
  }
  /* ナビのお問い合わせボタン */
  li#menu-item-1428 {
    background-color: var(--accent);
    color: #fff;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    height: 40px;
    margin-top: 17px;
    margin-right: -10px;
    border-radius: 5px;
    box-shadow: 0 0 5px gray;
  }
  li#menu-item-1428 a {
    color: #fff;
  }
}
/* お悩みセクション */
.top-nayami,
.top-service {
  background-color: var(--pale);
  padding: 8%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  margin-bottom: 45px;
}
.top-nayami::before {
  content: "";
  background: url(../onepress-child/assets/images/pic_03-1.png) no-repeat center / contain;
  display: inline-block;
  position: absolute;
  left: 12vw;
  bottom: 30px;
  z-index: 20;
  width: 189px;
  height: 331px;
  z-index: 2;
}
@media (min-width: 1366px) {
  .top-nayami::before {
    left: 15vw;
  }
}
@media (min-width: 1920px) {
  .top-nayami::before {
    left: 20vw;
  }
}
.top-nayami::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -42px;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 42px solid var(--pale);
  z-index: 100;
}
.top-nayami ul {
  display: inline-block;
  width: clamp(700px, 60%, 860px);
  margin: 30px auto 0 auto;
}
.top-nayami li {
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px 10px 60px;
  border: 1px solid var(--base);
  font-size: 1.1rem;
  box-shadow: 0 0 2px gray;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
}
.top-nayami li::before {
  content: "";
  background: url(../../themes/onepress-child/assets/images/check-icon.png) no-repeat center / contain;
  width: 30px;
  height: 28px;
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 10px;
  z-index: 20;
}
section#welcome {
  margin-top: -225px;
  margin-bottom: -150px;
  position: relative;
}
#welcome .section-desc {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.top-benefit {
  width: 75%;
  margin: 0 auto 80px auto;
}
.top-benefit-box {
  display: flex;
  background: var(--pale);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  gap: 30px;
  align-items: center;
  padding: 25px 45px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgb(192, 192, 192);
}
.top-benefit-box_left {
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: -15px;
}
.top-benefit-box_left span {
  font-size: 0.8rem;
  display: block;
  margin-top: -15px;
  font-weight: 400;
}
.top-benefit-box_middle {
  width: 100px;
  height: auto;
}
.top-benefit-box_right {
  text-align: left;
  margin-left: 20px;
}
.cta-new {
  margin: 110px auto 80px auto;
  margin-bottom: 80px;
  margin-top: 110px;
}
.cta-new p {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.cta-new a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--accent);
  color: #fff;
  width: 400px;
  height: 55px;
  margin: 0 auto;
  border-radius: 5px;
  transition: all 0.5s;
  box-shadow: 0 0 4px gray;
  font-weight: 600;
}
.cta-new a:hover {
  background-color: var(--base);
}
.top-service h2 {
  margin-bottom: 80px;
}
.top-service h3 {
  font-size: 1.2rem;
  text-align: left;
}
.top-service-box {
  display: flex;
  justify-content: left;
  gap: 50px;
  width: 950px;
  margin: 0 auto 40px auto;
  align-items: center;
}
.top-service-box_left {
  width: 260px;
  height: auto;
}
.top-service-box_right {
  text-align: left;
  word-break: auto-phrase;
  width: 690px;
}
.cta-new.second {
  background-color: #fff;
  max-width: 800px;
  width: 60%;
  margin: 90px auto 100px auto;
  padding: 40px 100px;
  box-shadow: 0 0 4px gray;
}
.cta-new.second p {
  color: var(--accent);
}
.cta-new.second a::before {
  content: "";
  background: url(../onepress-child/assets/images/document-icon.png) no-repeat center / contain;
  width: 27px;
  height: 36px;
  display: inline-block;
  margin-right: 10px;
}

#voice > p {
  margin-bottom: 100px;
}
.top-voice__flex {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.top-voice-content {
  width: 60%;
  margin: 30px auto 0 auto;
  text-align: left;
  line-height: 1.8;
}
span.voice-position {
  font-size: 0.9rem;
}
h5.voice-name {
  font-size: 1.6rem;
}

/*Top flow横の棒*/
.flow__content {
  width: 75%;
  margin: 4% auto 0 auto;
  padding: 0 30px;
  text-align: left;
}
.flow__content li {
  position: relative;
  list-style: none;
  padding: 0 0 20px 0;
  font-size: 1.2em;
  margin: 0 !important;
}

.flow__content dl {
  margin: 0 0 35px 3em;
}
.flow__content dt {
  color: var(--base);
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.flow__content dt span {
  font-size: 1.4em;
  font-weight: 700;
  padding: 0 5px;
}
.flow__content dd {
  display: block;
  font-size: clamp(14px, 18px, 1.1vw);
}
.flow__content li::after {
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  width: 10px;
  height: 10px;
  background: #b3dff5;
  border-radius: 50%;
}
.border-line {
  position: absolute;
  left: 0.2em;
  top: 8%;
  width: 3px;
  height: 0;
  background: #b3dff5;
}
/*TOP flow横の棒END*/

/* TOPのNEWS */
.section-news .list-article {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 24px 60px;
  border-radius: 5px;
  box-shadow: 0 0 4px #d7d5d5;
}
.top-news-more {
  display: flex;
  justify-content: flex-end;
}

.form-title.required,
.form-title.optional {
  display: flex;
  align-items: center;
}

.form-title.form-title.required::after {
  content: "必須";
  background-color: #f89090;
  padding: 3px 8px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 0.8rem;
}

.form-title.form-title.optional::after {
  content: "任意";
  background-color: #d4d5d6;
  padding: 3px 8px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 0.8rem;
}
.site-footer {
  background: #fff;
  color: #333;
  font-size: 14px;
  padding-top: 50px;
}
.site-footer .site-info {
  z-index: 10;
  padding-bottom: 10px;
}
.footer-links {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.footer-links a {
  color: #333;
  transition: all 0.5s;
}
.footer-links a:hover {
  color: var(--base);
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* タブレットのみのサイズ追記202506 */
  .main_logo_img {
    margin-top: 10.5%;
  }
  body.home .site-content::before {
    opacity: 0.6;
    width: 205px;
    height: 551px;
    top: -392px;
    left: -26px;
  }
  .hero-small-text p {
    left: 16%;
  }
  #parallax-hero .parallax-bg::after {
    left: 29%;
    top: 418px;
    opacity: 0.6;
  }
  section#hero,
  #parallax-hero {
    clip-path: ellipse(81% 95% at 50% 3%);
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 1024px) {
  /* スマホ〜タブレットまでのサイズ追記202506 */
  h2 {
    font-size: 1.7rem;
  }
  p {
    font-size: var(--pfs_L);
  }
  .section_01 .section_inbox {
    padding-top: 170px;
  }
  .section_01 .section_inbox h2 {
    margin-bottom: 40px;
  }
  .site-logo-div img {
    padding-top: 0%;
    margin-left: 15px;
  }
  .section_01 p {
    word-break: break-all;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    text-align: left;
  }
  .top-nayami::before {
    display: none;
  }
  .top-nayami ul {
    display: inline-block;
    width: 100%;
    margin: 5px auto 0 auto;
    padding-left: 0;
  }
  section#welcome {
    margin-top: -163px;
    margin-bottom: -120px;
    position: relative;
  }
  #welcome .section-desc h3 {
    font-size: 1.2rem;
  }
  #welcome .section-desc {
    left: 53%;
  }
  .top-benefit {
    width: 100%;
  }
  .top-nayami,
  .top-service {
    padding: 8% 6%;
  }
  .top-service h2 {
    margin-bottom: 60px;
  }
  .top-service-box {
    gap: 20px;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .cta-new.second {
    width: 100%;
    margin: 70px auto;
  }
  #voice,
  #flow,
  #article-oya {
    padding-top: 10px;
  }
  #voice > p {
    margin-bottom: 40px;
  }
  #benefit .slidebox:not(#flow) {
    width: 100%;
    margin: 0px auto 80px;
  }
  #benefit .slidebox:not(#flow)::before {
    width: 1000px;
    height: 1000px;
    overflow: hidden;
  }
  .top-voice-content {
    width: 85%;
    line-height: 2;
  }
  .top-voice__flex {
    padding-top: 40px;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "prev";
    margin-right: 20px;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "next";
    margin-left: 20px;
  }
  .flow__content {
    width: 100%;
    margin: 10% auto 0 auto;
  }
  .cta-new {
    margin: 50px auto 20px auto;
  }
}

@media (max-width: 767px) {
  /* スマホサイズ追記202506 */
  .site-logo-div img {
    padding-top: 3%;
  }
  .top-nayami,
  .top-service {
    padding: 10% 2%;
  }
  .top-nayami li::before {
    content: "";
    background: url(../../themes/onepress-child/assets/images/check-icon.png) no-repeat center / contain;
    left: 10px;
    top: 19px;
  }
  .top-nayami li {
    padding: 5px 15px 5px 47px;
  }
  .onepress-menu.onepress-menu-mobile {
    padding: 5% 0 100%;
  }
  .section_01 .section_inbox {
    padding-top: 95px;
  }
  #welcome .container {
    margin-top: -40px;
    margin-bottom: 80px;
  }
  #welcome .section-desc h3 {
    font-size: 1.2rem;
    margin-left: -26px;
    margin-top: -26px;
  }
  .top-benefit-box {
    display: block;
    padding: 25px 10px;
  }
  .top-benefit-box_middle {
    margin: 10px auto 0 auto;
  }
  .top-benefit-box_right h3 {
    font-size: 1.4rem;
  }
  .top-benefit {
    margin: 0 auto 60px auto;
  }
  .cta-new {
    margin-bottom: 85px;
  }
  .cta-new a {
    width: 300px;
  }
  .top-service h2 {
    margin-bottom: 35px;
  }
  .top-service-box {
    display: block;
  }
  .top-service-box_left {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .top-service-box_right {
    word-break: break-all;
    width: 90%;
    margin: 15px auto 25px auto;
  }
  .cta-new.second {
    padding: 40px 0;
  }
  .cta-new p {
    font-size: 1.1rem;
  }
  #voice > p {
    margin-bottom: 70px;
    text-align: left;
  }
  .top-voice__flex {
    display: block;
    padding-top: 0;
  }
  #benefit .txtbox,
  #benefit h4 {
    text-align: center;
  }
  #benefit h4 {
    margin-bottom: 6px;
  }
  #benefit .slidebox:not(#flow)::before {
    width: 900px;
    height: 900px;
    overflow: hidden;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    margin-bottom: 250px;
  }
  .top-voice-content {
    width: 100%;
    line-height: 1.7;
  }
  .swiper-wrapper {
    padding-bottom: 15%;
  }
  .top-flow p {
    text-align: left;
    margin: 0 auto;
  }
  .flow__content {
    width: 100%;
    margin: 32px auto 0 auto;
    padding: 0;
  }
  .flow__content dl {
    margin: 0 0 35px 1.5em;
  }
  .flow__content dd {
    font-size: clamp(16px, 18px, 1.1vw);
    margin: 0;
  }
  .section-title-area {
    margin-bottom: 0;
  }
  section#news {
    padding-top: 10px;
  }
  .section-news .list-article {
    padding: 24px 5px;
  }
  .section-news .list-article {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .section-news .list-article-thumb {
    width: 120px;
  }
  #news .list-article-content {
    width: 56%;
  }
  .top-news-more {
    display: block;
    margin: -25px 0;
  }
  section#contact {
    padding-top: 20px;
  }
  #contact .col-sm-6 {
    width: 100% !important;
    max-width: 100%;
  }
  .form_box {
    padding: 20px;
  }
  .form_box dd {
    margin: 0;
  }
  .site-footer .btt a {
    margin-left: 85%;
    margin-top: -24px;
  }
}

/*------------記事一覧ページ関連------------------
------------------------------------------------------
*/
body.archive.post-type-archive.post-type-archive-post.logged-in.wp-custom-logo.wp-theme-onepress.wp-child-theme-onepress-child.body-desktop .page-header {
  margin-top: 0;
  border: none;
}
body.archive.post-type-archive.post-type-archive-post.logged-in.wp-custom-logo.wp-theme-onepress.wp-child-theme-onepress-child.body-desktop {
  padding-top: 2%;
}
h1.archive-ttl {
  border-bottom: 10px double var(--pale);
  width: 30%;
  margin: 0 auto;
  padding-bottom: 6px;
}
.archive-sidebar-flex {
  display: flex;
  justify-content: space-between;
}
.primary-flex {
  padding-bottom: 40px;
  padding-top: 40px;
  width: 70%;
}
.sidebar {
  width: 100%;
  float: left;
}
.archive-sidebar {
  width: 27%;
}

#secondary {
  border: 1px dashed #eeecec;
  padding: 6%;
  background-color: var(--pale);
  margin-top: 18%;
}
.archive-ttl {
  font-size: 1.3rem;
  text-align: center;
}
.page-header {
  background: none;
}
/* ページネーション */
.nav-links a,
.nav-links .page-numbers {
  background: #cccccc;
  color: #ffffff;
  padding: 10px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.nav-links {
  padding: 55px 0 0 0;
  margin-bottom: 50px;
  flex-basis: 100%;
  text-align: center;
}
.archive-pagination .page-numbers {
  display: none;
}

.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers.current + .page-numbers,
.archive-pagination .page-numbers.current ~ .page-numbers:nth-child(3),
.archive-pagination .page-numbers.prev,
.archive-pagination .page-numbers.next {
  display: inline-block;
}

@media (min-width: 1025px) {
  .archive-pagination {
    padding-left: 42%;
  }
}

@media (max-width: 1024px) {
  .archive-sidebar-flex {
    display: block;
  }
  .primary-flex {
    width: 100% !important;
  }
  .archive-sidebar {
    width: 100% !important;
  }
  #primary {
    padding-top: 0px;
  }
  #secondary {
    margin-top: 0%;
  }
  body.archive .site-main .list-article {
    width: 100%;
    margin-bottom: -20px;
  }
  body.archive .list-article-thumb {
    margin-bottom: 6px;
  }
  h1.archive-ttl {
    width: 80%;
  }
}

/* 投稿一覧元ナビゲーション非表示 */
nav.navigation.posts-navigation {
  display: none;
}

/* タブレットのサムネ画像非表示になってたので表示に */
@media screen and (max-width: 940px) {
  .section-news .list-article-thumb,
  .archive .list-article-thumb,
  .blog .list-article-thumb {
    display: block;
  }
}

/*-------------------------------------------
資料ダウンロードページ --------------------------
-------------------------------------------*/
.archive.post-type-archive-download .list-article {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 33% !important;
  min-width: 230px;
}
.archive.post-type-archive-download .list-article-content {
  margin: 0 auto;
}

.archive-pagehead-disc {
  margin-top: 50px;
}
.popup-button-wrap {
  text-align: center;
  margin-top: 15px;
}

.modal-button {
  display: inline-block;
  background-color: #64bfec;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  width: 90%;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-shadow: 0 0 4px rgb(181, 181, 181);
}

.modal-button:hover {
  background-color: #4da8d6;
  color: #fff;
}

/* ポップアップ表示用 */
.custom-modal {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none; /* display:blockにしててもクリックできないようにする */
}
.custom-modal.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.custom-modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 900px;
  position: relative;
  border-radius: 8px;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.custom-modal.show .custom-modal-content {
  transform: translateY(0);
}
.custom-modal-close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 24px;
  cursor: pointer;
}

/* ポップアップ内コンテンツの調整 */
h2#modal-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
/* END ポップアップ内コンテンツの調整 */

/* 資料用お問い合わせフォーム */
.form_box.form_download {
  width: 50%;
  margin: 0 auto;
  padding: 50px 0 !important;
}
.form_download .wpcf7-submit,
.form_download .wpcf7-text {
  width: 100% !important;
}
/* END 資料用お問い合わせフォーム */

/* END ポップアップ表示用 */

@media (max-width: 1024px) {
  .archive.post-type-archive-download .list-article {
    width: 100% !important;
  }
  .form_box.form_download {
    width: 100%;
  }
  h2#modal-title {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 15px;
  }
}

/*-------------------------------------------
お客様の声ページ --------------------------
-------------------------------------------*/
.archive.category-voice .list-article-thumb {
  height: 100% !important;
  width: 80% !important;
  margin: 0 auto;
}

/* END 202506 */
