/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/
/* Add your custom css below
-------------------------------------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

br {
  line-height: 0;
}

body {
  width: 100%;
  min-width: 300px;
  color: #2e2e35;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, Roboto,  sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .5px;
  -ms-font-feature-settings: "normal";
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

@media only screen and (max-width: 767.98px) {
  body .container {
    max-width: 480px;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  body .container {
    width: 100%;
    max-width: 720px;
  }
  body .container.pd-0 {
    max-width: inherit;
  }
}

@media only screen and (min-width: 992px) {
  body .container {
    max-width: 1080px;
    padding-left: 60px;
    padding-right: 60px;
  }
  body .container.pd-0 {
    max-width: 1080px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

a {
  color: #2e2e35;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover, a:focus {
  text-decoration: none;
  color: #2e2e35;
  opacity: .8;
}

button {
  outline: none !important;
}

button:hover, button:focus {
  outline: none !important;
}

.font-min {
  font-family: minerva-modern,sans-serif;
  font-weight: 700;
  font-style: normal;
}

em {
  font-weight: bold;
  font-style: normal;
}

/*
---------------------------------*/

.site-header {
  line-height: 55px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 768px) {
  .site-header {
    line-height: 65px;
  }
}

.site-branding .has-logo-img {
  line-height: 55px;
}

.site-branding .site-logo-div {
  line-height: 55px;
}

.site-branding .site-logo-div img {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .site-branding .has-logo-img {
    line-height: 65px;
  }
  .site-branding .site-logo-div {
    line-height: 65px;
  }
  .site-branding .site-logo-div img {
    width: 74%;
  }
}

/*
---------------------------------*/
#nav-toggle span {
  height: 1px;
  width: 30px;
  background: #fff;
}

#nav-toggle span:before, #nav-toggle span:after {
  height: 1px;
  width: 30px;
  background: #fff;
}

#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #fff;
}

#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-5px) rotate(45deg);
  transform: translateX(4px) translateY(-5px) rotate(45deg);
}

@media screen and (max-width: 1140px) {
  .site-header > .container {
    width: 100%;
    max-width: 100%;
  }
  .onepress-menu a {
    font-weight: 400;
    position: relative;
    color: #2e2e35;
  }
  .onepress-menu a::after {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 25px;
    top: 50%;
    border-top: 1px solid #2e2e35;
    border-right: 1px solid #2e2e35;
  }
}

@media screen and (min-width: 1141px) {
  .site-header > .container {
    width: 100%;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
  }
  .onepress-menu a {
    font-weight: 500;
  }
  .onepress-menu .menu-item-78 {
    width: 110px;
    margin-left: 17px !important;
    text-indent: -9999px;
    background-color: #674498;
  }
  .onepress-menu .menu-item-78 a {
    padding-right: 17px !important;
    background: url(https://cocreation-marketing.co.jp/wp/wp-content/uploads/2022/03/icon-nav.png) no-repeat center;
  }
}

/*
---------------------------------*/




/*
---------------------------------*/
.cont {
  padding-top: 9rem;
  padding-bottom: 12rem;
}

@media only screen and (min-width: 768px) {
  .cont {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}

@media only screen and (min-width: 992px) {
  .cont {
    padding-top: 18rem;
    padding-bottom: 17rem;
  }
}




.cont-ttl img {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 3;
}

.cont-ttl span {
  display: block;
  margin-top: -3rem;
  padding-top: 3rem;
}



@media only screen and (min-width: 992px) {
  .cont-ttl {
    padding-top: 17rem;
  }
  .cont-ttl::before {
    left: 0;
  }
}

.cont-lead {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
  letter-spacing: .2rem;
  font-size: 1.8rem;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .cont-lead {
    margin-bottom: 3rem;
    font-size: 2.7rem;
  }
}

@media only screen and (min-width: 992px) {
  .cont-lead {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.cont-inner {
  padding-top: 3.2rem;
  position: relative;
}

.cont-inner .container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.cont-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 240px;
  background-color: #674498;
}

@media only screen and (min-width: 768px) {
  .cont-inner:before {
    top: -12rem;
    width: 46%;
    height: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .cont-inner:before {
    top: -24rem;
  }
}

.cont-box {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3.5rem;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .cont-box {
    padding-top: 8.5rem;
  }
}

/*
---------------------------------*/


.kv-ttl {
  margin-bottom: 4rem;
}

.kv-ttl img {
  max-width: 215px;
  width: 60%;
}

@media only screen and (min-width: 768px) {
  .kv-ttl {
    margin-bottom: 5rem;
  }
  .kv-ttl img {
    max-width: 465px;
    width: 45%;
  }
}

.kv-lead img {
  max-width: 267px;
  width: 72%;
}

@media only screen and (min-width: 768px) {
  .kv-lead img {
    max-width: 726px;
    width: 69%;
  }
}

.scrolldown {
  position: absolute;
  bottom: 2rem;
  left: 1.8rem;
}

.scrolldown span {
  position: absolute;
  left: 4px;
  bottom: 0;
  color: #6c6c6c;
  font-size: 1rem;
  letter-spacing: 1px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}

.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #674498;
  -webkit-animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
  animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
  z-index: 3;
}

.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 134px;
  background: #999999;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .scrolldown {
    bottom: 0;
    left: 4rem;
  }
  .scrolldown span {
    font-size: 1.5rem;
  }
  .scrolldown::before {
    left: -5px;
    width: 12px;
    height: 12px;
    -webkit-animation: circlemove 2.4s ease-in-out infinite, cirlemovehide 2.4s ease-out infinite;
    animation: circlemove 2.4s ease-in-out infinite, cirlemovehide 2.4s ease-out infinite;
  }
  .scrolldown:after {
    width: 2px;
    height: 205px;
  }
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 134px;
  }
  100% {
    bottom: -4px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 134px;
  }
  100% {
    bottom: -4px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (min-width: 768px) {
  @-webkit-keyframes circlemove {
    0% {
      bottom: 205px;
    }
    100% {
      bottom: -5px;
    }
  }
  @keyframes circlemove {
    0% {
      bottom: 205px;
    }
    100% {
      bottom: -5px;
    }
  }
}

/*
---------------------------------*/
.service {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

.service .cont-ttl img {
  max-width: 314px;
}

@media only screen and (min-width: 768px) {
  .service {
    padding-top: 4rem;
    padding-bottom: 18rem;
  }
  .service .cont-ttl img {
    width: 69%;
    max-width: 720px;
  }
}

.service-box {
  height: 325px;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.service-box.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  height: auto;
  overflow: visible;
}

.service-box.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  height: 450px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .service-box {
    height: 680px;
  }
}

.service-note {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  line-height: 2;
}

.service-note li {
  margin: 0;
}

.service-note li p {
  margin-bottom: 1.5rem;
}

.service-note span {
  font-size: 1.4rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .service-note {
    width: 560px;
    margin: auto;
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 2.15;
  }
  .service-note li p {
    margin-bottom: 3rem;
  }
  .service-note span {
    font-size: 1.8rem;
  }
}

.service-more {
  padding-top: 17.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(80%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
  font-size: 1.2rem;
  color: #674498;
}

.service-more button {
  display: inline-block;
  position: relative;
  border: 1px solid #674498;
  padding: 1rem 5rem 1.4rem;
  background: none;
  font-size: 1.2rem;
  color: #674498;
  letter-spacing: 2px;
}

.service-more button span {
  display: block;
}

.service-more button::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  margin: auto;
  border-top: 1px solid #674498;
  border-right: 1px solid #674498;
}

.service-more.close-btn {
  position: static;
  padding-top: 1rem;
  background: none;
  -webkit-filter: none;
  filter: none;
}

.service-more.close-btn button {
  padding: 1.4rem 5rem 1rem;
}

.service-more.close-btn button::before {
  bottom: inherit;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .service-more button {
    font-size: 1.6rem;
    padding: 1.6rem 9rem 2rem;
    border: 2px solid #674498;
  }
  .service-more button::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #674498;
    border-right: 2px solid #674498;
  }
  .service-more button.close-btn {
    padding: 2rem 9rem 1.6rem;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*
---------------------------------*/
.members {
  background: #f2f2f3 url(https://cocreation-marketing.co.jp/wp/wp-content/uploads/2022/03/member-bg.png) no-repeat left top;
  background-size: contain;
}

.members .cont-ttl img {
  max-width: 346px;
  right: -10px;
  left: inherit;
}

@media only screen and (min-width: 768px) {
  .members {
    background: #f2f2f3 url(https://cocreation-marketing.co.jp/wp/wp-content/uploads/2022/03/member-bg_pc.png) no-repeat left top;
    background-size: 100%;
  }
  .members .cont-ttl img {
    width: 75%;
    max-width: 789px;
    right: 2px;
    left: inherit;
  }
}

.members-list {
  padding: 0 2rem;
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .members-list {
    padding: 0;
    margin: 0 -1.5rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .members-list {
    padding: 0 3rem;
  }
}

.members-item {
  padding: 0 !important;
  margin: 3.5rem 0 0 !important;
}

.members-item_box {
  width: 80%;
  margin: -10rem auto 0;
  padding: 2rem 1.8rem;
  background-color: #fff;
  position: relative;
}

.members-item_name {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
}

.members-item_name span {
  display: block;
  font-size: 1rem;
}

.members-item_txt {
  font-size: 1rem;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .members-item {
    padding: 0 0.6rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .members-item {
    padding: 0 1rem !important;
  }
  .members-item_box {
    width: 84%;
    padding: 2.5rem 2.2rem 4rem;
  }
  .members-item_name {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
  .members-item_name span {
    padding-top: 1rem;
    font-size: 1rem;
  }
  .members-item_txt {
    font-size: 1.2rem;
  }
}

/*
---------------------------------*/
.company {
  padding-bottom: 10rem;
}

.company .cont-ttl img {
  max-width: 341px;
  padding-left: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .company {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
  .company .cont-ttl {
    margin-bottom: 7rem;
  }
  .company .cont-ttl img {
    padding-left: 0.5rem;
    width: 73%;
    left: 23px;
    max-width: 768px;
  }
}

@media only screen and (min-width: 992px) {
  .company {
    padding-top: 15rem;
    padding-bottom: 18rem;
  }
}

@media only screen and (min-width: 992px) {
  .company-inner::before {
    top: -9rem;
  }
}

@media only screen and (min-width: 768px) {
  .company-box {
    padding-top: 5rem;
  }
}

.company-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .9rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
}

.company-item_ttl {
  width: 80px;
  font-weight: 400;
}

.company-item_txt {
  width: calc(100% - 80px);
}

@media only screen and (min-width: 768px) {
  .company-item {
    width: 560px;
    margin: auto;
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
  .company-item_ttl {
    width: 148px;
  }
  .company-item_txt {
    width: calc(100% - 148px);
  }
}

/*
---------------------------------*/
.contact {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #e0e0df;
}

.contact .cont-ttl img {
  right: -10px;
  left: inherit;
  max-width: 317px;
}

.contact .cont-lead {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .contact {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .contact .cont-ttl {
    margin-bottom: 3rem;
  }
  .contact .cont-ttl img {
    width: 70%;
    max-width: 730px;
    right: 25px;
    left: inherit;
  }
  .contact .cont-lead {
    margin-bottom: 5rem;
  }
  .contact form {
    max-width: 800px;
    margin: auto;
  }
}

@media only screen and (min-width: 992px) {
  .contact {
    padding-top: 11rem;
    padding-bottom: 15rem;
  }
}

.contact-list {
  padding: 1rem 2rem 2.5rem;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .contact-list {
    padding: 7rem 10% 8rem;
  }
}

.contact-item {
  padding: 1.4rem 0 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
}

.contact-item_ttl {
  margin-bottom: .5rem;
}

.contact-item_ttl em {
  margin-left: .5rem;
  color: #ff9022;
}

.contact-item_txt input, .contact-item_txt textarea {
  padding: .4rem;
  line-height: 1.8;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    font-size: 1.4rem;
  }
  .contact-item_ttl {
    width: 160px;
    margin-bottom: 0;
  }
  .contact-item_txt {
    width: calc(100% - 160px);
  }
  .contact-item_txt input, .contact-item_txt textarea {
    font-size: 1.4rem;
  }
}

.contact-note {
  padding: 1rem;
  font-size: 1.1rem;
  text-align: center;
}

.contact-note > span {
  display: block;
  margin-bottom: 1rem;
}

.contact-note .mwform-checkbox-field-text {
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .contact-note {
    padding: 4rem 1rem;
    font-size: 1.3rem;
  }
  .contact-note .mwform-checkbox-field-text {
    font-size: 1.5rem;
  }
}

.contact-btn {
  text-align: center;
}

.contact-btn input[type="submit"]:nth-of-type(2) {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .contact-btn input[type="submit"] {
    width: 290px;
    padding: 26px 23px;
  }
  .contact-btn input[type="submit"]:nth-of-type(2) {
  }
}

/*
---------------------------------*/
.news {
  padding-top: 6rem;
  padding-bottom: 9rem;
  position: relative;
}

.news:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: #f7f5fa;
}

.news .cont-ttl img {
  max-width: 195px;
  left: 2px;
}

@media only screen and (min-width: 768px) {
  .news {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .news .cont-ttl img {
    max-width: 450px;
    width: 46%;
    left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .news {
    padding-top: 12rem;
    padding-bottom: 15rem;
  }
}

.news-list {
  padding: 0 2rem 3rem;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .news-list {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.news-item {
  margin: 0;
  padding: 0.8rem 0.5rem 0.8rem !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-top: none !important;
}

.news-item_time {
  font-size: 1.2rem;
  color: #a3a3a3;
}

@media only screen and (min-width: 768px) {
  .news-item_time {
    font-size: 1.4rem;
  }
}

.news-link {
  text-align: right;
  position: relative;
  z-index: 1;
}

.news-link a {
  display: inline-block;
  padding-right: 1.5rem;
  margin-right: 2rem;
  color: #674498;
  font-size: 1.2rem;
  position: relative;
}

.news-link a::after {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 1px solid #674498;
  border-right: 1px solid #674498;
}

@media only screen and (min-width: 768px) {
  .news-link a {
    margin-right: 8rem;
    font-size: 1.4rem;
  }
}

/*
---------------------------------*/
.page-header {
  padding: 40px 0px;
  border-top: none !important;
  background: #f7f5fa !important;
  border-bottom: none !important;
  position: relative;
  text-align: center;
  font-family: minerva-modern,sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .page-header {
    padding: 70px 0px;
  }
}

.page-header .entry-title, .page-header .page-title {
  font-family: minerva-modern,sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .page-header .entry-title, .page-header .page-title {
    font-size: 30px;
  }
}

.breadcrumbs {
  font-family: minerva-modern,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.nav-links a {
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #674498;
  color: #674498;
  border-radius: 0;
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.nav-links a:hover, .nav-links a:focus {
  color: #fff;
}

.nav-links a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.nav-links .nav-next a {
  padding-right: 2rem;
}

.nav-links .nav-next a::before {
  right: 1rem;
  border-top: 1px solid #674498;
  border-right: 1px solid #674498;
}

.nav-links .nav-previous a {
  padding-left: 2rem;
}

.nav-links .nav-previous a::before {
  left: 1rem;
  border-bottom: 1px solid #674498;
  border-left: 1px solid #674498;
}

.site-content {
  min-height: calc(100vh - 248px);
}

@media only screen and (min-width: 768px) {
  .site-content {
    min-height: calc(100vh - 397px);
  }
}

.page-template-template-fullwidth .content-area {
  padding-top: 0 !important;
}

.page-template-template-fullwidth .page .entry-content {
  color: #2e2e35;
}

.page-template-template-fullwidth .page .entry-content h1, .page-template-template-fullwidth .page .entry-content h2, .page-template-template-fullwidth .page .entry-content h3, .page-template-template-fullwidth .page .entry-content h4 {
  margin: 3.5em auto 1.5em;
  color: #2e2e35;
  font-weight: 500;
  padding-left: 1.5rem;
  position: relative;
}

.page-template-template-fullwidth .page .entry-content h1::before, .page-template-template-fullwidth .page .entry-content h2::before, .page-template-template-fullwidth .page .entry-content h3::before, .page-template-template-fullwidth .page .entry-content h4::before {
  content: "";
  width: 3px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #674498;
}

.page-template-template-fullwidth .page .entry-content p {
  margin: 1.5em auto;
}

.page-template-template-fullwidth .page .entry-content ul {
  list-style: disc;
}

.page-template-template-fullwidth .page .entry-content ol {
  list-style: decimal;
}

.single-post .entry-header .entry-title {
  margin-bottom: 5px;
  font-size: 20px;
  color: #2e2e35;
}

.single-post .entry-meta {
  margin-bottom: 0;
  padding-bottom: 5px;
  text-align: right;
  color: #a3a3a3;
}

.single-post .post .entry-content {
  color: #2e2e35;
}

.single-post .post .entry-content h1, .single-post .post .entry-content h2, .single-post .post .entry-content h3, .single-post .post .entry-content h4 {
  margin: 3.5em auto 1.5em;
  color: #2e2e35;
  font-weight: 500;
  padding-left: 1.5rem;
  position: relative;
}

.single-post .post .entry-content h1::before, .single-post .post .entry-content h2::before, .single-post .post .entry-content h3::before, .single-post .post .entry-content h4::before {
  content: "";
  width: 3px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #674498;
}

.single-post .post .entry-content p {
  margin: 1.5em auto;
}

.single-post .post .entry-content ul {
  list-style: disc;
}

.single-post .post .entry-content ol {
  list-style: decimal;
}

@media only screen and (min-width: 768px) {
  .single-post .entry-header .entry-title {
    margin-top: 10px;
    margin-top: 15px;
    font-size: 24px;
  }
  .single-post .entry-meta {
    padding-bottom: 10px;
  }
}

.entry-pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none !important;
  font-size: 1.1rem;
  width: 100%;
}

.entry-pager_list a {
  display: inline-block;
  padding: 6px 10px;
  position: relative;
  color: #674498;
  border: 1px solid #674498;
  border-radius: 0;
  font-size: 12px;
}

.entry-pager_list a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.entry-pager_list #prev a {
  padding-left: 2rem;
}

.entry-pager_list #prev a::before {
  left: 1rem;
  border-bottom: 1px solid #674498;
  border-left: 1px solid #674498;
}

.entry-pager_list #next a {
  padding-right: 2rem;
}

.entry-pager_list #next a::before {
  right: 1rem;
  border-top: 1px solid #674498;
  border-right: 1px solid #674498;
}

.archive .list-article {
  padding: 17px 0px;
}

@media only screen and (min-width: 768px) {
  .archive .list-article {
    padding: 24px 0px;
  }
}

.archive .list-article-content .news-item_time {
  display: block;
  margin-bottom: 0.5rem;
}

.archive .list-article-content .entry-title {
  font-size: 1.6rem;
}

.archive .list-article-content .entry-excerpt {
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .archive .list-article-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .archive .list-article-content .news-item_time {
    width: 110px;
    margin-bottom: 1rem;
  }
  .archive .list-article-content .entry-header {
    width: calc(100% - 110px);
  }
  .archive .list-article-content .entry-title {
    font-size: 1.8rem;
  }
  .archive .list-article-content .entry-excerpt {
    width: 100%;
    padding-left: 110px;
    font-size: 1.4rem;
  }
}
/*
---------------------------------*/
body {
  font-size: 1.2rem;
  color: #2e2e35;
  letter-spacing: 1px;
}

body .container {
  padding-right: 3rem;
  padding-left: 3rem;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  body .container {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
  body .container {
    max-width: 830px;
  }
  body .container.pd-0 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    max-width: 1280px;
  }
}

.site-header > .container, .breadcrumbs > .container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.cont-ttl {
  position: relative;
  z-index: 3;
}

.cont-ttl::before {
  z-index: 3;
}

.cont-ttl span {
  margin-top: -4rem;
}

.cont-subttl {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  letter-spacing: .3rem;
  position: relative;
}



.cont-txt {
  line-height: 2.3rem;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .cont-txt {
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .cont-txt {
    line-height: 2.7rem;
  }
}

.cont-inner {
  padding-top: 1rem;
}

.cont-inner::before {
  top: -18rem;
  background-color: rgba(103, 68, 152, 0.1);
}

.cont-btn {
  text-align: center;
  font-family: minerva-modern,sans-serif;
  position: relative;
  z-index: 3;
}

.cont-btn a {
  display: inline-block;
  padding: 0 5.4rem;
  color: #fff;
  line-height: 4.7rem;
  background-color: #674498;
  font-weight: bold;
  position: relative;
}

.cont-btn a::after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 4rem;
  top: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .cont-btn a {
    padding: 0 7rem;
    line-height: 6rem;
  }
  .cont-btn a::after {
    width: 7px;
    height: 7px;
  }
}

.cont-lead {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 3.1rem;
}

@media only screen and (min-width: 768px) {
  .cont-lead {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .cont-lead {
    padding-left: 0;
    font-size: 2.7rem;
  }
}

/*
---------------------------------*/
.top-service .cont-ttl img {
  max-width: 269px;
  left: -3rem;
}

@media only screen and (min-width: 768px) {
  .top-service {
    padding-bottom: 8rem;
  }
  .top-service .cont-ttl img {
    max-width: 507px;
  }
}

@media only screen and (min-width: 992px) {
  .top-service .cont-ttl img {
    left: 0px;
  }
}

.top-service__list {
  margin-left: 2rem;
  margin-right: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
}

.top-service__item {
  padding-top: 2.4rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #674498;
  color: #674498;
}

@media only screen and (min-width: 768px) {
  .top-service__item dd.top-service__txt {
    padding-left: 7.5rem;
  }
}

.top-service__ttl {
  margin-bottom: .5rem;
  padding-left: 5.5rem;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 500;
  font-style: normal;
  position: relative;
}

.top-service__ttl__num {
  display: block;
  position: absolute;
  left: 0;
  top: .8rem;
  font-family: minerva-modern,sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .top-service__ttl {
    margin-bottom: 2rem;
    padding-left: 7.5rem;
    font-size: 2.2rem;
  }
  .top-service__ttl__num {
    top: 0.2rem;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .top-service__ttl {
    font-size: 2.5rem;
  }
  .top-service__ttl__num {
    font-size: 4.3rem;
  }
}

.top-service__txt {
  margin-bottom: .5rem;
  font-size: 1.3rem;
  line-height: 2.75rem;
}

@media only screen and (min-width: 768px) {
  .top-service__txt {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .top-service__txt {
    font-size: 1.6rem;
  }
}

.top-service__btn {
  text-align: right;
  font-family: minerva-modern,sans-serif;
}

.top-service__btn a {
  display: inline-block;
  padding: 0 2.4rem;
  color: #fff;
  font-size: 1rem;
  line-height: 2.8rem;
  background-color: #674498;
  font-weight: bold;
  position: relative;
}

.top-service__btn a::after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 1.2rem;
  top: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .top-service__btn {
    padding-right: 2.2rem;
  }
  .top-service__btn a {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 992px) {
  .top-service__btn a {
    font-size: 1.5rem;
  }
}

.top-philosophy {
  padding-top: 12.5rem;
  position: relative;
  z-index: 1;
}

.top-philosophy::before {
  content: "";
  position: absolute;
  right: 0;
  top: 1rem;
  width: 36%;
  height: 100%;
  background-color: rgba(103, 68, 152, 0.1);
}

.top-philosophy .cont-ttl img {
  width: 120%;
  max-width: 372px;
  left: -2.9rem;
}

@media only screen and (min-width: 768px) {
  .top-philosophy .cont-ttl img {
    max-width: 694px;
  }
}

@media only screen and (min-width: 992px) {
  .top-philosophy .cont-ttl img {
    left: 0px;
  }
}

.top-members {
  padding-top: 10rem;
  padding-bottom: 15rem;
  background: url(https://cocreation-marketing.co.jp/wp_1/wp-content/uploads/2022/08/top-members_bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

.top-members .box {
  position: relative;
}

.top-members .box::after {
  content: "";
  position: absolute;
  top: 8rem;
  left: -3rem;
  width: 100%;
  height: calc(100% - 3rem);
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.top-members .cont-ttl {
  padding-top: 13rem;
}

.top-members .cont-ttl img {
  width: 88%;
  max-width: 297px;
  left: inherit;
  right: -2.9rem;
}

@media only screen and (min-width: 768px) {
  .top-members {
    background: url(https://cocreation-marketing.co.jp/wp_1/wp-content/uploads/2022/08/top-members_bg-pc.jpg) no-repeat top center;
    background-size: cover;
  }
  .top-members .box::after {
    top: 11rem;
    left: -10rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .top-members .cont-ttl {
    padding-top: 16rem;
  }
  .top-members .cont-ttl img {
    max-width: 546px;
  }
}

@media only screen and (min-width: 992px) {
  .top-members .box::after {
    top: 11rem;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(100% - 4rem);
    max-width: 1250px;
    width: calc(100% - 3rem);
  }
  .top-members .cont-ttl {
    padding-top: 18rem;
  }
  .top-members .cont-ttl img {
    right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .top-members .cont-btn a {
    line-height: 3.6em;
  }
}

.top-company .cont-ttl img {
  width: 88%;
  max-width: 292px;
  top: 7px;
  left: -2.9rem;
}

@media only screen and (min-width: 768px) {
  .top-company .cont-ttl img {
    max-width: 584px;
  }
}

@media only screen and (min-width: 992px) {
  .top-company .cont-ttl img {
    left: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .top-company {
    padding-top: 10rem;
  }
  .top-company .cont-btn a {
    line-height: 3.6em;
  }
}

.contact {
  padding-top: 11rem;
}

.contact .cont-ttl img {
  width: 80%;
  max-width: 272px;
  right: -29px;
}

@media only screen and (min-width: 768px) {
  .contact .cont-ttl img {
    right: -2.9rem;
    max-width: 509px;
  }
}

@media only screen and (min-width: 992px) {
  .contact .cont-ttl img {
    right: 0;
  }
}

.news {
  padding-top: 10rem;
  padding-bottom: 13rem;
  background: url(https://cocreation-marketing.co.jp/wp_1/wp-content/uploads/2022/08/top-news_bg2.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .news {
    background: url(https://cocreation-marketing.co.jp/wp_1/wp-content/uploads/2022/08/top-news_bg-pc.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (min-width: 992px) {
  .news {
    padding-bottom: 16rem;
  }
}

.news::after {
  content: none;
}

.news .box {
  position: relative;
}

.news .box::after {
  content: "";
  position: absolute;
  top: 8rem;
  left: -3rem;
  width: 100%;
  height: calc(100% - 5rem);
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .news .box::after {
    top: 11rem;
    left: -10rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (min-width: 992px) {
  .news .box::after {
    top: 13rem;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(100% - 4rem);
    max-width: 1250px;
    width: calc(100% - 3rem);
  }
}

.news .cont-ttl span {
  margin-top: 0;
}

.news .cont-ttl img {
  width: 50%;
  left: -2.9rem;
  max-width: 195px;
}

@media only screen and (min-width: 768px) {
  .news .cont-ttl img {
    max-width: 315px;
  }
}

@media only screen and (min-width: 992px) {
  .news .cont-ttl img {
    left: 0;
  }
}

.news-list {
  padding: 0 3rem 3rem;
  position: relative;
  z-index: 3;
}

.news-item_time {
  color: #000;
}

.news-item_txt {
  color: #000;
}

.news-link {
  position: relative;
  z-index: 3;
}

.news-link a {
  margin-right: 3rem;
}

/*
---------------------------------*/
.service-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-top: .2rem solid #674498;
  border-bottom: .2rem solid #674498;
  position: relative;
}

.service-header::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 75px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 63%;
  background-color: #674498;
}

@media only screen and (min-width: 768px) {
  .service-header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .service-header::after {
    left: 94px;
  }
}

@media only screen and (min-width: 992px) {
  .service-header {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 4rem;
  }
  .service-header::after {
    left: 110px;
  }
}

.service-header__ttl {
  margin-bottom: .5rem;
  padding-left: 10rem;
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #674498;
  font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .service-header__ttl {
    padding-left: 13rem;
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .service-header__ttl {
    padding-left: 15rem;
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
}

.service-header__num {
  display: block;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: minerva-modern,sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .service-header__num {
    left: 2rem;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .service-header__num {
    margin-bottom: 1.5rem;
    font-size: 4.6rem;
  }
}

.service-header__txt {
  padding-left: 10rem;
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #674498;
}

@media only screen and (min-width: 768px) {
  .service-header__txt {
    padding-left: 13rem;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .service-header__txt {
    padding-left: 15rem;
    font-size: 1.8rem;
  }
}

.service-cont {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.service-cont__txt {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 992px) {
  .service-cont__txt {
    margin-bottom: 7rem;
  }
}

.service-cont__img img {
  display: block;
  width: 80%;
  margin: 2rem auto 4rem;
}

.service-cont__img img.item01 {
  max-width: 237px;
}

.service-cont__img img.item02 {
  max-width: 306px;
}

.service-cont__img img.item03 {
  max-width: 272px;
}

.service-cont__img img.item04 {
  max-width: 288px;
}

.service-cont__img.bor {
  margin-bottom: 6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (min-width: 768px) {
  .service-cont__img img {
    margin: 3rem auto 4rem;
  }
  .service-cont__img img.item01 {
    max-width: 380px;
  }
  .service-cont__img img.item02 {
    max-width: 500px;
  }
  .service-cont__img img.item03 {
    max-width: 400px;
  }
  .service-cont__img img.item04 {
    max-width: 520px;
  }
  .service-cont__img img.bor {
    margin-bottom: 8rem;
    padding-bottom: 5rem;
  }
}

.service-cont__inner {
  margin-bottom: 5rem;
}

.service-cont__inner.soshiki .service-cont__ttl {
  color: #99d3dc;
  border-color: #99d3dc;
}

.service-cont__inner.soshiki .service-cont__list li::before {
  background: url(https://cocreation-marketing.co.jp/wp_1/wp-content/uploads/2022/08/service-icon1.png) no-repeat left center;
  background-size: contain;
}

.service-cont__inner.jinzai .service-cont__ttl {
  color: #005caf;
  border-color: #005caf;
}

.service-cont__inner.jinzai .service-cont__list li::before {
  background: url(https://cocreation-marketing.co.jp/wp_1/wp-content/uploads/2022/08/service-icon2.png) no-repeat left center;
  background-size: contain;
}

.service-cont__inner.tool .service-cont__ttl {
  color: #33a6b8;
  border-color: #33a6b8;
}

.service-cont__inner.tool .service-cont__list li::before {
  background: url(https://cocreation-marketing.co.jp/wp_1/wp-content/uploads/2022/08/service-icon3.png) no-repeat left center;
  background-size: contain;
}

.service-cont__ttl {
  padding-bottom: .3rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  letter-spacing: 2px;
  line-height: 2.5rem;
  border-bottom: 2px solid;
}

@media only screen and (min-width: 768px) {
  .service-cont__ttl {
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 992px) {
  .service-cont__ttl {
    font-size: 1.8rem;
  }
}

.service-cont__subttl {
  margin-bottom: .5rem;
  letter-spacing: 2px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .service-cont__subttl {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .service-cont__subttl {
    font-size: 1.6rem;
  }
}

.service-cont__list {
  margin: 0 auto 2rem !important;
  padding-left: .5rem;
}

.service-cont__list li {
  margin: 0 0 .4rem;
  margin-left: 0;
  padding-left: 3rem;
  position: relative;
}

.service-cont__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 15px;
  height: 14px;
  background: url(https://cocreation-marketing.co.jp/wp_1/wp-content/uploads/2022/08/service-icon4.png) no-repeat left center;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .service-cont__list {
    margin: 0 auto 4rem !important;
  }
  .service-cont__list li {
    margin: 0 0 .5rem;
  }
  .service-cont__list li::before {
    top: 0.7rem;
  }
}

.service-cont__step {
  margin: 4.5rem auto -1rem !important;
}

.service-cont__step li {
  margin: 0 !important;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
}

.service-cont__step dt {
  line-height: 2.5rem;
}

.service-cont__step dt span {
  display: inline-block;
  margin-right: 1.5rem;
  font-family: minerva-modern,sans-serif;
  color: #005caf;
  font-size: 1.6rem;
}

.service-cont__step dd {
  line-height: 2.3rem;
  color: #2e2e35;
}

@media only screen and (min-width: 768px) {
  .service-cont__step {
    margin: 6rem auto 0 !important;
  }
  .service-cont__step li {
    padding: 2.5rem 0;
  }
  .service-cont__step dt {
    margin-bottom: 0.5rem;
  }
  .service-cont__step dt span {
    margin-right: 2rem;
    font-size: 1.9rem;
  }
}

.service-cont__table {
  margin-bottom: 6rem;
}

.service-cont__table th {
  padding: 1.2rem 0;
  background-color: #515151;
  text-align: center;
  border: 1px solid #515151;
  color: #fff;
  line-height: 1.5rem;
}

.service-cont__table th .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-cont__table th span:nth-child(2) {
  margin: 0 1rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.service-cont__table th span:last-child {
  line-height: 1.8rem;
}

.service-cont__table td:first-child {
  width: 50px;
  background-color: #dbe8f4;
  border: 1px solid #cccccc;
  text-align: center;
}

.service-cont__table td:first-child span {
  display: inline-block;
  height: 96px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 4px;
  vertical-align: middle;
}

.service-cont__table td:last-child {
  width: calc(100% - 50px);
  padding: 1.5rem 1rem;
  border: 1px solid #cccccc;
  font-size: 1.2rem;
  line-height: 2.3rem;
}

.service-cont__table td:last-child ul {
  margin: 0 !important;
  list-style: disc;
  padding-left: 2rem;
}

.service-cont__table td:last-child li {
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .service-cont__table {
    margin-bottom: 8rem;
  }
  .service-cont__table th {
    padding: 1.6rem 0;
    line-height: 1.8rem;
  }
  .service-cont__table th span:nth-child(2) {
    margin: 0 1rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .service-cont__table th span:last-child {
    line-height: 1.8rem;
  }
  .service-cont__table td:first-child {
    width: 20%;
    padding: 2rem;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .service-cont__table td:first-child span {
    height: inherit;
    vertical-align: inherit;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .service-cont__table td:last-child {
    width: 80%;
    padding: 2;
    font-size: 1.5rem;
  }
  .service-cont__table td:last-child ul {
    padding-left: 3rem;
  }
}

.service-cont__item {
  padding: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: bold;
}

.service-cont__item.item01 {
  margin-bottom: 2.5rem;
  background-color: #33a6b8;
  position: relative;
}

.service-cont__item.item01:after {
  content: "";
  position: absolute;
  bottom: -2.1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 25px 0 25px;
  border-color: #e3dfd4 transparent transparent transparent;
}

.service-cont__item.item02 {
  background-color: #005caf;
}

@media only screen and (min-width: 768px) {
  .service-cont__item {
    padding: 1.6rem;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .service-cont__item {
    padding: 1.9rem;
    font-size: 1.8rem;
  }
}

.service-cont__txtarea {
  padding: 1.8rem 2rem 2.5rem;
  margin-bottom: 4rem;
  border: 1px solid #ccc;
  border-top: none;
  line-height: 2.3rem;
}

.service-cont__txtarea dt {
  margin-bottom: 1.3rem;
}

@media only screen and (min-width: 992px) {
  .service-cont__txtarea {
    padding: 3rem 4rem 3.5rem;
  }
}

/*
---------------------------------*/
.members {
  padding-top: 3.5rem;
  background: none;
}

@media only screen and (min-width: 768px) {
  .members {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .members {
    padding-top: 8rem;
  }
}

.members-item {
  margin: 0rem 0 4rem !important;
}

.members-item_box {
  margin: -8.5rem auto 0;
  width: 84%;
  -webkit-box-shadow: 0px 1px 15px -3px rgba(214, 212, 217, 0.8);
          box-shadow: 0px 1px 15px -3px rgba(214, 212, 217, 0.8);
}

.members-item_name {
  margin-bottom: 2.3rem;
  position: relative;
}

.members-item_name:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 8rem;
  height: 1px;
  background-color: #a48fc1;
}

.members-item_more {
  text-align: right;
}

.members-item_more a {
  display: inline-block;
  padding-right: 1.5rem;
  color: #674498;
  font-family: minerva-modern,sans-serif;
  font-size: 1rem;
  position: relative;
}

.members-item_more a::after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 1px solid #674498;
  border-right: 1px solid #674498;
}

@media only screen and (min-width: 768px) {
  .members-list {
    padding: 0;
  }
}

/*
---------------------------------*/
.member-cont {
  padding-top: 3.5rem;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .member-cont {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .member-cont {
    padding-top: 8rem;
  }
}

.member-cont__img {
  padding: 0 1.5rem;
  margin: 0 auto 2.5rem;
  max-width: 400px;
}

.member-cont__thumb {
  margin-bottom: 7rem;
}

.member-cont__name {
  text-align: center;
  line-height: 2rem;
  position: relative;
}

.member-cont__name:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 8rem;
  height: 1px;
  background-color: #a48fc1;
}

.member-cont__name span {
  display: block;
  margin-bottom: .2rem;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .member-cont__name span {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
  }
}

.member-cont__inner {
  padding-bottom: 2rem;
}

.member-cont__inner.bg {
  margin-bottom: 6rem;
  padding-top: 5rem;
  background-color: #faf9fc;
}

@media only screen and (min-width: 768px) {
  .member-cont__inner {
    padding-bottom: 4rem;
  }
  .member-cont__inner.bg {
    margin-bottom: 8rem;
    padding-top: 8rem;
  }
}

.member-cont__ttl {
  margin-bottom: 2rem;
  font-size: 1.9rem;
  color: #674498;
  line-height: 2rem;
  position: relative;
}

.member-cont__ttl::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -3rem;
  width: 2rem;
  height: 1px;
  background-color: #674498;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .member-cont__ttl {
    font-size: 2.3rem;
    line-height: 2.4rem;
  }
}

.member-cont__subttl {
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.member-cont__subttl.mt-0 {
  margin-top: 0;
}

.member-cont__subttl span {
  display: block;
  margin-bottom: .2rem;
  margin-left: -3rem;
  padding-left: 3rem;
  padding-right: 1.5rem;
  background: #674498;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .member-cont__subttl {
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
  .member-cont__subttl span {
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.8rem;
  }
}

.member-cont__txt {
  margin-bottom: 3rem;
  line-height: 2.3rem;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .member-cont__txt {
    margin-bottom: 4.5rem;
    line-height: 2.5rem;
  }
}

.member-cont__list {
  margin: 0 0 2.5rem !important;
  padding: 2rem 3.5rem;
  line-height: 2.3rem;
  letter-spacing: 1px;
  background-color: #fff;
  list-style: disc;
}

.member-cont__list li {
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .member-cont__list {
    margin: 0 0 4.5rem !important;
    padding: 4rem 5rem;
    line-height: 2.5rem;
  }
}

/*
---------------------------------*/
.profile-cont {
  padding-top: 9.5rem;
  background-color: #fafafa;
  position: relative;
}

.profile-cont:after {
  content: "";
  position: absolute;
  top: 6rem;
  right: 2rem;
  width: 30px;
  height: 182px;
  background: url(https://cocreation-marketing.co.jp/wp_1/wp-content/uploads/2022/08/profile-txt.png) no-repeat top right;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .profile-cont:after {
    width: 60px;
    height: 364px;
    right: 3rem;
  }
}

.profile-cont__ttl {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 3.7rem;
  color: #674498;
  letter-spacing: 2px;
  border-bottom: 1px solid #674498;
}

@media only screen and (min-width: 768px) {
  .profile-cont__ttl {
    margin-bottom: 2rem;
    font-size: 1.9rem;
    line-height: 4rem;
  }
}

.profile-cont__name {
  line-height: 3.7rem;
  letter-spacing: 2px;
}

.profile-cont__name span {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 2rem;
  line-height: 3.7rem;
}

@media only screen and (min-width: 768px) {
  .profile-cont__name {
    line-height: 4rem;
  }
  .profile-cont__name span {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

.profile-cont__position {
  line-height: 2rem;
}

.profile-cont__wrap {
  margin: 4rem 0;
  padding: 3rem 2rem;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .profile-cont__wrap {
    padding: 5rem;
  }
}

.profile-cont__inner.bor {
  margin: 5rem 0 2rem;
  padding: 3rem;
  border: 1px solid #ccc;
}

.profile-cont__subttl {
  margin-bottom: 2rem;
  padding-left: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-weight: normal;
  position: relative;
}

.profile-cont__subttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 70%;
  width: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #8569ad;
}

@media only screen and (min-width: 768px) {
  .profile-cont__subttl {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.profile-cont__list {
  margin: 0 !important;
}

.profile-cont__item {
  padding-left: 6.2rem;
  margin: 0 0 2rem !important;
  line-height: 2.1rem;
  position: relative;
}

.profile-cont__item span {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-right: 1.5rem;
  color: #674498;
}

.profile-cont__item ul {
  margin: 2rem 0 0 !important;
  padding-left: 3rem;
  position: relative;
}

.profile-cont__item ul::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  left: -5rem;
  top: 0.2rem;
  border-top: 1px solid #674498;
  border-right: 1px solid #674498;
}

.profile-cont__item ul li {
  margin: 0 0 2rem !important;
}

.profile-cont__item ul li span {
  left: -3rem;
}

@media only screen and (min-width: 768px) {
  .profile-cont__item {
    padding-left: 7.5rem;
    line-height: 2.2rem;
  }
  .profile-cont__item ul {
    padding-left: 4rem;
  }
}

.profile-cont__txt {
  font-size: 1.1rem;
  line-height: 2.05rem;
}

@media only screen and (min-width: 768px) {
  .profile-cont__txt {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}

/*
---------------------------------*/
.philosophy-cont {
  padding-top: 3rem;
  padding-bottom: 11rem;
}

@media only screen and (min-width: 768px) {
  .philosophy-cont {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .philosophy-cont {
    padding-top: 8rem;
  }
}

.philosophy-cont__img {
  width: 90%;
  max-width: 282px;
  margin: 2rem auto;
}

@media only screen and (min-width: 768px) {
  .philosophy-cont__img {
    max-width: 500px;
  }
}

.philosophy-cont__logo {
  width: 84%;
  max-width: 490px;
  margin: 5.5rem auto 6rem;
}

@media only screen and (min-width: 768px) {
  .philosophy-cont__logo {
    margin-bottom: 9rem;
  }
}

.philosophy-cont__inner {
  padding: 3.5rem 0 3rem;
}

.philosophy-cont__inner.bor {
  border-bottom: 1px solid #ccc;
}

.philosophy-cont__inner:nth-of-type(2) .philosophy-cont__subttl {
  color: #33a6b8;
}

.philosophy-cont__inner:nth-of-type(3) .philosophy-cont__subttl {
  color: #99d2db;
}

@media only screen and (min-width: 768px) {
  .philosophy-cont__inner {
    padding: 5rem 0;
  }
}

.philosophy-cont__subttl {
  margin-bottom: .6rem;
  font-size: 2.3rem;
  line-height: 2rem;
  color: #005caf;
  font-family: minerva-modern,sans-serif;
}

@media only screen and (min-width: 768px) {
  .philosophy-cont__subttl {
    margin-bottom: 2rem;
    font-size: 2.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .philosophy-cont__subttl {
    font-size: 2.9rem;
  }
}

.philosophy-cont__txt {
  line-height: 2.3rem;
  margin: 0 !important;
  list-style: disc;
  letter-spacing: 1px;
}

.philosophy-cont__txt li {
  margin: 0 0 0 1.5rem !important;
}

.philosophy-cont__box {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f8fb;
}

@media only screen and (min-width: 768px) {
  .philosophy-cont__box {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}

.philosophy-cont__lead {
  margin-bottom: 3rem;
  line-height: 2.7rem;
  text-align: center;
}

.philosophy-cont__lead span {
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2.6rem;
}

@media only screen and (min-width: 768px) {
  .philosophy-cont__lead {
    margin-bottom: 5rem;
    line-height: 3.4rem;
  }
  .philosophy-cont__lead span {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
}

/*
---------------------------------*/
.company-cont {
  padding-top: 3.5rem;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .company-cont {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .company-cont {
    padding-top: 8rem;
  }
}

.company-cont__inner {
  padding-bottom: 7rem;
}

.company-cont__inner.bg {
  margin-bottom: 8rem;
  padding-top: 7rem;
  background-color: #faf9fc;
}

@media only screen and (min-width: 768px) {
  .company-cont__inner {
    padding-bottom: 9rem;
  }
  .company-cont__inner.bg {
    margin-bottom: 10rem;
    padding-top: 9rem;
    padding-bottom: 10rem;
  }
}

.company-cont__txt {
  margin-bottom: 3rem;
  line-height: 2.3rem;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .company-cont__txt {
    margin-bottom: 4.5rem;
    line-height: 2.5rem;
  }
}

.company-cont__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem 0;
}

.company-cont__item dt {
  font-weight: normal;
  width: 90px;
  padding-left: .5rem;
}

.company-cont__item dd {
  width: calc(100% - 90px);
}

@media only screen and (min-width: 768px) {
  .company-cont__item {
    padding: 2rem 0;
  }
  .company-cont__item dt {
    width: 120px;
  }
  .company-cont__item dd {
    width: calc(100% - 120px);
  }
}

.company-cont__list {
  margin: 0 !important;
  padding-bottom: 3rem;
}

.company-cont__list li {
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem 0;
}

.company-cont__list li:first-child {
  padding-top: 0;
}

.company-cont__list li ul {
  margin: 0 !important;
  padding-top: 1rem;
  padding-left: 3.5rem;
  padding-bottom: 2rem;
}

.company-cont__list li ul li {
  margin: 0 !important;
  padding: .5rem;
  border-bottom: none;
  position: relative;
}

.company-cont__list li ul li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 12px;
  width: .7rem;
  height: .7rem;
  background-color: #d1c7e0;
}

@media only screen and (min-width: 768px) {
  .company-cont__list li {
    padding: 2rem 0;
  }
}

.single-post .post .entry-content a {
  color: #674498;
}
