@charset "utf-8";

/*====================================================
ttle design
====================================================*/
#top .cts_ttl {
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.5em;
  font-weight: bold;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 15px;
}
#top .cts_ttl span {
  position: absolute;
  right: 0;
  top: 1em;
  transform: translate(calc(100% + 15px),0);
}
#top .cts_ttl.left {
  right: unset;
  left: 15px;
}
#top .cts_ttl.left span {
  right: unset;
  left: 0;
  transform: translate(calc(-100% - 15px),0);
}

#lower #page_title .wrap {
  padding: 90px 0 50px;
  position: relative;
}
#lower #page_title h1.title {
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
}
#lower #page_title h1 span {
  display: block;
  margin: 10px 0 0 15px;
}
#lower #page_title h1 span img {
  width: auto;
  max-height: 32px;
}
#lower #page_title.page_tmp h1.title {
  color: var(--mainColor);
  font-size: 32px;
  line-height: 1.6em;
  font-weight: 600;
}
#lower #page_title .anchor_list {
  display: flex;
  position: absolute;
  bottom: 50px;
  right: 0;
  gap: 15px 30px;
}
#lower #page_title .anchor_list a {
  width: auto;
  min-width: 110px;
  display: inline-block;
  color: var(--mainColor);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  padding: 0 32px 10px 0;
  background: url(../images/common/icon-arrow_dwn.svg) no-repeat right center / 16px auto;
  border-bottom: 1px solid #B4C1CE;
}
#lower #page_title .anchor_list.member {
    gap: 15px 50px;
}
#lower #page_title .anchor_list.member a {
  padding-bottom: 0;
  border-bottom: none;
}
#lower #page_title h1.title.border {
  position: relative;
}
#lower #page_title h1.title.border:before,
#lower #page_title h1.title.border:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #B4C1CE;
  position: absolute;
  left: 0;
  bottom: -20px;
}
#lower #page_title h1.title.border:after {
  bottom: -25px;
}

/*トップページ*/
#top #kv {
  width: 100%;
  height: 100svh;
  padding: 0;
  background: var(--mainColor);
  overflow: hidden;
  z-index: 9999;
}
#top #kv .mov {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#top #kv .mov video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top #kv .ovr {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.36);
  mix-blend-mode: multiply;
  z-index: 3;
}
#top #kv .wrap {
  height: 100%;
  padding: 60px 0;
  position: relative;
  z-index: 5;
}
#top #kv .header {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
#top #kv .header .logo {
  width: 330px;
}
#top #kv .header .lang {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  gap: 0 25px;
}
#top #kv .header .lang li {
  position: relative;
}
#top #kv .header .lang li + li:before {
  content: '';
  width: 1px;
  height: 16px;
  background: #9FADBA;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translate(0,-50%);
}
#top #kv .header .lang a {
  color: #9FADBA;
  text-decoration: none;
}
#top #kv .header .lang a:hover,
#top #kv .header .lang a.active {
  color: #fff;
  font-weight: bold;
  opacity: 1;
}
#top #kv .copy {
  font-size: 21px;
  line-height: 2em;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  opacity: 0;
  animation: fadeup 1.2s 1.4s ease forwards;
}
#top #kv .copy span {
  font-size: 36px;
  text-indent: -0.7em;
  display: inline-block;
}
#top #kv h3 {
  width: 100%;
  max-width: 760px;
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translate(-50%,0);
}
#top #kv h3 .fade01 {
  opacity: 0;
  transform: translate(0,60px);
  animation: fadeup 1.2s 1.8s ease forwards;
}
#top #kv h3 .fade02 {
  opacity: 0;
  transform: translate(0,60px);
  animation: fadeup 1.2s 2s ease forwards;
}
#top #kv h3 .fade03 {
  opacity: 0;
  transform: translate(0,60px);
  animation: fadeup 1.2s 2s ease forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translate(0,60px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
#top #about .wrap {
  padding: 95px 0;
}
#top #about .cts_wrap {
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px 50px;
  position: relative;
  flex-direction: row-reverse;
  padding-right: 50px;
}
#top #about .cts_wrap .cts_l {
  width: 127px;
  transition-delay: .2s;
}
#top #about .cts_wrap .cts_r {
  width: 756px;
  transition-delay: .4s;
}
#top #about h3 {
  font-size: 30px;
  line-height: 1em;
  font-weight: 500;
  margin: 0 0 30px -.6em;
  color: var(--mainColor);
}
#top #about h3 span {
  display: block;
  margin: 0 0 0 18px;
}
#top #about h4 {
  font-size: 20px;
  line-height: 2em;
  font-weight: 500;
  margin: 0;
  display: inline;
  border-bottom: 1px solid var(--mainColor);
}
#top #about p {
  font-size: 16px;
  line-height: 2.2em;
  font-weight: 500;
  margin: 55px 0 0 0;
}
#top #about .btnBox {
  margin-top: 60px;
}
#top #service {
  overflow: hidden;
}
#top #service .clip {
  width: 100%;
  height: 500px;
  clip-path: border-box;
}
#top #service .bgi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  pointer-events: none;
  background: url(../images/top/service_bgi_pc.png) no-repeat center / cover;
}
#top #service .bgi img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#top #service .wrap,
#top #recruit .wrap {
  padding: 85px 0 80px;
}
#top #service .ttl_box {
  justify-content: flex-start;
  align-items: center;
  gap: 36px 20px;
  position: relative;
  margin: 0;
}
#top #recruit .ttl_box {
  justify-content: center;
  align-items: center;
  gap: 36px 85px;
  position: relative;
  margin: 0;
}
#top #service .ttl_box .img {
  width: 50%;
  text-align: right;
}
#top #recruit .ttl_box .img {
  width: calc(50% - 85px);
  flex: 1;
  margin-left: calc(50% - 50vw);
  text-align: right;
}
#top #service .ttl_box .img img,
#top #recruit .ttl_box .img img {
  max-width: 580px;
  width: 100%;
}
#top #service .ttl_box .cts {
  width: calc(50% - 70px);
  transition-delay: .2s;
}
#top #recruit .ttl_box .cts {
  width: 50%;
  transition-delay: .2s;
}
#top #service .ttl_box h3,
#top #recruit .ttl_box h3 {
  color: var(--mainColor);
  font-size: 30px;
  line-height: 2em;
  font-weight: 500;
  margin: 0;
  display: inline;
  border-bottom: 1px solid var(--mainColor);
}
#top #service .ttl_box p,
#top #recruit .ttl_box p {
  color: #000;
  font-size: 18px;
  line-height: 2.2em;
  font-weight: 500;
  margin: 25px 0 0 0;
}
#top #service .ttl_box.images {
  margin-top: 150px;
  align-items: flex-start;
}
#top #service .ttl_box.images .cts {
  width: calc(50% - 85px);
}
#top #service .ttl_box.images .img {
  width: 50%;
  margin-left: 0;
  text-align: center;
}
#top #service .pickup {
  padding: 130px 0 0 0;
}
#top #service .pickup h3 {
  text-align: center;
  margin: 0 0 64px;
}
#top #service .pickup h3 img {
  max-height: 57px;
}
#top #service .pickup .lead_txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  margin: 0 0 70px;
}
#top #service .pickup .pickup_wrap {
  max-width: 940px;
  margin: 0 auto;
  justify-content: flex-start;
  gap: 55px 23px;
}
#top #service .pickup .pickup_wrap + .pickup_wrap {
  margin-top: 55px;
}
#top #service .pickup .pickup_wrap .cts_box {
  display: flex;
  align-items: center;
  width: calc((100% - 23px)/2);
  min-height: 174px;
  background: #fff;
  transition-delay: .2s;
  padding: 15px 35px;
  position: relative;
}
#top #service .pickup .pickup_wrap .cts_box.simple {
  min-height: 180px;
}
#top #service .pickup .pickup_wrap .cts_box.simple h4 {
  margin: 0;
}
#top #service .pickup .pickup_wrap .cts_box:nth-of-type(2n) {
  transition-delay: .4s;
}
#top #service .pickup .pickup_wrap .cts_box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 50px 50px;
  text-decoration: none;
  color: var(--txtColor);
  position: relative;
  pointer-events: none;
}
#top #service .pickup .pickup_wrap .cts_box a:hover {
  opacity: 1;
}
#top #service .pickup .pickup_wrap .cts_box a .btn_circle {
  position: absolute;
  bottom: 36px;
  right: 40px;
}
#top #service .pickup .pickup_wrap .cts_box .label {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 85px;
  display: flex;
  justify-content: flex-start;
}
#top #service .pickup .pickup_wrap .cts_box .label li {
  width: 65px;
  height: 85px;
  font-size: 12px;
  line-height: 1.8em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0 15px 0;
  color: #fff;
}
#top #service .pickup .pickup_wrap .cts_box .label li:first-child {
  border-radius: 0 0 0 36px;
}
#top #service .pickup .pickup_wrap .cts_box .label .souzou {
  background: #6EABCE;
}
#top #service .pickup .pickup_wrap .cts_box .label .souzou i {
  width: 26px;
  height: 35px;
  background: url(../images/top/service-pickup_icon01.svg) no-repeat center / contain;
}
#top #service .pickup .pickup_wrap .cts_box .label .hogo {
  background: #418984;
}
#top #service .pickup .pickup_wrap .cts_box .label .hogo i {
  width: 40px;
  height: 28px;
  background: url(../images/top/service-pickup_icon02.svg) no-repeat center / contain;
}
#top #service .pickup .pickup_wrap .cts_box .label .katsuyou {
  background: var(--mainColor);
}
#top #service .pickup .pickup_wrap .cts_box .label .katsuyou i {
  width: 34px;
  height: 34px;
  background: url(../images/top/service-pickup_icon03.svg) no-repeat center / contain;
}
#top #service .pickup .pickup_wrap .cts_box h4 {
  font-size: 28px;
  line-height: 1.6em;
  font-weight: 500;
  color: var(--mainColor);
  margin-bottom: 0;
}
#top #service .pickup .pickup_wrap .cts_box h4 span {
  font-size: 23px;
  display: block;
}
#top #service .pickup .pickup_wrap .cts_box h4.line_1 {
  margin: 25px 0 35px;
}
#top #service .pickup .pickup_wrap .cts_box p {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
}
#top #service .pickup .pickup_wrap .cts_box .txt_sml {
  font-size: 13px;
  line-height: 1.8em;
  font-weight: 400;
  margin-top: 1.8em;
}
#top #service .pickup .pickup_wrap .cts_box ul.dotted li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.8em;
  font-weight: 400;
}
#top #service .pickup .btnBox {
  margin-top: 80px;
}
#top #service .customer {
  background: url(../images/top/service_customer_bgi.png) no-repeat center / cover;
  color: #fff;
  text-align: center;
  margin-top: 90px;
}
#top #service .randscape {
  margin-top: 90px;
}
#top #service .randscape h2 {
  font-size: 25px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
}
#top #service .randscape h2 span {
  font-size: 30px;
  color: var(--mainColor);
}
#top #service .randscape .btnBox {
  margin-top: 40px;
}
#top #service .randscape a.linkBtn {
  max-width: 375px;
  height: 96px;
  padding: 16px 65px 16px 25px;
}
#top #service .bunner {
  margin-top: 80px;
}
#top #service .bunner a {
  background: url(../images/top/bunner_bgi.png) no-repeat center / cover;
  height: 160px;
  justify-content: flex-start;
  align-items: center;
  gap: 0 40px;
  position: relative;
  text-decoration: none;
  padding: 15px 70px;
}
#top #service .bunner a + a {
  margin-top: 40px;
}
#top #service .bunner a .logo {
  width: 110px;
  display: flex;
}
#top #service .bunner a .txt {
  width: calc(100% - 60px - 110px);
  color: #fff;
}
#top #service .bunner a .txt h2 {
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 600;
}
#top #service .bunner a .txt p {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 400;
  margin-top: .5em;
}
#top #service .bunner a .btn {
  width: 58px;
  height: 58px;
  border-radius: 58px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
  transition: .3s;
}
#top #service .bunner a .btn:after {
  content: '';
  width: 24px;
  height: 6px;
  background: url(../images/common/icon-arrow.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
}
#top #service .bunner a:hover,
#top #service .bunner a:hover img {
  opacity: .8;
}
#top #service .bunner a:hover .btn {
  background: #fff;
}
#top #service .bunner a:hover .btn:after {
  transform: translate(calc(-50% + 5px),-50%);
}
#top #service .bunner a.venture {
  background: url(../images/top/bunner-venture_bgi.png) no-repeat center / cover;
}
#top #service .customer a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 90px 20px;
}
#top #service .customer a:hover {
  opacity: 1;
}
#top #service .customer h3 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0 0 30px;
}
#top #service .customer h3 span {
  display: block;
  margin-bottom: 15px;
}
#top #service .customer p {
  font-size: 14px;
  line-height: 2.2em;
  font-weight: 500;
}
#top #service .customer .btnBox {
  margin-top: 40px;
}
#top #service .customer .btnBox .linkBtn {
  background: none;
}
#top #service .customer a:hover .btnBox .linkBtn {
  background: #fff;
}
#top #member {
  overflow: hidden;
}
#top #member .wrap {
  position: relative;
  padding: 102px 0;
}
#top #member .cts_ttl {
  color: #fff;
  top: 100px;
}
#top #member .contents_wrap {
  padding-left: 96px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px 70px;
}
#top #member .contents_wrap .cts {
  width: 310px;
  padding-bottom: 40px;
}
#top #member .contents_wrap .cts h3 {
  font-size: 30px;
  line-height: 1.8em;
  font-weight: 400;
  margin: 0 0 25px;
}
#top #member .contents_wrap .cts h3 span {
  display: inline;
  border-bottom: 1px solid #fff;
}
#top #member .contents_wrap .cts p {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 400;
}
#top #member .contents_wrap .cts .btnBox {
  margin-top: 50px;
}
#top #member .btnBox.sp-only {
  display: none;
}
#top #member .btnBox a.linkBtn {
  background: none;
}
#top #member .btnBox a.linkBtn:hover {
  background: #fff;
}
#top #member .contents_wrap .img {
  width: calc(100% - 310px - 70px);
  flex: 1;
  margin-right: calc(50% - 50vw);
  text-align: left;
  transition-delay: .2s;
}
#top #member .contents_wrap .img img {
  width: 100%;
  max-width: 600px;
}

#top #recruit .ttl_box {
  margin: 0;
}
#top #recruit .ttl_box p {
  color: #000;
  font-size: 18px;
}
#top #recruit .ttl_box .btnBox {
  margin-top: 65px;
}

#top #news .wrap {
  padding: 190px 0;
  position: relative;
}
#top #news .cts_ttl {
  top: 100px;
}
#top #news .news_list {
  padding-left: 96px;
}
.news_list {
  width: 100%;
  margin: 0;
  padding: 0;
}
.news_list ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.news_list ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
.news_list ul li + li {
  border-top: none;
}
.news_list ul li a {
  width: 100%;
  padding: 25px 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 45px;
  flex-wrap: nowrap;
}
.news_list ul li a:hover {
  opacity: 1;
  background: #EDEDED;
}
.news_list ul li .date {
  font-size: 14px;
  line-height: 1.6em;
  width: 80px;
}
.news_list ul li .tag {
  font-size: 10px;
  line-height: 1.6em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 33px;
  background: var(--mainColor);
  text-align: center;
  clip-path: polygon(0 40%, 12% 0, 100% 0, 100% 100%, 0 100%);
}
.news_list ul li .details {
  width: calc(80px + 95px + 45px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 45px;
}
.news_list ul li h3 {
  width: calc(100% - 220px - 45px);
  font-size: 16px;
  line-height: 1.6em;
}
.news_list ul li a {
  text-decoration: none;
  color: var(--txtColor);
}
.news_list .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 60px;
  border: 1px solid var(--mainColor);
  background: #fff;
  text-align: center;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  margin: 30px auto 0;
}
.news_list .btn:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
}
.news_list .btn.js-btn-close:after {
  transform: translate(0,-50%) rotate(-135deg);
}
#top #book .wrap {
  padding: 100px 0;
}
#top #book .ttl_box {
  position: relative;
  padding: 50px 75px 0 0;
  margin: 0 0 95px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px 50px;
}
#top #book .ttl_box h3 {
  font-size: 23px;
  line-height: 1.8em;
  font-weight: 500;
  margin: 0;
  color: var(--mainColor);
}
#top #book .ttl_box h3 span {
  display: inline;
  border-bottom: 1px solid var(--mainColor);
}
#top #book .ttl_box p {
  display: inline-block;
  width: auto;
  color: var(--mainColor);
  font-size: 18px;
}
#top #book .ttl_box h3 span {
  border-bottom: 1px solid var(--mainColor);
}
#top #book .book_list {
  justify-content: flex-start;
  gap: 60px;
  padding: 0 75px 0 0;
}
#top #book .book_list .details {
  width: calc((100% - 60px*3)/4);
}
#top #book .book_list .details + .details {
  transition-delay: .15s;
}
#top #book .book_list .details + .details + .details {
  transition-delay: .3s;
}
#top #book .book_list .details + .details + .details + .details {
  transition-delay: .45s;
}
#top #book .book_list + .btnBox {
  margin-top: 90px;
}
#top #book .book_list .details a {
  text-decoration: none;
}
#top #book .book_list .details .img {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#top #book .book_list .details .img:after {
  content: none;
  width: 100%;
  height: 100%;
  background: #777;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: .3s;
}
#top #book .book_list .details:hover .img:after {
  opacity: 0;
}
#top #book .book_list .details .img img {
  transition: .3s;
}
#top #book .book_list .details:hover .img img {
  transform: scale(1.05);
  transform-origin: center;
}
#top #book .book_list .details a:hover,
#top #book .book_list .details a:hover img {
  opacity: 1;
}
#top #book .book_list .details h3 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
  color: var(--mainColor);
  margin: 20px 0 0 0;
}
#top #book .book_list .details .name {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  color: #000;
  margin: 20px 0 0 0;
}
#top #link .wrap {
  padding: 50px 0 160px;
}
#top #link .link_list {
  justify-content: center;
  align-items: center;
  gap: 25px;
}
#top #link .link_list {
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  max-width: calc(100% - 75px*2);
  width: 100%;
  margin: 0 auto;
}
#top #link .link_list > div {
  width: 100%;
  max-width: 357px;
}
#top #link .link_list a {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid var(--mainColor);
  text-decoration: none;
  color: var(--mainColor);
  padding: 48px 40px 36px;
  position: relative;
}
#top #link .link_list a h3 {
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 700;
  margin-top: .5em;
}
#top #link .link_list a:hover,
#top #link .link_list a:hover img {
  opacity: 1;
}
#top #link .link_list a .btn_circle {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translate(0,-50%);
}
#top #link .link_list a .btn_circle:after {
  width: 18px;
  height: 4px;
}

/*事務所紹介*/
#lower #office h2 {
  color: var(--mainColor);
  font-size: 24px;
  line-height: 1.8em;
  font-weight: 500;
  margin: 0 0 40px;
}
#lower #office .cts_block {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#lower #office .cts_block + .cts_block {
  margin-top: 76px;
}
#lower #office .cts_block .cts_box {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#lower #office .cts_block .cts_box + .cts_box {
  margin-top: 80px;
}
#lower #office #greeting h3 {
  color: var(--mainColor);
  font-size: 16px;
  line-height: 2.2em;
  font-weight: 500;
  word-break: break-word;
}
#lower #office #greeting p {
  font-size: 16px;
  line-height: 2.4em;
  font-weight: 500;
}
#lower #office #greeting p + h3 {
  margin-top: 2.4em;
}
#lower #office #company {
  padding-bottom: 120px;
  border-bottom: 1px solid #22375F;
}
#lower #office #company dl.table dd dt {
  width: 120px;
}
#lower #office #company dl.table dd dd {
  width: calc(100% - 120px);
  margin-bottom: 1.5em;
}
#lower #office #company dl.table dd dd:last-of-type {
  margin-bottom: 0;
}
#lower #office #company dl.table.address {
  margin: 70px 0 40px;
}
#lower #office #history p {
  font-size: 16px;
  line-height: 1.8em;
}
#lower #office #history .history_wrap {
  width: calc(100% - 30px);
  margin: 100px 0 0 30px;
  padding-bottom: 160px;
  position: relative;
}
#lower #office #history .history_wrap:before {
  content: '';
  width: 1px;
  height: 0;
  background: var(--mainColor);
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
}
#lower #office #history .history_wrap.mv_in:before {
  animation: scaleY 5s .5s ease forwards;
}
@keyframes scaleY {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 15px);
  }
}
#lower #office #history .history_wrap .yaer {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
#lower #office #history .history_wrap .yaer:first-of-type {
  margin-top: 0;
}
#lower #office #history .history_wrap .yaer h3 {
  width: 180px;
  font-size: 32px;
  line-height: 1.2em;
  color: var(--mainColor);
  font-weight: 500;
  padding: 0 25px;
  position: relative;
}
#lower #office #history .history_wrap .yaer h3:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid var(--mainColor);
  background: var(--mainColor);
  position: absolute;
  left: 0;
  top: 54%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
#lower #office #history .history_wrap .yaer:first-of-type h3:before {
  background: #fff;
}
#lower #office #history .history_wrap .yaer p {
  width: calc(100% - 180px);
  font-size: 16px;
  line-height: 2.4em;
  font-weight: 500;
}

/*サービス*/
#lower #services .cts_block {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#lower #services .cts_block + .cts_block {
  margin-top: 90px;
}
#lower #services img.diagram {
  width: 100%;
  max-width: 492px;
  height: auto;
}
#lower #services h2 {
  color: var(--mainColor);
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 500;
  margin: 0 0 40px;
}
#lower #services #philosophy .cts_wrap {
  width: 100%;
  max-width: calc(var(--ctsWidth) - 180px);
  margin: 0 auto;
}
#lower #services #philosophy .cts_wrap .cts_box {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#lower #services #philosophy .cts_wrap .cts_box + .cts_box {
  margin-top: 50px;
}
#lower #services #philosophy .cts_wrap .cts_box h3 {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}
#lower #services #philosophy .cts_wrap .cts_box p {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
}
#lower #services #strongs .strongs_wrap {
  justify-content: center;
  gap: 30px 23px;
}
#lower #services #strongs .strongs_wrap .strongs_box {
  background: #fff;
  width: calc((100% - 23px*2)/3);
  padding: 55px 25px 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lower #services #strongs .strongs_wrap .strongs_box:nth-child(2) {
  transition-delay: .25s;
}
#lower #services #strongs .strongs_wrap .strongs_box:nth-child(3) {
  transition-delay: .5s;
}
#lower #services #strongs .strongs_wrap .strongs_box h3 {
  width: 100%;
  color: var(--mainColor);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  margin: 0 0 30px;
}
#lower #services #strongs .strongs_wrap .strongs_box h3 span {
  font-size: 15px;
}
#lower #services #strongs .strongs_wrap .strongs_box p {
  width: 100%;
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  flex-grow: 1;
}
#lower #services #strongs .strongs_wrap .strongs_box .img {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 55px 0 0 0;
}
#lower #services .border {
  display: block;
  width: 100%;
  height: 14px;
  margin: 100px 0 80px;
  padding: 0;
  border-top: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
}
#lower #services #service .cts_box + .cts_box {
  margin-top: 120px;
}
#lower #services #service .cts_box h3 {
  color: var(--mainColor);
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0 0 15px;
}
#lower #services #service .cts_box h3 span {
  margin: 0 0 0 45px;
}
#lower #services #service .cts_box h4 {
  color: var(--mainColor);
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 500;
  margin: 0 0 15px;
}
#lower #services #service .cts_box ul li + li {
  margin-top: 10px;
}
#lower #services #service .cts_box ul li {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
#lower #services #service .cts_box ul li span {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 700;
}
#lower #services #service .cts_box ul li ul {
  width: 100%;
  padding: 0 0 0 .2em;
  margin-top: 10px;
}

/*書籍紹介*/
#books .wrap {
  padding-top: 0;
}
#books .book_details {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 30px 55px;
  padding: 70px 0;
}
#books .book_details + .book_details {
  border-top: 1px solid #B4C1CE;
}
#books .book_details .thumb {
  width: 100%;
  max-width: 185px;
}
#books .book_details .contents {
  width: 100%;
  max-width: calc(100% - 185px - 55px);
}
#books .book_details .contents h2 {
  color: var(--mainColor);
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 0;
}
#books .book_details .contents .details {
  color: #000;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  margin: 15px 0;
  gap: 0 1em;
}
#books .book_details .contents .details li p {
  display: inline-block;
}
#books .book_details .contents .details li p:not(:last-child) {
  margin-right: 1.5em;
}
#books .book_details .contents .details li:nth-child(2n) {
  flex: 0 0 70%;
}
#books .book_details .contents .btnBox {
  margin-top: 36px;
}
#books .book_details .contents .btnBox a.linkBtn {
  max-width: 245px;
  height: 50px;
}

/*メンバー紹介*/
.modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(0,0,0,.6);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  z-index: 99999;
}
.modal_wrap.active {
  opacity: 1;
  pointer-events: all;
}
.modal_cts {
  background: #fff;
  width: calc(100vw - 60px);
  max-width: 1000px;
  height: 567px;
  max-height: calc(100svh - 60px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  justify-content: center;
  align-items: center;
  padding: 70px 10px 70px 30px;
}
.modal_cts .inner {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 0 20px 0 0;
}
.md-close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  gap: 0 18px;
  font-size: 15px;
  color: #9FADBA;
  cursor: pointer;
}
.md-close span {
  width: 36px;
  height: 36px;
  position: relative;
}
.md-close span:before,
.md-close span:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #9FADBA;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  transform-origin: center;
}
.md-close span:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

#members .member_list .member_box .modal_cts .details {
  align-items: flex-start;
  max-width: 826px;
  gap: 10px 75px;
}
#members .member_list .member_box .modal_cts .details .image {
  width: 100%;
  max-width: 240px;
  text-align: center;
  overflow: hidden;
}
#members .member_list .member_box .modal_cts .details .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#members .member_list .member_box .modal_cts .details .member_details {
  width: 100%;
  max-width: calc(100% - 240px - 75px);
}
#members .member_list .member_box .modal_cts .details .member_details h3.name {
  display: inline-block;
  width: 100%;
  color: var(--txtColor);
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 500;
  margin: 0 0 25px;
  padding: 0 0 8px;
  border-bottom: 1px solid #181D5A;
}
#members .member_list .member_box .modal_cts .details .member_details .cts {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#members .member_list .member_box .modal_cts .details .member_details .cts + .cts {
  margin-top: 30px;
}
#members .member_list .member_box .modal_cts .details .member_details .cts h4 {
  color: var(--mainColor);
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 500;
  margin: 0 0 5px;
  padding: 0;
}

#members .wrap {
  padding-top: 0;
}
#members .wrap {
  padding-top: 0;
}
#members h2 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: .15em;
  color: var(--mainColor);
  margin: 0 0 25px;
}
#members .member_list {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px 15px;
}
#members .member_list + .member_list {
  margin-top: 60px;
}
#members .member_list .member_box {
  width: calc((100% - 15px*3)/4);
}
#members .member_list .member_box a {
  text-decoration: none;
  color: var(--txtColor);
}
#members .member_list .member_box .thumb {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#members .member_list .member_box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#members .member_list .member_box h3 {
  color: var(--txtColor);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  margin: 15px 0 0 0;
  display: inline-block;
  position: relative;
}
#members .member_list .member_box h4 {
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  margin: 15px 0 0 0;
  display: block;
}
#members .member_list .member_box p {
  color: var(--txtColor);
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  display: inline-block;
}
#members .member_list .member_box h3:after {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--mainColor);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#members .member_list .member_box a:hover h3:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#members .member_list .member_box h3 span {
  font-size: 14px;
  width: 5em;
  display: inline-block;
}
#members #special {
  margin-top: 150px;
}
#members #special .member_list .member_box {
  width: 100%;
  max-width: 555px;
}
#members #special .member_list .member_box .modal_cts .details .image {
  width: 100%;
  max-width: 100%;
}

/*ニュース投稿*/
#whatsnew #post {
  padding-top: 70px;
}
#whatsnew #post .wrap {
  position: relative;
}
#whatsnew #post .title {
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.5em;
  font-weight: bold;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 15px;
}
#whatsnew #post .title span {
  width: 40px;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translate(calc(-100% - 15px), 0);
}
#whatsnew #post .post_wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  word-break: break-all;
}
#whatsnew #post .btnBox {
  margin-top: 85px;
}
#whatsnew #post .header {
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
#whatsnew #post .category {
  font-size: 10px;
  line-height: 1.6em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 26px;
  background: var(--mainColor);
  text-align: center;
  clip-path: polygon(0 40%, 12% 0, 100% 0, 100% 100%, 0 100%);
}
#whatsnew #post .date {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 500;
}
#whatsnew #post .post_title {
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
  margin-bottom: 50px;
}
#whatsnew #post .post_body {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
#whatsnew #post .post_body strong {
  font-weight: bold;
}
#whatsnew #post .post_body a {
  color: var(--txtColor);
  text-decoration: underline;
}
#whatsnew #post .post_body p {
  margin: 1.5em 0;
}
#whatsnew #post .post_body .wp-block-buttons > .wp-block-button {
  width: 100%;
  max-width: 310px;
}
#whatsnew #post .post_body .wp-block-image + .wp-block-image {
  margin-top: 1.5em;
}

/*アクセス*/
#access .wrap {
  max-width: 700px;
  padding-top: 30px;
}
#access h2 {
  color: var(--mainColor);
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 0 0 40px;
}
#access .cts_block {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 20px 0 0 0;
}
#access .cts_block + .cts_block {
  margin-top: 115px;
}
#access .cts_block .cts_box {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#access .cts_box + .cts_box {
  margin-top: 70px;
}
#access .cts_box dl {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
#access .cts_box dl + dl {
  margin-top: 20px;
}
#access .cts_box dl dt,
#access .cts_box dl dd {
  font-weight: 500;
}
#access .cts_box dl dt {
  color: var(--mainColor);
  font-size: 12px;
  line-height: 2.2em;
  width: 90px;
}
#access .cts_box dl dd {
  width: calc(100% - 90px);
}
#access .cts_box dl dd a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  color: inherit;
}
#access .cts_box dl dd .caution {
  font-size: 12px;
  line-height: 1.8em;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1.5em;
}
#access .cts_box.map iframe {
  width: 100%;
  height: 475px;
}

/*採用情報*/
#recruit .wrap {
  padding-top: 0;
}
#recruit .recruit_box {
  width: 100%;
  border-bottom: 1px solid var(--mainColor);
}
#recruit .recruit_box:first-of-type {
  border-top: 1px solid var(--mainColor);
}
#recruit .recruit_box .acc_tab {
  width: 100%;
  padding: 25px 50px 25px 0;
  position: relative;
  cursor: pointer;
}
#recruit .recruit_box .acc_tab:after {
  content: '';
  width: 16px;
  height: 16px;
  border-top: 1px solid var(--mainColor);
  border-right: 1px solid var(--mainColor);
  transform: translate(0,-50%) rotate(135deg);
  transform-origin: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: .3s;
}
#recruit .recruit_box .acc_tab.open:after {
  transform: translate(0,-50%) rotate(315deg);
}
#recruit .recruit_box .acc_tab h2 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  color: var(--mainColor);
}
#recruit .recruit_box .acc_tab h2 span {
  font-size: 16px;
}
#recruit .recruit_box .acc_cts {
  width: 100%;
  padding: 25px 0 150px;
}
#recruit .recruit_box .acc_cts dl {
  width: 100%;
  display: flex;
}
#recruit .recruit_box .acc_cts dl + dl {
  margin-top: 30px;
}
#recruit .recruit_box .acc_cts dt {
  width: 90px;
  padding: 0 1em 0 0;
  color: var(--mainColor);
  font-size: 12px;
  line-height: 2.2em;
  font-weight: 500;
}
#recruit .recruit_box .acc_cts dd {
  width: calc(100% - 90px);
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
#recruit .recruit_box .acc_cts dd span {
  font-size: 14px;
}

/*お問い合わせ*/
#contact .contact_wrap {
  justify-content: space-between;
  gap: 85px 25px;
}
#contact .contact_wrap .info {
  width: 100%;
  max-width: 383px;
}
#contact .contact_wrap .form {
  width: 100%;
  max-width: 482px;
}
#contact .contact_wrap .info .cts_box {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#contact .contact_wrap .info .cts_box + .cts_box {
  margin-top: 4em;
}
#contact .contact_wrap .info h2 {
  color: #22375F;
  font-size: 16px;
  line-height: 2.2em;
  font-weight: 500;
}
#contact .contact_wrap .info p {
  font-size: 16px;
  line-height: 2.2em;
  font-weight: 500;
}
#contact .contact_wrap .form p.caution {
  font-size: 12px;
  line-height: 2em;
  font-weight: 500;
  margin-top: 1em;
}
#contact .contact_wrap .form p.error-msg span {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 500;
  margin-top: .5em;
  display: inline-block;
  color: #D60003;
}
#form input.error,
#form textarea.error {
  background: #fff2f2 !important;
  border-color: #D60003 !important;
}
#contact .contact_wrap .form .form_set {
  flex-direction: column;
}
#contact .contact_wrap .form .form_set + .form_set,
#contact .contact_wrap .form .form_set.lstn {
  margin-top: 40px;
}
#contact .contact_wrap .form .form_set h3 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.5em;
  margin-bottom: 18px;
}
#contact .contact_wrap .form .form_set h3 span {
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 28px;
  background: var(--mainColor);
}
#contact .contact_wrap .form .form_set h3 span.free {
  color: #000;
  background: #E4E4E4;
}
#contact .contact_wrap .form .recruitment {
  display: inline-block;
  width: 100%;
  margin: 50px 0 0;
  padding: 0 0 50px;
  border-bottom: 1px solid var(--mainColor);
}
#contact .contact_wrap .form .recruitment h4 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
  position: relative;
  margin: 0 0 40px;
}
#contact .contact_wrap .form .recruitment h4:after {
  content: '';
  width: 200px;
  height: 1px;
  background: var(--mainColor);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}
#contact .contact_wrap .form .recruitment h4 span {
  background: #f3f2ec;
  padding: 0 1em 0 0;
  position: relative;
  z-index: 2;
}
#contact .contact_wrap .form .input_set {
  justify-content: flex-start;
  align-items: center;
  gap: 18px 30px;
}
#contact .contact_wrap .form .input_set .input_box {
  width: calc((100% - 30px)/2);
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 10px;
}
#contact .contact_wrap .form .input_box .label {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  width: 2.5em;
}
#contact .contact_wrap .form .input_box input {
  width: calc(100% - 2.5em - 10px);
}
#contact .contact_wrap .form .input_set.full .input_box {
  width: 100%;
}
#contact .contact_wrap .form .input_set.full .input_box .label {
  width: 6em;
}
#contact .contact_wrap .form .input_set.full .input_box input {
  width: calc(100% - 6em - 10px);
}
#contact .contact_wrap .form .input_set.radio {
  gap: 5px 30px;
}
#contact .contact_wrap .form .input_set.radio .radio_box,
#contact .contact_wrap .form .input_set.check_box .check_box {
  width: 100%;
}
#contact .contact_wrap .form .input_set.radio.col3 .radio_box {
  width: calc((100% - 30px*2)/3);
}

#contact form input[type="text"],
#contact form input[type="email"],
#contact form input[type="tel"],
#contact form input[type="number"],
#contact form input[type="password"] {
	line-height: 1.5em;
	padding: 5px 10px;
	border: 1px solid #fff;
  border-radius: 10px;
	background: #fff;
	font-size: 16px;
  font-family: var(--fontFamiry);
}
#contact form select {
	line-height: 1.5em;
	padding: 5px 10px;
	border: 1px solid #fff;
  border-radius: 10px;
	background: #fff;
	font-size: 16px;
	height: 35px;
  font-family: var(--fontFamiry);
}
#contact form textarea {
  display: inline-block;
  width: 100%;
	height: 19em;
	padding: 10px;
	border: 1px solid #fff;
  border-radius: 10px;
	background: #fff;
	font-size: 16px;
  font-family: var(--fontFamiry);
}
#contact form input[type=radio],
#contact form input[type=checkbox] {
  display: none;
}
#contact .contact_wrap .form .input_set.radio label {
  cursor: pointer;
  display: inline-block;
  padding-left: 60px;
  position: relative;
}
#contact .contact_wrap .form .input_set.radio label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #9DADBA;
  position: absolute;
  left: 0;
  top: 3px;
}
#contact .contact_wrap .form .input_set.radio label:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #9EADBA;
  position: absolute;
  left: 4px;
  top: 7px;
  transform: scale(0,0);
  transition: .3s;
}
#contact .contact_wrap .form .input_set.radio input[type="radio"]:checked + label:after {
  transform: scale(1,1);
}
#contact .contact_wrap .form .input_set.check_box label {
  cursor: pointer;
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
#contact .contact_wrap .form .input_set.check_box label:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid var(--mainColor);
  position: absolute;
  left: 0;
  top: 3px;
}
#contact .contact_wrap .form .input_set.check_box label:after {
  content: '';
  width: 14px;
  height: 8px;
  border-left: 2px solid var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  position: absolute;
  left: 3px;
  top: 7px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: .3s;
}
#contact .contact_wrap .form .input_set.check_box input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

#contact form .btnBox {
  margin: 45px 0 30px;
  gap: 18px;
}
#contact .sbmBtn,
#contact .wpcf7-submit {
  display: flex;
  width: 174px;
  height: 60px;
  background: var(--mainColor) url(../images/common/icon-arrow_wht.svg) no-repeat right 18px center / 36px auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  border: 1px solid var(--mainColor);
  border-radius: 0;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: var(--fontFamiry);
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 5px 24px;
}
#contact .sbmBtn.reset {
  background: url(../images/common/icon-arrow.svg) no-repeat right 18px center / 36px auto;
  color: var(--txtColor);
  border: 1px solid var(--mainColor);
}
#contact .sbmBtn.back {
  background: url(../images/common/icon-arrow_back.svg) no-repeat left 18px center / 36px auto;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  text-align: center;
  padding: 5px 20px 5px 40px;
}
#contact .sbmBtn:hover,
#contact .wpcf7-submit:hover,
#contact .sbmBtn.reset:hover,
#contact .sbmBtn.back:hover {
  opacity: .8;
}
#contact table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
#contact table.formTable td,
#contact table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
#contact table.formTable th{
	width:30%;
	font-weight:normal;
	background:#f9f9f9;
	text-align:left;
}
#contact p.error_messe{
	margin: 5px 0;
	color: #D60003;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 1000px #e6f0fa inset;
  border-color: #e6f0fa!important;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
#contact #formWrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#contact #formWrap h3,
#contact.thanks h2 {
  color: var(--mainColor);
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0 0 .8em;
}
#contact #formWrap .formTable {
  margin-top: 1.5em;
}
#contact.thanks .wrap {
  max-width: 720px;
}
#contact.thanks .btnBox {
  margin-top: 60px;
}
#contact.thanks a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  color: inherit;
}
/*contactform7*/
#contact .wpcf7-list-item {
  margin: 0;
}
#contact form .btnBox p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#contact form .btnBox .wpcf7-spinner {
  width: 0;
  height: 0;
  margin: 0;
}
#contact .contact_wrap .form .input_set.radio p {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px 30px;
}
#contact .contact_wrap .form .input_set.radio .wpcf7-list-item {
  width: 100%;
}
#contact .contact_wrap .form .input_box > p {
  width: calc(100% - 2.5em - 10px);
}
#contact .contact_wrap .form .input_set.full .input_box > p {
  width: calc(100% - 6em - 10px);
}
#contact .contact_wrap .form .input_box > p input {
  width: 100%;
}
#contact .contact_wrap .form .input_set.radio .wpcf7-list-item label {
  padding: 0;
}
#contact .contact_wrap .form .input_set.radio .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  padding-left: 60px;
  position: relative;
}
#contact .contact_wrap .form .input_set.radio .wpcf7-list-item-label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--mainColor);
  position: absolute;
  left: 0;
  top: 3px;
}
#contact .contact_wrap .form .input_set.radio .wpcf7-list-item-label:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: var(--mainColor);
  position: absolute;
  left: 4px;
  top: 7px;
  transform: scale(0,0);
  transition: .3s;
}
#contact .contact_wrap .form .input_set.radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  transform: scale(1,1);
}
#contact .contact_wrap .form .input_set.check_box .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
#contact .contact_wrap .form .input_set.check_box .wpcf7-list-item-label:after {
  content: '';
  width: 14px;
  height: 8px;
  border-left: 2px solid var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  position: absolute;
  left: 3px;
  top: 7px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: .3s;
}
#contact .contact_wrap .form .input_set.check_box input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
#contact .contact_wrap .form .input_set.check_box input.error,
#contact .contact_wrap .form .input_set.check_box .wpcf7-not-valid {
  background: none !important;
  border-color: none !important;
}
input#com-name,
input#zipcode,
input#pref,
input#address,
input#address2,
input#com-position,
input#mailaddress,
input#phone {
  width: 100%!important;
}
input.error, textarea.error,
.wpcf7-not-valid {
  background: #fff2f2 !important;
  border-color: #D60003 !important;
}
span#contact-type,
span#recruit,
span#fieldtype {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px 30px;
}
#contact .contact_wrap .form .input_set.radio.col3 .wpcf7-list-item {
  width: calc((100% - 30px * 2) / 3);
}
.wpcf7-response-output {
  display: none;
}
.cf7-cf-turnstile {
  margin-top: 30px !important;
}
input[type="submit"].disabled {
  opacity: .5;
  pointer-events: none!important;
}

/*サイトポリシー*/
#policy h2 {
  color: var(--mainColor);
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 0 0 36px;
}
#policy h3 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  margin: 0 0 5px;
}
#policy .cts_block {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#policy .cts_block + .cts_block {
  margin-top: 85px;
}
#policy .cts_box {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#policy .cts_box + .cts_box {
  margin-top: 60px;
}
#policy ul.circle {
  width: 100%;
  font-size: 14px;
  line-height: 2.2em;
  font-weight: 500;
}
#policy ul.circle li {
  width: 100%;
  text-indent: -1.2em;
  padding-left: 1.2em;
  position: relative;
}
#policy ul.circle li:before {
  content: '● ';
  color: var(--mainColor);
}
#policy ul.circle li + li {
  margin-top: 1.5em;
}
#policy p {
  font-size: 16px;
  line-height: 2.2em;
  font-weight: 500;
}

/*知財評価LP*/
#lower #ipeva #kv {
  background: url(../images/ipeva/kv-bgi.png) no-repeat center / cover;
}
#lower #ipeva #kv .wrap {
  max-width: 700px;
  padding-top: 70px;
  padding-bottom: 180px;
  position: relative;
}
#lower #ipeva #kv h1 {
  color: #fff;
  font-size: 35px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 60px;
}
#lower #ipeva #kv ul.copy_list li {
  display: block;
}
#lower #ipeva #kv ul.copy_list li + li {
  margin-top: 12px;
}
#lower #ipeva #kv ul.copy_list li span {
  padding: 5px 20px;
  background: #fff;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}
#lower #ipeva #kv .logo_mark {
  width: 96px;
  position: absolute;
  right: -80px;
  bottom: 170px;
}
#lower #ipeva #why,
#lower #ipeva #about,
#lower #ipeva #flow {
  background: var(--mainColor);
  color: #fff;
}
#lower #ipeva #why a,
#lower #ipeva #about a,
#lower #ipeva #flow a {
  color: #fff;
  text-decoration: underline;
}
#lower #ipeva #why a.linkBtn:hover,
#lower #ipeva #about a.linkBtn:hover,
#lower #ipeva #flow a.linkBtn:hover {
  color: var(--mainColor)!important;
  background: #fff!important;
  opacity: .8;
}
#lower #ipeva #why a.linkBtn:hover:after,
#lower #ipeva #about a.linkBtn:hover:after,
#lower #ipeva #flow a.linkBtn:hover:after {
  background-image: url(../images/common/icon-arrow.svg);
}
#lower #ipeva .wht_box {
  width: 100%;
  max-width: 858px;
  background: #fff;
  color: var(--txtColor);
  margin: -120px auto 0;
  padding: 0 20px;
}
#lower #ipeva .wht_box .inner {
  width: 100%;
  max-width: 700px;
  padding: 45px 0;
  margin: auto;
}
#lower #ipeva .lead_txt {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
}
#lower #ipeva .caution {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
#lower #ipeva #why,
#lower #ipeva #scene {
  display: flow-root
}
#lower #ipeva #why h2 {
  color: var(--mainColor);
  font-size: 28px;
  line-height: 1.8em;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
  margin: 0 0 30px;
}
#lower #ipeva #why h2 .lg {
  color: var(--mainColor);
  font-size: 150%;
}
.marker {
  background:linear-gradient(transparent 60%, #CCEFFF 60%);
}
#lower #ipeva #why ul li {
  width: 100%;
  padding-left: 38px;
  position: relative;
}
#lower #ipeva #why ul li:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../images/common/icon-check.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
#lower #ipeva #why ul li + li {
  margin-top: 20px;
}
#lower #ipeva #why ul li p {
  display: inline;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
  border-bottom: 1px solid var(--mainColor);
}
#lower #ipeva #about .wrap {
  max-width: 700px;
  padding-bottom: 236px;
}
#lower #ipeva #about h2 {
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin: 0 0 30px;
}
#lower #ipeva #about h2 span {
  padding: 0 20px;
  background: var(--mainColor);
  position: relative;
  z-index: 1;
}
#lower #ipeva #about h2:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}
#lower #ipeva #about .caution {
  margin-top: 3em;
  line-height: 2.2em;
}
#lower #ipeva #about h3 {
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 600;
  text-align: center;
  margin: 70px 0 25px;
}
#lower #ipeva #about .modal_cts {
  color: var(--txtColor);
}
#lower #ipeva #about .modal_cts .cts_block {
  width: 100%;
  margin: 0;
  padding: 0;
}
#lower #ipeva #about .modal_cts .cts_block + .cts_block {
  margin-top: 60px;
}
#lower #ipeva #about .modal_cts h3 {
  color: var(--mainColor);
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--mainColor);
}
#lower #ipeva #about .modal_cts .img {
  text-align: center;
  margin-top: 40px;
}
#lower #ipeva #about .modal_cts .img img {
  max-width: 600px;
}
#lower #ipeva #scene .wht_box .inner {
  padding-top: 74px;
  padding-bottom: 87px;
}
#lower #ipeva .midashi03 {
  color: var(--mainColor);
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px;
}
#lower #ipeva .midashi03 span {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
#lower #ipeva .midashi03 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--mainColor);
  position: absolute;
  left: 0;
  bottom: 0;
}
#lower #ipeva .midashi03 span:after {
  content: '';
  width: 16px;
  height: 16px;
  border-bottom: 1px solid var(--mainColor);
  border-right: 1px solid var(--mainColor);
  background: #F3F2EC;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%,0) rotate(45deg);
}
#lower #ipeva #scene .midashi03 span:after {
  background: #fff;
}
#lower #ipeva #scene .example {
  margin-top: 90px;
}
#lower #ipeva .midashi04 {
  color: var(--mainColor);
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 600;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 35px;
  border-bottom: 1px solid var(--mainColor);
}
#lower #ipeva #scene .example h3 {
  color: var(--mainColor);
  margin: 0 0 1em;
}
#lower #ipeva #scene .example h4 {
  color: var(--mainColor);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  margin: 2em 0 .6em;
}
#lower #ipeva #scene .example h5 {
  font-weight: bold;
  margin: 0 0 .5em;
}
#lower #ipeva #scene .example h5 + p {
  font-size: 15px;
}
#lower #ipeva #scene .example p + h5 {
  margin-top: 2em;
}
#lower #ipeva #scene .btnBox {
  margin-top: 88px;
}
#lower #ipeva #scene .btnBox a.linkBtn {
  max-width: 480px;
}
#lower #ipeva #results .wrap {
  max-width: 700px;
  padding-bottom: 80px;
}
#lower #ipeva #results .table_box {
  width: 100%;
  margin-top: 40px;
  border: 1px solid var(--mainColor);
}
#lower #ipeva #results table {
  width: 100%;
}
#lower #ipeva #results table th,
#lower #ipeva #results table td {
  font-weight: normal;
  vertical-align: middle;
  padding: 18px 8px;
  border: 1px solid #fff;
}
#lower #ipeva #results table th {
  width: 220px;
  border-left: none!important;
}
#lower #ipeva #results table td {
  background: #fff;
  border-color: var(--mainColor);
  border-right: none!important;
  font-size: 14px;
  line-height: 1.6em;
}
#lower #ipeva #results table th,
#lower #ipeva #results table .header th,
#lower #ipeva #results table .header td {
  background: var(--mainColor);
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#lower #ipeva #results table .header th,
#lower #ipeva #results table .header td {
  border-top: none!important;
}
#lower #ipeva #results table tr:last-child th,
#lower #ipeva #results table tr:last-child td {
  border-bottom: none!important;
}
#lower #ipeva #results ul.caution {
  margin-top: 35px;
}
#lower #ipeva #flow .wrap {
  max-width: 700px;
  padding-top: 60px;
  padding-bottom: 70px;
}
#lower #ipeva #flow h2 {
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
}
#lower #ipeva #flow ul.caution {
  margin: 30px 0 0 0;
}
#lower #ipeva section.contact .wrap {
  padding-top: 60px;
  padding-bottom: 80px;
}
#lower #ipeva section.contact .btnBox {
  margin-top: 0;
}
#lower #ipeva section.contact a.linkBtn {
  max-width: 480px;
  justify-content: center;
  padding: 16px 25px 16px 25px;
}
#lower #ipeva .midashi01 {
  width: 100%;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 35px;
  border-top: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  background: #CCEFFF;
  color: var(--mainColor);
  text-align: center;
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 600;
  padding: 10px 30px;
}
#lower #ipeva .midashi01 img {
  width: auto;
  height: 48px;
}
#lower #ipeva .midashi02 {
  width: 100%;
  background: var(--mainColor);
  color: #fff;
  text-align: center;
  padding: 40px 30px;
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 600;
  position: relative;
  margin: 0 0 70px;
}
#lower #ipeva .midashi02:after {
  content: '';
  width: 125px;
  height: 48px;
  background: var(--mainColor);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: -46px;
  transform: translate(-50%,0);
}
#lower #ipeva .midashi02 span {
  font-size: 150%;
}
#lower #ipeva #support .wrap {
  max-width: 700px;
  padding-top: 40px;
  padding-bottom: 115px;
}
#lower #ipeva #support .lead_txt {
  margin-bottom: 50px;
}
#lower #ipeva #strongs .wrap {
  max-width: 700px;
}
#lower #ipeva #strongs .strongs_wrap {
  justify-content: center;
  gap: 0;
}
#lower #ipeva #strongs .strongs_wrap .strongs_box {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
}
#lower #ipeva #strongs .strongs_wrap .strongs_box p {
  font-size: 14px;
  line-height: 2em;
  padding-bottom: 1em!important;
  display: inline-block;
}
#lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(1) .ttl,
#lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(1) p {
  padding-right: 20px;
}
#lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(2) .ttl,
#lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(2) p {
  padding: 0 20px;
}
#lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(2) p {
  border-left: 1px dashed var(--mainColor);
  border-right: 1px dashed var(--mainColor);
}
#lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(3) .ttl,
#lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(3) p {
  padding-left: 20px;
}
#lower #ipeva #strongs .strongs_wrap .strongs_box h3 {
  color: var(--mainColor);
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 600;
}
#lower #ipeva #strongs .strongs_wrap .strongs_box .ttl {
  width: 100%;
  min-height: 107px;
  margin: 0 0 30px;
  position: relative;
  display: flex;
  align-items: center;
}
#lower #ipeva #strongs .strongs_wrap .strongs_box .ttl .icon {
  position: absolute;
  right: 20px;
}
#lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(1) .ttl .icon {
  width: 72px;
  height: 75px;
  top: -50px;
}
#lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(2) .ttl .icon {
  width: 109px;
  height: 85px;
  top: -50px;
}
#lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(3) .ttl .icon {
  width: 75px;
  height: 75px;
  top: -30px;
}
#lower #ipeva #follow .wrap {
  max-width: 700px;
  padding-bottom: 115px;
}
#lower #ipeva #follow .cts_box {
  width: 100%;
  display: inline-block;
}
#lower #ipeva #follow .cts_box + .cts_box {
  margin-top: 60px;
}
#lower #ipeva #follow h3 {
  color: var(--mainColor);
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 600;
  margin: 0 0 1.6em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#lower #ipeva #follow h4 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  margin: 0 0 1em;
}
#lower #ipeva #follow h4 span {
  font-size: 14px;
}
#lower #ipeva #follow p + h4 {
  margin-top: 2.5em;
}
#lower #ipeva #faq .wrap {
  max-width: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#lower #ipeva #faq h2 {
  margin-bottom: 70px;
}
#lower #ipeva #faq .cts_box {
  width: 100%;
  display: inline-block;
}
#lower #ipeva #faq .cts_box + .cts_box {
  margin-top: 50px;
}
#lower #ipeva #faq .cts_box .faq_q,
#lower #ipeva #faq .cts_box .faq_a {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}
#lower #ipeva #faq .cts_box .faq_q span,
#lower #ipeva #faq .cts_box .faq_a span {
  width: 35px;
  text-align: center;
  font-size: 44px;
  line-height: 1em;
  font-weight: 600;
  color: var(--mainColor);
}
#lower #ipeva #faq .cts_box .faq_a span {
  color: #9D0808;
}
#lower #ipeva #faq .cts_box .faq_a {
  margin-top: 20px;
}
#lower #ipeva #faq .cts_box h3 {
  font-size: 22px;
  line-height: 1.4em;
  color: var(--mainColor);
  padding-top: .5em;
  width: calc(100% - 35px - 15px);
}
#lower #ipeva #faq .cts_box p {
  font-size: 18px;
  line-height: 1.8em;
  width: calc(100% - 35px - 15px);
}
#lower #ipeva #news .wrap {
  max-width: 700px;
  padding-top: 65px;
  padding-bottom: 0;
}
#lower #ipeva #news .midashi03 span {
  min-width: 356px;
}
#lower #ipeva #news .cts_box {
  justify-content: flex-start;
  align-items: center;
  gap: 25px 30px;
}
#lower #ipeva #news .cts_box + .cts_box {
  margin-top: 30px;
}
#lower #ipeva #news .cts_box h3 {
  width: 200px;
  height: auto;
  min-height: 66px;
  border: 1px solid var(--mainColor);
  background: #fff;
  color: var(--mainColor);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lower #ipeva #news .cts_box h3 a {
  text-decoration: none;
}
#lower #ipeva #news .cts_box p {
  width: calc(100% - 200px - 30px);
  font-size: 18px;
  line-height: 1.8em;
}
#lower #ipeva .fixed_btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 99;
}
#lower #ipeva .fixed_btn a {
  background: #CCEFFF;
  color: var(--mainColor);
  text-decoration: none;
  border-top: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  border-left: 1px solid var(--mainColor);
  border-radius: 10px 0 0 10px;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
}

/*スタートアップLP*/
#lower #startup #kv {
  background: url(../images/startup/kv-bgi.png) no-repeat center / cover;
}
#lower #startup #kv .wrap {
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 0;
}
#lower #startup #kv h1 {
  width: 100%;
  text-align: right;
}
#lower #startup #kv h1 img {
  width: 100%;
  max-width: 812px;
  height: auto;
}
#lower #startup #intro h2 {
  font-size: 32px;
  line-height: 1.6em;
  font-weight: bold;
  margin: 0 0 35px;
  text-align: center;
}
#lower #startup #intro h2 span {
  color: var(--mainColor);
}
#lower #startup #intro p {
  color: #5A5A5A;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
}
#lower #startup #intro .btnBox {
  margin-top: 40px;
}
#lower #startup #worries .wrap {
  max-width: 900px;
  padding-top: 75px;
  padding-bottom: 75px;
}
#lower #startup #worries .list_wrap {
  justify-content: flex-start;
  gap: 0;
}
#lower #startup #worries .list_wrap > div {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
}
#lower #startup #worries .list_wrap > div .num {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
#lower #startup #worries .list_wrap > div h3 {
  color: var(--mainColor);
  display: flex;
  min-height: 104px;
  height: auto;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 1.6em;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
}
#lower #startup #worries .list_wrap > div p {
  font-size: 16px;
  line-height: 1.8em;
  flex-grow: 1;
}
#lower #startup #worries .list_wrap > div:nth-child(1) .num,
#lower #startup #worries .list_wrap > div:nth-child(1) h3,
#lower #startup #worries .list_wrap > div:nth-child(1) p {
  padding-right: 30px;
}
#lower #startup #worries .list_wrap > div:nth-child(2) p {
  padding-left: 30px;
  padding-right: 30px;
}
#lower #startup #worries .list_wrap > div:nth-child(3) .num,
#lower #startup #worries .list_wrap > div:nth-child(3) h3,
#lower #startup #worries .list_wrap > div:nth-child(3) p {
  padding-left: 30px;
}
#lower #startup #worries .list_wrap > div:nth-child(2) p {
  border-left: 1px dashed var(--mainColor);
  border-right: 1px dashed var(--mainColor);
}
#lower #startup #proposal {
  background: linear-gradient(#247DDE,#4AB8F3);
}
#lower #startup #proposal .wrap {
  padding-top: 70px;
  padding-bottom: 65px;
}
#lower #startup #proposal h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 40px;
}
#lower #startup #proposal .list_wrap {
  justify-content: flex-start;
  gap: 24px 12px;
}
#lower #startup #proposal .list_wrap > div {
  background: #fff;
  width: calc((100% - 12px*3)/4);
  padding: 35px 22px 48px;
  display: flex;
  flex-direction: column;
}
#lower #startup #proposal .list_wrap > div .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 106px;
  margin: 0 0 20px;
}
#lower #startup #proposal .list_wrap > div h3 {
  color: var(--mainColor);
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 15px;
}
#lower #startup #proposal .list_wrap > div h3 + p {
  font-size: 16px;
  line-height: 1.8em;
  flex-grow: 1;
}
#lower #startup #proposal .list_wrap > div .btm_cts {
  margin-top: 36px;
  font-size: 14px;
  line-height: 1.8em;
}
#lower #startup #proposal .btnBox {
  margin-top: 65px;
}
#lower #startup #type .wrap {
  padding-top: 60px;
}
#lower #startup #type h2 {
  font-size: 25px;
  line-height: 1.8em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 40px;
}
#lower #startup #type .list_wrap {
  max-width: 700px;
  gap: 40px 120px;
  margin: auto;
}
#lower #startup #type .list_wrap > div {
  width: calc((100% - 120px*2)/3);
  text-align: center;
}
#lower #startup #type .list_wrap > div h3 {
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 500;
  text-align: center;
  margin: 10px 0 0;
}
#lower #startup #case .wrap {
  padding-top: 90px;
  padding-bottom: 100px;
}
#lower #startup #case .case_wrap {
  justify-content: flex-start;
  align-items: center;
  gap: 0 60px;
}
#lower #startup #case .case_wrap + .case_wrap {
  margin-top: 70px;
}
#lower #startup #case .case_wrap:nth-child(2n) {
  flex-direction: row-reverse;
}
#lower #startup #case .case_wrap .img {
  width: 50%;
}
#lower #startup #case .case_wrap .cts {
  width: calc(50% - 60px);
  border-left: 10px solid #CCEFFF;
  padding: 0 0 0 35px;
}
#lower #startup #case .case_wrap .cts h2 {
  color: var(--mainColor);
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 600;
  width: 100%;
  height: auto;
  min-height: 96px;
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
#lower #startup #case .case_wrap .cts p {
  font-size: 18px;
  line-height: 2em;
}
#lower #startup #outro .wrap {
  padding-top: 85px;
  padding-bottom: 0;
}
#lower #startup #outro .company_logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
#lower #startup #outro .company_logo img {
  width: 100%;
  max-width: 147px;
}
#lower #startup #outro h2 {
  color: var(--mainColor);
  font-size: 32px;
  line-height: 1.8em;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px;
}
#lower #startup #outro p {
  font-size: 16px;
  line-height: 2em;
  text-align: center;
}
#lower #startup #outro p span.border {
  border-bottom: 1px solid var(--txtColor);
}
#lower #startup #outro p a {
  color: var(--txtColor);
  text-decoration: underline;
}


/* ========================================================================================================
   1079px以下
   ========================================================================================================*/
@media screen and (max-width: 1079px) {
  #whatsnew #post .title span {
    width: 30px;
  }
}

/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  #top .cts_ttl span {
    width: 30px;
  }
  #contact .contact_wrap .info, #contact .contact_wrap .form {
    max-width: 100%;
  }
}

/* ========================================================================================================
   895px以下
   ========================================================================================================*/
@media screen and (max-width: 895px) {
  #lower #page_title .anchor_list {
    position: relative;
    bottom: unset;
    margin: 40px 0 0 0;
  }
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #top .cts_ttl {
    font-size: 12px;
    right: 20px;
    top: -15px;
  }
  #top .cts_ttl span {
    width: 30px;
    transform: translate(calc(100% + 20px), 0);
  }
  #top .cts_ttl.left {
    right: unset;
    left: 20px;
  }
  #top .cts_ttl.left span {
    transform: translate(calc(-100% - 20px), 0);
  }
  #lower #page_title .wrap {
    padding: 25px 0 36px;
  }
  #lower #page_title h1.title {
    font-size: 12px;
  }
  #lower #page_title h1 span {
    margin: 10px 0 0 0;
  }
  #lower #page_title h1 span img {
    max-height: 24px;
  }
  #lower #page_title h1.line02 span img {
    max-height: 75px;
  }
  #lower #page_title.page_tmp h1.title {
    font-size: 24px;
  }
  #top #kv .wrap {
    padding: 26px 0;
  }
  #top #kv .header {
    align-items: center;
  }
  #top #kv .header .logo {
    width: 220px;
    margin-left: -20px;
  }
  #top #kv h3 {
    width: 100%;
    bottom: 12%;
  }
  #top #kv .copy {
    font-size: 14px;
    top: 38%;
  }
  #top #kv .copy span {
    font-size: 24px;
  }
  #top #kv h3 .fade02 {
    margin-top: 10px;
  }
  #top #about .wrap {
    padding: 75px 0;
  }
  #top #about .cts_wrap {
    padding-right: 0;
    flex-direction: column-reverse;
  }
  #top #about .cts_wrap .cts_l {
    width: 100%;
    transition-delay: 0s;
    text-align: right;
  }
  #top #about .cts_wrap .cts_l img {
    max-width: 75px;
  }
  #top #about .cts_wrap .cts_r {
    width: 100%;
    transition-delay: 0s;
  }
  #top #about h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #top #about h3 span {
    margin-top: 10px;
  }
  #top #about h4 {
    font-size: 16px;
  }
  #top #about p {
    font-size: 14px;
    margin: 40px 0 0 0;
  }
  #top #about .btnBox {
    margin-top: 30px;
  }
  #top #service .wrap {
    padding: 48px 0;
  }
  #top #service .ttl_box {
    margin: 0;
  }
  #top #service .ttl_box .img {
    width: 100%;
    flex: none;
    margin-left: 0;
    text-align: right;
  }
  #top #service .ttl_box .cts {
    width: 100%;
    transition-delay: 0s;
    padding: 0 18% 0 0;
  }
  #top #service .ttl_box h3 {
    font-size: 24px;
  }
  #top #service .ttl_box p {
    font-size: 14px;
    margin: 20px 0 0 0;
  }
  #top #service .pickup .pickup_wrap {
    flex-wrap: wrap;
    gap: 0;
  }
  #top #service .pickup .pickup_wrap + .pickup_wrap {
    margin-top: 70px;
  }
  #top #service .pickup h3 {
    margin: 0 0 40px;
  }
  #top #service .pickup .pickup_wrap .cts_box {
    width: 100%;
    min-height: 140px;
    transition-delay: 0s!important;
    padding: 20px 18px;
  }
  #top #service .pickup .pickup_wrap .cts_box.simple {
    min-height: inherit;
  }
  #top #service .pickup .pickup_wrap .cts_box.simple a .btn_circle {
    bottom: calc(50% - 16px);
    right: 15px;
    position: absolute;
    margin: 0;
  }
  #top #service .pickup .pickup_wrap .cts_box + .cts_box {
    transition-delay: 0s;
    margin-top: 35px;
  }
  #top #service .pickup .pickup_wrap .cts_box a {
    padding: 24px 30px 30px;
  }
  #top #service .pickup h3 img {
    max-height: 70px;
  }
  #top #service .pickup .pickup_wrap .cts_box a .btn_circle {
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: relative;
    margin: 20px 0 0 auto;
  }
  #top #service .pickup .pickup_wrap .cts_box a .btn_circle:after {
    width: 14px;
    height: 3px;
  }
  #top #service .pickup .pickup_wrap .cts_box h4 {
    font-size: 22px;
  }
  #top #service .pickup .pickup_wrap .cts_box p {
    font-size: 14px;
  }
  #top #service .pickup .pickup_wrap .cts_box .txt_sml {
    font-size: 12px;
    margin-top: 1.5em;
  }
  #top #service .pickup .pickup_wrap .cts_box h4.line_1 {
    margin: 15px 0 35px;
  }
  #top #service .pickup .pickup_wrap .cts_box h4 span {
    font-size: 13px;
    line-height: 1.6em;
  }
  #top #service .pickup .pickup_wrap .cts_box .label {
    height: auto;
  }
  #top #service .pickup .pickup_wrap .cts_box .label li:first-child {
    border-radius: 0 0 0 20px;
  }
  #top #service .pickup .pickup_wrap .cts_box .label li {
    width: 50px;
    height: 55px;
    font-size: 10px;
    padding: 5px 0;
  }
  #top #service .pickup .pickup_wrap .cts_box .label .souzou i {
    width: 20px;
    height: 24px;
  }
  #top #service .pickup .pickup_wrap .cts_box .label .hogo i {
    width: 30px;
    height: 27px;
  }
  #top #service .pickup .pickup_wrap .cts_box .label .katsuyou i {
    width: 24px;
    height: 24px;
  }
  #top #service .pickup .btnBox {
    margin-top: 55px;
  }
  #top #service .customer {
    background: url(../images/top/service_customer_bgi_sp.png) no-repeat center / cover;
    padding: 50px 25px;
    margin-top: 42px;
    text-align: left;
  }
  #top #service .customer h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
  }
  #top #service .customer p {
    font-size: 14px;
  }
  #top #service .customer .btnBox {
    margin-top: 25px;
  }
  #top #recruit .cts_ttl {
    top: 0;
  }
  #top #recruit .ttl_box .img {
    width: calc(100% - 20px);
    flex: none;
    margin-left: -80px;
    text-align: left;
  }
  #top #recruit .ttl_box .cts {
    width: 100%;
    transition-delay: 0s;
    padding: 0;
  }
  #top #recruit .ttl_box p {
    font-size: 14px;
    margin: 0;
  }
  #top #recruit .ttl_box .btnBox {
    margin-top: 30px;
  }
  #top #member .wrap {
    padding: 102px 0 48px;
  }
  #top #member .contents_wrap {
    padding-left: 80px;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 20px 70px;
  }
  #top #member .cts_ttl {
    top: 36px;
  }
  #top #member .contents_wrap .cts {
    width: 100%;
    padding-bottom: 0;
  }
  #top #member .contents_wrap .img {
    width: calc(100% + 30px);
    flex: none;
    margin-right: -30px;
    text-align: left;
  }
  #top #member .contents_wrap .cts h3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  #top #member .contents_wrap .cts p {
    font-size: 14px;
  }
  #top #member .contents_wrap .cts .btnBox {
    margin-top: 35px;
  }
  #top #member .btnBox.sp-only {
    display: flex;
  }
  #top #member .btnBox.pc-only {
    display: none;
  }
  #top #news .news_list {
    padding-left: 0;
  }
  .news_list ul li a {
    gap: 30px;
  }
  .news_list ul li .details {
    width: 80px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .news_list ul li h3 {
    width: calc(100% - 110px);
    font-size: 14px;
    line-height: 1.6em;
  }
  .news_list ul li .date {
    font-size: 12px;
    width: 100%;
    letter-spacing: .1em;
  }
  .news_list ul li .tag {
    width: 70px;
    height: 26px;
  }
  #top #recruit .wrap {
    padding: 85px 0 35px;
  }
  #top #news .wrap {
    padding: 40px 0 84px;
  }
  #top #news .cts_ttl {
    top: inherit;
    left: inherit;
    position: relative;
    font-size: 12px;
    line-height: 1.6em;
    writing-mode: inherit;
    margin: 0 0 30px;
  }
  #top #news .cts_ttl span {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    transform: translate(0, 0);
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
  #top #book .wrap {
    padding: 78px 0 60px;
  }
  #top #book .ttl_box {
    padding: 0 18% 0 0;
    margin: 0 0 45px;
    flex-wrap: wrap;
  }
  #top #book .ttl_box h3 {
    font-size: 24px;
    line-height: 1.8em;
    font-weight: 500;
    margin: 0;
  }
  #top #book .ttl_box p {
    font-size: 14px;
  }
  #top #book .book_list {
    gap: 30px 26px;
    padding: 0 20px 0 0;
  }
  #top #book .book_list .details {
    width: calc((100% - 26px) / 2);
  }
  #top #book .book_list .details + .details,
  #top #book .book_list .details + .details + .details,
  #top #book .book_list .details + .details + .details + .details {
    transition-delay: 0s;
  }
  #top #book .book_list .details h3 {
    font-size: 14px;
    margin: 15px 0 0 0;
  }
  #top #book .book_list .details .name {
    font-size: 9px;
    margin: 10px 0 0 0;
  }
  #top #book .book_list + .btnBox {
    margin-top: 60px;
  }
  #top #link .wrap {
    padding: 60px 0 120px;
  }
  #top #link .link_list {
    max-width: 100%;
  }
  #top #link .link_list a .btn_circle {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    right: 22px;
  }
  #recruit .recruit_box .acc_tab {
    padding: 22px 40px 22px 0;
  }
  #recruit .recruit_box .acc_tab h2 {
    font-size: 18px;
  }
  #recruit .recruit_box .acc_tab h2 span {
    font-size: 14px;
    display: block;
  }
  #recruit .recruit_box .acc_tab:after {
    width: 12px;
    height: 12px;
    right: 15px;
  }
  #recruit .recruit_box .acc_cts {
    padding: 25px 0 70px;
  }
  #recruit .recruit_box .acc_cts dl + dl {
    margin-top: 45px;
  }
  #recruit .recruit_box .acc_cts dl {
    flex-direction: column;
    gap: 15px;
  }
  #recruit .recruit_box .acc_cts dd {
    font-size: 14px;
  }

  #members .member_list {
    gap: 50px 20px;
  }
  #members .member_list + .member_list {
    margin-top: 50px;
  }
  #members .member_list .member_box {
    width: calc((100% - 20px)/2);
  }
  #members #special .member_list .member_box .thumb {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
  #members .member_list .member_box .modal_cts .details .member_details {
    max-width: 100%;
  }
  #members .member_list .member_box .modal_cts .details .image {
    max-width: 184px;
  }
  .md-close {
    right: 5px;
    top: 5px;
    gap: 0 10px;
    font-size: 14px;
  }
  .md-close span {
    width: 28px;
    height: 28px;
  }
  .modal_cts {
    width: calc(100vw - 30px);
    height: 100svh;
    padding: 40px 0;
  }
  .modal_cts .inner {
    padding: 0 20px;
  }
  #members .member_list .member_box .modal_cts .details {
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
  }
  #lower #page_title .anchor_list.members,
  #lower #page_title .anchor_list.office {
    display: none;
  }
  #lower #page_title .anchor_pldw {
    position: absolute;
    width: 86px;
    bottom: 36px;
    right: 0;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
    padding: 0 18px 0 0;
    color: var(--mainColor);
    background: url(../images/common/icon-arrow_dwn.svg) no-repeat right center / 14px auto;
    z-index: 555;
  }
  #lower #page_title .anchor_pldw.open {
    background: url(../images/common/icon-arrow_up.svg) no-repeat right center / 14px auto;
  }
  #lower #page_title .anchor_pldw .open_btn {
    cursor: pointer;
  }
  #lower #page_title .anchor_pldw .open_menu {
    display: none;
    background: #f3f2ec;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding-top: 10px;
  }
  #lower #page_title .anchor_pldw ul {
    flex-direction: column;
    bottom: 36px;
    gap: 10px 50px;
  }
  #lower #page_title .anchor_pldw li {
    display: contents;
  }
  #lower #page_title .anchor_pldw ul li a {
    color: var(--mainColor);
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
    background: none;
  }
  #books .book_details {
    flex-direction: column;
    align-items: center;
    gap: 30px 55px;
    padding: 68px 0;
  }
  #books .book_details:first-of-type {
    padding-top: 30px;
  }
  #books .book_details .contents {
    max-width: 100%;
  }
  #books .book_details .contents h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #books .book_details .contents .details {
    flex-direction: column;
    align-items: flex-start;
  }
  #books .book_details .contents .details li {
    width: 100%;
  }
  #books .book_details .contents p {
    font-size: 14px;
  }
  #policy .wrap {
    padding-top: 30px;
  }
  #policy h2 {
    font-size: 20px;
    margin: 0 0 25px;
  }
  #policy .cts_block + .cts_block {
    margin-top: 80px;
  }
  #policy ul.circle li {
    text-indent: 0;
    padding-left: 0;
  }
  #policy ul.circle li:before {
    color: var(--txtColor);
  }
  #lower #page_title .anchor_list {
    margin: 40px 0 0 0;
    gap: 20px 60px;
    flex-wrap: wrap;
  }
  #lower #page_title .anchor_list li {
    width: calc(50% - 30px);
  }
  #lower #page_title .anchor_list li a {
    width: 100%;
    display: block;
    font-size: 14px;
  }
  #access .wrap {
    padding-top: 0;
  }
  #access .cts_block + .cts_block {
    margin-top: 100px;
  }
  #access .cts_box + .cts_box {
    margin-top: 30px;
  }
  #access .cts_box.map iframe {
    height: 214px;
  }
  #access h2 {
    font-size: 20px;
    margin: 0 0 30px;
  }
  #access .cts_box dl.sp_column {
    flex-direction: column;
  }
  #access .cts_box dl dd {
    font-size: 14px;
  }
  #access .cts_box dl.sp_column dd {
    width: 100%;
    font-size: 14px;
  }
  #access .cts_box dl dd .caution {
    text-indent: 0;
    padding-left: 0;
    margin-top: 1em;
  }
  #access .cts_box dl dd a[href^="tel:"] {
    pointer-events: all;
  }
  #whatsnew #post .title {
    font-size: 16px;
    line-height: 1em;
    writing-mode: inherit;
    position: relative;
    left: 0;
    margin: 0 0 30px;
  }
  #whatsnew #post .title span {
    position: relative;
    left: 0;
    top: unset;
    transform: translate(0, 0);
    display: block;
    margin-top: 10px;
    width: auto;
  }
  #whatsnew #post .title span img {
    max-height: 28px;
  }
  #whatsnew #post {
    padding-top: 0;
  }
  #whatsnew #post .category {
    width: 80px;
  }
  #whatsnew #post .header {
    margin-bottom: 20px;
  }
  #whatsnew #post .post_title {
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    margin-bottom: 25px;
  }
  #whatsnew #post .btnBox a.linkBtn {
    max-width: 266px;
  }
  #whatsnew #post .wrap {
    padding-top: 25px;
  }
  #contact .contact_wrap .info,
  #contact .contact_wrap .form {
    max-width: 100%;
  }
  #contact .contact_wrap .info .cts_box + .cts_box {
    margin-top: 2em;
  }
  #lower #contact .wrap {
    padding-top: 10px;
  }
  #contact .contact_wrap .form .input_set.radio .radio_box label {
    padding-left: 26px;
  }
  #contact .contact_wrap .form .recruitment h4 {
    font-size: 16px;
  }
  #contact .contact_wrap .form .recruitment h4 span {
    padding: 0;
  }
  #contact .contact_wrap .form .recruitment h4:after {
    content: none;
  }
  #contact .contact_wrap .form .input_set.radio.sp_col2 .radio_box {
    width: calc((100% - 30px) / 2);
  }
  #contact .contact_wrap .form .input_set.radio.sp_col2 .radio_box label {
    padding-left: 50px;
  }
  #contact .sbmBtn,
  #contact .wpcf7-submit {
    width: 100%;
  }
	#contact form input[type="text"],
  #contact form input[type="email"],
  #contact form input[type="tel"],
  #contact form input[type="number"],
  #contact form input[type="password"],
  #contact form select,
  #contact form textarea {
	  font-size: 16px;
	}
  #contact #formWrap h3,
  #contact.thanks h2 {
    font-size: 18px;
  }
  #contact #formWrap p,
  #contact.thanks p {
    font-size: 14px;
  }
  #contact table.formTable th,
	#contact table.formTable td {
		display: block;
		width: 100%!important;
		border: none;
	}
	#contact table.formTable th {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 500;
    color: var(--mainColor);
    padding: 0;
    background: none;
	}
	#contact table.formTable td {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 500;
    padding: 10px 0 20px;
	}
  #contact.thanks a[href^="tel:"] {
    pointer-events: all;
    color: var(--mainColor);
  }
  #whatsnew #post .post_body {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 500;
  }
  #whatsnew #post .post_body .wp-block-buttons .wp-block-button__link,
  #whatsnew #post .post_body .wp-block-buttons > .wp-block-button {
    width: 100%;
    max-width: 100%;
  }
  #recruit .recruit_box .acc_cts dt,
  #recruit .recruit_box .acc_cts dd {
    width: 100%;
    padding: 0;
  }
  #top #service .clip {
    height: calc(100vw / 100 * 80);
  }
  #top #service .clip .bgi {
    background: url(../images/top/service_bgi_sp.png) no-repeat center / cover;
  }
  #contact form .btnBox br {
    display: none;
  }
  #contact .contact_wrap .form .input_set.radio .wpcf7-list-item-label {
    padding-left: 26px;
  }
  #contact .contact_wrap .form .input_set.radio.col3 .wpcf7-list-item {
    width: calc((100% - 30px) / 2);
  }
  #contact .contact_wrap .form .input_set.radio.col3 .wpcf7-list-item-label {
    padding-left: 50px;
  }
  #lower #office > .wrap {
    padding-top: 0;
  }
  #lower #office h2 {
    font-size: 20px;
    margin: 0 0 30px;
  }
  #lower #office #greeting p {
    line-height: 2em;
  }
  #lower #office .cts_block .cts_box + .cts_box {
    margin-top: 70px;
  }
  #lower #office .cts_block + .cts_block {
    margin-top: 60px;
  }
  dl.table {
    flex-wrap: wrap;
    font-size: 14px;
  }
  dl.table.sp_full dt,
  dl.table.sp_full dd,
  #lower #office #company dl.table.sp_full dd dt,
  #lower #office #company dl.table.sp_full dd dd {
    width: 100%;
  }
  #lower #office #company dl.table dd dl dd + dt {
    margin-top: 38px;
  }
  #lower #office #history .history_wrap {
    width: 100%;
    margin: 55px 0 0 0;
    padding-bottom: 110px;
  }
  #lower #office #history .history_wrap .yaer h3 {
    width: 100%;
    font-size: 20px;
    padding: 0 0 0 25px;
  }
  #lower #office #history .history_wrap .yaer p {
    width: 100%;
    font-size: 12px;
    line-height: 1.8em;
    padding: 0 0 0 25px;
    margin-top: .5em;
  }
  #lower #office #history.cts_block .cts_box + .cts_box {
    margin-top: 25px!important;
  }
  #lower #services .wrap {
    padding-top: 0;
  }
  #lower #services h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  #lower #services #philosophy .cts_wrap .cts_box p {
    font-size: 14px;
  }
  #lower #services #philosophy .cts_wrap .cts_box h3 {
    margin: 0;
  }
  #lower #services #philosophy .cts_wrap .cts_box h3 img {
    max-height: 22px;
  }
  #lower #services #philosophy .cts_wrap .cts_box + .cts_box {
    margin-top: 20px;
  }
  #lower #services .cts_block + .cts_block {
    margin-top: 60px;
  }
  #lower #services #strongs .strongs_wrap .strongs_box {
    background: #fff;
    width: 100%;
    padding: 55px 25px;
  }
  #lower #services #strongs .strongs_wrap .strongs_box h3 {
    margin: 0 0 20px;
  }
  #lower #services #strongs .strongs_wrap .strongs_box .img {
    margin: 40px 0 0 0;
  }
  #lower #services #strongs .strongs_wrap .strongs_box:nth-child(2),
  #lower #services #strongs .strongs_wrap .strongs_box:nth-child(3) {
    transition-delay: 0s;
  }
  #lower #services .border {
    margin: 75px 0 50px;
  }
  #lower #services #service .cts_box h3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  #lower #services #service .cts_box h3 span {
    margin-left: 15px;
  }
  #lower #services #service .cts_box h3 span img {
    max-height: 18px;
  }
  #lower #services #service .cts_box h4 {
    font-size: 18px;
    margin: 0 0 30px;
  }
  #lower #services #service .cts_box ul li span {
    font-size: 16px;
  }
  #lower #services #service .cts_box ul li {
    font-size: 14px;
    padding-left: 0;
    text-indent: 0;
  }
  #lower #services #service .cts_box ul li ul {
    padding: 0;
  }
  #lower #services #service .cts_box + .cts_box {
    margin-top: 90px;
  }
  #lower #office #greeting h3,
  #lower #office #greeting p,
  #lower #office #history p,
  #contact .contact_wrap .info h2,
  #contact .contact_wrap .info p,
  #policy p {
    font-size: 14px;
  }
  #lower #office #company dl.table dd dd {
    margin-bottom: 0;
  }
  #top #service .randscape h2 {
    font-size: 16px;
  }
  #top #service .randscape h2 span {
    font-size: 24px;
  }
  #top #service .randscape a.linkBtn {
    height: 60px;
    padding: 10px 50px 10px 20px;
    line-height: 1.4em;
  }
  #top #service .randscape .btnBox {
    margin-top: 25px;
    gap: 20px;
  }
  #top #service .randscape {
    margin-top: 70px;
  }
  #top #service .bunner {
    margin-top: 45px;
  }
  #top #service .bunner a {
    background: url(../images/top/bunner_bgi.png) no-repeat center / cover;
    height: auto;
    min-height: 98px;
    gap: 0 15px;
    padding: 15px 50px 15px 10px;
  }
  #top #service .bunner a .logo {
    width: 48px;
  }
  #top #service .bunner a .txt {
    width: calc(100% - 15px - 48px);
  }
  #top #service .bunner a .txt h2 {
    font-size: 24px;
    font-weight: 500;
  }
  #top #service .bunner a.venture .txt h2 {
    font-size: 22px;
  }
  #top #service .bunner a .txt p {
    font-size: 10px;
  }
  #top #service .bunner a .btn {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 10px;
  }
  #top #service .bunner a .btn:after {
    width: 14px;
    height: 4px;
  }
  #top #service .bunner a + a {
    margin-top: 20px;
  }
  #top #service .ttl_box.images {
    margin-top: 70px;
    align-items: flex-start;
    flex-direction: column;
  }
  #top #service .ttl_box.images .cts {
    width: 100%;
    padding: 0;
  }
  #top #service .ttl_box.images .img {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #top #service .pickup {
    padding: 110px 0 0 0;
  }
  #top #service .pickup .lead_txt {
    margin: 0 0 45px;
  }
  #top #service .pickup .pickup_wrap .cts_box a .label {
    width: 52px;
    height: 68px;
    border-radius: 0 0 0 26px;
    font-size: 10px;
    padding: 10px 0;
  }
  #top #service .pickup .pickup_wrap .cts_box a .label.souzou i {
    width: 22px;
    height: 28px;
  }
  #top #service .pickup .pickup_wrap .cts_box a .label.hogo i {
    width: 33px;
    height: 24px;
  }
  #top #service .pickup .pickup_wrap .cts_box a .label.katsuyou i {
    width: 32px;
    height: 32px;
  }
  #top #service .pickup .pickup_wrap .cts_box:nth-of-type(2n) {
    transition-delay: 0;
  }
  #lower #page > .wrap {
    padding-top: 0;
  }
  #top #service .bunner a {
    background: url(../images/top/bunner_bgi_sp.png) no-repeat center / cover;
  }
  #top #service .bunner a.venture {
    background: url(../images/top/bunner-venture_bgi_sp.png) no-repeat center / cover;
  }
  #lower #ipeva .fixed_btn {
    right: 0;
    top: unset;
    bottom: 0;
    transform: translate(0, 0);
    width: 100%;
  }
  #lower #ipeva .fixed_btn a {
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    writing-mode: inherit;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
  }
  #lower #ipeva #kv {
    background: url(../images/ipeva/kv-bgi_sp.png) no-repeat center / cover;
  }
  #lower #ipeva #kv .wrap {
    padding-top: 32px;
    padding-bottom: 120px;
  }
  #lower #ipeva #kv h1 {
    font-size: 26px;
    line-height: 1.6em;
    margin: 0 0 40px;
    text-align: center;
  }
  #lower #ipeva #kv .logo_mark {
    width: 68px;
    position: relative;
    right: unset;
    bottom: unset;
    margin: 10px 0 0 auto;
  }
  #lower #ipeva #kv ul.copy_list li span {
    padding: 5px 12px;
    font-size: 15px;
  }
  #lower #ipeva #kv ul.copy_list {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
  #lower #ipeva #why .wrap,
  #lower #ipeva #scene .wrap {
    width: calc(100% - 30px);
  }
  #lower #ipeva .wht_box {
    margin: -100px auto 0;
    padding: 0 15px;
  }
  #lower #ipeva #why h2 {
    font-size: 22px;
    line-height: 1.4em;
    margin: 0 0 25px;
  }
  #lower #ipeva #why h2 .lg {
    font-size: 24px;
  }
  #lower #ipeva #why ul li p {
    font-size: 14px;
    line-height: 1.6em;
    border-bottom: none;
    display: inline-block;
  }
  #lower #ipeva #why ul li {
    padding: 10px 0 10px 38px;
    border-bottom: 1px solid var(--mainColor);
  }
  #lower #ipeva #why ul li + li {
    margin-top: 0;
  }
  #lower #ipeva #why .wht_box .inner {
    padding-top: 20px;
  }
  #lower #ipeva #about .wrap {
    padding-top: 20px;
    padding-bottom: 140px;
  }
  #lower #ipeva #about h2 {
    font-size: 24px;
    margin: 0 0 25px;
  }
  #lower #ipeva #about h2:before {
    width: 100vw;
    left: -30px;
  }
  #lower #ipeva .lead_txt {
    font-size: 14px;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: .08em;
  }
  #lower #ipeva .caution {
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 400;
  }
  #lower #ipeva #about h3 {
    font-size: 18px;
    margin: 60px 0 25px;
  }
  #lower #ipeva #scene .wht_box .inner {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  #lower #ipeva .midashi01 {
    gap: 15px;
    font-size: 20px;
    padding: 10px;
  }
  #lower #ipeva .midashi02 {
    padding: 40px 20px;
    font-size: 20px;
    margin: 0 0 60px;
  }
  #lower #ipeva .midashi02 span {
    font-size: 28px;
  }
  #lower #ipeva .midashi03 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  #lower #ipeva .midashi03 span {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #lower #ipeva .midashi03 span:after {
    width: 12px;
    height: 12px;
    bottom: -6px;
  }
  #lower #ipeva .midashi04 {
    font-size: 20px;
    margin: 0 0 25px;
  }
  #lower #ipeva #scene .wrap {
    padding-bottom: 25px;
  }
  #lower #ipeva #scene .example {
    margin-top: 35px;
  }
  #lower #ipeva #scene .example h3 {
    font-size: 16px;
    text-align: center;
  }
  #lower #ipeva #scene .example h4 {
    font-size: 16px;
    margin: 1.5em 0 .4em;
  }
  #lower #ipeva #scene .example h5,
  #lower #ipeva #scene .example p,
  #lower #ipeva #scene .example ul {
    font-size: 14px;
    line-height: 1.8em;
  }
  #lower #ipeva #scene .btnBox {
    margin-top: 35px;
  }
  #lower #ipeva #scene .btnBox a.linkBtn {
    line-height: 1.4em;
    padding: 12px 65px 12px 20px;
  }
  #lower #ipeva #results .wrap {
    max-width: 700px;
    padding-top: 25px;
    padding-bottom: 55px;
  }
  #lower #ipeva #results table th {
    width: 115px;
  }
  #lower #ipeva #results table th,
  #lower #ipeva #results table .header th,
  #lower #ipeva #results table .header td {
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
  }
  #lower #ipeva #results table th,
  #lower #ipeva #results table td {
    padding: 8px;
  }
  #lower #ipeva #results ul.caution {
    margin-top: 30px;
  }
  #lower #ipeva #results .table_box {
    width: calc(100% + 30px);
    margin: 40px -15px 0;
  }
  #lower #ipeva #flow .wrap {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  #lower #ipeva #flow h2 {
    font-size: 24px;
  }
  #lower #ipeva section.contact .wrap {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #lower #ipeva #support .lead_txt {
    margin-bottom: 30px;
  }
  #lower #ipeva #support dl.table dt {
    width: 75px;
  }
  #lower #ipeva #support dl.table dd {
    width: calc(100% - 75px);
  }
  #lower #ipeva #support dl.address dl dt,
  #lower #ipeva #support dl.address dl dd {
    width: 100%;
    padding: 0;
  }
  #lower #ipeva #support dl.address dl dd + dt {
    margin-top: 1em;
  }
  #lower #ipeva #support .wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #lower #ipeva #strongs .strongs_wrap .strongs_box {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #lower #ipeva #strongs .strongs_wrap .strongs_box .ttl {
    min-height: inherit;
    margin: 0 0 40px;
  }
  #lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(1) .ttl,
  #lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(1) p,
  #lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(2) .ttl,
  #lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(2) p,
  #lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(3) .ttl,
  #lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(3) p {
    padding-right: 0;
    padding-left: 0;
    border: none;
  }
  #lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(2) {
    border-top: 1px dashed var(--mainColor);
    border-bottom: 1px dashed var(--mainColor);
  }
  #lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(1) .ttl .icon,
  #lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(2) .ttl .icon,
  #lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(3) .ttl .icon {
    top: 50%;
    transform: translate(0,-50%);
  }
  #lower #ipeva #strongs .strongs_wrap .strongs_box:nth-child(3) .ttl .icon {
    right: 10px;
  }
  #lower #ipeva #strongs .strongs_wrap .strongs_box p {
    padding-bottom: 0 !important;
  }
  #lower #ipeva #strongs .wrap {
    padding-bottom: 30px;
  }
  #lower #ipeva #follow h3 {
    font-size: 20px;
  }
  #lower #ipeva #follow h4 {
    margin: 0 0 .6em;
  }
  #lower #ipeva #follow p + h4 {
    margin-top: 1.5em;
  }
  #lower #ipeva #follow p {
    font-size: 14px;
    line-height: 1.8em;
  }
  #lower #ipeva #follow .wrap {
    padding-bottom: 50px;
  }
  #lower #ipeva #faq .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #lower #ipeva #faq h2 {
    margin-bottom: 35px;
  }
  #lower #ipeva #faq .cts_box .faq_q span,
  #lower #ipeva #faq .cts_box .faq_a span {
    width: 30px;
    font-size: 28px;
  }
  #lower #ipeva #faq .cts_box h3 {
    font-size: 18px;
    line-height: 1.8em;
    padding-top: 0;
    margin-top: -5px;
    width: calc(100% - 30px - 15px);
  }
  #lower #ipeva #faq .cts_box p {
    font-size: 14px;
    line-height: 1.8em;
    width: calc(100% - 30px - 15px);
  }
  #lower #ipeva #faq .cts_box .faq_a {
    margin-top: 10px;
  }
  #lower #ipeva #faq .cts_box + .cts_box {
    margin-top: 30px;
  }
  #lower #ipeva #news .wrap {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #lower #ipeva #news .midashi03 span {
    min-width: 250px;
  }
  #lower #ipeva #news .cts_box h3 {
    width: 100%;
    min-height: 46px;
    font-size: 18px;
  }
  #lower #ipeva #news .cts_box p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
  }
  #lower #ipeva #news .midashi03 {
    margin: 0 0 35px;
  }
  #lower #startup #kv .wrap {
    padding-top: 20px;
    padding-bottom: 44px;
  }
  #lower #startup #intro h2 {
    font-size: 26px;
    margin: 0 0 20px;
  }
  #lower #startup #intro p {
    font-size: 12px;
  }
  #lower #startup #intro .btnBox {
    margin-top: 20px;
  }
  #lower #startup #worries .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #lower #startup #worries .list_wrap > div {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed var(--mainColor);
  }
  #lower #startup #worries .list_wrap > div:first-of-type {
    padding-top: 0;
  }
  #lower #startup #worries .list_wrap > div:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  #lower #startup #worries .list_wrap > div:nth-child(1) .num,
  #lower #startup #worries .list_wrap > div:nth-child(1) h3,
  #lower #startup #worries .list_wrap > div:nth-child(1) p,
  #lower #startup #worries .list_wrap > div:nth-child(2) p,
  #lower #startup #worries .list_wrap > div:nth-child(3) .num,
  #lower #startup #worries .list_wrap > div:nth-child(3) h3,
  #lower #startup #worries .list_wrap > div:nth-child(3) p {
    padding-left: 0;
    padding-right: 0;
  }
  #lower #startup #worries .list_wrap > div:nth-child(2) p {
    border-left: none;
    border-right: none;
  }
  #lower #startup #worries .list_wrap > div .num {
    margin: 0 0 15px;
  }
  #lower #startup #worries .list_wrap > div h3 {
    min-height: inherit;
    font-size: 26px;
    margin: 0 0 20px;
  }
  #lower #startup #proposal .wrap {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  #lower #startup #proposal h2 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  #lower #startup #proposal .list_wrap > div {
    width: 100%;
    padding: 40px 28px 30px;
  }
  #lower #startup #proposal .list_wrap > div .icon {
    min-height: inherit;
    margin: 0 0 20px;
  }
  #lower #startup #proposal .list_wrap > div h3 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  #lower #startup #proposal .list_wrap > div .btm_cts {
    margin-top: 20px;
  }
  #lower #startup #proposal .btnBox {
    margin-top: 45px;
  }
  #lower #startup #type .wrap {
    padding-top: 50px;
  }
  #lower #startup #type h2 {
    font-size: 20px;
    margin: 0 -30px 50px;
    padding: 0 5px;
    width: 100vw;
  }
  #lower #startup #type .list_wrap {
    gap: 50px 15px;
  }
  #lower #startup #type .list_wrap > div {
    width: calc((100% - 15px) / 2);
  }
  #lower #startup #type .list_wrap > div h3 {
    font-size: 18px;
    margin: 5px 0 0;
  }
  #lower #startup #case .wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #lower #startup #case .case_wrap {
    gap: 25px;
  }
  #lower #startup #case .case_wrap .cts {
    width: 100%;
    padding: 0 0 0 30px;
  }
  #lower #startup #case .case_wrap + .case_wrap {
    margin-top: 60px;
  }
  #lower #startup #case .case_wrap:nth-child(2n) {
    flex-direction: row;
  }
  #lower #startup #case .case_wrap .img {
    width: 100%;
  }
  #lower #startup #case .case_wrap .cts h2 {
    font-size: 26px;
    min-height: inherit;
    margin: 0 0 10px;
  }
  #lower #startup #case .case_wrap .cts p {
    font-size: 14px;
  }
  #lower #startup #outro .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #lower #startup #outro .company_logo {
    margin: 0 0 50px;
  }
  #lower #startup #outro .company_logo img {
    max-width: 100px;
  }
  #lower #startup #outro h2 {
    font-size: 20px;
    margin: 0 -30px 45px;
    padding: 0 5px;
    width: 100vw;
  }
  #lower #startup #outro p {
    font-size: 14px;
    line-height: 2em;
  }
  #lower #ipeva #about .modal_cts p {
    font-size: 14px;
    line-height: 2em;
  }
  #lower #ipeva #about .modal_cts h3 {
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
  .news_list .btn {
    font-size: 14px;
  }



}