/* ------------------------------------------------
サイト共通パーツ
-----------------------------------------------*/

.u-appear--sp {
  display: none;
}

@media screen and (max-width: 768px) {
.u-appear--pc {
  display: none;
}
.u-appear--sp {
  display: inline;
}
}

.bold {
  font-weight: bold;
}

.fontsize10 { font-size: 10px; }
.fontsize12 { font-size: 12px; }
.fontsize16 { font-size: 16px; }

.marginTop10 { margin-top: 10px; }
.marginTop20 { margin-top: 20px; }

/*------------------ タブ------------------*/
.nav-tabs3 {
  justify-content: space-around;
  width: 100%;
}
.nav-tabs3 li+ li {
  border-left: 1px solid #ccc;
  height: 70%;
}
.nav-tabs3.news-tab .nav-item {
  flex-basis: 20%;
  background: #f8f9fa;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs3 .news-tab .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs3 .nav-item {
  padding: 0;
}
.nav-tabs3 .nav-item::before {
  display: none;
}
.nav-tabs3 .nav-item a {
  text-align: center;
  color: #212529;
  padding: 6px 0;
}
.nav-tabs3 .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0;
}
.nav-tabs3 .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs3 .nav-item .nav-link.active {
  color: #575757;
  font-weight: bold;
  border-bottom: solid 4px #d69738;
  background: #e6e6e6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}
/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #00f;
  border: 2px solid #00f;
  font-size: 16px;
  color: #00f;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #FFF;
}

.nav-open .sideMenu {
  width: 400px;
  padding: 60px 36px;
}

.sp-header li {
  margin-top: 16px !important;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .nav-open .sideMenu {
    width: 60%;
  }
  
}
/* ------------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ トップスライド ------------------*/
.item {
  width: 100vw;
  margin: 0 5px;
}
.item img {
  width: 100%;
  height: auto;
}
#js-slide__nav {
  text-align: center;
}
#js-slide__nav__inner {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item {
    width: 230vw;
  }
  /* .item img {
    width: 110%;
    height: 230px;
    object-fit: contain;
} */
}
/*------------------ トップ動画 ------------------*/
.top {
  position: relative;
}
.top_kv{
  position: relative;
}
.top_kv .top_musk {
  
}
.top_kv .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  /* background: rgba(222,144,0, 0.5); */
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP';
}
.top_kv .top_copy .top_center {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.top_kv .top_copy .main-logo {
  width: 200px;
  margin: 0 0 16px 24px;
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.6));
}
/* .top_kv .top_copy .main-copy{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
} */
.top_kv .top_copy .sub-copy{
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.6));
}
/* .top_kv .top_copy .sub-copy span {
  background: #22BEE6;
  padding: 4px 8px;
} */
.top_kv .top_copy .main-link {
  background: #0ca3e1;
  padding: 16px 80px;
  font-size: 16px;
  letter-spacing: .1em;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 1px 1px 6px #575757;
}
.top_kv .top_copy .main-link:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  /* kv */
  .top_kv{
    min-width: 768px;
  }
  .top_kv .main-copy{
    font-size: 46px;
    margin-bottom: 20px;
  }
  .top_kv .sub-copy{
    font-size: 30px;
  }
  /* video */
  .top_mov{
    min-width: 768px;
  }
}
@media screen and (max-width: 1150px) {
  .top_kv .top_copy img {
    width: 160px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv .top_copy img {
    width: 240px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .top_kv .top_copy .main-copy {
    font-size: 36px;
    line-height: 46px;
    margin-top: -40px;
    margin-bottom: 20px;
  }
  /* .top_kv .top_copy .sub-copy {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  } */
  .footer-contact {
    margin-top: 22px;
    margin-bottom: 0;
  }
  /* .top_kv .top_copy .main-logo {
    width: 140px;
    margin: 0 0 0 24px;
  } */
}

.followMenu {
  display: none;
}

@media screen and (max-width: 768px) {
  .followMenu {
    width: 100%;
    height: 64px;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    display: flex;
    justify-content: start;
    z-index: 10000;
  }

  .followMenuBtn {
    width: 50%;
    height: 64px;
  }

  .followMenuBtnEntry {
    background: #FF8969;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .followMenuBtnTel {
    background: #FFC76E;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .followMenuBtnEntry a,.followMenuBtnTel a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .followMenuBtnEntry a img {
    width: 30px;
    height: 33px;
    margin-right: 10px;
  }

.followMenuBtnTel a img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  }

  .followMenuBtnEntry p,.followMenuBtnTel p {
    text-align: left;
    color: #fff;
    line-height: 1.2;
    letter-spacing: .1em;
  }

  .followMenuBtnTel p {
    font-size: 12px;
  }

  .followMenuBtnEntry p span,.followMenuBtnTel p span {
    font-weight: bold;
    font-size: 18px;
  }

  /* .followMenuBtnEntry::before {
    content: '';
    background: url(https://plussumjapan.co.jp/life-agent/wp-content/themes/base/assets/img/common/ico_entry_01.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 33px;
    position: absolute;
    margin-right: 50px;
  }

  .followMenuBtnTel::before {
    content: '';
    background: url(https://plussumjapan.co.jp/life-agent/wp-content/themes/base/assets/img/common/ico_tel_01.png) no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
  } */
}

/*------------------ スタッフスライド ------------------*/
.top_brand {
}
.top_brand .slide {
  margin: 0 auto;
}
.top_brand .slide li {
  position: relative;
}
.top_brand .slide li a {
  
}
.top_brand .slide li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}
/*------------------ セクション ------------------*/
.top {
  
}
.top_let {
  width: 100%;
  height: auto;
  background: url(../img/index/let-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
  text-align: center;
}
.top_let2 {
  width: 100%;
  height: auto;
  background: url(../img/index/let2-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
  counter-reset: num;
}
.top_what {
  width: 100%;
  height: auto;
  /* background: url(../img/index/what-bg.jpg) no-repeat center/cover; */
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .top_what {
    /* background: url(../img/index/whatsp-bg.jpg) no-repeat center/cover; */
    padding-bottom: 40px;
  }
}
.top_cta,.entry {
  width: 100%;
  height: auto;
  background: url(../img/index/cta-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
}

.top_cta {
  background: url(https://plussumjapan.co.jp/life-agent/wp-content/themes/base/assets/img/common/cta-bg02.png) no-repeat center/cover;
}

.entry {
  padding: 40px 0 0;
}

#primary .entry-header img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}

#primary .entry-header h2 {
  font-size: 24px;
}

.entry .cta h3 {
  color: #F0910F;
  font-weight: bold;
  margin: 0 0 16px;
}

.top_cta .cta h3 {
  margin: 24px 0 40px;
  color: #F0910F;
  font-weight: bold;
}

.top_cta .cta img {
  width: 560px;
}
.entry .cta p span,.entry-link {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-decoration: underline;
}
.top_cta .cta .entryImg {
  width: 400px;
  display: block;
  margin: 0 auto;
}
.top_voice,.top_message {
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: -10;
  padding: 60px 0 80px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: rgba(222,144,0, 0.05);
  
}

.six-block {
  width: 100%;
  height: 740px;
  background: url(https://plussumjapan.co.jp/life-agent/wp-content/themes/base/assets/img/common/img_common_04.png) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding-top: 30px;
}

.top_recruit {
  padding: 60px 0 80px;
  background: #fdf9f2;
}

.top_recruit.entry_form {
  padding: 20px 0 100px;
}

.top_infograph,.top_feature,.top_gptw {
  padding: 80px 0;
  background: #fdf9f2;
}
.top_feature {
  counter-reset: num;
}

.required-srt {
  background: #e15759 !important;
}

/* .top_feature p {
  margin-bottom: 24px;
} */

.top_feature .col-md-4 {
  background: #fff;
  padding: 24px 16px;
}
.top_feature .job-title {
  margin: 16px 0 24px 100px;
}

.welfare-title {
  display: flex;
  /* height: 72px; */
  align-items: center;
  /* margin-bottom: 24px; */
}

.welfare-title h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

.welfare-title h3 span {
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: bold;
  color: #ffc76e;
  letter-spacing: .1em;
  display: block;
}

.balloon-right-btm {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  font-family: 'Roboto';
  font-weight: bold;
  font-style: italic;
  background: #ff8969;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 20px;
}

.balloon-right-btm span {
  font-size: 11px;
  display: block;
  margin-top: 20px;
}

.balloon-right-btm:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ff8969;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contentCol {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: stretch;
}

.content2Col {
  width: 50%;
  width: calc(50% - 10px);
  margin: 0 5px 10px 5px;
}

#Flow {
  padding-top: 60px;
}

.gptw-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gptw-image {
  width: 160px;
}

.gptw-text {
  width: calc(100% - 200px);
}

.gptw-link {
  font-size: 12px;
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  /* .contentCol {
    width: calc(100% - 32px);
  } */
  .welfare-title h3 {
    font-size: 18px;
  }
  .top_voice,.top_message {
    background-color: #e9f7ed;
    background-image: url(https://plussumjapan.co.jp/life-agent/wp-content/themes/base/assets/img/common/voice-bg.jpg.jpg);
    padding: 40px 0;
  }
  .top_cta .cta img {
    width: 100%;
  }
  .top_cta .cta .entryImg {
    width: 80%;
  }
  .six-block {
    height: 1260px;
    background: url(https://plussumjapan.co.jp/life-agent/wp-content/themes/base/assets/img/common/img_common_sp04.png) no-repeat center/cover;
  }
  .top_recruit {
    padding: 40px 0 40px;
  }
  .top_recruit.entry_form {
    padding: 20px 0 100px;
  }

  .gptw-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 15px;
  }
  .gptw-image {
    margin-bottom: 20px;
  }

  .gptw-link {
    font-size: 10px;
  }

  #Flow {
    padding-top: 0;
  }
  
}

/*------------------ letセクション ------------------*/
.top_let h2 {
  text-align: center;
  font-size: 32px;
  color: #F0910F;
  margin-bottom: 24px;
  font-weight: bold;
}
.top_let h3 {
  text-align: center;
  font-size: 26px;
  line-height: 46px;
  background: #22BEE6;
  padding: 4px 8px;
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
  padding-left: 14px;
}

iframe {
  width: 960px;
  height: 540px;
  margin: 40px auto 0;
  /* aspect-ratio: 16/9;
  width: 100%;
  height: 100%; */
}

@media screen and (max-width: 768px) {
  iframe {
    margin: 40px auto 0;
    width: 100%;
    max-height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .top_let h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .top_let h3 {
    font-size: 22px;
    text-align: left;
  }
  .top_let p{
    text-align: left;
  }
}
/*------------------ let2セクション ------------------*/
.top_space1 {
  padding-top: 200px;
}
.top_space2 {
  margin-top: -120px;
}
.let-box ,.welfare-box{
  display: flex;
  justify-content: space-between;
}

.welfare-box {
  border-radius: 8px;
  padding: 24px;
  background: #fdf9f2;
}

.welfare-list {
  counter-reset: num;
  /* margin-bottom: 24px; */
}

.welfare-list li {
  position: relative;
  margin-left: 20px;
  font-size: 13px;
}

.welfare-list li::before {
  content: "0" counter(num);
  display: inline-block;
  counter-increment: num;
  position: absolute;
  font-family: 'Roboto';
  font-size: 12px;
  color: #ff8969;
  left: -20px;
  top: 6px;
}

.let-number {
  margin-right: 12px;
}
.let-number p {
  background: #22BEE6;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  margin-top: -20px;
}
.let-main {
  
}
/* .let-main h3 {
  color: #F0910F;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
} */

.job-title,.feature-title {
  color: #333333;
  position: relative;
  letter-spacing: .1em;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 24px 100px;
}

.job-title::before,.feature-title::before {
  content: "0" counter(num);
  display: inline-block;
  counter-increment: num;
  position: absolute;
  color: rgba(0,0,0,0);
  font-family: "Roboto";
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-text-stroke: 2px #000;
  text-shadow: 3px 3px #0693cd;
  top: -15px;
  left: -101px;
  line-height: 1;
}

.feature--01,.feature--02,.feature--03 {
  position: relative;
}

.feature--01::after,.feature--02::after,.feature--03::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 56px;
  background: url(https://plussumjapan.co.jp/life-agent/wp-content/themes/base/assets/img/common/img_feature_01.png) no-repeat center/cover;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.feature--02::after {
  background: url(https://plussumjapan.co.jp/life-agent/wp-content/themes/base/assets/img/common/img_feature_02.png) no-repeat center/cover;
}

.feature--03::after {
  background: url(https://plussumjapan.co.jp/life-agent/wp-content/themes/base/assets/img/common/img_feature_03.png) no-repeat center/cover;
}

.let-main p {
  margin-bottom: 10px;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .top_space1 {
    padding-top: 20px;
  }
  .top_space2 {
    margin-top: 20px;
  }

  .welfare-box {
    padding: 16px;
    background: #fdf9f2;
  }
}
/*------------------ whatセクション ------------------*/
.what_box {
  padding: 20px 30px;
}
.what_box h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.what_box p {
  
}
.what_banner {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.what_banner a {
  padding: 0 10px;
}
.what_banner a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .what_box {
    padding: 0 8px 20px 8px;
  }
  .what_banner {
    display: block;
    padding: 0 60px 30px 0;
  }
  .what_banner a img {
    margin-bottom: 10px;
  }
}
/*------------------ ctaセクション ------------------*/
.cta {
  text-align: center;
}
.cta h3 {
  text-align: center;
  font-size: 32px;
  letter-spacing: .1em;
  line-height: 1.5;
  display: inline-block;
  color: #333333;
  margin: 24px 0 16px;
}

.cta h3 span {
  font-weight: bold;
  color: #0693cd;
}
.cta a,.btn-blue {
  background: #0ca3e1;
  padding: 16px 80px;
  font-size: 16px;
  letter-spacing: .1em;
  color: #fff;
  font-weight: bold;
  border-radius: 36px;
  box-shadow: 1px 1px 6px #575757;
}

.btn-blue {
  padding: 21px 70px;
  margin: 20px auto 0;
  line-height: 1.2;
  border-radius: 40px;
  position: relative;
}

.btn-blue::after {
  content: '';
  background-image: url(https://plussumjapan.co.jp/life-agent/wp-content/themes/base/assets/img/common/ico_link_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0,-50%);
}

.cta a:hover,.btn-blue:hover {
  opacity: .7;
  color: #fff;
}

.cta .entry-link {
  font-size: 20px;
  font-weight: bold;
  color: #F0910F;
  text-decoration: underline;
  padding: 0;
  background: none;
  box-shadow: none;
  transition: all 0.5s ease;
}

.cta .entry-link:hover {
  opacity: .5;
  color: #F0910F;
}

.top_60 {
  margin-top: 60px;
}
.top_20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .cta h3 {
    font-size: 18px;
  }
  .cta a {
    width: 240px;
    margin: 0 auto;
    padding: 16px 0;
    display: block;
  }

  .cta.top_60 {
    margin-top: 10px;
  }
}
/*------------------ voiceセクション ------------------*/
.section-title {
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
/* .section-title::after {
  content:'';
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #F0910F;
  transform: rotate(-60deg) translate(-50%,0);
  left: 50%;
  bottom:-20px;
} */
.section-title p {
  font-size: 72px;
  margin-bottom: -30px;
  color: rgba(240,145,15,0.5);
  font-family: 'Roboto';
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
.section-title-main {
  margin-bottom: 0;
  color: #333333;
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: bold;
}

.voice-image {
  position: relative;
}
.voice-image img {
  position: relative;
  margin-top: 40px;
}
.name-ribbon {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.name-ribbon-sub {
  font-size: 14px;
  color: #fff;
  background: #ff8969;
  padding: 6px 12px;
  border-radius: 0 5px 5px 0;
  margin-bottom: 8px;
  width: max-content;
  letter-spacing: .1em;
}
.name-ribbon-name {
  width: fit-content;
  font-size: 24px;
  color: #333333;
  background: #fff;
  padding: 15px 16px;
  line-height: 1;
  letter-spacing: .1em;
  border-radius: 0 10px 10px 0;
}
.name-ribbon-name span {
  font-size: 14px;
  color: #333333;
  display: block;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .name-ribbon {
    bottom: -40px;
    z-index: 1;
  }
  .section-title {
    margin-bottom: 32px;
  }
  .name-ribbon-name {
    border-radius: 0 10px 0 0;
  }
}
.voice-name {
  position: absolute;
  bottom: 12px;
  left: 30px;
}
.voice-name h2 {
  font-size: 20px;
  background: #22BEE6;
  padding: 2px 12px;
  color: #fff;
  margin-bottom: 6px;
  display: inline-block;
}
.voice-name h3 {
  font-size: 20px;
  background: #22BEE6;
  padding: 2px 12px;
  color: #fff;
  margin-bottom: 6px;
  display: inline-block;
}
.voice-name p {
  font-size: 20px;
  background: #22BEE6;
  padding: 0px 12px;
  color: #fff;
  margin-bottom: 6px;
  display: inline-block;
}
.voice-main {
  margin-top: 40px;
  background: #fff;
  padding: 40px 50px;
}
.gptw-text {
  background: #fff;
  padding: 40px 50px;
}
.voice-main h3,.gptw-text h3 {
  color: #F0910F;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
.voice-main p {
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .top_voice .voice-main {
    margin-top: -10px;
    height: 100%;
    padding: 56px 16px 64px 16px;
  }
  .voice-image img {
    margin-top: -20px;
  }
  .section-title p {
    margin-bottom: -24px;
    font-size: 52px;
  }
  .top_feature .job-title, .top_let2 .job-title {
    margin-left: 80px;
    margin-bottom: 20px;
  }
  .job-title::before,.feature-title::before {
    font-size: 48px;
    top: 0;
    left: -80px;
  }
  .gptw-text {
    width: 100%;
    padding: 20px;
  }
}
/*------------------ recruitセクション ------------------*/
/* .top_recruit h2 {
  font-size: 30px;
  text-align: center;
  color: #F0910F;
  margin-bottom: 50px;
} */
.top_recruit h3 {
  font-size: 24px;
  color: #F0910F;
  margin-bottom: 20px;
}
.recruit-1 {
  background: #fff;
  width: 100%;
  height: 50px;
  margin-bottom: 60px;
}
.recruit-2 {
  background: #fff;
  width: 100%;
  height: 50px;
  margin-bottom: 60px;
}
.recruit-3 {
  
}
.rec {
  
}
.rec dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
  width: 120px;
}
.rec dd {
  float: left;
  margin-left: 1em;
}

.flow-box {
  text-align: center;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
}
.flow-box h3 {
  
}
.flow-box img {
  padding: 20px;
  width: 70%;
}
.flow-box p {
  color: #0693cd;
  font-size: 18px;
}

/*------------------ infographセクション ------------------*/
/* .top_infograph h2 {
  text-align: center;
  font-size: 48px;
  color: #F0910F;
  margin-bottom: 50px;
  font-family: 'Lora';
  font-weight: bold;
} */
.infograph-p {
  text-align: center;
  margin-top: 30px;
  margin-bottom: -30px;
  z-index: 9999;
  position: relative;
  color: #007796;
}

/*------------------ 円グラフ ------------------*/
.pie-chart {
  background: radial-gradient( circle closest-side, transparent 70%, #fdf9f2 0 ), conic-gradient( #4e79a7 0, #4e79a7 19.5%, #f28e2c 0, #f28e2c 100% );
  position: relative;
  min-height: 300px;
  margin: 0;
}
.pie-chart figcaption {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: smaller;
  text-align: right;
}
.pie-chart span:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
  height: 0.8em;
  border-radius: 0.2em;
  background: currentColor;
}

.pie-chart2 {
  background: radial-gradient( circle closest-side, transparent 70%, #fdf9f2 0 ), conic-gradient( #4e79a7 0, #4e79a7 41.5%, #f28e2c 0, #f28e2c 65.9%, #e15759 0, #e15759 90.3%, #76b7b2 0, #76b7b2 100% );
  position: relative;
  min-height: 300px;
  margin: 0;
}
.pie-chart2 figcaption {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: smaller;
  text-align: right;
}
.pie-chart2 span:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
  height: 0.8em;
  border-radius: 0.2em;
  background: currentColor;
}

.pie-chart3 {
  background: radial-gradient( circle closest-side, transparent 70%, #fdf9f2 0 ), conic-gradient( #4e79a7 0, #4e79a7 38.2%, #f28e2c 0, #f28e2c 100% );
  position: relative;
  min-height: 300px;
  margin: 0;
}
.pie-chart3 figcaption {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: smaller;
  text-align: right;
}
.pie-chart3 span:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
  height: 0.8em;
  border-radius: 0.2em;
  background: currentColor;
}


/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  /* margin-bottom: 60px; */
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 20px;
}
.com-about th {
  background-color: #fff;
  color: #f0910f;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
}
.com-about td {
  background-color: #fff;
  padding-left: 36px;
}
.com-about tr {
  border-bottom: dashed 1px #e9ecef;
}

.list-indent {
  margin-left: 10px;
}

.submit-btn input {
  padding: 24px !important;
  border-radius: 34px;
}

@media (min-width: 767px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #575757;
  }
  }
  
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about td {
    padding: 10px 20px 20px 20px;
  }
  .top_recruit .com-about th {
    padding: 20px 20px 0px 20px;
    text-align: left;
    width: 100%;
  }
  .entry_form .com-about th {
    width: 100%;
    font-size: 16px;
    padding-bottom: 0;
    text-align: left;
    padding-left: 60px;
  }
}

.entry_form .com-about th {
  color: #333333;
}

@media only screen and (max-width:767px) {
.top_let,.top_let2,.top_what,.top_cta,.top_infograph, .top_feature,.top_gptw {
  padding: 40px 0;
}
}
