@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
.sp {
  display: none !important;
}
.pc {
  display: block !important;
}
@media screen and (max-width: 599px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.body .article {
  margin-bottom: 0;
}
.body .main {
  padding: 0 30px;
  border: none;
}
@media screen and (max-width: 599px) {
  .body .main {
    padding: 0 20px;
  }
}
.body .content, .body .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.body section {
  margin-bottom: 0;
}
.body .footer-in {
  display: none;
}
.page h1.entry-title {
  display: none;
}
.page .date-tags {
  display: none;
}
.date-tags {
  margin-bottom: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: 0.3s all;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}
ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
ul li {
  list-style: none;
  margin: 0 !important;
  text-align: justify;
}
dl {
  margin-bottom: 0 !important;
}
.txtBox p {
  text-align: justify;
}
.txtBox p:last-child {
  margin-bottom: 0 !important;
}
.leadTxtBox .txtBox p {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .leadTxtBox .txtBox p {
    text-align: justify;
  }
}
.leadTxt {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 1.3em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .leadTxt {
    font-size: 1.1em;
  }
}
.subLeadTxt p {
  text-align: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 599px) {
  .subLeadTxt p {
    text-align: justify;
  }
}
figure figcaption {
  font-size: 0.9em;
}
address {
  font-style: normal !important;
  letter-spacing: 0.1em;
}
.telLink {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.lineBox {
  border: 1px solid;
  border-radius: 10px;
  padding: 2em;
}
@media screen and (max-width: 599px) {
  .lineBox {
    padding: 1.2em;
  }
}
.bgBox {
  padding: 2em 1.6em;
}
.bgBox h3 {
  padding: 0 0 1.6em !important;
  font-size: 1.2em !important;
}
@media screen and (max-width: 599px) {
  .bgBox h3 {
    font-size: 1.1em !important;
  }
}
.borderBox {
  border: 2px solid #EAEAEA;
  padding: 2em 1.6em;
  margin: 3em 0;
}
@media screen and (max-width: 599px) {
  .borderBox {
    padding: 1.6em 1em;
  }
}
.borderBox p {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
  .borderBox p {
    font-size: 1em;
    text-align: justify;
  }
}
p.note {
  margin-bottom: 0 !important;
  font-size: 0.8em !important;
  font-weight: normal !important;
  color: #707070;
}
@media screen and (max-width: 599px) {
  p.note {
    font-size: 0.7em !important;
  }
}
span.marker {
  background: linear-gradient(transparent 20%, #F7E1CB 50%) !important;
}
span.boldTxt {
  font-weight: 700;
}
.extLink a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  color: #666;
}
.pointLeft {
  position: relative;
}
.pointLeft::before {
  content: "";
  position: absolute;
  display: block;
  left: 5%;
  background-color: #FFF;
  padding: 10px 30px;
  font-weight: 200 !important;
}
.shadow {
  box-shadow: 0px 3px 6px #EAEAEA;
}
table tr:nth-of-type(2n+1) {
  background-color: transparent !important;
}
th, td {
  background: none !important;
  border: none !important;
  padding: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  th, td {
    padding: 20px;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex.reFlex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .flex {
    display: block;
  }
}
.wid_25 {
  width: 25%;
}
@media screen and (max-width: 599px) {
  .wid_25 {
    width: 100%;
  }
}
.wid_50 {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .wid_50 {
    width: 100%;
  }
}
.wid_40 {
  width: 40%;
}
@media screen and (max-width: 599px) {
  .wid_40 {
    width: 100%;
  }
}
.wid_45 {
  width: 45%;
}
@media screen and (max-width: 599px) {
  .wid_45 {
    width: 100%;
  }
}
.wid_70 {
  width: 70%;
}
@media screen and (max-width: 599px) {
  .wid_70 {
    width: 100%;
  }
}
.grid2_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.6em;
}
@media screen and (max-width: 599px) {
  .grid2_1 {
    grid-gap: 1em;
    grid-template-columns: 1fr;
  }
}
.grid3_1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.6em;
}
@media screen and (max-width: 599px) {
  .grid3_1 {
    grid-gap: 1em;
    grid-template-columns: 1fr;
  }
}
.grid3_2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.6em;
}
@media screen and (max-width: 599px) {
  .grid3_2 {
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }
}
.grid4_2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.6em;
}
@media screen and (max-width: 1023px) {
  .grid4_2 {
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  .grid4_2 {
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }
}
.contentWrap {
  padding: 5em 0;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .contentWrap {
    padding: 3em 0;
  }
}
.wrap {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}
.inner_sm {
  max-width: 640px;
  margin: 0 auto;
}
.inner_md {
  max-width: 880px;
  margin: 0 auto;
}
.wideBg {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: calc(50vw - 50%) !important;
  padding-right: calc(50vw - 50%) !important;
  vertical-align: middle;
}
.article h2, .article h1.pageTitle, .contactWrap h2, .contactWrap h1.pageTitle {
  background: none;
  padding: 0 !important;
  letter-spacing: 0.1em;
}
.article h2.secTtl, .article h1.pageTitle.secTtl, .contactWrap h2.secTtl, .contactWrap h1.pageTitle.secTtl {
  position: relative;
  margin-bottom: 50px !important;
  font-size: 3.6em;
  font-family: "futura-pt", sans-serif;
  color: #434343 !important;
  font-weight: 800;
  font-style: italic;
}
@media screen and (max-width: 599px) {
  .article h2.secTtl, .article h1.pageTitle.secTtl, .contactWrap h2.secTtl, .contactWrap h1.pageTitle.secTtl {
    font-size: 2.6em;
  }
}
.article h2.secTtl span, .article h1.pageTitle.secTtl span, .contactWrap h2.secTtl span, .contactWrap h1.pageTitle.secTtl span {
  display: block;
  font-weight: normal !important;
  margin-bottom: 0.5em;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-style: normal;
}
.article h2.secTtl::before, .article h1.pageTitle.secTtl::before, .contactWrap h2.secTtl::before, .contactWrap h1.pageTitle.secTtl::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 52px;
  height: 2px;
  left: 0;
  background-color: #AADBD8;
}
.article h2.colTtl, .article h1.pageTitle.colTtl, .contactWrap h2.colTtl, .contactWrap h1.pageTitle.colTtl {
  text-align: center;
  font-size: 2.6em;
  margin-bottom: 0 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: italic;
  color: #434343 !important;
}
@media screen and (max-width: 599px) {
  .article h2.colTtl, .article h1.pageTitle.colTtl, .contactWrap h2.colTtl, .contactWrap h1.pageTitle.colTtl {
    font-size: 2em;
  }
}
.article h2.colTtl span, .article h1.pageTitle.colTtl span, .contactWrap h2.colTtl span, .contactWrap h1.pageTitle.colTtl span {
  display: block;
  font-weight: normal !important;
  margin-bottom: 0.5em;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-style: normal;
}
.article h3, .contactWrap h3 {
  border: none;
  text-align: center;
  line-height: 1.8;
  padding: 2em 0;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  font-size: 1.4em;
}
@media screen and (max-width: 599px) {
  .article h3, .contactWrap h3 {
    font-size: 1.1em;
    padding: 1.6em 0;
  }
}
.article h4, .contactWrap h4 {
  border: none;
  padding: 0;
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.bandTtl {
  background: linear-gradient(25deg, rgba(210, 237, 235, 0.5), rgba(219, 235, 234, 0.5));
  padding: 2em 1em !important;
  text-align: center;
  line-height: 1.8;
  font-size: 1.4em;
  font-weight: 700;
}
.bandTtl span {
  font-size: 1.4em;
  margin: 0 0.2em;
}
@media screen and (max-width: 599px) {
  .bandTtl span {
    font-size: 1.2em;
  }
}
h2.sub_secTtl {
  position: relative;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 2.6em;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  h2.sub_secTtl {
    font-size: 1.4em;
  }
}
h2.sub_secTtl::before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #AADBD8;
}
h2.secTtl.center {
  text-align: center;
}
h2.secTtl.center::before {
  left: 50% !important;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
}
.btn_01 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
  .btn_01 {
    text-align: center;
  }
}
.btn_01 a {
  display: inline-block;
  padding: 25px;
  border: 2px solid #DAE5E4;
  border-radius: 50px;
  max-width: 256px;
  width: 100%;
  text-align: center;
  background: #FFF;
  color: #707070;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 1;
}
.btn_01 a:hover {
  background-color: #DAE5E4;
}
.btn_01.center {
  text-align: center;
  margin: 3em auto 0 !important;
}
@media screen and (max-width: 599px) {
  .btn_01.center {
    margin: 2em auto 0 !important;
  }
}
.blogLink {
  margin-top: 1em;
  border: 2px solid #EAEAEA;
  border-radius: 4px;
  padding: 1.6em 1em;
  text-align: center;
}
.blogLink a {
  display: block;
  margin-top: 0.5em;
  text-decoration: underline;
  text-align: justify;
  color: #35AD9E;
}
.blogLink p:last-child {
  margin-bottom: 0;
}
.bnrItem {
  max-width: 680px;
  margin: 0 auto;
}
.yazirusi {
  display: inline-flex;
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  margin-top: -2%;
}
@media screen and (max-width: 599px) {
  .yazirusi {
    margin-top: -5%;
  }
}
.yazirusi::after {
  content: "";
  width: 90px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
@media screen and (max-width: 599px) {
  .yazirusi::after {
    width: 70px;
  }
}
ul.boderList li {
  background: #FFF;
  border: 2px solid #EAEAEA;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.6;
}
.listBlock.bgBox {
  background: #F7F8F8;
}
.listBlock ul.checkList {
  justify-content: center;
  grid-gap: 1.4em;
}
.listBlock ul.checkList li {
  position: relative;
  max-width: 270px;
  width: 100%;
  color: #707070;
}
@media screen and (max-width: 599px) {
  .listBlock ul.checkList li {
    max-width: 300px;
    margin: 0 auto 1em !important;
  }
}
.listBlock ul.checkList li::before {
  content: "";
  position: absolute;
  display: block;
  background: url(https://frontiergate.co.jp/wp-content/uploads/2023/06/checIcon.png) no-repeat;
  background-size: cover;
  width: 22px;
  height: 20px;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.iconPlus {
  position: relative;
  margin: 2em 0;
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .iconPlus {
    width: 35px;
    height: 35px;
    margin: 1.4em 0;
  }
}
@media screen and (max-width: 1023px) {
  .iconPlus {
    margin: 2em 0 4em;
  }
}
.iconPlus:before, .iconPlus:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 3px;
  background-color: #AAAAAA;
}
@media screen and (max-width: 1023px) {
  .iconPlus:before, .iconPlus:after {
    width: 35px;
    height: 4px;
  }
}
.iconPlus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.emblemWrap {
  background-color: #F8FBFB;
  padding: 2em 0;
}
.emblemWrap p.leadTxt {
  margin-bottom: 1em !important;
}
@media screen and (max-width: 599px) {
  .emblemWrap ul {
    width: 90%;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 599px) {
  .emblemWrap ul.grid2_1 {
    grid-gap: 1em;
  }
}
.emblemWrap ul li p {
  margin-bottom: 0;
}
.col2Wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col2Wrap .colItem a {
  display: block;
  padding: 60px 0;
}
@media screen and (max-width: 1023px) {
  .col2Wrap .colItem a {
    padding: 40px 0;
  }
}
.col2Wrap .colItem:nth-child(1) a {
  background-color: #EFF8F8;
}
.col2Wrap .colItem:nth-child(2) a {
  background-color: #EAEAEA;
}
.col2Wrap.colTop .colItem:nth-child(1) a {
  background: url(https://frontiergate.co.jp/wp-content/uploads/2023/05/top_company_bg.jpg) no-repeat center;
  background-size: cover;
}
.col2Wrap.colTop .colItem:nth-child(2) a {
  background: url(https://frontiergate.co.jp/wp-content/uploads/2023/06/top_ceo-interview_bg.jpg) no-repeat center;
  background-size: cover;
  background-position: 10%;
}
@media screen and (max-width: 1023px) {
  .col2Wrap.colTop .colItem:nth-child(2) a {
    background-position: 15%;
  }
}
.worksWrap span, .sub_worksWrap .ListTxt span {
  padding: 5px 8px;
  border-radius: 2px;
  margin-right: 1em;
  font-size: 0.8em;
}
.worksWrap span.cat01, .sub_worksWrap .ListTxt span.cat01 {
  background: #6FC1B6;
  color: #fff;
}
.worksWrap span.cat02, .sub_worksWrap .ListTxt span.cat02 {
  border: 1px solid #6FC1B6;
  color: #6FC1B6;
  background: #fff;
}
.contactWrap .leadTxt {
  font-size: 1.1em !important;
  font-weight: normal !important;
  margin-bottom: 1.6em !important;
  text-align: center !important;
}
@media screen and (max-width: 599px) {
  .contactWrap .leadTxt {
    font-size: 1em !important;
  }
}
.contactWrap ul.grid3_1 {
  align-items: center;
  grid-gap: 2.4em;
}
@media screen and (max-width: 1023px) {
  .contactWrap ul.grid3_1 {
    grid-gap: 1.4em;
  }
}
@media screen and (max-width: 599px) {
  .contactWrap ul.grid3_1 li.telBtn {
    max-width: 300px;
    margin: 0 auto !important;
  }
}
.contactWrap ul.grid3_1 li.btn_01.formBtn a {
  background: #DAE5E4;
  border: 2px solid #DAE5E4;
}
.contactWrap ul.grid3_1 li.btn_01.lineBtn a {
  background: #E6E6E6;
  border: 2px solid #E6E6E6;
}
.contactWrap ul.grid3_1 li.btn_01 a {
  max-width: 360px;
  padding: 32px;
  border: none;
  font-size: 1.1em;
}
.contactWrap ul.grid3_1 li.btn_01 a:hover {
  background-color: #FFF;
}
@media screen and (max-width: 1023px) {
  .contactWrap ul.grid3_1 li.btn_01 a {
    padding: 20px;
    font-size: 1em;
  }
}
@media screen and (max-width: 599px) {
  .contactWrap ul.grid3_1 li.btn_01 a {
    max-width: 300px;
    padding: 30px;
  }
}
/* TOPページレイアウト
=========================================*/
.mainVisualWrap .mvContents {
  position: relative;
  padding: 0 !important;
  background-size: cover;
  height: 680px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 0;
  background: -moz-linear-gradient(25deg, rgba(199, 216, 215, 0.5), rgba(253, 254, 254, 0.5));
  background: -webkit-linear-gradient(25deg, rgba(199, 216, 215, 0.5), rgba(253, 254, 254, 0.5));
  background: linear-gradient(25deg, #c7d8d7, rgba(232, 239, 239, 0.5));
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .mainVisualWrap .mvContents {
    height: 600px;
  }
}
.mainVisualWrap .mvContents .mainBgImg {
  position: absolute;
  margin-left: 10%;
  line-height: 0;
}
.mainVisualWrap .mvContents .mainBgImg img {
  max-height: 600px;
}
@media screen and (max-width: 599px) {
  .mainVisualWrap {
    height: auto;
  }
}
.mainVisualWrap .mainCatch {
  position: absolute;
  max-width: 880px;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%);
}
.mainVisualWrap .mainCatch p.leadCopy span {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.3em 1em;
  margin: 1em 0;
  letter-spacing: 0.1em;
  display: table;
}
.mainVisualWrap .mainCatch .mvLogo {
  margin: 2em 0;
}
.mainVisualWrap .mainCatch .mvBnr {
  max-width: 320px;
}
@media screen and (max-width: 1023px) {
  .mainVisualWrap .mainCatch .mvBnr {
    height: 280px;
  }
}
.mainVisualWrap .mainCatch .flex {
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.mainVisualWrap .mainCatch .flex .mvCopy {
  margin-right: 2em;
}
.mainVisualWrap .mainCatch .flex .mvCopy p.mvTxt {
  line-height: 2.2;
}
.mainVisualWrap .mainCatch .flex .mvCopy p.btn_01 {
  margin-top: 2em;
}
.mainVisualWrap .mainCatch .flex .mvCopy p.btn_01 a {
  background: linear-gradient(#35AD9E, #6FC1B6);
  border: none;
  color: #FFF;
}
.mainVisualWrap .mainCatch .flex .mvCopy p.btn_01 a:hover {
  opacity: 0.7;
}
.mainVisualWrap .sp {
  line-height: 0;
}
.mainVisualWrap .sp .mvLogo {
  position: absolute;
  top: 8%;
  left: 20px;
  max-width: 200px;
}
.infoWrap {
  border: 1px solid #707070;
  padding: 2em;
  margin: 4em 0 2em !important;
}
@media screen and (max-width: 1023px) {
  .infoWrap {
    padding: 1.2em;
    margin: 3em 0 2em !important;
  }
}
.infoWrap .flex {
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .infoWrap .flex {
    display: block;
  }
}
.infoWrap .flex h2.infoTitle {
  font-size: 1.1em;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .infoWrap .flex h2.infoTitle {
    margin-bottom: 1em;
  }
}
.infoWrap .flex dl.infoBox {
  margin-left: 2em;
  padding-left: 2em;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 1023px) {
  .infoWrap .flex dl.infoBox {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 1023px) {
  .infoWrap .flex dl.infoBox dd {
    margin-left: 0;
  }
}
.aboutWrap {
  padding-bottom: 0;
}
.aboutWrap .block_01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 599px) {
  .aboutWrap .block_01 {
    margin-bottom: 0;
  }
}
.aboutWrap .block_01 .imgBox {
  margin-top: -10%;
}
@media screen and (max-width: 599px) {
  .aboutWrap .block_01 .imgBox {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 599px) {
  .aboutWrap .block_01 .txtBox {
    margin-bottom: 2em;
  }
}
.featureWrap p.leadTxt {
  margin: 3em 0 !important;
}
@media screen and (max-width: 599px) {
  .featureWrap p.leadTxt {
    margin: 3em 0 2em !important;
  }
}
.featureWrap div.flex {
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .featureWrap div.flex .imgBox {
    margin-bottom: 1em;
  }
}
.featureWrap ul {
  margin-top: 3em;
}
.featureWrap ul.grid3_1 {
  grid-gap: 4em;
}
@media screen and (max-width: 1023px) {
  .featureWrap ul.grid3_1 {
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }
}
.supportWrap {
  padding-top: 0;
}
.supportWrap p.leadTxt {
  margin: 3em 0 !important;
}
@media screen and (max-width: 599px) {
  .supportWrap p.leadTxt {
    margin-bottom: 5em !important;
  }
}
.supportWrap p.leadTxt span {
  font-weight: normal;
}
.supportWrap p.leadTxt span.marker {
  font-weight: 700;
}
.supportWrap .bgBox {
  position: relative;
}
@media screen and (max-width: 599px) {
  .supportWrap .bgBox {
    padding-top: 3em;
  }
}
.supportWrap .bgBox::before {
  content: "";
  position: absolute;
  width: 264px;
  height: 82px;
  top: -50px;
}
@media screen and (max-width: 599px) {
  .supportWrap .bgBox::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.supportWrap .bgBox h3 {
  font-size: 1.4em !important;
}
.supportWrap .bgBox.box_01 {
  background-color: #F2F4F4;
}
.supportWrap .bgBox.box_01 h3 {
  padding-bottom: 0 !important;
}
.supportWrap .bgBox.box_01::before {
  background: url(https://frontiergate.co.jp/wp-content/uploads/2023/06/support_num_01.png) no-repeat;
  background-size: cover;
}
.supportWrap .bgBox.box_02 {
  background-color: #EAF4F3;
}
@media screen and (max-width: 599px) {
  .supportWrap .bgBox.box_02 .listWrap {
    margin-bottom: 3em;
  }
}
.supportWrap .bgBox.box_02::before {
  background: url(https://frontiergate.co.jp/wp-content/uploads/2023/06/support_num_02.png) no-repeat;
  background-size: cover;
}
.supportWrap .bgBox.box_02 .num {
  padding-bottom: 1em !important;
}
.supportWrap .bgBox.box_02 p {
  margin: 1.6em 0 0;
  text-align: center;
  font-size: 1.1em;
}
@media screen and (max-width: 1023px) {
  .supportWrap .bgBox.box_02 p {
    margin-top: 1.6em;
    font-size: 1em;
  }
}
@media screen and (max-width: 599px) {
  .supportWrap .bgBox.box_02 p {
    text-align: justify;
  }
}
.supportWrap .bgBox.box_03 {
  background-color: #FDFDE8;
  padding-bottom: 4em !important;
}
.supportWrap .bgBox.box_03::before {
  background: url(https://frontiergate.co.jp/wp-content/uploads/2023/06/support_num_03.png) no-repeat;
  background-size: cover;
}
.supportWrap .bgBox.box_03 .num {
  padding-bottom: 1em !important;
}
.supportWrap .bgBox .listWrap {
  position: relative;
}
.supportWrap .bgBox .listWrap::after {
  content: "など";
  position: absolute;
  right: 0;
  display: inline-block;
  font-size: 0.9em;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .supportWrap .bgBox .listWrap ul.boderList li {
    font-size: 0.9em;
  }
}
.serviceWrap {
  background: #F8FBFB;
}
.serviceWrap .blockWrap .bgBox {
  background: #FFF;
  padding: 4em 2em;
}
@media screen and (max-width: 599px) {
  .serviceWrap .blockWrap .bgBox {
    padding: 2em 1.6em;
  }
}
.serviceWrap .blockWrap.block_01 {
  margin-bottom: 2em;
}
.serviceWrap .blockWrap.block_01 .bgBox {
  margin-bottom: 3em;
}
.serviceWrap .blockWrap.block_01 .bgBox:last-child {
  margin-bottom: 0;
}
.serviceWrap .blockWrap.block_01 .bgBox .flex {
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .serviceWrap .blockWrap.block_01 .bgBox .imgBox {
    margin-bottom: 1em;
  }
}
.serviceWrap .blockWrap.block_01 .bgBox .txtBox h3 {
  text-align: left;
  font-size: 1.6em !important;
  padding-bottom: 0.5em !important;
}
.serviceWrap .blockWrap.block_01 .bgBox .txtBox p {
  font-weight: 700;
}
.serviceWrap .blockWrap.block_01 .bgBox .txtBox p.btn_01 a {
  padding: 20px;
  max-width: 226px;
}
.serviceWrap .blockWrap.block_01 .bgBox .txtBox table {
  position: relative;
  margin-bottom: 2em;
}
.serviceWrap .blockWrap.block_01 .bgBox .txtBox table::after {
  content: "など";
  position: absolute;
  right: 10%;
  display: inline-block;
  font-size: 0.8em;
}
@media screen and (max-width: 1023px) {
  .serviceWrap .blockWrap.block_01 .bgBox .txtBox table::after {
    right: 0;
  }
}
.serviceWrap .blockWrap.block_01 .bgBox .txtBox table td {
  padding: 3px;
}
@media screen and (max-width: 599px) {
  .serviceWrap .blockWrap.block_01 .bgBox p.btn_01 {
    text-align: center;
  }
}
.serviceWrap .blockWrap.block_02 .bgBox .itemBox {
  margin-bottom: 3em;
}
.serviceWrap .blockWrap.block_02 .bgBox .itemBox:last-child {
  margin-bottom: 0;
}
.manzokudoWrap {
  padding-top: 0;
}
.manzokudoWrap ul.bnrWrap {
  margin: 5em 0 3em !important;
}
@media screen and (max-width: 599px) {
  .manzokudoWrap ul.bnrWrap {
    width: 80%;
    margin: 3em auto !important;
  }
}
.manzokudoWrap .txtBox {
  margin-bottom: 2em;
}
.manzokudoWrap .txtBox .leadTxt {
  text-align: center;
  margin-bottom: 1.6em !important;
}
.chosenWrap {
  background: #EAF4F3;
}
.chosenWrap ul.flex {
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .chosenWrap ul.flex {
    display: flex;
  }
}
.chosenWrap ul.flex li {
  width: 16%;
  margin: 0 2% 1% !important;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .chosenWrap ul.flex li {
    width: 25%;
    margin: 0 4% 1% !important;
  }
}
.chosenWrap ul.flex li img {
  max-width: 120px;
}
@media screen and (max-width: 599px) {
  .chosenWrap ul.flex li img {
    max-width: 100px;
  }
}
.chosenWrap ul.flex li p {
  letter-spacing: 0.1em;
  font-weight: 700;
}
.worksWrap {
  background: #F8FBFB;
}
.worksWrap .slider_2 .slick-slide img {
  box-shadow: 3px 5px 5px #EAEAEA;
}
.worksWrap .slider_2 .slick-slide figure figcaption {
  margin-top: 1em;
}
.worksWrap .slider_2 .slick-slide figure figcaption p {
  margin-bottom: 0.5em;
}
.blogWrap .tabInner {
  background-color: #F8FBFB;
  padding: 3em;
}
.blogWrap .grid3_1 {
  grid-gap: 2.2em;
}
.blogWrap .grid3_1 .thumbnailArea {
  display: inline-flex;
  justify-content: center;
  height: auto !important;
  margin-bottom: 0.5em;
}
.blogWrap .grid3_1 .day {
  font-size: 0.8em;
  color: #aaa;
}
.blogWrap .grid3_1 .title {
  text-align: justify;
  line-height: 1.4;
  margin: 5px 0 10px;
}
.blogWrap .grid3_1 .title a {
  font-size: 0.8em;
  font-weight: 700;
}
.blogWrap .grid3_1 .cat span a {
  font-size: 0.8em;
}
.blogWrap .grid3_1 .cat span a::after {
  content: "-";
  display: inline-block;
  padding: 0 0.5em;
}
.blogWrap .grid3_1 .cat span a:last-of-type::after {
  content: none;
}
@media screen and (max-width: 900px) {
  .blogWrap .tabInner {
    padding: 3em 2em;
  }
  .blogWrap .tabInner .grid3_1 {
    grid-template-columns: 1fr;
  }
  .blogWrap .tabInner .grid3_1 .thumbnailArea {
    width: 100%;
  }
  .blogWrap .tabInner .grid3_1 > div {
    display: flex;
    justify-content: space-between;
  }
  .blogWrap .tabInner .grid3_1 > div .thumbnailArea {
    width: 35%;
  }
  .blogWrap .tabInner .grid3_1 > div .titleArea {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .blogWrap .tabInner {
    padding: 2em 1.6em;
  }
  .blogWrap .tabInner .grid3_1 {
    grid-gap: 1.4em;
  }
  .blogWrap .tabInner .grid3_1 .thumbnailArea {
    height: 170px !important;
    position: relative;
    width: 100% !important;
  }
  .blogWrap .tabInner .grid3_1 .thumbnailArea img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blogWrap .tabInner .grid3_1 .titleArea {
    width: 100% !important;
  }
  .blogWrap .tabInner .grid3_1 > div {
    display: block;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 1em;
  }
}
.newsWrap dl {
  display: flex;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 0;
}
@media screen and (max-width: 599px) {
  .newsWrap dl {
    display: block;
  }
  .newsWrap dl dd {
    margin-left: 0;
  }
}
.recruitWrap {
  background: #F8FBFB;
}
.recruitWrap .imgBox {
  margin-top: -10%;
}
@media screen and (max-width: 599px) {
  .recruitWrap .imgBox {
    margin-top: 2em;
  }
}
.recruitWrap .leadTxt {
  text-align: left;
  margin-bottom: 1em !important;
}
.recruitWrap .txtBox {
  margin-bottom: 1.6em !important;
}
/* 記事関連
=========================================*/
.related-entry-heading {
  border-bottom: 1px solid #35AD9E;
  line-height: 1;
}
.related-entry-heading .related-entry-main-heading {
  display: inline-block;
  background: #35AD9E;
  padding: 0.5em 1em;
  color: #FFF;
  font-size: 0.8em;
  font-weight: normal;
}
.tag h1.archive-title {
  max-width: 880px;
  margin: 3em auto !important;
}
.tag .list {
  max-width: 880px;
  margin: 0 auto !important;
}
.category .content {
  margin: 0 !important;
}
.category .content .breadcrumb {
  max-width: 880px;
  margin: 2em auto 0;
}
.category .content .breadcrumb .sp {
  display: inline-flex !important;
}
.category .content .content-in {
  flex-wrap: nowrap;
}
.category .content .content-in h1.archive-title {
  display: none !important;
}
.category .content .content-in .list, .category .content .content-in .pagination-next {
  max-width: 880px;
  margin: 3em auto !important;
}
@media screen and (max-width: 599px) {
  .category .content .content-in .list, .category .content .content-in .pagination-next {
    margin: 0em auto !important;
  }
}
.category .content .content-in .pagination-next {
  margin-bottom: 0 !important;
}
.category .content .content-in .pagination-next .pagination-next-link {
  background-color: #DAE5E4;
  border: none;
}
.category a.a-wrap {
  padding: 30px 0 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #EAEAEA;
}
.single-post .content {
  margin: 5em 0 0 !important;
}
.single-post .content .content-in {
  flex-wrap: nowrap;
}
.single-post .content .content-in .breadcrumb {
  position: static;
  max-width: 880px;
  margin: 0 auto;
}
.single-post .content .content-in .breadcrumb .sp {
  display: inline-flex !important;
}
.single-post .content .content-in .post, .single-post .content .content-in .under-entry-content {
  max-width: 880px;
  margin: 0 auto;
}
.single-post .content .content-in .entry-categories {
  margin-bottom: 5em;
}
.single-post .content .content-in .article-header {
  margin-bottom: 2em;
}
.single-post .content .content-in .article-header h1.entry-title {
  border-bottom: 1px solid #35AD9E;
  color: #35AD9E;
  padding: 1em 0;
  margin-bottom: 1em;
  font-size: 1.6em !important;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .single-post .content .content-in .article-header h1.entry-title {
    font-size: 1.4em !important;
  }
}
.single-post .content .content-in .article h2 {
  background: #EAF4F3;
  padding: 25px !important;
  margin: 3em 0 1.6em;
  letter-spacing: 0.1em;
  font-size: 1.2em !important;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .single-post .content .content-in .article h2 {
    font-size: 1.1em !important;
    padding: 20px !important;
  }
}
.single-post .content .content-in .article h3 {
  border-top: none;
  border-bottom: none;
  border-right: none;
  padding: 10px 10px 10px 25px !important;
  border-left: 5px solid #35AD9E;
  font-size: 1.2em !important;
  text-align: justify;
  margin: 3em 0 1.6em;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .single-post .content .content-in .article h3 {
    font-size: 1.1em !important;
  }
}
.single-post .content .content-in .article h4 {
  margin-top: 2em;
  font-size: 1em;
}
.single-post .content .content-in .article ul {
  padding-left: 1em !important;
  margin-bottom: 1em !important;
}
.single-post .content .content-in .article ul li {
  list-style: inside !important;
  list-style-position: inside !important;
}
.single-post .content .content-in .article p {
  text-align: justify;
}
.single-post .content .content-in .article p span.ymarker {
  background: linear-gradient(transparent 20%, #FFF9C4 50%) !important;
}
/* 下層ページ
=========================================*/
.subMvWrap {
  position: relative;
  background: linear-gradient(-25deg, #c7d8d7, rgba(232, 239, 239, 0.5));
  max-height: 240px;
  padding: 2em 0 4em;
}
.subMvWrap .inner span {
  display: inline-block;
  margin-left: 2em;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-style: normal;
}
.subMvWrap .inner h1.pageTitle {
  position: relative;
  font-size: 3.6em;
  font-family: "futura-pt", sans-serif;
  color: #434343 !important;
  font-weight: 200;
  font-style: italic;
}
@media screen and (max-width: 599px) {
  .subMvWrap .inner h1.pageTitle {
    font-size: 3em;
  }
}
.subMvWrap .inner h1.pageTitle::before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 52px;
  height: 2px;
  left: 0;
  background-color: #AADBD8;
}
.page-id-13739 .subMvWrap .inner span, .page-id-13753 .subMvWrap .inner span, .page-id-13765 .subMvWrap .inner span, .page-id-71 .subMvWrap .inner span {
  display: block;
  margin-top: -10px;
  margin-left: 0;
}
.page-id-13739 .subMvWrap .inner h1.pageTitle::before, .page-id-13753 .subMvWrap .inner h1.pageTitle::before, .page-id-13765 .subMvWrap .inner h1.pageTitle::before, .page-id-71 .subMvWrap .inner h1.pageTitle::before {
  bottom: -40px;
}
.subPage .blockWrap {
  margin-bottom: 5em;
}
@media screen and (max-width: 599px) {
  .subPage .blockWrap {
    margin-bottom: 3em;
  }
}
.subPage .blockWrap:last-child {
  margin-bottom: 0 !important;
}
.subPage.leadWrap .leadTxtBox {
  margin-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .subPage.leadWrap .leadTxtBox {
    margin-bottom: 2em;
  }
}
.subPage.leadWrap .leadNum {
  max-width: 320px;
  margin: 1em auto;
}
.subPage.linkBtnWrap {
  background-color: #F8FBFB;
}
.subPage.col2Wrap .colItem a {
  display: block;
  padding: 60px 0;
}
@media screen and (max-width: 1023px) {
  .subPage.col2Wrap .colItem a {
    padding: 40px 0;
  }
}
.subPage.col2Wrap .colItem:nth-child(1) a {
  background: url(https://frontiergate.co.jp/wp-content/uploads/2023/06/subpage_voice_bg.jpg) no-repeat center;
  background-size: cover;
}
.subPage.col2Wrap .colItem:nth-child(2) a {
  background: url(https://frontiergate.co.jp/wp-content/uploads/2023/05/top_faq_bg.png) no-repeat center;
  background-size: cover;
}
.subPage .blockWrap h3.bgTtl {
  background-color: #EAF4F3;
  padding: 20px;
  min-height: 110px;
  font-weight: 700;
  display: grid;
  place-items: center center;
  line-height: 1.6;
  margin-bottom: 1em;
}
.subPage.priceWrap .blockWrap.block_01 {
  margin-bottom: 8em;
}
@media screen and (max-width: 599px) {
  .subPage.priceWrap .blockWrap.block_01 {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 1023px) {
  .subPage.priceWrap .blockWrap.block_01 .planBoxs.grid3_1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  .subPage.priceWrap .blockWrap.block_01 .planBoxs.grid3_1 {
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }
}
.subPage.priceWrap .blockWrap.block_01 .planBoxs .planBox h3 {
  padding: 10px 10px;
  font-size: 1.2em;
  background-color: #DBEBEA;
  color: #35AD9E;
}
@media screen and (max-width: 599px) {
  .subPage.priceWrap .blockWrap.block_01 .planBoxs .planBox h3 {
    font-size: 1.4em;
  }
}
.subPage.priceWrap .blockWrap.block_01 .planBoxs .planBox .inner {
  padding: 1em 1em 1em;
}
.subPage.priceWrap .blockWrap.block_01 .planBoxs .planBox .inner .planText {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .subPage.priceWrap .blockWrap.block_01 .planBoxs .planBox .inner .planText {
    font-size: 1em;
  }
}
.subPage.priceWrap .blockWrap.block_01 .planBoxs .planBox .inner .planPrice {
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 0;
}
.subPage.priceWrap .blockWrap.block_01 .planBoxs .planBox .inner .planPrice span {
  font-size: 2.2em;
  margin: 0 0.2em;
  font-weight: 700;
  color: #35AD9E;
}
.subPage.priceWrap .blockWrap.block_01 .planBoxs .planBox .inner ul {
  padding: 1em 1em 1em 1.6em !important;
}
.subPage.priceWrap .blockWrap.block_01 .planBoxs .planBox .inner ul li {
  margin: 0.5em 0 !important;
  list-style: disc !important;
  padding-left: 0.5em;
  font-size: 0.9em;
}
.subPage.priceWrap table tr {
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subPage.priceWrap table tr th {
  width: 80%;
  text-align: left;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 599px) {
  .subPage.priceWrap table tr th {
    padding: 15px 0 0 0;
  }
}
.subPage.priceWrap table tr td {
  width: 20%;
  padding: 20px 0;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .subPage.priceWrap table tr td {
    padding: 10px 0 15px 15px;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .subPage.priceWrap table tr th, .subPage.priceWrap table tr td {
    font-size: 0.9em;
    width: 100%;
  }
}
.sub_BuildWrap.featureWrap .blockWrap.block_03 h3 {
  font-size: 1.4em;
}
.sub_BuildWrap.featureWrap .blockWrap.block_03 .itemBox {
  margin-bottom: 3em;
}
.sub_BuildWrap.featureWrap .blockWrap.block_03 .itemBox:last-child {
  margin-bottom: 0;
}
.sub_BuildWrap.featureWrap .blockWrap.block_03 .itemBox img {
  border: 1px solid #EAEAEA;
}
.sub_BuildWrap.featureWrap .blockWrap.block_03 .itemBox .txtBox {
  margin-bottom: 1em;
}
.sub_BuildWrap.featureWrap .blockWrap.block_03 .itemBox .imgBox {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .sub_BuildWrap.featureWrap .blockWrap.block_03 .itemBox .imgBox {
    width: 90%;
    margin: 0 auto;
  }
}
.sub_BuildWrap.candoWrap {
  padding: 8em 0;
}
@media screen and (max-width: 599px) {
  .sub_BuildWrap.candoWrap {
    padding: 3em 0;
  }
}
.sub_BuildWrap.candoWrap p.listTtl {
  font-weight: 700;
  font-size: 0.9em;
}
@media screen and (max-width: 599px) {
  .sub_BuildWrap.priceWrap {
    padding-bottom: 0;
  }
}
.sub_BuildWrap.priceWrap .blockWrap.block_01 {
  margin-bottom: 8em;
}
@media screen and (max-width: 599px) {
  .sub_BuildWrap.priceWrap .blockWrap.block_01 {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 1023px) {
  .sub_BuildWrap.priceWrap .blockWrap.block_01 .planBoxs.grid3_1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  .sub_BuildWrap.priceWrap .blockWrap.block_01 .planBoxs.grid3_1 {
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }
}
.sub_BuildWrap.priceWrap .blockWrap.block_01 .planBoxs .planBox .planPrice {
  border-bottom: 1px solid #EAEAEA;
}
.sub_BuildWrap.priceWrap .blockWrap.block_01 .planBoxs .planBox .planPrice::after {
  content: "万円〜";
  font-size: 1.2em;
}
.sub_BuildWrap.flowWrap .itemBox {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 2em;
}
.sub_BuildWrap.flowWrap .itemBox:last-child {
  margin-bottom: 0;
}
.sub_BuildWrap.flowWrap .itemBox:first-child .flowNum::after {
  display: none;
}
@media screen and (max-width: 599px) {
  .sub_BuildWrap.flowWrap .itemBox.box_03 .txtBox span {
    margin-left: 0;
  }
}
.sub_BuildWrap.flowWrap .itemBox .numBox {
  margin-right: 1em;
}
.sub_BuildWrap.flowWrap .itemBox .txtBox {
  width: 100%;
}
.sub_BuildWrap.flowWrap .itemBox .txtBox p:last-child {
  font-size: 0.9em;
}
@media screen and (max-width: 599px) {
  .sub_BuildWrap.flowWrap .itemBox .txtBox {
    width: 85%;
  }
}
.sub_BuildWrap.flowWrap .itemBox .flowNum {
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #AADBD8;
  color: #fff;
  font-size: 1.2em;
}
.sub_BuildWrap.flowWrap .itemBox .flowNum::after {
  content: "";
  position: absolute;
  top: -36%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 135px;
  background: #AADBD8;
}
@media screen and (max-width: 599px) {
  .sub_BuildWrap.flowWrap .itemBox .flowNum {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .sub_BuildWrap.flowWrap .itemBox .flowNum::after {
    top: 0;
    width: 2px;
    height: 240px;
  }
}
.sub_BuildWrap.flowWrap .itemBox .flowTtl {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .sub_BuildWrap.flowWrap .itemBox .flowTtl {
    font-size: 1em;
  }
}
.sub_BuildWrap.flowWrap .itemBox .flowTtl span {
  background: #EAEAEA;
  font-size: 0.6em;
  padding: 3px 15px;
  margin-left: 1em;
  line-height: 1.6;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .sub_BuildWrap.flowWrap .itemBox.box_03 .flowTtl {
    display: block;
  }
}
.sub_growWrap.growSupportWrap .blockWrap {
  margin-bottom: 3em;
}
.sub_growWrap.growSupportWrap .blockWrap h3.bgTtl {
  min-height: 90px;
}
.sub_growWrap.growSupportWrap .blockWrap ul {
  grid-gap: 0;
}
.sub_growWrap.growSupportWrap .blockWrap ul li {
  font-weight: 700;
  padding: 5px 0;
}
.sub_growWrap.priceWrap {
  padding-bottom: 8em;
}
@media screen and (max-width: 599px) {
  .sub_growWrap.priceWrap {
    padding-bottom: 5em;
  }
}
.sub_growWrap.priceWrap .blockWrap.block_01 .planBoxs .planBox .planPrice::after {
  content: "円／月";
  font-size: 1.4em;
}
.sub_attractWrap.leadWrap .txtBox {
  margin-bottom: 3em;
}
.sub_attractWrap.leadWrap .checkList li {
  max-width: 400px;
  padding: 25px 10px 25px 80px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .sub_attractWrap.leadWrap .checkList li {
    padding-left: 25px;
    text-align: center;
  }
}
.sub_attractWrap.attractSupportWrap .blockWrap {
  margin-bottom: 3em;
}
.sub_attractWrap.attractSupportWrap .blockWrap h3.bgTtl {
  min-height: 90px;
}
.sub_attractWrap.attractSupportWrap .blockWrap .itemBox.flex {
  align-items: flex-start;
}
.sub_attractWrap.attractSupportWrap .blockWrap .itemBox.flex .txtBox, .sub_attractWrap.attractSupportWrap .blockWrap .itemBox.flex .imgBox {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .sub_attractWrap.attractSupportWrap .blockWrap .itemBox.flex .txtBox, .sub_attractWrap.attractSupportWrap .blockWrap .itemBox.flex .imgBox {
    margin-bottom: 1em;
    width: 100%;
  }
}
.sub_worksWrap.leadWrap {
  padding-bottom: 0;
}
.sub_worksWrap.worksList {
  padding-top: 0;
}
.sub_worksWrap.worksList ul {
  grid-gap: 3em;
}
@media screen and (max-width: 1023px) {
  .sub_worksWrap.worksList ul {
    grid-gap: 2em;
  }
}
.sub_worksWrap.worksList ul li {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 1em !important;
}
.sub_worksWrap.worksList ul li .listImg {
  margin-bottom: 1em !important;
}
.sub_worksWrap.worksList ul li .ListTxt .listTtl {
  font-weight: 700;
}
.sub_worksWrap.worksList ul li .ListTxt .extLink {
  font-size: 0.8em;
}
.sub_worksWrap.worksList ul li .ListTxt .extLink a {
  letter-spacing: 0.1em;
}
.sub_worksWrap.voiceWrap .sliderBox {
  margin-bottom: 0;
}
.sub_worksWrap.serviceList {
  background-color: #F8FBFB;
}
.sub_faqWrap {
  padding-bottom: 0;
}
.sub_faqWrap.leadWrap .leadTxtBox {
  margin-bottom: 0 !important;
}
.sub_faqWrap .faqCatWrap ul {
  margin: 2em 0;
}
.sub_faqWrap .faqCatWrap ul.flex {
  justify-content: center;
}
.sub_faqWrap .faqCatWrap ul.flex li {
  margin: 10px 0 !important;
  width: 45%;
}
@media screen and (max-width: 599px) {
  .sub_faqWrap .faqCatWrap ul.flex li {
    width: 100%;
    margin: 15px 0 !important;
  }
}
.sub_faqWrap .faqCatWrap ul.flex li a {
  position: relative;
  background-color: #6FC1B6;
  color: #FFF;
  padding: 8px 10px;
  display: block;
  text-align: center;
  margin: 0 1em;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .sub_faqWrap .faqCatWrap ul.flex li a {
    width: 100%;
    padding: 10px 20px;
    margin: 0;
  }
}
.sub_faqWrap .faqCatWrap ul.flex li a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
}
.sub_faqWrap.faqContentsWrap h3 {
  text-align: left;
  padding: 0 0 0.5em;
}
.sub_companyWrap .leadTxtBox p.leadTxt {
  font-size: 1.8em;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .sub_companyWrap .leadTxtBox p.leadTxt {
    font-size: 1.4em;
  }
}
.sub_companyWrap .leadTxtBox .txtBox p {
  text-align: justify;
}
.sub_companyWrap.messageWrap {
  background: #F7F8F8;
}
.sub_companyWrap.messageWrap .flex {
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .sub_companyWrap.messageWrap .flex {
    display: block;
  }
  .sub_companyWrap.messageWrap .flex .imgBox {
    width: 60%;
    margin: 0 auto 2em;
  }
  .sub_companyWrap.messageWrap .flex .txtBox {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (max-width: 599px) {
  .sub_companyWrap.messageWrap .flex .imgBox {
    width: 90%;
  }
}
.sub_companyWrap.messageWrap .bnrWrap {
  margin-top: 3em;
}
@media screen and (max-width: 599px) {
  .sub_companyWrap.messageWrap .bnrWrap {
    margin-top: 2em;
  }
}
.sub_companyWrap.companyInfoWrap table tr {
  vertical-align: top;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #EAEAEA;
}
.sub_companyWrap.companyInfoWrap table th, .sub_companyWrap.companyInfoWrap table td {
  padding: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .sub_companyWrap.companyInfoWrap table th, .sub_companyWrap.companyInfoWrap table td {
    padding: 20px;
  }
}
.sub_companyWrap.companyInfoWrap table th {
  width: 20%;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .sub_companyWrap.companyInfoWrap table th {
    width: 100%;
    text-align: left;
    padding: 20px 20px 10px 20px;
  }
}
.sub_companyWrap.companyInfoWrap table td {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .sub_companyWrap.companyInfoWrap table td {
    width: 100%;
    text-align: left;
    padding: 0px 20px 20px 20px;
  }
}
.sub_companyWrap.accessWrap {
  background: #F8FBFB;
}
.sub_companyWrap.accessWrap .gmap iframe {
  aspect-ratio: 2.5;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .sub_companyWrap.accessWrap .gmap iframe {
    aspect-ratio: 1.5;
  }
}
.sub_companyWrap.accessWrap .info {
  color: inherit;
  background: transparent;
  padding: 1em 0 0 0;
  margin: 0;
}
.sub_companyWrap.accessWrap .info p {
  font-size: 0.9em;
  text-align: justify;
}
.sub_contactWrap {
  background: #F6F8F8;
}
.wpcf7-list-item {
  display: block;
}
.clientMessageWrap {
  padding-bottom: 0;
}
.clientMessageWrap .leadTxtBox {
  margin-bottom: 0 !important;
}
.clientMessageWrap .bgBox {
  margin-bottom: 2em;
  background-color: #EFF8F8;
}
@media screen and (max-width: 599px) {
  .clientMessageWrap .bgBox {
    padding: 1em;
  }
}
.clientMessageWrap .bgBox:last-child {
  margin-bottom: 0;
}
.clientMessageWrap .bgBox:nth-child(even) {
  background-color: #F7F8F8;
}
.clientMessageWrap .bgBox figcaption {
  margin-bottom: 0.5em;
}
/* footer 全ページ共通
=========================================*/
.footer {
  padding: 0;
  margin-top: 0;
  background: -moz-linear-gradient(-25deg, rgba(199, 216, 215, 0.5), rgba(253, 254, 254, 0.5));
  background: -webkit-linear-gradient(-25deg, rgba(199, 216, 215, 0.5), rgba(253, 254, 254, 0.5));
  background: linear-gradient(-25deg, #c7d8d7, rgba(232, 239, 239, 0.5));
}
.footer .footerContents {
  padding: 5em 3em 0;
}
@media screen and (max-width: 599px) {
  .footer .footerContents {
    padding: 3em 1.4em 95px;
  }
}
@media screen and (max-width: 599px) {
  .footer .footerContents a {
    font-size: 0.9em;
  }
}
.footer .footerContents p {
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 599px) {
  .footer .footerContents p {
    font-size: 0.9em;
  }
}
.footer .footerContents .wrap {
  margin-bottom: 3em;
}
@media screen and (max-width: 1023px) {
  .footer .footerContents .wrap {
    margin-bottom: 0;
  }
}
.footer .footerContents .footerNav {
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .footer .footerContents .footerNav.flex {
    display: flex !important;
    justify-content: flex-start;
  }
}
.footer .footerContents .footerNav ul:first-child {
  margin-right: 100px;
}
@media screen and (max-width: 599px) {
  .footer .footerContents .footerNav ul:first-child {
    margin-right: 50px;
  }
}
.footer .footerContents .footerNav ul li {
  margin-bottom: 1.6em !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .footer .footerContents .footerNav ul li {
    margin-bottom: 1em !important;
  }
}
.footer .footerContents .footerNav ul li::before {
  margin-right: 1em;
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #555;
}
.footer .footerContents .footerNav ul li a {
  font-size: 0.9em;
}
.footer .footerContents .footerInfo .infoCompany {
  padding: 0 0 20px;
}
.footer .footerContents .footerInfo .infoCompany p {
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .footer .footerContents .footerInfo .infoCompany p {
    font-size: 0.8em;
  }
}
.footer .footerContents .footerInfo .infoCompany .footerLogo {
  max-width: 420px;
}
@media screen and (max-width: 1023px) {
  .footer .footerContents .footerInfo .infoCompany .footerLogo {
    max-width: 360px;
  }
}
@media screen and (max-width: 599px) {
  .footer .footerContents .footerInfo .infoCompany .footerLogo {
    max-width: 250px;
  }
}
.footer .footerContents .footerInfo .infoAddress div {
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .footer .footerContents .footerInfo .infoAddress div address {
    font-size: 0.9em;
    margin-bottom: 0;
  }
}
.footer .footerContents .footerInfo .infoAddress div .telLink {
  font-weight: 700;
}
.footer .footerContents .copyright {
  text-align: center;
  font-size: 70%;
  margin: 0;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 939px) {
  .footer .footerContents .wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 4em;
  }
  .footer .footerContents .footerNav {
    align-items: flex-start;
    margin-bottom: 3em;
  }
  .footer .footerContents .footerInfo {
    width: 100%;
  }
}
@media screen and (max-width: 939px) and (max-width: 599px) {
  .footer .footerContents .wrap {
    padding-bottom: 2em;
  }
}
/* スライダーのためのcss
=========================================*/
.slider_1, .slider_2 {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider_1 img, .slider_2 img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}
.slider_1 .slick-slide, .slider_2 .slick-slide {
  margin: 0 10px !important;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  border-top: 20px solid transparent;
  border-right: 20px solid #AADBD8;
  border-bottom: 20px solid transparent;
}
.slick-prev {
  left: -6%;
}
.slick-next {
  right: -6%;
  transform: rotate(180deg);
}
.slick-dots {
  display: block !important;
  text-align: center;
  margin-top: 1em;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0.5em;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #ccc;
  border-style: none;
}
.slick-dots .slick-active button {
  background: #35AD9E;
}
/* header PCのみ
=========================================*/
.header-container {
  position: relative;
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 15px;
  min-height: 110px;
}
.header-container::before {
  content: "親身力と共感力　|　東京錦糸町のホームページ制作・サポート会社";
  display: inline-block;
  font-size: 0.8em;
  padding-bottom: 10px;
}
.header-container .header-container-in {
  max-width: 1400px !important;
}
.header-container .header-container-in .logo-header {
  max-height: inherit;
}
.header-container .header-container-in .logo-header a.site-name {
  text-align: left;
  padding: 0;
}
.header-container .header-container-in .logo-header .site-logo-image {
  width: 250px !important;
}
.header-container .global-nav .nav-list .nav-item > a {
  display: block;
  margin: 0.6em 1em;
  text-align: center;
  font-size: 0.9em;
}
/* sub navi */
.nav-item_sub {
  background: #F7F8F8;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 110px;
  transition: all 0.4s ease;
  visibility: hidden;
  z-index: 9999;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.nav-item_sub .inner {
  max-width: 1100px;
  padding: 2em;
  justify-content: flex-start;
}
.nav-item_sub .inner .nav-sub-title {
  width: 20%;
  font-size: 2.4em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
  font-family: "futura-pt", sans-serif;
  color: #434343 !important;
  font-style: italic;
}
.nav-item_sub .inner .nav-sub-title span {
  display: block;
  font-weight: normal !important;
  margin-bottom: 0.5em;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-style: normal;
}
.nav-item_sub .inner ul {
  display: flex;
  justify-content: flex-start;
  width: 80%;
  padding-left: 2em !important;
}
.nav-item_sub .inner ul li {
  padding: 0.6em 1.6em;
  text-align: center;
  font-size: 0.9em;
}
.nav-item_sub .inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.nav-item_sub .inner ul li a::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  background: url(https://frontiergate.co.jp/wp-content/uploads/2023/05/circle_arrow.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.nav-item:hover .nav-item_sub {
  opacity: 1;
  visibility: visible;
}
/* 画像の拡大指定
=========================================*/
.zoomIn img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.zoomIn:hover img {
  transform: scale(1.1);
}
.zoomIn .mask {
  display: block;
  line-height: 0;
  overflow: hidden;
}
/* 固定ボタン(PC非表示)
=========================================*/
.fixedBtn {
  display: none;
}
/* 既存ハンバーガーボタン（top）tab表示
=========================================*/
@media screen and (max-width: 1023px) {
  .header-container {
    display: none;
  }
  .mobile-header-menu-buttons {
    max-height: 80px;
    padding: 15px !important;
  }
  .mobile-header-menu-buttons .logo-menu-button {
    padding-top: 0 !important;
    margin-left: 20px !important;
  }
  .mobile-header-menu-buttons .logo-menu-button img {
    margin: inherit;
  }
  .navi-menu-button.menu-button {
    display: none;
  }
  .fixedBtn {
    display: block;
  }
  .fixedBtn .navi-menu-button.menu-button {
    display: block;
  }
}
@media screen and (max-width: 1023px) and (max-width: 599px) {
  .mobile-header-menu-buttons {
    padding: 13px 10px !important;
  }
}
@media screen and (max-width: 1023px) and (max-width: 599px) {
  .mobile-header-menu-buttons .logo-menu-button {
    max-width: 200px;
    margin-left: 0 !important;
  }
}
/* 既存ハンバーガーボタン（top） SP非表示
=========================================*/
@media screen and (max-width: 599px) {
  .container {
    margin-top: 0px;
  }
}
/* SP固定ボタン（bottom）SPだけ表示
=========================================*/
.fixedBtn .inner {
  position: fixed;
  z-index: 8888;
  display: flex !important;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  bottom: 0 !important;
  padding: 10px 15px !important;
  background: #fff;
}
.fixedBtn .inner li.contactBtn {
  width: 85%;
  line-height: 0;
}
.fixedBtn .inner li.contactBtn a {
  background: linear-gradient(#35AD9E, #6FC1B6);
  border: none;
  color: #FFF;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  padding: 24px 1.4em;
  border-radius: 50px;
  max-width: 280px;
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
}
.fixedBtn .inner li.navi-menu-button {
  width: 10%;
  text-align: center;
}
/* ハンバーガーボタン　TABとSP共通
=========================================*/
.navi-menu-button {
  text-align: center;
}
.navi-menu-button .menu-open .menu-caption {
  color: #555;
  font-size: 10px;
  text-align: center;
  opacity: 0.8;
  display: block;
  margin-top: -5px;
  letter-spacing: 0.1em;
}
.navi-menu-button .menu-open .navi-menu-icon .fa-bars:before, .navi-menu-button .menu-open .sidebar-menu-icon .fa-bars:before {
  color: #555;
  font-size: 36px;
}
.navi-menu-button .navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
  padding: 1em;
  background: -moz-linear-gradient(-25deg, #E0EAE9, #EFF4F4);
  background: -webkit-linear-gradient(-25deg, #E0EAE9, #EFF4F4);
  background: linear-gradient(-25deg, #E0EAE9, #EFF4F4);
}
.navi-menu-button .navi-menu-content .mobileNavi .navWrap .navItem {
  margin: 0;
}
.navi-menu-button .navi-menu-content .mobileNavi .navWrap .navItem .navItemChild {
  line-height: 1.2;
}
.navi-menu-button .navi-menu-close-button .fa-close:before {
  color: #555;
}
/* SPスライドナビメニュー
=========================================*/
.mobileLogo {
  width: 60%;
  margin: 0 auto 1em;
}
.mobileNavi ul.accordion {
  margin-bottom: 1em !important;
}
.mobileNavi ul.accordion li.default:last-child {
  border-bottom: 1px solid #ccc;
}
.mobileNavi ul.accordion li:first-child .link {
  border-top: none !important;
}
.mobileNavi ul.accordion li .link {
  cursor: pointer;
  display: block;
  padding: 0.2em 0 0.3em;
  border-top: 1px solid #CCC;
  position: relative;
  transition: all 0.4s ease;
  font-family: "futura-pt", sans-serif;
  font-style: italic;
  font-size: 1.6em;
}
.mobileNavi ul.accordion li .link span {
  font-weight: normal !important;
  font-style: normal;
  font-size: 0.5em;
  margin-left: 1em;
  letter-spacing: normal;
}
.mobileNavi ul.accordion li .link i {
  position: absolute;
  left: 12px;
  top: 40%;
  font-size: 25px;
  transition: all 0.4s ease;
}
.mobileNavi ul.accordion li .link i.fa-angle-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.mobileNavi ul.accordion li ul.submenu {
  display: none;
  margin-bottom: 1em !important;
}
.mobileNavi ul.accordion li ul.submenu a {
  display: block;
  padding: 5px 10px;
  font-size: 0.8em;
  transition: all 0.25s ease;
}
.mobileNavi ul.accordion li ul.submenu a::before {
  display: inline-block;
  content: "−";
  padding-right: 0.3em;
}
.accordion li.open i.fa-angle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion li:last-child .link {
  border-bottom: 0;
}
/* 共通_スクロールボタン
=========================================*/
.go-to-top {
  display: none !important;
}
#page-top {
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 1023px) {
  #page-top {
    bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  #page-top {
    right: 15px;
  }
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DAE5E4;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  #page-top a {
    width: 50px;
    height: 50px;
  }
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* Blog タブメニュー
=========================================*/
.blogWrap .tab {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .blogWrap .tab li {
    width: 50%;
  }
}
.blogWrap .tab li a {
  display: block;
  width: 200px;
  text-align: center;
  background: #EAEAEA;
  padding: 10px 20px;
}
@media screen and (max-width: 599px) {
  .blogWrap .tab li a {
    width: 100%;
  }
}
.blogWrap .tab li.active a {
  background: #AADBD8;
}
.blogWrap .area {
  display: none;
  opacity: 0;
}
.blogWrap .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Contact form 7
=========================================*/
/* 入力欄全体の設定 */
.page-id-24 input[type="text"], .page-id-24 input[type="password"], .page-id-24 input[type="datetime"], .page-id-24 input[type="date"], .page-id-24 input[type="month"], .page-id-24 input[type="time"], .page-id-24 input[type="week"], .page-id-24 input[type="number"], .page-id-24 input[type="email"], .page-id-24 input[type="url"], .page-id-24 input[type="search"], .page-id-24 input[type="tel"], .page-id-24 input[type="color"], .page-id-24 select, .page-id-24 textarea {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 2em 1em;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  background-color: #FFF;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
/* table */
table.CF7_table {
  width: 100%;
  margin: 3em auto;
  border: none !important;
}
table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}
table.CF7_table th {
  width: 25%;
  font-weight: 700;
  text-align: left;
}
table.CF7_table th .CF7_req {
  font-size: 0.6em;
  padding: 0.5em 1em;
  background: #6FC1B6;
  color: #fff;
  margin-left: 1em;
}
table.CF7_table tr, table.CF7_table th, table.CF7_table td {
  padding: 0.75rem 0.75rem !important;
  background: none !important;
  border: none !important;
}
table.CF7_table textarea {
  resize: vertical;
  max-width: 100%;
  min-height: 300px;
  line-height: 1.5em;
  padding: 1.2em;
  overflow: auto;
}
input, textarea, select {
  width: 100%;
  padding: 0.8em;
  border: none;
  background: #FFF;
  outline: none;
  color: #474747;
}
input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.wpcf7-checkbox, .wpcf7-radio {
  line-height: 2.6;
}
.single .entry-content table.CF7_table, .page .entry-content table.CF7_table {
  display: table;
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
  table.CF7_table {
    margin: 2em auto 1em;
  }
  table.CF7_table tr {
    padding: 0 !important;
  }
  table.CF7_table th {
    font-size: 1em;
    padding: 0 !important;
  }
  table.CF7_table th p {
    margin-bottom: 0 !important;
  }
  table.CF7_table td {
    padding: 1em 0 2em !important;
  }
  table.CF7_table td p {
    margin-bottom: 0 !important;
  }
  .CF7_table tr, .CF7_table td, .CF7_table th {
    display: block;
    width: 100% !important;
  }
  .CF7_table th {
    background-color: #F6F8F8;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background: #fff;
  color: #35AD9E;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 30px;
  transition: 0.3s;
}
.wpcf7 input.wpcf7-submit:hover {
  background: linear-gradient(#35AD9E, #6FC1B6);
  color: #fff;
}
.CF7_btn {
  text-align: center;
  margin: 20px;
}
.wpcf7-spinner {
  width: 0;
  margin: 0;
}
/* アコーディオン（FAQ）
=========================================*/
.accordionArea li {
  margin: 1.2em 0 !important;
}
.accordionArea li:last-child {
  margin-bottom: 0 !important;
}
.accordionArea li .qaItem {
  border: 2px solid #EAEAEA;
  border-radius: 4px;
}
.accordionArea li .qaItem .qaTitle {
  position: relative;
  cursor: pointer;
  font-size: 1em !important;
  font-weight: normal;
  padding: 1em 50px 1em 1.6em;
  transition: all 0.5s ease;
  background: #F8FBFB;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .accordionArea li .qaItem .qaTitle {
    padding: 3% 45px 3% 5%;
  }
}
.accordionArea li .qaItem .qaTitle::before, .accordionArea li .qaItem .qaTitle::after {
  position: absolute;
  content: "";
  top: 48%;
  right: 30px;
  width: 15px;
  height: 2px;
  background-color: #555;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .accordionArea li .qaItem .qaTitle::before, .accordionArea li .qaItem .qaTitle::after {
    right: 20px;
  }
}
.accordionArea li .qaItem .qaTitle::before {
  transform: rotate(0deg);
}
.accordionArea li .qaItem .qaTitle::after {
  transform: rotate(90deg);
}
.accordionArea li .qaItem .qaTitle.close::before {
  transform: rotate(45deg);
  transition: 0.5s;
}
.accordionArea li .qaItem .qaTitle.close::after {
  transform: rotate(-45deg);
  transition: 0.5s;
}
.accordionArea li .qaItem .answerBox {
  display: none;
  padding: 1em 2em;
}
@media screen and (max-width: 599px) {
  .accordionArea li .qaItem .answerBox {
    padding: 1em 1.2em;
  }
}
.accordionArea li .qaItem .answerBox p {
  margin-bottom: 0;
}



.wpcf7-turnstile.cf-turnstile{
	text-align: center;
}