@charset "UTF-8";
/*
Theme Name: CBT Mental Support
Theme URI: http://test-sever-aby-02.xyz/
Description: CBTメンタルサポートのテーマ
Version: 1.0
 */


.mincho {
  font-family: 'Klee One', cursive;
}
.en_text {
  font-family: 'Palanquin', sans-serif;
}
.bold_text {
  font-weight: bold;
  color: #00A3AF;
  font-size: 1.5rem;
}
.point {
  font-weight: bold;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

img {
  width: 100%;
}
a {
  text-decoration: none;
  color: #003033;
}
.hidden {
  display: none;
}

.text_center {
  text-align: center;
}
.text_left {
  text-align: left !important;
}

@media (max-width: 750px) {
  .forpc {
    display: none !important; }

  .forsp {
    display: block !important; }

  .bold_text {
    font-weight: bold;
    color: #00A3AF;
    font-size: 1.3rem;
  }
}



/* ヘッダー */
.subcontent {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4vw 0 0;
}
.header {
  max-height: 88px;
}
.headerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  height: 8vw;
  max-height: 88px;
  background: #ffffff;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 48, 51, 0.3);
  padding: 0 2vw;
}
.logo {
  width: 240px;
}
.header_menuBtn {
  display: none;
}
.menuBtn_box {
  position: relative;
  display: block;
  margin: 8px 0 16px;
}
.menuBtn_1 , .menuBtn_2  {
  content: '';
  background: #00A3AF;
  width: 24px;
  height: 2px;
  position: absolute;
  top: -8px;
  left: calc(50% - 12px);
  transition: 0.3s;
}
.menuBtn_2 {
  top: 0;
}
.header_menuBtn p {
  color: #00A3AF;
}
@media (max-width: 750px) {
  .logo {
    width: 56vw; }
  .subcontent {
    display: block;
    padding: 4vw 0 0; }
  .headerWrap {
    height: 16vw; }
}
@media (max-width: 1399px) {
  .header_menuBtn {
    display: block; }
}

/* ヘッダーメニューOPEN */
.header_menuBtn.open .menuBtn_1 {
  transform: translateY(0) rotate(-45deg);
  transition: 0.3s;
}
.header_menuBtn.open .menuBtn_2 {
  transform: translateY(-8px) rotate(45deg);
  transition: 0.3s;
}

/* ドロワーメニュー */
.drawer_menu {
  width: 100%;
  height: 100vh;
  top: -120%;
  position: fixed;
  display: block;
  overflow: auto;
  background: #F2F7F7;
  padding: 20vw 0;
  z-index: 2;
}
.drawer_menu.sp_open {
  top: 0;
}
.menuList  {
  padding: 4vw;
}
.menuList li a {
  color: #003033;
}
.menuList li {
  border-bottom: 1px dotted #00A3AF;
  padding: 12px 8px;
  position: relative;
}
.menuList li::after {
  background: url(img/icon_arrow.svg) no-repeat center;
  position: absolute;
  right: 8px;
  content: '';
  width: 18px;
  height: 12px;
  top: 40%;
}


/* PCヘッダーメニュー */
@media (max-width: 1399px) {
  .pc_header {
    display: none; }
  }
.navList {
  display: flex;
}
.navList li {
  margin: 4px;
  border-right: 1px dotted #00A3AF;
  padding-right: 8px;
  font-size: 14px;
}
.navList a {
  color: #003033;
}

/* 追従CTA */
.bottomBtn {
  background: #00A3AF;
  position: fixed;
  bottom: 10%;
  right: 0;
  max-width: 80px;
  display: block;
  z-index: 90;
}
.bottomBtn ul {
  padding: 16px 8px;
}
.bottomBtn_1 , .bottomBtn_2 {
  padding: 1vw;
  text-align: center;
  font-size: 16px;
  margin: 8px auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.bottomBtn_1 {
  background: #ffffff;
}
.bottomBtn_2 {
  border: 1px solid #ffffff;
}
.bottomBtn_1 a span , .bottomBtn_2 a span {
  display: inline-block;
}
.bottomBtn_1 a {
  color: #00A3AF;
}
.bottomBtn_2 a {
  color: #ffffff;
}

/* 追従CTA SP用*/
@media (max-width: 750px) {
  .bottomBtn {
    bottom: 0;
    width: 100%;
    max-width: 100vw;
  }
  .bottomBtn.active{
    bottom: 0;
    opacity: 1;
    margin-bottom: 0;
    max-width: 100vw;
  }
  .bottomBtn.active.hidden{
    bottom: -80px;
    opacity: 0;
  }
  .bottomBtn.active.down{
    bottom: -80px;
    opacity: 0;
  }
  .bottomBtn.active.hidden.down{
    bottom: -80px;
    opacity: 0;
  }
  .bottomBtn ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottomBtn_1 , .bottomBtn_2 {
    padding: 2vw 4vw;
    margin: 0 4px;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
  .bottomBtn_1 a , .bottomBtn_2 a {
    display: block;
    line-height: 1.4;
  }
}




/* メインここから */
/* 共通class */
section {
  margin-bottom: 120px;
}
.content_flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.section_title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  font-size: 2rem;
  color: #00A3AF;
  letter-spacing: 0.8rem;
}
.section_title::before {
  content: '';
  background: url("img/heading.svg") no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -40px;
  right: -8px;
}
.section_content {
  width: 100%;
}
.wave {
  padding: 80px 0 120px;
  position: relative;
}
.wave::after {
  content: '';
  background: url("img/wave.png") no-repeat;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: bottom;
  height: 8rem;
  bottom: 0;
}
.section_titleSub {
  font-size: 1.5rem;
  color: #00A3AF;
  margin-bottom: 24px;
}

.btn {
  color: #005D63!important;
  font-size: 16px!important;
  border: 1px solid #005D63!important;
  padding: 12px 8px!important;
  position: relative;
  width: 184px!important;
  display: block!important;
  margin: 0 auto!important;
  text-align: center!important;
  background: #ffffff!important;
}
.btn::after {
  content: '';
  background: url("img/icon_arrow.svg") no-repeat center;
  position: absolute;
  right: 8px;
  width: 18px;
  height: 12px;
  top: 40%;
}

@media (max-width: 750px) {

  section {
    margin-bottom: 50px;
  }

  .content_flex {
    display: block;
  }
  .section_title {
    line-height: 1.4;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    letter-spacing: normal;
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .section_title::before {
    top: -32px;
    left: -8px;
    height: 60px;
  }
  .section_titleSub {
    margin-bottom: 24px;
  }
  .wave::after {
    background: url(img/wave_sp.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    bottom: 0;
    height: 6rem;
  }
}

/* バナー */
.discountBanner {
  width: 60%;
  margin: 0 auto;
}
.discountBanner a img{
  width: 100%;
  height: auto;
}

@media (max-width: 750px){
  .discountBanner {
    width: 90%;
  }
}

/* メインビジュアル */
main {
  overflow: hidden;
}
.mv {
  background: url("img/mv_pc.jpg") no-repeat;
  width: 100%;
  height: 100vh;
  max-height: 680px;
  position: relative;
  margin-bottom: 120px;
}
.mv_catch {
  position: absolute;
  top: 14%;
  right: 10%;
}
h1 {
  font-size: 56px;
  color: #005D63;
  letter-spacing: 0.8rem;
}
.mv_topic {
  background: url("img/mv_topic.png") no-repeat;
  position: absolute;
  top: 32%;
  left: 0%;
  width: 100%;
  height: 68%;
  background-size: auto;
}
.mv_topicBox {
  padding: 18% 0 0 8%;
  display: inline-block;
}
.mv_topicTitle {
  font-size: 1.2rem;
  color: #003033;
}
.topic_list {
  margin-bottom: 16px;
}
.mv_topicBox ul li a {
  color: #003033;
}
.info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.date {
  color: #BDC1C1;
  margin-right: 8px;
}
.date.w100{
  width: 100%;
}
.category {
  color: #00A3AF;
  border: 1px solid #00A3AF;
  margin-left: 4px;
  padding:  0 8px;
  text-align: center;
  font-size: 0.8rem;
}
.title {
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sp_topic {
  display: none;
}

@media (max-width: 750px) {
  .mv {
    background: url("img/mv_sp.jpg") no-repeat;
    max-height: 530px;
    margin-bottom: 0; }
  h1 {
    font-size: 40px; }
  .mv_topic {
    display: none; }
  .sp_topic {
    background: url("img/sp_topic.png") no-repeat;
    display: block;
    margin-bottom: 64px;
    background-size: contain;
    padding: 8vw 8vw 16vw; }
  .mv_topicSp {
    padding: 0 8vw 4vw 4vw; }
  .mv_topicTitleSp {
    font-size: 1.2rem; }
  .mv_topicBoxSp ul li a {
    color: #003033; }
  .date {
    font-size: 0.8rem;
  }
}


/* 私たちについて　about */
.about_title {
  font-size: 2rem;
  color: #00A3AF;
  display: block;
  text-align: center;
  margin-bottom: 32px;
}
#about p {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

/* 認知行動療法とは？　therapy */
#therapy .flex {
  align-items: center;
}
#therapy .bold_text {
  line-height: 2;
  margin-bottom: 24px;
}

@media (max-width: 750px) {
  .about_title {
    text-align: left;
  }
  .about_title span {
    display: inline-block;
  }
  #about p {
    text-align: left;
  }
  #therapy {
    display: block;
  }
}

/* 当社にできること　service */
.service_wrap {
  flex-wrap: nowrap;
  justify-content: space-around;
}
.service_wrap .section_titleSub {
  text-align: center;
  width: 300px;
  height: 300px;
  background: url("img/top_service_circle_01.png") no-repeat;
  background-size: contain;
  color: #ffffff;
  margin: 0 auto 24px;
  line-height: 280px;
  position: relative;
}
.service_wrap li:nth-child(2) .section_titleSub {
  background: url("img/top_service_circle_02.png") no-repeat;
  background-size: contain;
}
.service_list {
  margin: 24px 0 40px;
}
.service_list li {
  border-top: 1px dotted #005D63;
  padding: 16px;
  color: #00A3AF;
  font-size: 1.2rem;
}
.service_list li:last-child {
  border-bottom: 1px dotted #005D63;
}

@media (max-width: 750px) {
  .service_wrap {
    display: block;
  }
  .service_box {
    margin-bottom: 40px;
  }
}


/* 開催セミナー　seminar */
#seminar {
  background: #F2F7F7;
  padding-top: 80px;
  position :relative;
}

.seminar_wrap {
  margin-bottom: 40px;
}
.seminar_list {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  margin: 8px;
  width: 345px;
}
.seminar_list::after {
  position: absolute;
  content: '';
  background: url("img/icon_arrow.svg") no-repeat;
  right: 16px;
  width: 24px;
  height: 16px;
  top: 50%;
}
.ribbon {
  color: #ffff;
  background: #00A3AF;
  padding: 16px 0;
  font-size: 0.6rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  text-align: center;
  border-radius: 0 8px 0 0;
}
.ribbon span {
  position: relative;
}
.ribbon span::after {
  position: absolute;
  content: '';
  right: calc(50% - 11px);
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 32px 16px 32px 0px;
  transform: rotate(90deg);
  background-position: bottom;
  bottom: -44px;
}
_:lang(x)::-moz-placeholder, .ribbon span::after {
  bottom: -61px;
  right: calc(50% - 8px);
}
.seat {
  color: #ffffff;
  background: #A4B000;
  padding: 2px 12px;
  border-radius: 50vw;
  margin-right: 8px;
  font-size: 0.8rem;
  display: inline-block;
}
.close {
  background: #DADBDB;
  color: #003033;
}
.day {
  font-size: 14px;
}
.seminar_title {
  margin: 16px 40px 16px 0;
  color: #005D63;
}

@media (max-width: 750px) {
  #seminar {
    padding: 64px 0;
  }
  #seminar .wrap {
    width: 90%;
  }
  .seminar_wrap {
    display: block;
  }
  .seminar_list {
    margin: 0 auto 16px;
  }
  .ribbon {
    font-size: 0.8rem;
  }
  .ribbon span::after {
    bottom: -45px;
  }
  _:lang(x)::-moz-placeholder, .ribbon span::after {
    bottom: -62px;
  }
}

/* ごあいさつ　greetings */
#greetings .section_content {
  align-items: center;
}
#greetings .text_box {
  margin: 0 40px 0 0;
}
.greetings_img {
  width: 64vw;
  height: 64vw;
  max-width: 360px;
  max-height: 360px;
  border-radius: 50vw;
  background: url("img/greetings_01.jpg") no-repeat;
  background-size: cover;
}
.sign {
  color: #005D63;
  text-align: right;
  margin: 0 0 24px;
}
.sign span {
  font-size: 1.4rem;
}

@media (max-width: 750px) {
  #greetings .text_box {
    margin: 0;
  }
  .greetings_img {
    margin-bottom: 24px;
  }
}

/* コラム　column */
.column_wrap {
  width: 100%;
  margin: 0 auto 40px;
  max-width: 960px;
}
.column_list {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 48, 51, 0.3);
  max-width: 480px;
  margin: 8px;
}
.column_list .flex {
  flex-wrap: nowrap;
}
.thumbnail {
  max-width: 180px;
}
.thumbnail img {
  border-radius: 8px 0 0 8px;
  height: 100%;
  max-height: 184px;
}
.column_detail {
  margin: 16px 8px;
  max-width: 248px;
  min-width: 200px;
}
.column_detail .info {
  margin-bottom: 8px;
}
.column_detail .title {
  max-width: 100%;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

@media (max-width: 750px) {
  .column_wrap {
    justify-content: center;
  }
  .column_list {
    margin: 8px 0;
  }
  .thumbnail img {
    object-fit: cover;
  }
  .column_detail {
    margin: 4vw 2vw;
    max-width: 200px;
  }
  .column_detail .title {
    max-height: 48px;
  }
}

/* お知らせ　news */
.news_wrap {
  margin: 0 auto 40px;
  display: block;
  width: 80%;
}
.news_list {
  border-bottom: 1px dotted #00A3AF;
  padding: 16px;
  position: relative;
}
.news_list::after {
  position: absolute;
  content: '';
  background: url("img/icon_arrow.svg") no-repeat;
  right: 16px;
  width: 24px;
  height: 16px;
  top: 50%;
}

.news_list .flex {
  flex-wrap: nowrap;
  align-items: center;
}
.news_list .info {
  display: block;
  margin-right: 24px;
}
.news_list .date {
  margin: 0 auto 8px;
}
.news_list .title {
  max-width: 80%;
}

@media (max-width: 750px) {
  .news_wrap {
    width: 100%;
  }
  .news_list .flex {
    display: block;
  }
  .news_list .info {
    display: flex;
    align-items: center;
    margin: 0 0 8px 0;
  }
  .news_list .date {
    margin: 0 8px 0 0;
  }
}

/* よくあるご質問　questions */
#questions {
  background: #F2F7F7;
  padding: 80px 0;
  position: relative;
  margin: 0;
}
.questions_list {
  margin-bottom: 8px;
  cursor: pointer;
}
.questions_list dl {
  width: 80%;
  margin: 0 auto;
}
.question_more {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 36px;
  flex-wrap: nowrap;
  align-items: center;
}
.question_more::after {
  content: '';
  position: absolute;
  background: url("img/icon_more.svg") no-repeat;
  right: 16px;
  width: 24px;
  height: 16px;
  top: calc(50% - 8px);
}
.question_more.active::after {
  transform: rotate(45deg);
  transition: all .3s;
  top: calc(50% - 4px);
}
.question_more p {
  width: 84%;
}
.question_more span {
  color: #00A3AF;
  margin-right: 16px;
}
.answer {
  width: 90%;
  margin: 16px auto;
}
.answer.active {
  display: block;
  transition: all .3s;
}

@media (max-width: 750px) {
  #questions {
    padding: 64px 0;
  }
  .questions_wrap {
    margin-bottom: 80px;
  }
  .questions_list dl {
    width: 100%;
  }
  .question_more  {
    padding: 12px 16px;
    font-size: 1rem;
  }
  .question_more span {
    margin-right: 8px;
  }
}


/* 会社情報　company */
#company {
  margin: 80px 0 80px;
}
#company .section_content {
  align-items: center;
}
#company .text_box {
  width: 32%;
}
#company .bold_text {
  color: #005D63;
  margin-bottom: 8px;
}
.company_detail {
  margin-bottom: 24px;
}
.map_img iframe {
  width: 100%;
}
.map_text {
  text-align: right;
  color: #00A3AF;
  text-decoration: underline;
}

@media (max-width: 750px) {
  #company .text_box {
    width: 100%;
    margin-bottom: 24px;
  }
  .map_img iframe {
    max-height: 193px;
  }
}


/* お問合わせ　contact */
#contact {
  background: url("img/contact_back.jpg") no-repeat;
  padding: 80px 0;
  margin-bottom: 0;
}
#contact .content_flex {
  align-items: center;
}
#contact .section_title {
  color: #ffffff;
}
#contact .section_title::before {
  content: '';
  background: url("img/heading_white.svg") no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -40px;
  right: -8px;
}
.expert_btn , .academic_btn {
  position: relative;
  width: 280px;
  height: 56px;
  margin: 0 8px;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  line-height: 50px;
  padding: 0;
}
.expert_btn .btn_text , .academic_btn .btn_text {
  position: absolute;
  top: -50%;
  color: #ffffff;
  width: 100%;
  left: calc(50% - 50%);
  font-size: 0.9rem;
}
.expert_btn a , .academic_btn a {
  line-height: 1.4;
}

@media (max-width: 750px) {
  #contact {
    background: url("img/contact_back_sp.jpg") no-repeat;
  }
  #contact .section_title {
    margin-bottom: 64px;
  }
  .expert_btn , .academic_btn {
    padding: 2vw 4vw;
  }
  .expert_btn {
    margin-bottom: 40px;
  }
  .expert_btn .btn_text , .academic_btn .btn_text {
    font-size: 1rem;
    top: -56%
  }
  .expert_btn a , .academic_btn a {
    line-height: 2.4;
  }
}

/* SNS　sns */
#sns {
  background: #F2F7F7;
  padding: 40px 0 120px;
  position: relative;
  margin-bottom: 0;
}
#sns h2 {
  font-size: 1.8rem;
  color: #00A3AF;
  text-align: center;
  margin-bottom: 16px;
}
.sns_icon {
  align-items: center;
  margin-bottom: 40px;
}
.sns_icon li {
  margin-right: 8px;
}
.sns_icon li:last-child {
  margin-right: 0;
}
.youtube {
  margin-right: 24px;
}
.youtube iframe {
  width: 100%;
}
.twitter {
  overflow: scroll;
}
.twitter iframe {
  width: 100%!important;
}

@media (max-width: 750px) {
  #sns {
    padding: 40px 0 64px;
  }
  #sns h2 {
    font-size: 1.4rem;
  }
  #sns .section_content {
    display: block;
  }
  .youtube {
    margin:0 0 24px 0;
  }
}

/* フッター */

.sns_wrap {
  background-color: #F2F7F7;
  padding: 60px 0;
}

.sns_1 {
  margin-bottom: 80px;
}

.sns_2 {
  margin-bottom: 80px;
}
.access_left {
  margin-top: 30px;
}
footer {
  display: block;
  background: #ffffff;
}

.footer_bottom {
  padding-bottom: 20px;
  padding: 20px 0;
  background-color: #BDC1C1;
}

footer p {
  font-size: 0.8rem;
  text-align: left;
  color: #003033;
}

.footer_cta {
  align-items: center;
}

.footer_cta a {
  color: #ffffff;
  background: #00A3AF;
  border-radius: 50vw;
  padding: 5px 50px;
  max-width: 200px;
  margin: 0 auto;

}

@media (max-width: 750px){
  .footer_bottom {
    padding: 10px 0;
  }
}

/* --------------------------------------------------------------------------------------
下層ページここから
--------------------------------------------------------------------------------------- */
/* 共通 */
#page_head {
  padding: 100px 0;
}
.page_title {
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  text-align: left;
  color: #00A3AF;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 2.6rem;
  width: 90%;
  margin: 0 auto;
}
.page_subdescription {
  width: 90%;
  text-align: left;
  font-size: 1rem;
  margin: 0 auto;
}
.page_titleSub {
  text-align: center;
  font-size: 1.6rem;
}
.section-title {
  position: relative;
  color: #00A3AF;
  margin: 0 0 50px 0;
  padding-top: 16px;
}
.section-title::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 126px;
  height: 2px;
  background: #00A3AF;
}
.breadcrumb {
  width: 90%;
  margin: 0 auto;
}
.breadcrumb li{
  position: relative;
  display: inline-block;
}
.breadcrumb li:not(:last-child){
  margin-right: 24px;
}
.breadcrumb li:not(:last-child)::after{
  position: absolute;
  top: 0;
  right: -18px;
  content: "/";
}
.breadcrumb li a:hover{
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 750px) {
  #page_head {
    padding: 20vw 0 48px;
  }
  .page_title {
    margin-bottom: 0.5rem;
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .page_titleSub {
    font-size: 1.2rem;
  }
}


/* --------------------------------------------------------------------------------------
サービスページここから page-service_ecpert,page-service_academic
--------------------------------------------------------------------------------------- */
#service_expert #page_head {
  background: url("img/expert_head_pc.jpg") no-repeat;
  background-size: cover;
}
#service_academic #page_head {
  background: url("img/academic_head_pc.jpg") no-repeat;
  background-size: cover;
}
#service_expert .page_title , #service_academic .page_title {
  margin-bottom: 40px;
}
#service_expert .page_title , #service_expert .page_titleSub ,
#service_academic .page_title , #service_academic .page_titleSub {
  color: #ffffff;
}
.worries_wrap {
  align-items: center;
  margin-bottom: 64px;
}
.worries_list {
  margin-right: 24px;
}
.worries_list:last-child {
  margin-right: 0;
}
.worries_list p {
  text-align: center;
  color: #005D63;
}
.worries_list img {
  max-width: 20vw;
  margin: auto;
}
.service_text {
  margin: 0 auto;
}
.service_text p {
  color: #005D63;
  text-align: center;
  display: block;
}

#support {
  background: #F2F7F7;
  padding: 80px 0;
  position: relative;
}
#support .text_box {
  padding-right: 4vw;
}

.page_expert_wrap li , .page_academic_wrap li {
  margin-bottom: 64px;
}
.page_expert_wrap .text_box ,  .page_academic_wrap .text_box{
  position: relative;
  padding: 4vw;
}
.page_expert_wrap .text_box::after {
  position: absolute;
  content: '';
  background: url("img/service_circle_01.png") no-repeat;
  background-size: contain;
  width: 288px;
  height: 300px;
  top: 0;
  left: 0;
  z-index: -1;
}
.page_academic_wrap .text_box::after {
  position: absolute;
  content: '';
  background: url("img/service_circle_02.png") no-repeat;
  background-size: contain;
  width: 288px;
  height: 300px;
  top: 0;
  left: 0;
  z-index: -1;
}
.page_expert_wrap .reverse , .page_academic_wrap .reverse {
  margin-left: 40px;
}
.page_expert_wrap h4 {
  color: #0071BC;
}
.page_academic_wrap h4 {
  color: #005D63;
}
.page_expert_wrap p ,  .page_academic_wrap p{
  margin-bottom: 40px;
}
.page_expert_wrap .btn ,  .page_academic_wrap .btn{
  margin: 0 auto 0 0;
}
.campfire {
  font-size: 0.8rem!important;
  position: relative;
}
.campfire::after {
  content: '';
  background: url(img/icon_link.svg) no-repeat center;
  position: absolute;
  right: 8px;
  width: 20px;
  height: 20px;
  top: 32%;
}
.campfire img {
  margin: 0 auto;
  width: 50%;
}

.flow_wrap {
  flex-wrap: nowrap;
}
.flow_wrap li {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 48, 51, 0.3);
  position: relative;
  width: 200px;
  height: 200px;
}
.flow_wrap li::after {
  content: '';
  position: absolute;
  top: 32%;
  right: -18%;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 24px solid #00A3AF;
  z-index: 1;
}
.flow_wrap li:last-child::after {
  border: none;
}
.flow_wrap li p {
  color: #005D63;
  margin-bottom: 32px;
  text-align: center;
  padding-top: 24px;
}
.flow_wrap li img {
  margin: 0 auto;
  max-width: 64px;
  max-height: 64px;
}


@media (max-width: 750px) {
  #service_expert #page_head {
    background: url("img/expert_head_sp.jpg") no-repeat;
  }
  #service_academic #page_head {
    background: url("img/academic_head_sp.jpg") no-repeat;
  }
  #service_expert .page_title , #service_academic .page_title {
    margin-bottom: 16px;
  }
  .worries_wrap {
    display: block;
    margin-bottom: 40px;
  }
  .worries_list {
    margin: 0 0 24px 0;
  }
  .worries_list img  {
    max-width: 60vw;
  }
  .service_text p span {
    display: inline-block;
  }

  #support {
    padding: 40px 0;
  }
  #support::after {
    height: 4rem;
  }
  .page_expert_wrap .text_box , .page_academic_wrap .text_box {
    padding: 12vw 12vw 4vw;
    margin-bottom: 24px;
  }
  .page_expert_wrap .reverse , .page_academic_wrap .reverse {
    margin-left: 0px;
  }
  .page_expert_wrap p , .page_academic_wrap p {
    margin-bottom: 24px;
  }

  .flow_wrap {
    display: block;
  }
  .flow_wrap li {
    margin: 0 auto 40px;
  }
  .flow_wrap li::after {
    transform: rotate(90deg);
    top: 96%;
    right: calc(50% - 16px);
  }
}


/* --------------------------------------------------------------------------------------
ごあいさつページここから page-greetings
--------------------------------------------------------------------------------------- */
#page_greetings {
  background: #F2F7F7;
  position: relative;
  padding: 80px 0;
}
.page_greetings_img {
  background: url("img/greetings_img_pc.png") no-repeat;
  border-radius: 0;
  background-size: contain;
}
#page_greetings .section_titleSub {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
}
#page_greetings .section_titleSub span {
  display: inline-block;
}

#career .wrap {
  width: 70%;
}
.career_wrap li {
  border-top: 1px dotted #00A3AF;
  padding: 24px 8px;
}
.career_wrap li:last-child {
  border-bottom: 1px dotted #00A3AF;
}
.career_wrap li dl dt {
  color: #00A3AF;
  width: 20%;
}
.career_wrap li dl dd {
  width: 80%;
}


@media (max-width: 750px) {
  #page_greetings {
    padding: 40px 0 80px;
    margin-bottom: 40px;
  }
  .page_greetings_img {
    background: url("img/greetings_img_sp.png") no-repeat;
    border-radius: 0;
    background-size: contain;
  }
  #page_greetings .section_titleSub {
    text-align: left;
  }
  #page_greetings .text_center {
    text-align: left;
  }

  #career .wrap {
    width: 90%;
  }
  .career_wrap li dl {
    display: block;
  }
  .career_wrap li dl dt {
    width: 100%;
    margin-bottom: 16px;
  }
  .career_wrap li dl dd {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------------------
セミナー/お知らせ/コラムページここから seminar/news/column
--------------------------------------------------------------------------------------- */
.category_list {
  color: #00A3AF;
  background: rgba(0,163,175,0.05);
  padding: 2px 16px;
  border-radius: 50vw;
  margin: 4px;
}
.category_all {
  color: #ffffff;
  background: #00A3AF;
}
.category_list:hover {
  color: #ffffff;
  background: #00A3AF;
  opacity: 1;
}

#page-seminar .seminar_list {
  box-shadow: 0 3px 6px rgba(0, 48, 51, 0.3);
}
#page-news .news_list .info {
  display: flex;
}
#page-news .news_list .date {
  margin: 0 8px 0 0;
}
#page-column .column_wrap {
  max-width: 100%;
}
#page-column .column_wrap li {
  margin: 8px;
}
#page-column .thumbnail {
  width: 343px;
  max-width: 100%;
}
#page-column .thumbnail img {
  border-radius: 8px 8px 0 0;
}
#page-column .column_detail {
  max-width: 327px;
}

.page_head {
  border-bottom: 1px dotted #00A3AF;
  margin-bottom: 40px;
}
.page_head .info {
  margin-bottom: 24px;
  align-items: center;
}
.page_head .category_list {
  background: none!important;
  border: 1px solid #00A3AF!important;
  border-radius: 0;
  padding: 0 16px!important;
}
.page_head .day {
  font-size: 1rem;
}
.page_subtitle {
  font-size: 2rem;
  color: #005D63;
  margin: 0 auto;
}
.seminar_thumbnail {
  width: 100%;
  margin: 0 auto 64px;
}
.seminar_thumbnail .thumbnail {
  width: 90%;
  background: none;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.seminar_thumbnail .thumbnail img {
  margin: 0 auto;
  width: 50%;
  max-height: 100%;
  border-radius: 0;
}
.move_btn {
  background: #00A3AF!important;
  color: #ffffff!important;
  border: none!important;
  position: relative;
  margin-bottom: 24px!important;
}
.move_btn::after {
  content: '';
  background: url(img/icon_arrow_white.svg) no-repeat center;
  position: absolute;
  right: 8px;
  width: 18px;
  height: 12px;
  top: 40%;
}
.qr {
  display: block;
  margin: 0 auto 40px;
  width: 50%;
  text-align: center;
}
.qr p {
  margin-bottom: 8px;
  font-weight: normal;
}
.qr img {
  width: 50%;
  margin: 0 auto;
}
.back_btn::after {
  display: none;
}

.column_box {
  width: 60%;
  margin: 0 auto 64px;
}
.column_img {
  width: 100%;
  margin-bottom: 24px;
  max-width: 100%;
}
.column_img img {
  max-height: 100%;
  border-radius: 8px;
}
.column_box h2 {
  width: 100%;
  margin: 24px 0 56px!important;
  font-size: 28px;
  text-align: left;
}
.column_box p {
  margin-bottom: 48px;
}
.column_box ol, .column_box ul {
  margin-bottom: 32px;
}

/* ページャー */
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span {
  border: none!important;
  color: #ffffff!important;
  background: #00A3AF;
  border-radius: 50vw;
  padding: 3px 14px;
  margin: 0 8px;
  font-family: 'Palanquin', sans-serif;
}
.wp-pagenavi .page {
  font-family: 'Palanquin', sans-serif;
  margin: 0 8px;
}
.previouspostslink , .nextpostslink {
  color: #00A3AF;
  margin: 0 16px;
}

/* 新規ページャー */
.nav-links {
  text-align: center;
}
.nav-links span {
  border: none!important;
  color: #ffffff!important;
  background: #00A3AF;
  border-radius: 50vw;
  padding: 3px 14px;
  margin: 0 8px;
  font-family: 'Palanquin', sans-serif;
}
.nav-links .page-numbers {
  font-family: 'Palanquin', sans-serif;
  margin: 0 8px;
}
.nav-links .page-numbers.prev , .nav-links .page-numbers.next {
  color: #00A3AF;
  margin: 0 16px;
}



@media (max-width: 750px) {
  .seminar_thumbnail .thumbnail {
    display: block;
  }
  .seminar_thumbnail .thumbnail img {
    width: 100%;
  }
  .qr {
    width: 100%;
  }
  .column_box {
    width: 90%;
  }
}






/* --------------------------------------------------------------------------------------
会社概要ページここから page-company
--------------------------------------------------------------------------------------- */
.company_wrap {
  width: 60%;
  margin: 0 auto 48px;
}
.company_wrap li {
  border-top: 1px dotted #00A3AF;
  padding: 24px 8px;
}
.company_wrap li:last-child {
  border-bottom: 1px dotted #00A3AF;
}
.company_wrap li dl dt {
  color: #00A3AF;
  width: 20%;
}
.company_wrap li dl dd {
  width: 80%;
}

@media (max-width: 750px) {
  .company_wrap {
    width: 100%;
  }
  .company_wrap li dl {
    display: block;
  }
  .company_wrap li dl dt {
    width: 100%;
    margin-bottom: 16px;
  }
  .company_wrap li dl dd {
    width: 100%;
  }
}


/* --------------------------------------------------------------------------------------
お問合せページここから page-contact
--------------------------------------------------------------------------------------- */
.contact_wrap {
  background: #F2F7F7;
  padding: 40px 0 64px;
}
.contact_list {
  width: 60vw;
  margin: 0 auto 40px;
}
.contact_list li {
  margin-bottom: 24px;
  max-width: 100%;
}
.label_style {
  color: #005D63;
  width: 20%;
}
.must {
  color: #00A3AF;
}
.input_wrap {
  width: 80%;
}
.input_wrap input {
  border: 1px solid #005D63;
  padding: 16px 8px;
  max-width: 100%;
}
.input_wrap textarea {
  border: 1px solid #005D63;
  padding: 16px 8px;
  max-width: 100%;
}
.privacy_wrap {
  margin-bottom: 32px;
}
.privacy_wrap a {
  text-decoration: underline;
  margin-bottom: 8px;
  display: block;
}
.btn_wrap .btn {
  color: #005D63!important;
  font-size: 16px!important;
  border: 1px solid #005D63!important;
  padding: 12px 8px!important;
  width: 184px!important;
  display: block!important;
  margin: 0 auto!important;
  text-align: center!important;
  background: #ffffff!important;
}
.back_btn {
  color: #005D63;
  text-align: center;
  text-decoration: underline;
  display: block;
  margin: 0 auto;
  background: none!important;
  border: none!important;
}
.back {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 750px) {
  .contact_list {
    width: 90%;
  }
  .contact_list li {
    display: block;
    max-width: 80%;
    margin: 0 auto 24px;
  }
  .label_style {
    margin-bottom: 8px;
    display: block;
    width: 100%;
  }
  .input_wrap , .input_wrap input , .input_wrap textarea {
    width: 100%;
  }
  .input_wrap input.radio {
    width: 5%;
  }
  .kinds label {
    display: block;
    align-items: center;
  }
}

/* --------------------------------------------------------------------------------------
個人情報の取り扱いについてページここから page-contactpolicy
--------------------------------------------------------------------------------------- */
.privacy_text {
  margin-bottom: 24px;
}
.privacy_text_bold {
  font-weight: bold;
}
.contact_address {
  margin-top: 16px;
}

/* --------------------------------------------------------------------------------------
当相談室について page-about
--------------------------------------------------------------------------------------- */
.list_title {
  font-size: 24px;
  color: #00A3AF;
}

.list_description {
  padding: 20px 30px;
  border-left: solid 1px #00A3AF;
}

.about-list-spacer {
  margin-bottom: 40px;
}

/* --------------------------------------------------------------------------------------
カウンセラー紹介 page-counselor
--------------------------------------------------------------------------------------- */
.counselor_img {
  width: 300px;
  height: auto;
  margin-bottom: 30px;
}

.counselor_name {
  font-size: 1.5rem;
}

.counselor_name_romaji {
  font-size: 14px;
  color: #BDC1C1;
}

.counselor_description {
  padding: 40px;
  text-align: left;
  background-color: #F2F7F7;
}
.counselor_tag {
  color: #00A3AF;
}

.counselor_content {
  margin-bottom: 100px;
}

.counselor_text_box {
  width: 65%;
}

@media (max-width: 750px) {
  .counselor_text_box {
    width: 100%;
  }
}


/* --------------------------------------------------------------------------------------
相談内容 page-soudan
--------------------------------------------------------------------------------------- */

.treatment_box {
  width: 30%;
  margin-bottom: 100px;
  position: relative;
}

.treatment-title {
  font-size: 2rem;
  color: #00A3AF;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.treatment_box .treatment-description{
  font-size: 14px;
  width: 300px;
  position: absolute;
  bottom: -27px;
  left: -20px;
}


.treatment_box img{
  width: 300px;
  height: auto;
  opacity: .3;
}

.treatment_spacer {
  margin-bottom: 80px;
  padding: 30px;
}

@media (max-width: 750px) {
  .treatment_box {
    width: 90%;
    margin-bottom: 50px;
  }

  .treatment_box .treatment-description{
    font-size: 16px;
    width: 300px;
    position: absolute;
    bottom: -32px;
    left: -24px;
  }

}


/* --------------------------------------------------------------------------------------
カウンセリングのご案内 page-counseling
--------------------------------------------------------------------------------------- */
.counseling_flow_img {
  width: 25%;
  height: auto;
}

.counseling_table {
  width: 80%;
  margin: 0 auto;
  font-size: 1.5rem;
}

.counseling_table tbody tr{
  border-bottom: dotted 2px #00A3AF;
}

.counseling_table tbody tr th{
  padding: 20px 0;
  text-align: left;
}
.counseling_table tbody tr td{
  padding: 16px 0;
  font-size: 18px;
}
.counseling_table tbody tr td small{
  font-size: 16px;
}

.counseling_table--is-add-style tbody tr th {
  width: 70%;
  font-size: 16px;
  line-height: 1.5;
}

.counseling_table_notice {
  width: 80%;
  margin: 0 auto;
}

.notice_title {
  text-align: center;
}

.notice_description {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  border: solid 1px #00A3AF;
  padding: 40px;
}

.counseling_spacer {
  margin-bottom: 80px;
}

@media (max-width: 750px) {
  .counseling_flow_img {
    width: 50%;
    height: auto;
  }

  .counseling_table {
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
  }
  .counseling_table tbody tr{
    display: grid;
  }
  .counseling_table tbody tr th{
    padding: 12px 0;
  }
  .counseling_table tbody tr td{
    padding: 0 0 12px;
    font-size: 16px;
    text-align: right;
  }
  .counseling_table tbody tr td small{
    font-size: 14px;
  }

  .counseling_table--is-add-style tbody tr th {
    width: 100%;
    font-size: 14px;
  }
  .counseling_table_notice {
    width: 100%;
  }
  .notice_description {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border: solid 1px #00A3AF;
    padding: 20px;
  }

}

/* --------------------------------------------------------------------------------------
プログラムCBT page-program-cbt
--------------------------------------------------------------------------------------- */

.cbt-card-wrap {
  width: 45%;
  max-width: 500px;
  box-shadow: 0px 3px 6px 0px #0030334D;
  margin: 0 50px 60px;
}

.cbt-card-wrap:nth-child(3) {
  margin-right: auto;
}

.cbt-card-wrap-long{
  width: 100%;
  max-width: 1080px;
  box-shadow: 0px 3px 6px 0px #0030334D;
  margin: 0 0 30px;
}

.cbt-card-point {
  width: 80%;
  margin: 0 auto;
  font-size: 12px;
}

@media (max-width: 750px)  {
  .cbt-card-wrap {
    width: 100%;
    max-width: none;
    box-shadow: 0px 3px 6px 0px #0030334D;
    margin: 0;
    margin-bottom: 50px;
  }

}

.cbt-card-title {
  background-color: #00A3AF;
  color: white;
  text-align: center;
  padding: 20px 40px;
}

.cbt-card-subtitle {
  background-color: #F2F7F7;
  color: #00A3AF;
  padding: 20px;
  width: 80%;
  margin: 20px auto;
  text-align: center;
}

.is-mb-10 {
  margin-bottom: 10px;
}

.is-mb-20 {
  margin-bottom: 20px;
}

.is-mb-40 {
  margin-bottom: 40px;
}

.cbt-card-wrap ul{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.cbt-card-wrap-long .cbt-card-subtitle{
  width: 95%;
}
.cbt-card-wrap-long ul, .cbt-card-wrap-long p{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
  color: #003033;
}


@media (max-width: 1300px){
  .cbt-card-wrap {
    max-width: 600px;
  }
  .cbt-card-wrap:nth-child(3) {
    margin-right: 50px;
  }
}

@media (max-width: 750px)  {
  .cbt-card-subtitle {
    width: 90%;
  }
  .cbt-card-point {
    width: 90%;
  }
  .cbt-card-wrap ul{
    width: 90%;
  }

}



/* --------------------------------------------------------------------------------------
心理検査 page-psychological-test
--------------------------------------------------------------------------------------- */

.test-card-wrap {
  width: 100%;
  max-width: 760px;
  box-shadow: 0px 3px 6px 0px #0030334D;
}

.test-card-title {
  background-color: #00A3AF;
  color: white;
  text-align: center;
  padding: 20px 40px;
}

.test-card-subtitle {
  background-color: #F2F7F7;
  color: #00A3AF;
  padding: 20px;
  width: 90%;
  margin: 20px auto;
  text-align: center;
}

.test-card-wrap p{
  width: 80%;
  padding: 20px;
  width: 90%;
  margin: 20px auto;
}

/* --------------------------------------------------------------------------------------
店舗一覧 stores
--------------------------------------------------------------------------------------- */

.store_info{
  display: flex;
  align-items: center;
}
.store_info img{
  width: calc(100% - 600px);
  height: auto;
}
.store_info_content{
  width: 600px;
  padding: 0 50px;
}
.store_access{
  margin-bottom: 20px;
  font-size: 16px;
  color: #003033;
}
.store_map{
  margin-bottom: 30px;
}
.store_map a{
  font-size: 15px;
  color: #00A3AF;
  text-decoration: underline;
}
.store_link{
  position: relative;
  display: block;
  width: 270px;
  padding: 28px 0;
  font-size: 16px;
  line-height: 1;
  color: #00A3AF;
}
.store_link::after{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  background-image: url("img/link.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.stores_list {
	flex: wrap;
	align-items: center;
	justify-content: space-evenly;
}

.stores_btn {
	width: 250px;
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width: 1100px)  {
  .store_info img{
    width: calc(100% - 450px);
  }
  .store_info_content{
    width: 450px;
    padding: 0 30px;
  }
}

@media (max-width: 750px)  {
  .store_info{
    flex-wrap: wrap;
  }
  .store_info img{
    width: 100%;
    margin-bottom: 20px;
  }
  .store_info_content{
    width: 100%;
    padding: 0;
  }
}


/* --------------------------------------------------------------------------------------
woocommerce オーバーライド
--------------------------------------------------------------------------------------- */
.woocommerce table.shop_table td {
  box-sizing: border-box;
}

.woocommerce-products-header__title {
  margin-top: 50px;
}

.products {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-evenly;
}

.product {
  max-width: 300px;
  width: 100%;
  margin: 100px auto 20px auto;
}

.product_title {
  font-size: 20px;
}

.entry-content h2 {
  font-size: 20px;
  position: static;
  width: auto;
  margin: 0;
}

.related {
  width: 100%;
  padding: 20px;
}

.related h2, .cart_totals h2{
  font-size: 20px;
  position: static;
  width: auto;
  margin: 0;
}

.content-area {
  width: 90%;
  margin: 0 auto;
}

.qty {
  display: block;
}

.woocommerce-loop-product__title {
  font-size: 20px;
  position: static;
  width: auto;
  margin: 0;
}

.add_to_cart_button, .single_add_to_cart_button {
  display: block;
  background-color: #00A3AF !important;
  color: white;
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 6px;
  border-radius: 5px;
  box-sizing: border-box;
}

.checkout-button, .wp-element-button {
  display: block;
  background-color: #00A3AF !important;
  color: white;
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 6px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px 0 !important;
  margin-bottom: 30px !important;
}

.woocommerce-product-details__short-description, .description_tab {
  display: none;
}

.woocommerce-product-gallery--with-images {
  opacity: 1 !important;
  margin-top: 40px;
}

.woocommerce-cart-form__contents th {
  display: none;
}

.screen-reader-text {
  display: none;
}

.woocommerce-cart-form, .woocommerce-checkout {
  margin-top: 50px;
}

.woocommerce-cart-form__cart-item td, .woocommerce-input-wrapper, .input-text {
  width:100%;
  display:block;
}

.input-text {
  border: 1px solid #005D63;
}

.form-row {
  margin-bottom: 10px;
}

#main {
  margin-top: 100px;
}

.wc_payment_method .input-radio {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.wc-stripe-card-icons-container {
  float: none;
}
.wc-stripe-card-icons-container img {
  width: 32px;
}
