@charset "UTF-8";
@import url("/wp-content/themes/assistant-theme/assets/fonts/icomoon/style.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/assistant-theme/assets/fonts/icomoon.eot");
  /* IE9 Compat Modes */
  src: url("/wp-content/themes/assistant-theme/assets/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/assistant-theme/assets/fonts/icomoon.woff2") format("woff2"), url("/wp-content/themes/assistant-theme/assets/fonts/icomoon.woff") format("woff"), url("/wp-content/themes/assistant-theme/assets/fonts/icomoon.ttf") format("truetype"), url("/wp-content/themes/assistant-theme/assets/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #222;
}

a {
  color: #005bac;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.site-header {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.site-footer {
  margin-top: 48px;
  padding: 32px 0;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #666;
}

.nav {
  display: flex;
  gap: 24px;
}

.nav__link {
  display: inline-block;
  padding: 8px 4px;
}

.grid {
  display: grid;
  gap: 24px;
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .grid--3 {
    grid-template-columns: 1fr;
  }
}

.card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.card__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.card__body {
  padding: 16px;
}

.card__title {
  font-size: 18px;
  margin: 0 0 8px;
}

.card__meta {
  color: #888;
  font-size: 12px;
  margin-bottom: 8px;
}

.w30 {
  width: 30px;
}

.w50 {
  width: 50px;
}

.par5 {
  width: 5%;
}

.par10 {
  width: 10%;
}

.par15 {
  width: 15%;
}

.par20 {
  width: 20%;
}

.par25 {
  width: 25%;
}

.par30 {
  width: 30%;
}

.par33 {
  width: 33%;
}

.par35 {
  width: 35%;
}

.par40 {
  width: 40%;
}

.par45 {
  width: 45%;
}

.par50 {
  width: 50%;
}

.par55 {
  width: 55%;
}

.par60 {
  width: 60%;
}

.par65 {
  width: 65%;
}

.par70 {
  width: 70%;
}

.par75 {
  width: 75%;
}

.par80 {
  width: 80%;
}

.par85 {
  width: 85%;
}

.par90 {
  width: 90%;
}

.par95 {
  width: 95%;
}

.par100 {
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .sp-par100 {
    width: 100% !important;
  }
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt-10 {
  margin-top: -10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.ma {
  margin: auto;
}

@media only screen and (max-width: 680px) {
  .sp-mt0 {
    margin-top: 0px;
  }
  .sp-mt10 {
    margin-top: 10px;
  }
  .sp-mt15 {
    margin-top: 15px;
  }
  .sp-mt20 {
    margin-top: 20px;
  }
  .sp-mt30 {
    margin-top: 30px;
  }
  .sp-mt35 {
    margin-top: 35px;
  }
  .sp-mt40 {
    margin-top: 40px;
  }
  .sp-mt50 {
    margin-top: 50px;
  }
  .sp-mt60 {
    margin-top: 60px;
  }
  .sp-mt70 {
    margin-top: 70px;
  }
  .sp-mb0 {
    margin-bottom: 0px;
  }
  .sp-mb5 {
    margin-bottom: 5px;
  }
  .sp-mb10 {
    margin-bottom: 10px;
  }
  .sp-mb15 {
    margin-bottom: 15px;
  }
  .sp-mb20 {
    margin-bottom: 20px;
  }
  .sp-mb30 {
    margin-bottom: 30px;
  }
  .sp-mb40 {
    margin-bottom: 40px;
  }
  .sp-mb50 {
    margin-bottom: 50px;
  }
  .sp-ml0 {
    margin-left: 0px;
  }
  .sp-ml5 {
    margin-left: 5px;
  }
  .sp-ml10 {
    margin-left: 10px;
  }
  .sp-ml15 {
    margin-left: 15px;
  }
  .sp-mr0 {
    margin-right: 0px;
  }
  .sp-mr5 {
    margin-right: 5px;
  }
  .sp-mr10 {
    margin-right: 10px;
  }
  .sp-mr15 {
    margin-right: 15px;
  }
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 680px) {
  .sp-pb0 {
    padding-bottom: 0;
  }
}

.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f21 {
  font-size: 21px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f25 {
  font-size: 25px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f33 {
  font-size: 33px;
}

.f36 {
  font-size: 36px;
}

.f40 {
  font-size: 40px;
}

.f45 {
  font-size: 45px;
}

.f50 {
  font-size: 50px;
}

.f60 {
  font-size: 60px;
}

@media only screen and (max-width: 680px) {
  .sp-f10 {
    font-size: 10px;
  }
  .sp-f11 {
    font-size: 11px;
  }
  .sp-f12 {
    font-size: 12px;
  }
  .sp-f13 {
    font-size: 13px;
  }
  .sp-f14 {
    font-size: 14px;
  }
  .sp-f15 {
    font-size: 15px;
  }
  .sp-f16 {
    font-size: 16px;
  }
  .sp-f18 {
    font-size: 18px;
  }
  .sp-f20 {
    font-size: 20px;
  }
  .sp-f22 {
    font-size: 22px;
  }
  .sp-f24 {
    font-size: 24px;
  }
  .sp-f26 {
    font-size: 26px;
  }
  .sp-f28 {
    font-size: 28px;
  }
  .sp-f30 {
    font-size: 30px;
  }
  .sp-f32 {
    font-size: 32px;
  }
}

.lh10 {
  line-height: 1;
}

.lh12 {
  line-height: 1.2;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2;
}

.lh22 {
  line-height: 2.2;
}

.lh24 {
  line-height: 2.4;
}

.lh26 {
  line-height: 2.6;
}

.lh28 {
  line-height: 2.8;
}

.lh30 {
  line-height: 3;
}

@media only screen and (max-width: 680px) {
  .sp-lh10 {
    line-height: 1;
  }
  .sp-lh12 {
    line-height: 1.2;
  }
  .sp-lh14 {
    line-height: 1.4;
  }
  .sp-lh16 {
    line-height: 1.6;
  }
  .sp-lh18 {
    line-height: 1.8;
  }
  .sp-lh20 {
    line-height: 2;
  }
  .sp-lh22 {
    line-height: 2.2;
  }
  .sp-lh24 {
    line-height: 2.4;
  }
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

@media only screen and (max-width: 680px) {
  .sp-center {
    text-align: center;
  }
  .sp-left {
    text-align: left;
  }
  .sp-right {
    text-align: right;
  }
}

/*----------------------------------------
  h2 h3 h4
----------------------------------------*/
.h2-bg-color .article-body h2.wp-block-heading:not(.is-style-none), .h3-bg-color .article-body h3.wp-block-heading:not(.is-style-none), .h4-bg-color .article-body h4.wp-block-heading:not(.is-style-none) {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #e8456a;
  color: #ffffff;
}

.h3-bg-color-ribbon .article-body h3:not(.is-style-none):not(.epb-advance-headling__text):not([class*="wp-block-"])::before {
  border-right-color: rgba(157, 156, 156, 0.34);
}

/*---------------------------------- 
 * h2 h3 h4 ここまで
------------------------------------*/
.c-section-widget__btn {
  margin-top: 32px;
  text-align: center;
  margin-bottom: 32px;
}

.header-pagebox-slider__thumbnail {
  bottom: 0;
  padding-top: 50px;
  padding-right: 120px;
  padding-bottom: 50px;
  padding-left: 120px;
}

.header-menu .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 260px;
  transform: translateX(-50%);
  transition: all 0.3s ease-in;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.08);
  opacity: 0;
  z-index: 9999;
}

.header-menu .sub-menu .menu-item a {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  font-size: .72727rem;
}

@media only screen and (max-width: 750px) {
  .header-pagebox-slider__thumbnail.l-content {
    width: 100%;
    padding: 0px;
  }
}

.header-pagebox-slider__title {
  font-size: 1.0rem;
}

.mail_text {
  border: 1px solid #e8e8e8;
  padding: 30px;
}

.h3-bg-color-ribbon .article-body h3:not(.is-style-none):not(.epb-advance-headling__text):not([class*="wp-block-"])::before {
  border-right-color: rgba(157, 156, 156, 0.34);
}

/*---------------------------------- 
 box 2つ
------------------------------------*/
.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_2 > div {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .col_2 > div {
    width: 100%;
  }
}

/*---------------------------------- 
 box ３つ
 ------------------------------------*/
.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3 > div {
  width: 33.33333%;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .col_3 > div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col_3 > div {
    width: 100%;
  }
}

/*---------------------------------- 
 box 4つ
 ------------------------------------*/
.col_4 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_4 > div {
  width: 23%;
  padding: 15px 30px 15px;
  border: 1px solid #dfdfdf;
  margin: 10px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .col_4 > div {
    width: 33.33333%;
  }
}

@media screen and (max-width: 480px) {
  .col_4 > div {
    width: 42%;
  }
}

/*---------------------------------- 
 box 5つ
 ------------------------------------*/
* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

.col_5 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.col_5 > div {
  width: 18%;
  padding: 10px 30px 20px;
  border: 1px solid #dfdfdf;
  margin: 10px;
  background: #fff;
}

.col_5 > div > div {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .col_5 > div {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  .col_5 > div {
    width: 46%;
    margin: 5px;
  }
}

/*---------------------------------- 
パソコンで見たときは"pc"のclassがついた画像が表示される------------------------------------*/
.pc_img {
  display: block !important;
  width: 100%;
}

.sp_img {
  display: none !important;
}

/*---------------------------------- 
スマートフォンで見たときは"sp"のclassがついた画像が表示される------------------------------------*/
@media only screen and (max-width: 750px) {
  .pc_img {
    display: none !important;
  }
  .sp_img {
    display: block !important;
  }
}

/*---------------------------------- 
スライダー　スマホ
------------------------------------*/
@media only screen and (max-width: 750px) {
  .header-pagebox-slider__title {
    letter-spacing: 0.1em;
    font-size: 0.6rem;
  }
}

/*---------------------------------- 
header-news
------------------------------------*/
.header-news__item {
  list-style: gujarati;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.header-news__label--left .header-news__item {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px dotted #6bbf06;
}

.header-news__slider {
  border-radius: 0 3px 3px 0;
  border: 1px solid #6bbf06;
}

/*---------------------------------- 
header-menu
------------------------------------*/
.header-menu .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 300px;
  transform: translateX(-50%);
  transition: all .3s ease-in;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.08);
  opacity: 0;
  z-index: 9999;
}

.c-section-widget__title {
  color: #e8456a;
}

.c-section-widget__lead,
.post-slider__item__info {
  color: #333333;
}

#about_pad {
  background-color: #f9f9f9;
  padding: 40px 60px;
}

.cat-consultation {
  background-color: rgba(255, 102, 0, 0.8) !important;
  color: #ffffff;
}

.cat-training {
  background-color: rgba(0, 169, 204, 0.8) !important;
  color: #ffffff;
}

.cat-pad,
.cat-column {
  background-color: rgba(232, 69, 106, 0.8) !important;
  color: #ffffff;
}

.post-list__title {
  color: #484848;
}

.published {
  color: #484848;
}

.post-list__item {
  list-style-type: none;
}

.cat-press {
  background-color: #9bc4cc !important;
  color: #ffffff;
}

.cat-news.cat-press_release {
  background-color: #9bc4cc !important;
}

.cat-news.cat-information {
  background-color: #8e8e8e !important;
  color: #ffffff;
}

#bottom_big_banner {
  background: #000;
  padding-bottom: 30px;
}

#bottom_big_banner img {
  width: 100%;
  margin-bottom: 30px;
}

#bottom_big_banner h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  text-transform: lowercase;
}

#menu-footer-side {
  width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1000px;
  min-width: 100%;
}

@media (max-width: 768px) {
  #menu-footer-side {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}

.page-top-floating.is-show {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  right: 20px;
  position: fixed;
  font-size: 30px;
  padding: 10px;
  z-index: 999;
  visibility: initial;
  text-align: center;
}

.l-content, .l-content__sm, .l-content__fluid {
  margin: 0 auto;
}

.article-header-full-width {
  height: 300px;
}

.n2_clear {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .c-section-widget__inner {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 782px) {
  .mainvisual {
    max-width: 100%;
  }
}

.post-thumbnail {
  position: relative;
  width: 100%;
  /* 横幅は自由に設定可能 */
  aspect-ratio: 2 / 1;
  /* 高さは横幅の半分に固定 */
  overflow: hidden;
  /* はみ出した部分を隠す */
}

.post-thumbnail img {
  /* 中央寄せで切り抜き */
}

@media (min-width: 769px) {
  .post-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    /* 横長画像の場合は左右切れる */
    height: 100%;
    /* 高さをサムネイルに合わせる */
    transform: translate(-50%, -50%);
    /* 横幅が足りない縦長画像に対応する場合 */
    min-width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 769px) {
  .post-thumbnail:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    transition: transform 0.3s ease;
  }
}

.post-thumbnail img {
  transition: transform 0.3s ease;
  /* 元に戻る時も滑らかに */
}

.column3_info {
  background-color: #f6f6f6;
  margin-bottom: 40px;
  padding: 20px 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 600px) {
  .column3_info {
    width: 100%;
    padding: 20px;
    display: block;
  }
}

.column3_info .column3_card {
  width: 30%;
  position: relative;
  padding-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .column3_info .column3_card {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}

.column3_info .column3_card a {
  color: #333;
}

.column3_info .column3_card .column3_card_image {
  width: 100%;
  margin-bottom: 10px;
}

.column3_info .column3_card h2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.column3_info .column3_card .column3_card_text {
  font-size: 12px;
}

.column3_info .column3_card .column3_card_btn {
  border-radius: 30px;
  color: #e85073;
  border: solid 1px #e85073;
  padding: 10px 40px;
  border-radius: 30px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .column3_info .column3_card .column3_card_btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 20px;
  }
}

.category_more_info_text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}

.f_column2 .f-item.clm_active a {
  color: #000 !important;
}
