/*@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap');

/* CSS Document */
/*---------------------------------

  テーマファイル調整

---------------------------------*/
body, h2, .c-logo, .p-page-header__title, .p-page-header__desc, .p-archive-header__title, .p-faq__cat, .p-interview__title, .p-footer-link__title, .p-block01__title, .p-block04__title, .p-index-content02__title, .p-headline02__title, .p-index-content01__title, .p-index-content06__title, .p-index-content07__title, .p-index-content09__title, .p-plan__title, .p-plan__catch, .p-header-content__title, .p-spec__title {
  /*font-family: 'Zen Kaku Gothic New', sans-serif!important;
  font-family: 'IBM Plex Sans JP', sans-serif!important;*/
}

body {
  background-color: #f5f5f5;
}

.c-logo img {
  max-width: 100px;
  width: 100%!important;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-logo img {
    max-width: 100px;
  }
}

#js-footer-link, .c-comment, .c-meta-box__item--comment {
  display: none;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pcCenter {
    text-align: center;
  }
}

.p-entry__body iframe {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 20px!important;
}
@media screen and (min-width: 768px) {
  .p-entry__body iframe {
    margin-bottom: 30px!important;
  }
}

.widget_media_image {
  text-align: center;
}

.p-plan-list dl:nth-child(2) {
  border: 3px solid #222;
}

.p-social-nav__item--line img {
  max-width: 21px;
}

.l-secondary img {
  max-width: 100%;
}

.p-entry__inner p,
.p-entry__inner ul,
.p-entry__inner ol {
  color: #666666;
}

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

  トップ マップ

---------------------------------*/
.googlemaps {
  position: relative;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.googlemaps iframe {
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .googlemaps iframe {
    height: 400px;
  }
}

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

  お問い合わせフォーム

---------------------------------*/
.wpcf7 {
  background: none!important;
  border: none!important;
}

.wpcf7-form {
  margin: 0!important;
  padding-top: 5px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .wpcf7-form {
    padding: 30px 0 40px;
    max-width: 700px;
    margin: 0 auto!important;
  }
}

.form_flex_wrap {
  border-bottom: 1px solid #EFEFEF;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .form_flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

.form_item {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .form_item {
    margin-bottom: 0;
    font-size: 14px;
    width: 280px;
  }
}

.form_item span {
  font-size: 9px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .form_item span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

.form_answer input[type="date"], .form_answer input[type="text"], .form_answer input[type="email"], .form_answer input[type="tel"], .form_answer textarea, .form_answer select {
  width: 100%;
  padding: 12px 20px!important;
  line-height: 120%;
  letter-spacing: .05em;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
@media screen and (min-width: 768px) {
  .form_answer input[type="date"], .form_answer input[type="text"], .form_answer input[type="email"], .form_answer input[type="tel"], .form_answer textarea, .form_answer select {
    font-size: 14px;
    padding: 15px!important;
  }
}

.form_answer select {
  font-family: 'Zen Kaku Gothic New', sans-serif!important;
  -webkit-appearance: none;
  appearance: none;
}

.form_answer {
  text-align: left;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .form_answer {
    width: calc(100% - 180px);
    font-size: 14px;
  }
}

.form_answer .textarea {
  height: 110px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form_answer .textarea {
    height: 170px;
    width: 100%;
  }
}

.submit_button {
  font-family: 'Zen Kaku Gothic New', sans-serif!important;
  width: 200px;
  height: 42px;
  border: 1px solid #0E4A94;
  background-color: #FFFFFF;
  border-radius: 30px;
  color: #0E4A94;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 40px auto;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .submit_button {
    margin: 60px auto 0;
    font-size: 14px;
  }
}

.submit_button:hover {
  background-color: #0E4A94;
  color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
}

.wpcf7-response-output {
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto!important;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .wpcf7-response-output {
    font-size: 19px;
    margin: 30px auto 0!important;
  }
}

.wpcf7 .ajax-loader {
  display: none!important;
}

span.wpcf7-list-item:nth-child(1) {
  display: inline-block;
  margin: 0 0 0 0;
}

strong.red {
  font-size: 12px;
  color: #940E0E!important;
  margin-right: 0;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  strong.red {
    font-size: 14px;
    margin-right: 30px;
  }
}

span.wpcf7-list-item {
  margin: 0!important;
}

.wpcf7-not-valid-tip {
  font-weight: bold !important;
  margin-top: 5px;
}

.wpcf7-list-item-label {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {}
}

.wpcf7-radio .wpcf7-list-item {
  display: flex!important;
  align-items: center;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 10px !important;
  }
}

.wpcf7-radio .wpcf7-list-item-label {
  margin-left: 6px!important;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 14px;
  }
}

.wpcf7-checkbox label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .wpcf7-checkbox label {
    margin-right: 30px;
    margin-bottom: 10px;
  }
}

.wpcf7-form-control-wrap.file {
  display: block;
  margin-top: 10px;
}

input[type="checkbox"] {
  margin-bottom: 3px;
}

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

  目次調整

---------------------------------*/
.indexWrap {
  background-color: #FFF;
  border: 1px solid #ddd;
  padding: 15px 15px 5px 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .indexWrap {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.page .indexWrap {
  display: none;
}

.indexWrap ul {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px !important;
  list-style: disc;
}

.indexWrap ul li {
  margin-bottom: 5px;
  list-style-type: decimal;
  font-weight: bold;
  text-align: left!important;
}

.indexWrap ul li ul li {
  list-style: disc;
}

.indexWrap ul li:last-child {
  margin-bottom: 0;
}

.indexWrap ul li a {
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .indexWrap ul li a {
    font-size: 16px;
  }
}

.indexWrap > span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .indexWrap > span {
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
}

.indexTit {
  background-image: url(assets/images/ico_mokuzi.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px;
  padding: 5px 35px;
  cursor: pointer;
  font-weight: bold;
}

.indexTit:hover {
  opacity: 0.8;
}

.p-entry__body strong {
  color: #333;
}

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

  サイト内リンク

---------------------------------*/
.internal__link {
  position: relative;
  border: 1px solid #ADB7C1;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 10px 10px 10px;
  text-decoration: none!important;
  position: relative;
  transition: .5s;
  max-width: 580px;
  margin: 0 auto 30px;
  color: #16171B!important;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .internal__link {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 25px 10px 10px 10px;
  }
}

.internal__link:hover {
  box-shadow: 1px 1px 10px 1px rgba(173, 183, 183, 0.7);
}

.internal__link:hover .internal_link__img,
.internal__link:hover .internal_link__txt {
  opacity: 0.9;
}

.internal_link__img {
  border: 1px solid #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100px;
  min-height: 100px;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .internal_link__img {
    min-width: 150px;
    min-height: 150px;
  }
}

.internal_link_txt__wrap {
  width: 100%;
  padding-left: 15px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .internal_link_txt__wrap {
    padding-left: 30px;
    line-height: 1.8;
  }
}

.internal_link__tit {
  font-size: 14px;
  margin-bottom: 15px;
  transition: .5s;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .internal_link__tit {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.internal_link__txt {
  background-color: #000000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  bottom: 7px;
  right: 7px;
  padding: 3px 15px;
  line-height: 1.5;
  transition: .5s;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .internal_link__txt {
    bottom: 15px;
    right: 15px;
    font-size: 13px;
    text-align: right;
    padding: 5px 20px 5px 30px;
  }
}

.internal__absolute {
  background-image: url(assets/images/ico_glasses.png);
  background-repeat: no-repeat;
  background-position: left 13px center;
  background-size: 20px;
  position: absolute;
  background-color: #239dd9;
  color: #FFF;
  top: -17px;
  padding: 10px 20px 10px 40px;
  font-size: 13px;
  z-index: 1;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .internal__absolute {
    font-size: 14px;
    top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .page-id-58 .wp-block-columns .wp-block-image {
    margin-bottom: 0!important;
  }
}

.linkBtn {
  color: #000000!important;
  border-radius: 50px;
  background: #ffffff;
  display: block;
  width: 320px;
  padding: 0 15px;
  max-width: 100%;
  height: 50px;
  line-height: 48px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  border: 2px solid #000000!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none!important;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .linkBtn {
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    min-width: 360px;
    margin: 0 auto 60px;
  }
}

.linkBtn:hover {
  background: #000000!important;
  color: #ffffff!important;
  border: 2px solid #000000!important;
}

.seminarDateWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .seminarDateWrap {}
}

.seminarDateTit {
  min-width: 55px;
}
@media screen and (min-width: 768px) {
  .seminarDateTit {}
}

.seminarDateRight {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .seminarDateRight {}
}

.seminarDate {
  background-color: #000;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  padding: 5px 8px;
  margin: 5px 10px 5px 0;
}
@media screen and (min-width: 768px) {
  .seminarDate {}
}

.p-article01__cat a::before {
  content: "#";
}

#menu-item-6066 a {}
@media screen and (min-width: 768px) {
  #menu-item-6066 a {
    background-color: #EBE475 !important;
    color: #000 !important;
    margin-left: 20px;
    background-image: url(assets/images/ico_mail.png);
    background-position: left 16px top 17px;
    background-size: 28px;
    background-repeat: no-repeat;
    padding-left: 56px;
  }
}

.l-header__contact {
  background-image: url(assets/images/ico_mail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  position: absolute;
  top: 0;
  right: 60px;
  background-color: #FFF;
  color: #000;
  height: 60px;
  width: 60px;
  font-size: 10px;
  text-align: center;
  padding-top: 13px;
  background-position: center top 8px;
}

.wp-block-image.aligncenter > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image.alignright > figcaption, .wp-block-image .alignright > figcaption {
  text-align: center;
  font-size: 11px;
}

body.single .l-primary strong {
  background: -webkit-linear-gradient(transparent 60%,#fff30b 60%);
  background: -o-linear-gradient(transparent 60%,#fff30b 60%);
  background: linear-gradient(transparent 60%,#fff30b 60%);
}

body.single .p-entry__body h3 {
  background: #FFFFFF;
  padding: 10px 15px;
  border-radius: 15px;
}

body.single .p-entry__body h4 {
  font-size: 100%;
  padding: 0.7rem 1.5rem;
  position: relative;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.05);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.05);
}

body.single .p-entry__body h4::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #333;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.more {
  margin-top: 20px;
  margin-bottom: 5px!important;
  text-align: center!important;
}
@media screen and (min-width: 768px) {
  .more {
    margin-top: 30px;
  }
}
.wp-block-columns .more {
  margin-top: 0;
}

.more a {
  color: #ffffff!important;
  border-radius: 50px;
  background: #000000;
  display: inline-block;
  min-width: 320px;
  padding: 0 15px;
  max-width: 100%;
  height: 50px;
  line-height: 48px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none!important;
}
@media screen and (min-width: 768px) {
  .more a {
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    min-width: 360px;
  }
}

.more a {
  border: 2px solid #000000!important;
}

.more a:hover {
  background: #333333!important;
  border: 2px solid #333333!important;
}

.p-plan a {
  text-decoration: underline;
}

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

  トップページコンテンツ追加

---------------------------------*/
.pickUpImg {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pickUpImg {
    margin-bottom: 30px;
  }
}

.pickUpTxt {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .pickUpRight {
    margin-top: 70px!important;
  }
}

.c-comment__form-submit:hover, .p-cb__item-btn a, .c-pw__btn, .p-readmore__btn, .p-pager span, .p-page-links a, .p-pagetop, .p-widget__title, .p-entry__meta, .p-headline, .p-article06__cat, .p-nav02__item-upper, .p-page-header__title, .p-plan__title, .p-btn {
  background: none!important;
  border: 1px solid #333!important;
  color: #333!important;
}

.c-pw__btn:hover, .p-cb__item-btn a:hover, .p-pagetop:focus, .p-pagetop:hover, .p-readmore__btn:hover, .p-page-links > span, .p-page-links a:hover, .p-pager a:hover, .p-entry__meta a:hover, .p-article06__cat:hover, .p-interview__cat:hover, .p-nav02__item-upper:hover, .p-btn:hover {
  background-color: #333!important;
  color: #fff!important;
}

.p-index-content10 {
  background-color: #B8C8CF!important;
}
@media screen and (min-width: 768px) {
  .p-index-content10 {
    margin-bottom: 80px!important;
  }
}

.p-index-content07__btn .p-btn {
  background-color: #FFF!important;
}

.p-index-content07__btn .p-btn:hover {
  background-color: #333!important;
}

.banAreaWrap {
  padding: 30px 30px 20px 30px;
}
@media screen and (min-width: 768px) {
  .banAreaWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px;
  }
}

.banArea {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .banArea {
    max-width: 32%;
    margin-bottom: 0;
  }
}

.banAreaLinkImg {
  max-width: 100%;
}

.banAreaLinkImg {
  border-radius: 10px;
}

.p-page-header__title {
  background-color: #FFF!important;
}

/*-----------------------------
  フッター
-----------------------------*/
.linksColumn {
  border-top: 1px solid #EBE475;
  border-bottom: 1px solid #EBE475;
}

@media print, screen and (min-width: 768px) {
  .linksColumn {
    display: flex;
    border-top: 1px solid #EBE475;
    border-bottom: 1px solid #EBE475;
  }
}

.linksColumnItem {
  background-color: #FFF;
  padding: 60px 5% 50px;
}

@media print, screen and (min-width: 768px) {
  .linksColumnItem {
    width: 50%;
  }
}

@media print, screen and (min-width: 1200px) {
  .linksColumnItem {
    padding: 93px 10.5% 83px;
  }
}

.linksColumnItem:first-of-type {
  background-color: #EBE475;
}

.linksContent {
  position: relative;
  /* max-width: 343px; */
  margin: 0 auto;
  min-height: 220px;
}

@media print, screen and (min-width: 768px) {
  .linksContent {
    position: relative;
    min-height: 291px;
    max-width: 393px;
    margin: 0 auto;
  }
}

.linksText {
  font-size: 14px;
  margin-top: 24px;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .linksText {
    font-size: 16px;
  }
}


.linksBtnWrap {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .linksBtnWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
}

.linksBtn {
  display: inline-block;
  padding: 10px 26px;
  font-size: 14px;
  border-radius: 10px;
}

.linksBtn.isWhite {
  font-weight: bold;
  background-color: #fff;
  color: #333;
}

.linksBtn.isBlue {
  background-color: #EBE475;
  color: #333;
  font-weight: 700;
}

.sectionTitleEn {
  font-size: 28px;
  font-weight: 200;
}

@media print, screen and (min-width: 768px) {
  .sectionTitleEn {
    font-size: 36px;
    margin-bottom: 5px;
  }
}

.sectionTitleJa {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .sectionTitleJa {
    font-size: 20px;
    margin-top: 15px;
  }
}

.ctaListWrap {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .ctaListWrap {
    max-width: 1080px;
    margin: 0 auto 30px;
  }
}

.ctaListLink {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #EBE475;
  background-color: #EBE475;
  border-radius: 10px;
  padding: 12px 20px 10px;
  margin: 0 10px;
  text-decoration: none!important;
}
@media print, screen and (min-width: 768px) {
  .ctaListLink {
    font-size: 16px;
    padding: 22px 40px 20px;
  }
}

.ctaListLinkYellow {
  background: #FFF!important;
  border: 2px solid #EBE475;
}

.instagramWrap {
  padding: 40px 15px;
}
@media print, screen and (min-width: 768px) {
  .instagramWrap {
    max-width: 1080px;
    margin: 40px auto;
    padding: 0;
  }
}

.instagramLink {
  display: block;
  max-width: 360px;
  margin: 20px auto 0;
}

.instagramLink img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.box-wrap {
  border: 1px solid #333;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .box-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.box-inner {
  font-size: 25px;
  font-weight: bold;
  background: #f5f5f5;
  margin: -2px 8px!important;
  padding: 7px 10px;
  line-height: 1.5!important;
}
@media print, screen and (min-width: 768px) {
  .box-inner {
    font-size: 32px;
    padding: 10px 15px 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .pcCenter {
    text-align: center;
  }
}

.checkListWrap {
  margin-left: 0!important;
}
@media print, screen and (min-width: 768px) {
  .checkListWrap {
    max-width: 600px;
    margin: 0 auto 40px!important;
  }
}

.checkListWrap li {
  background-image: url(assets/images/ico_check.png);
  background-position: left center;
  background-repeat: no-repeat;
  list-style: none!important;
  background-size: 40px;
  padding-left: 50px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5!important;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .checkListWrap li {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.pointCardWrap {
  border: 2px solid #333;
  border-radius: 10px;
  background-color: #FFF;
  padding: 30px;
}
@media print, screen and (min-width: 768px) {
  .pointCardWrap {
    padding: 30px;
    max-width: 980px!important;
    margin: 0 auto 20px;
  }
}

.pointCardWrap h2 {
  border: none!important;
  background: none!important;
  color: #333!important;
  margin-top: 0!important;
  margin-bottom: 10px!important;
  padding: 0!important;
}

.pointCardWrap img {
  margin-bottom: 0!important;
}

.pointCardWrap p {
  margin-bottom: 0!important;
}

.priceResult {
  border: 2px solid #2e75b6;
  background-color: #f3f7fa;
  max-width: 340px;
  margin: 0 auto 20px;
  padding: 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .priceResult {
    max-width: 480px;
    margin-bottom: 30px;
  }
}

.priceResultTit {
  background-color: #FFF !important;
  padding: 10px !important;
  border-radius: 15px;
  border: none!important;
  color: #333!important;
  margin-top: 0!important;
}
@media print, screen and (min-width: 768px) {
  .priceResultTit {}
}

.priceResultTxt {
  color: #2e75b6!important;
  font-size: 24px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .priceResultTxt {
    font-size: 32px;
    margin-left: 65px;
  }
}

.priceResultTxt span {
  font-size: 14px;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .priceResultTxt span {
    font-size: 18px;
  }
}

.priceSubTxt {
  font-size: 13px;
  max-width: 340px;
  margin: 0 auto 20px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .priceSubTxt {
    max-width: 420px;
    margin-bottom: 30px;
  }
}

.mbIllust {
  margin-bottom: 30px!important;
}
@media screen and (min-width: 768px) {
  .mbIllust {
    margin-bottom: 40px!important;
  }
}

.mbIllust .wp-block-column {
  border: 1px solid #333;
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px 20px;
  box-sizing: border-box;
}

.mbIllust h3 {
  margin-top: 0!important;
}

.mbIllust p {
  margin-bottom: 0!important;
}

.borderNone {
  background: none!important;
  border: none!important;
}
@media screen and (max-width: 767px) {
  .borderNone {
    display: none;
  }
}


#flyin {
  z-index: 999999;
  border-radius: 10px 0 0;
  -moz-border-radius: 10px 0 0;
  -webkit-border-radius: 10px 0 0;
  width: 260px;
  max-width: 80%;
  position: fixed;
  bottom: 0;
  left: 15px;
  -webkit-backface-visibility:visible!important;
  -ms-backface-visibility:visible!important;
  backface-visibility:visible!important;
  -webkit-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
  -moz-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
  -o-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
  animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
  -webkit-transition:bottom .5s ease,background-position .5s ease;
  transition:bottom .5s ease,background-position .5s ease;
  padding: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  #flyin {
    width: 300px;
    bottom: 15px;
  }
}

#flyin .flyinclose {
  -webkit-transition:0 .5s ease .2s,opacity .5s ease,top .5s ease .2s;
  transition:transform .5s ease .2s,opacity .5s ease,top .5s ease .2s;
  content: '';
  display: block;
  z-index: 2;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff url(https://soune.co.jp/wakayama/wp-content/themes/soune_wakayama/img/ico_close.png) no-repeat center center;
  position: absolute;
  top: -10px;
  left: -5px;
  margin: 0;
  padding: 0;
  background-size: 32px;
  border: 1px solid #000;
}

#flyin .flyinbutton {
  -webkit-transition: top .5s ease,opacity .5s ease,background-color .5s ease;
  transition: top .5s ease,opacity .5s ease,background-color .5s ease;
  width: 300px;
  height: 20px;
  top: 400px;
  opacity: 0;
  position: absolute;
  left: 10px;
  z-index: 5;
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  text-align: center;
  cursor: pointer;
  padding: 11px 0 10px;
}

.hide {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.hide div {
  top: 60%!important;
  -webkit-transition: top 1s ease;
  transition: top 1s ease;
}

.target.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  pointer-events: none;
  display:none;
}

div#flyin:hover {
  transform: translateY(-5px);
  transition: all .5s;
}

#FloatImg {
  max-width: 100%;
}

.p-interview,
.p-interview__title,
.single-interview .p-page-header__title,
.single-interview .p-breadcrumb {
  font-family: "Klee One", serif!important;
  font-weight: 400;
  font-style: normal;
}

.interviewCopy {
 font-size: 16px;
 line-height: 1.8;
 margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .interviewCopy {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

body.single-interview,
.p-interview {
  background-color: #FFFFFF!important;
}

.single-interview .p-entry__body p {
  line-height: 2.5;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .single-interview .p-entry__body p {
    font-size: 18px;
  }
}

.single-interview .p-entry__body p.well,
.single-interview .p-entry__body p.well2 {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .single-interview .l-contents {
    max-width: 940px;
  }
}

.single-interview .l-header--fixed.is-active {
  display: none;
}

body.single.single-interview .l-primary strong {
  background: none!important;
}

.single-interview hr.hrTop {
  color: #f5f5f5;
  margin: 60px 0 20px;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .single-interview hr.hrTop {
    margin: 120px 0 30px;
  }
}

.single-interview hr.hrBottom {
  color: #f5f5f5;
  margin: 20px 0 60px;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .single-interview hr.hrBottom {
    margin: 30px 0 120px;
  }
}

.single-interview .p-page-header {
  height: 90px;
}
@media screen and (min-width: 768px) {
  .single-interview .p-page-header {
    height: 180px;
  }
}

.liquid-speech-balloon-03 .liquid-speech-balloon-avatar {
  border-radius: 50%;
}

/* 通常時 */
.effect-flash {
  border: 1px solid rgba(255, 255, 255, 0%);  /* 境界線 */
  filter: brightness(1.0);
  transition: filter 3s, border-color 3s ; /* イージングをおとなしくかける */
}

/* ホバー時 */
.effect-flash:hover {
  border: 1px solid rgba(255, 255, 255, 100%);  /* 境界線 */
  transition: border-color 0.4s;
  animation: bright-flash 0.4s linear forwards;  /* CSS Animationで演出。最後の状態を維持 */
}

@keyframes bright-flash {
  0% {
    /* いきなり明るい状態から始めることでユーザー操作の反応の良さを示す */
    filter: brightness(2.5);
  }

  100% {
    filter: brightness(1.25);
  }
}

@media screen and (min-width: 768px) {
  .p-article06__title {
    text-align: center;
  }
}

.sliderWrap {
  position: relative;
}

.sliderCopy {
  position: absolute;
  max-width: 70%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sliderCopy {
    max-width: 620px;
  }
}


.sliderLink {
  background-color: #EBE475 !important;
  background-image: url(https://coworking.soune.co.jp/wp-content/uploads/2024/02/ico_arrow@2x.png) , url(assets/images/ico_mail.png) !important;
  background-size: 10px , 29px!important;
  background-position: right 15px center , left 20px center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  max-width: 300px;
  height: 50px;
  border: none;
  border-radius: 20px !important;
  background-color: #EBE475 !important;
  color: #000!important;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 auto !important;
  display: flex!important;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: .6180469716em 1.41575em;
  text-decoration: none!important;
  font-size: 14px;
  top: 65%;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sliderLink {
    background-position: right 30px center , left 20px center !important;
    margin: 0 auto;
    font-size: 16px;
    height: 60px;
    max-width: 320px;
  }
}