@charset "UTF-8";
/*
Theme Name: Zenei-Pro 2021
Description: 全栄プロモーション様 2021年4月リニューアルテーマ
Author: Zenei-Pro
Version: 1.0
*/
/*****************************
COMMON
******************************/
* {
  box-sizing: border-box;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, table, caption, colgroup, col, tbody, thead, tfoot, tr, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, span, a, img, em, ins, del, cite, object, script, noscript, style, iframe, embed, map, area, menu, hr, address, small, article, aside, figure, footer, header, nav, section, figcaption, time, button {
  margin: 0;
  padding: 0;
  outline: 0;
}

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  word-break: break-all;
}
@media print, screen and (min-width: 1166px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}

input, textarea, select {
  font-size: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

a {
  color: #5055f4;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #353c96;
}

img {
  border: none;
  max-width: 100%;
}

.post_detail_content img {
  height: auto;
}

p {
  margin: 0 0 1.5rem 0;
}

table {
  empty-cells: show;
  border: none;
  border-collapse: collapse;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

li {
  list-style: none;
}

ul.list_mark {
  margin-bottom: 1.5rem;
}

ul.list_mark li {
  list-style: disc;
  margin-left: 1.5em;
}

ol.list_mark {
  margin-bottom: 1.5rem;
}

ol.list_mark li {
  list-style: decimal;
  margin-left: 1.5rem;
}

dl.dl_default {
  margin-bottom: 1.5rem;
}

dl.dl_default dt {
  font-weight: bold;
}

dl.dl_default dd {
  margin-left: 1em;
}

.fsize12 {
  font-size: 1.2rem;
}

.fsize13 {
  font-size: 1.3rem;
}

.fsize14 {
  font-size: 1.4rem;
}

.fsize15 {
  font-size: 1.5rem;
}

.fsize16 {
  font-size: 1.6rem;
}

.fsize18 {
  font-size: 1.8rem;
}

.fsize20 {
  font-size: 2rem;
}

.fsize22 {
  font-size: 2.2rem;
}

.fsize24 {
  font-size: 2.4rem;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.fweight500 {
  font-weight: 500;
}

.fweight600 {
  font-weight: 600;
}

.fweight700 {
  font-weight: 700;
}

.fweight800 {
  font-weight: 800;
}

.red {
  color: #d61e1e;
}

.blue {
  color: #5055f4;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2.0;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.vam {
  vertical-align: middle;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: text-bottom;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.ma {
  margin-right: auto;
  margin-left: auto;
}

.mt0 {
  margin-top: 0;
}

.mt05 {
  margin-top: 0.5rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mt6 {
  margin-top: 6rem;
}

.mr0 {
  margin-right: 0;
}

.mr05 {
  margin-right: 0.5rem;
}

.mr1 {
  margin-right: 1rem;
}

.mr2 {
  margin-right: 2rem;
}

.mr3 {
  margin-right: 3rem;
}

.mr4 {
  margin-right: 4rem;
}

.mr5 {
  margin-right: 5rem;
}

.mr6 {
  margin-right: 6rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb05 {
  margin-bottom: 0.5rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.mb6 {
  margin-bottom: 6rem;
}

.ml0 {
  margin-left: 0;
}

.ml05 {
  margin-left: 0.5rem;
}

.ml1 {
  margin-left: 1rem;
}

.ml2 {
  margin-left: 2rem;
}

.ml3 {
  margin-left: 3rem;
}

.ml4 {
  margin-left: 4rem;
}

.ml5 {
  margin-left: 5rem;
}

.ml6 {
  margin-left: 6rem;
}

.pt0 {
  padding-top: 0;
}

.pt05 {
  padding-top: 0.5rem;
}

.pt1 {
  padding-top: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.pt4 {
  padding-top: 4rem;
}

.pt5 {
  padding-top: 5rem;
}

.pt6 {
  padding-top: 6rem;
}

.pr0 {
  padding-right: 0;
}

.pr05 {
  padding-right: 0.5rem;
}

.pr1 {
  padding-right: 1rem;
}

.pr2 {
  padding-right: 2rem;
}

.pr3 {
  padding-right: 3rem;
}

.pr4 {
  padding-right: 4rem;
}

.pr5 {
  padding-right: 5rem;
}

.pr6 {
  padding-right: 6rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb05 {
  padding-bottom: 0.5rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pb5 {
  padding-bottom: 5rem;
}

.pb6 {
  padding-bottom: 6rem;
}

.pl0 {
  padding-left: 0;
}

.pl05 {
  padding-left: 0.5rem;
}

.pl1 {
  padding-left: 1rem;
}

.pl2 {
  padding-left: 2rem;
}

.pl3 {
  padding-left: 3rem;
}

.pl4 {
  padding-left: 4rem;
}

.pl5 {
  padding-left: 5rem;
}

.pl6 {
  padding-left: 6rem;
}

.relative {
  position: relative;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
}

/*****************************
section
******************************/
.container {
  max-width: 1166px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 1166px) {
  .container {
    padding: 0;
  }
}

.container_last {
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 1166px) {
  .container_last {
    margin-bottom: 14rem;
  }
}

/*****************************
heading
******************************/
.heading1 {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.75;
  text-align: left;
  color: #000;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 1166px) {
  .heading1 {
    font-size: 5rem;
    font-weight: 600;
  }
}

.heading2 {
  background: linear-gradient(to right, #6950f5, #0fe6c8);
  position: relative;
  padding: 4rem 0;
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 1166px) {
  .heading2 {
    padding: 5rem 0;
    margin-bottom: 10rem;
  }
}
.heading2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.heading2_text {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1166px) {
  .heading2_text {
    display: flex;
    align-items: center;
  }
}
.heading2_text_main {
  position: relative;
  padding-left: 3rem;
}
@media print, screen and (min-width: 1166px) {
  .heading2_text_main {
    padding-left: 0;
    padding-right: 5rem;
  }
}
.heading2_text_main:before {
  content: "";
  display: block;
  width: 2px;
  height: 144px;
  background: linear-gradient(to bottom, #6950f5, #0fe6c8);
  position: absolute;
  top: 0;
  left: 0.7rem;
}
@media print, screen and (min-width: 1166px) {
  .heading2_text_main:before {
    width: 1px;
    height: 180px;
    left: auto;
    right: 0;
  }
}
.heading2_text_main_en {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1071428571;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 1166px) {
  .heading2_text_main_en {
    font-size: 4rem;
  }
}
.heading2_text_main_jp {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 1166px) {
  .heading2_text_main_jp {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    margin-bottom: 0;
  }
}
.heading2_text_sub {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.1rem;
  color: #646464;
  padding-left: 3rem;
}
@media print, screen and (min-width: 1166px) {
  .heading2_text_sub {
    order: 3;
    padding-left: 5rem;
  }
}

/*****************************
button
******************************/
.btn, a.btn {
  text-align: center;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #b4b4b4;
  position: relative;
  font-size: 1.5rem;
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  padding: 1rem 6rem;
  min-width: 220px;
  cursor: pointer;
}
@media print, screen and (min-width: 1166px) {
  .btn, a.btn {
    padding: 1rem 12rem;
    font-size: 1.6rem;
  }
}
.btn:before, a.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 30px;
  height: 1px;
  background: #000;
  transition: 0.3s;
}
.btn:after, a.btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 9px;
  border-color: transparent transparent transparent #000;
  transition: 0.3s;
}
.btn:hover:before, .btn:hover:after, a.btn:hover:before, a.btn:hover:after {
  transform: translateX(5px);
}

/*****************************
list with checkmark
******************************/
.list_check li {
  margin-bottom: 1rem;
  padding-left: 2.1rem;
  background: url(https://www.zenei-pro.jp/wp/wp-content/themes/zenei-pro2021/assets/images/common/icon_check.svg) no-repeat 0.2em 0.35em;
  background-size: 0.8em auto;
  line-height: 1.4285714286;
}
@media print, screen and (min-width: 1166px) {
  .list_check li {
    margin-bottom: 1.5rem;
  }
}

/*****************************
accordion
******************************/
.acc_content {
  display: none;
}

.trg {
  cursor: pointer;
}

/*****************************
form
******************************/
.form_ta {
  width: 100%;
}
.form_ta th {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
}
@media print, screen and (min-width: 1166px) {
  .form_ta th {
    display: table-cell;
    width: 19.7255574614%;
    vertical-align: top;
    margin: 0;
    padding: 2rem 0 0;
  }
}
.form_ta td {
  display: block;
  width: 100%;
  margin-bottom: 3.5rem;
}
@media print, screen and (min-width: 1166px) {
  .form_ta td {
    display: table-cell;
    width: 80.2744425386%;
    vertical-align: top;
    margin: 0;
    padding: 1rem 0;
  }
}
.form_ta td p {
  margin: 0;
  display: inline;
}
.form_ta .textbox {
  display: inline-block;
  appearance: none;
  border: none;
  background: #f0f0f0;
  width: 100%;
  padding: 1.3rem 1rem;
  margin-bottom: 0.5rem;
}
.form_ta .select {
  position: relative;
  background: #f0f0f0;
}
.form_ta .select select {
  appearance: none;
  border: none;
  padding: 1.3rem 0 1.3rem 1rem;
  background: #f0f0f0;
  cursor: pointer;
  width: 100%;
}
.form_ta .select:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-6px) rotate(135deg);
}
@media print, screen and (min-width: 1166px) {
  .form_ta .note {
    display: inline-block;
  }
}

.submit_area {
  text-align: center;
}
@media print, screen and (min-width: 1166px) {
  .submit_area {
    padding: 3rem 0 0;
  }
}

.required {
  color: #ff146e;
  font-weight: bold;
}

.mw_wp_form .error {
  font-size: 100%;
  font-weight: bold;
}
.mw_wp_form .error:before {
  content: "▲";
}

.mw_wp_form_confirm .select, .mw_wp_form_confirm select {
  background: none;
}
.mw_wp_form_confirm .select:after, .mw_wp_form_confirm .note, .mw_wp_form_confirm .required {
  display: none;
}
@media print, screen and (min-width: 1166px) {
  .mw_wp_form_confirm .form_ta th, .mw_wp_form_confirm .form_ta td {
    padding: 1.5rem 0;
  }
}
.mw_wp_form_confirm .submit_area {
  position: relative;
}
.mw_wp_form_confirm .btn {
  min-width: auto;
  width: 140px;
  padding: 1rem 0;
  position: absolute;
  top: 0;
  left: 50%;
}
@media print, screen and (min-width: 1166px) {
  .mw_wp_form_confirm .btn {
    width: 200px;
    top: 3rem;
  }
}
.mw_wp_form_confirm .btn_back {
  transform: translateX(-150px);
}
@media print, screen and (min-width: 1166px) {
  .mw_wp_form_confirm .btn_back {
    transform: translateX(-210px);
  }
}
.mw_wp_form_confirm .btn_back:before {
  right: auto;
  left: -10px;
}
.mw_wp_form_confirm .btn_back:after {
  transform: scaleX(-1);
  right: auto;
  left: -19px;
}
.mw_wp_form_confirm .btn_submit {
  transform: translateX(10px);
}

/*****************************
map
******************************/
.map {
  position: relative;
  height: 0;
  padding-bottom: 69.5652173913%;
}
@media print, screen and (min-width: 1166px) {
  .map {
    padding-bottom: 51.4579759863%;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*****************************
other design & effect
******************************/
.arr1 {
  width: 39px;
  display: inline-block;
  position: relative;
  vertical-align: super;
}
.arr1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: #000;
}
.arr1:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 9px;
  border-color: transparent transparent transparent #000;
}

.fade {
  transition: opacity 0.3s;
}

.fade:hover {
  opacity: 0.8;
}

.scroll_anime {
  opacity: 0;
}
.scroll_anime_fadein {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.scroll_anime_b2t {
  transform: translateY(30px);
}

/*****************************
archive list
******************************/
.archive_list .wp-block-latest-posts__list {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 1166px) {
  .archive_list .wp-block-latest-posts__list {
    margin-bottom: 4rem;
  }
}
.archive_list .wp-block-latest-posts__list > li {
  display: flex;
  flex-direction: column-reverse;
  padding: 1.5rem 0;
  border-bottom: 1px solid #b4b4b4;
}
.archive_list .wp-block-latest-posts__list > li:first-child {
  border-top: 1px solid #b4b4b4;
}
@media print, screen and (min-width: 1166px) {
  .archive_list .wp-block-latest-posts__list > li {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 2rem 0;
  }
}
.archive_list .wp-block-latest-posts__list a {
  display: block;
  color: #323232;
  text-decoration: none;
}
@media print, screen and (min-width: 1166px) {
  .archive_list .wp-block-latest-posts__list a {
    line-height: 1.5333333333;
    width: 90%;
  }
}
.archive_list .wp-block-latest-posts__list time.wp-block-latest-posts__post-date {
  color: #323232;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
@media print, screen and (min-width: 1166px) {
  .archive_list .wp-block-latest-posts__list time.wp-block-latest-posts__post-date {
    margin-bottom: 0;
    width: 10%;
  }
}

/*****************************
pager
******************************/
.pager {
  text-align: center;
  margin-bottom: 7rem;
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media print, screen and (min-width: 1166px) {
  .pager {
    padding-top: 2rem;
    margin-bottom: 14rem;
  }
}
.pager .wp-pagenavi a, .pager .wp-pagenavi span {
  display: inline-block;
  border: 1px solid #b4b4b4;
  color: #3b3b3b;
  background: #fff;
  margin: 2px 0.2rem;
  line-height: 3.5rem;
  width: 4rem;
  height: 4rem;
  vertical-align: middle;
}
@media print, screen and (min-width: 1166px) {
  .pager .wp-pagenavi a, .pager .wp-pagenavi span {
    line-height: 2.5rem;
    width: 3rem;
    height: 3rem;
    margin: 2px 0.6rem;
    font-size: 1.6rem;
  }
}
.pager .wp-pagenavi a:hover, .pager .wp-pagenavi span.current {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  font-weight: normal;
}
.pager .wp-pagenavi .extend {
  color: #b4b4b4;
}
.pager .wp-pagenavi .previouspostslink, .pager .wp-pagenavi .nextpostslink, .pager .wp-pagenavi .first, .pager .wp-pagenavi .last {
  background: #b4b4b4;
}
.pager .wp-pagenavi .previouspostslink > div, .pager .wp-pagenavi .nextpostslink > div, .pager .wp-pagenavi .first > div, .pager .wp-pagenavi .last > div {
  transform: scaleX(0.6);
}
.pager .wp-pagenavi .first {
  letter-spacing: -9px;
  text-indent: -12px;
}
.pager .wp-pagenavi .last {
  letter-spacing: -9px;
  text-indent: -5px;
}

/*****************************
article single
******************************/
.single_post_wrap {
  padding: 5rem 0 7rem;
}
@media print, screen and (min-width: 1166px) {
  .single_post_wrap {
    padding: 6rem 0 14rem;
  }
}

.post_detail_time {
  display: block;
  color: #323232;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 1166px) {
  .post_detail_time {
    margin-bottom: 1.5rem;
  }
}

.post_detail_title {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 1166px) {
  .post_detail_title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.post_detail_content h2 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 1166px) {
  .post_detail_content h2 {
    font-size: 3rem;
    margin-bottom: 6rem;
  }
}

.post_detail_content h3 {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 1166px) {
  .post_detail_content h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

/*****************************
page main visual
******************************/
.page_mv {
  position: relative;
  margin-bottom: 8rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 1166px) {
  .page_mv {
    margin-bottom: 15rem;
  }
}
.page_mv:before {
  background: #ebebeb;
  content: "";
  display: block;
  position: absolute;
  top: 3rem;
  left: 0;
  width: 92%;
  height: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 1166px) {
  .page_mv:before {
    width: 84.1874084919%;
    top: 5rem;
  }
}
.page_mv_image {
  line-height: 0;
  text-align: right;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 1166px) {
  .page_mv_image {
    margin-bottom: 4rem;
  }
}
.page_mv_image img {
  width: 92%;
}
@media print, screen and (min-width: 1166px) {
  .page_mv_image img {
    width: 92.6793557833%;
    height: 360px;
    object-fit: cover;
  }
}
.page_mv_title {
  margin-bottom: 3rem;
  max-width: calc(92% - 1.5rem);
}
@media print, screen and (min-width: 1166px) {
  .page_mv_title {
    margin-bottom: 4rem;
    max-width: 900px;
  }
}
.page_mv_title_en {
  line-height: 1.1071428571;
  font-size: 2.8rem;
}
@media print, screen and (min-width: 1166px) {
  .page_mv_title_en {
    font-size: 4rem;
    font-weight: 700;
  }
}
.page_mv_title_jp {
  font-weight: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 1166px) {
  .page_mv_title_jp {
    font-size: 1.8rem;
  }
}
.page_mv_text {
  max-width: calc(92% - 1.5rem);
}
@media print, screen and (min-width: 1166px) {
  .page_mv_text {
    max-width: 900px;
  }
}

/*****************************
HEADER
******************************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.0;
}
#header_logo {
  max-width: 70%;
}
#header_logo a {
  display: block;
  padding: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  #header_logo a {
    padding: 2rem 3rem;
  }
}
@media print, screen and (min-width: 1166px) {
  #header_logo {
    max-width: 40%;
  }
  #header_logo a {
    padding: 3rem 5rem;
  }
}
#header #sp_nav_trg {
  padding: 1.3rem 1.4rem;
  max-width: 20%;
  cursor: pointer;
}
@media print, screen and (min-width: 1166px) {
  #header #sp_nav_trg {
    display: none;
  }
}
#header #sp_nav_trg button {
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  width: 25px;
  height: 23px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #header #sp_nav_trg button {
    width: 36px;
    height: 30px;
  }
}
#header #sp_nav_trg button span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #6950f5;
  background: linear-gradient(to right, #6950f5, #0fe6c8);
}
#header #sp_nav_trg button span:nth-of-type(1) {
  top: 0;
}
#header #sp_nav_trg button span:nth-of-type(2) {
  top: 10px;
}
#header #sp_nav_trg button span:nth-of-type(3) {
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #header #sp_nav_trg button span {
    height: 4px;
  }
  #header #sp_nav_trg button span:nth-of-type(2) {
    top: 13px;
  }
}
#header #sp_nav_trg button.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#header #sp_nav_trg button.active span:nth-of-type(2) {
  opacity: 0;
}
#header #sp_nav_trg button.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  #header #sp_nav_trg button.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }
  #header #sp_nav_trg button.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}
#header_nav_sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #6950f5, #0fe6c8);
  padding: 2rem 1.5rem 5rem;
}
@media print, screen and (min-width: 1166px) {
  #header_nav_sp {
    display: none;
  }
}
#header_nav_sp a {
  text-decoration: none;
  display: block;
  color: #fff;
}
#header_nav_sp a:hover {
  background: rgba(255, 255, 255, 0.1);
}
#header_nav_sp #menu-main_nav {
  font-family: "Montserrat", sans-serif;
}
#header_nav_sp #menu-main_nav > li {
  border-bottom: 1px solid #fff;
}
#header_nav_sp #menu-main_nav > li > a {
  padding: 1.8rem 0 1.8rem 1rem;
}
#header_nav_sp #menu-main_nav > li.menu-item-has-children > a {
  position: relative;
}
#header_nav_sp #menu-main_nav > li.menu-item-has-children > a:before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0.8rem;
}
#header_nav_sp #menu-main_nav > li.menu-item-has-children > a:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: calc(0.8rem + 10px);
  transform: translateY(-50%);
}
#header_nav_sp #menu-main_nav > li.menu-item-has-children > a.active:after {
  display: none;
}
#header_nav_sp #menu-main_nav .sub-menu {
  display: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding-bottom: 2rem;
  padding-top: 0.5rem;
  font-size: 1.4rem;
}
#header_nav_sp #menu-main_nav .sub-menu a {
  padding: 1.3rem 0 1.3rem 1rem;
}
#header_nav_pc {
  display: none;
}
@media print, screen and (min-width: 1166px) {
  #header_nav_pc {
    display: block;
  }
}
#header_nav_pc a {
  text-decoration: none;
  display: inline-block;
}
#header_nav_pc #menu-main_nav-1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
#header_nav_pc #menu-main_nav-1 > li > a {
  color: #000;
  padding: 2.6rem 2rem 2rem;
}
#header_nav_pc #menu-main_nav-1 > li > a:hover {
  opacity: 0.8;
}
#header_nav_pc #menu-main_nav-1 .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: normal;
  padding: 2.5rem 0 2.5rem 20%;
  display: none;
  background: linear-gradient(to right, #6950f5, #0fe6c8);
}
#header_nav_pc #menu-main_nav-1 .sub-menu:before {
  font-size: 2.2rem;
  border-right: 1px solid #fff;
  display: inline-block;
  padding: 3rem 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18%;
  transform: translateY(-50%);
}
#header_nav_pc #menu-main_nav-1 .sub-menu a {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.5rem;
  padding: 3rem;
}
#header_nav_pc #menu-main_nav-1 .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}
#header_nav_pc #menu-main_nav-1 .sub-menu li {
  display: inline-block;
}
#header_nav_pc #menu-main_nav-1 .menu-item-57 > .sub-menu:before {
  content: "Service";
}

/*****************************
FOOTER
******************************/
#footer_contact {
  color: #fff;
  background: linear-gradient(to right, #6950f5, #0fe6c8);
  text-align: center;
  padding: 2.5rem 3rem 4rem;
}
@media print, screen and (min-width: 1166px) {
  #footer_contact {
    padding: 2rem 0 5rem;
  }
  #footer_contact p {
    margin-bottom: 0;
  }
}
#footer_contact_heading {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 1166px) {
  #footer_contact_heading {
    font-size: 4.6rem;
    margin-bottom: 0;
  }
}
#footer_contact_tel {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 1166px) {
  #footer_contact_tel {
    margin-bottom: 0;
  }
  #footer_contact_tel + p {
    margin-top: -1rem;
  }
}
#footer_contact_tel a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 3px;
}
#footer_contact_tel a img {
  width: 0.8em;
  vertical-align: middle;
  margin-right: 1rem;
  margin-bottom: 4px;
}
#footer_contact .btn {
  margin-top: 2rem;
}

#footer_info {
  padding: 4rem 1.5rem;
  position: relative;
}
@media print, screen and (min-width: 1166px) {
  #footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 1166px) {
  #footer_info_text {
    order: 2;
    padding-left: 8rem;
  }
}
#footer_info_text_logo {
  margin-bottom: 2rem;
}
#footer_info_text dt, #footer_info_text dd {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 1166px) {
  #footer_info_text dt, #footer_info_text dd {
    font-size: 1.4rem;
    margin-bottom: auto;
    line-height: 1.8571428571;
  }
  #footer_info_text dt a, #footer_info_text dd a {
    color: #000;
    text-decoration: none;
  }
}
#footer_info_nav_list {
  display: none;
}
@media print, screen and (min-width: 1166px) {
  #footer_info_nav_list {
    display: block;
    order: 3;
    font-size: 1.4rem;
    width: 630px;
    max-width: 50%;
    margin-left: auto;
  }
  #footer_info_nav_list a {
    color: #000;
    text-decoration: none;
  }
  #footer_info_nav_list #menu-footer_nav {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
  }
  #footer_info_nav_list #menu-footer_nav li {
    margin-bottom: 1.2rem;
  }
  #footer_info_nav_list #menu-footer_nav a:hover {
    opacity: 0.8;
  }
  #footer_info_nav_list #menu-footer_nav > li {
    width: 40%;
    margin-left: 60%;
  }
  #footer_info_nav_list #menu-footer_nav #menu-item-71 {
    width: 60%;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer_info_nav_list #menu-footer_nav .sub-menu {
    padding-top: 1.2rem;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: normal;
  }
  #footer_info_nav_list #menu-footer_nav .sub-menu > li:before {
    content: "― ";
  }
}
#footer_info_pt {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  position: absolute;
  bottom: 11.5rem;
  right: -5.5rem;
  padding-left: calc(28px + 1rem);
  vertical-align: middle;
  transform: rotate(-90deg);
}
@media print, screen and (min-width: 1166px) {
  #footer_info_pt {
    order: 1;
    top: 14rem;
    left: -3rem;
    bottom: auto;
    right: auto;
  }
}
#footer_info_pt:before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
#footer_info_pt .arr1 {
  margin-left: 0.6rem;
}

#footer_cpr {
  text-align: center;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 1166px) {
  #footer_cpr {
    font-size: 1.2rem;
    text-align: left;
    padding-left: 9.5rem;
  }
}

/*****************************
TOP PAGE
******************************/
/*==============
Main visual
===============*/
#front_mv {
  position: relative;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #front_mv {
    margin-bottom: 8rem;
  }
}
@media print, screen and (min-width: 1166px) {
  #front_mv {
    margin-bottom: 15rem;
  }
}
#front_mv:before {
  content: "";
  display: block;
  position: absolute;
  top: 8vw;
  left: 0;
  background: #ebebeb;
  width: 92vw;
  height: 72.4637681159vw;
  z-index: -1;
}
@media print, screen and (min-width: 1166px) {
  #front_mv:before {
    top: 5rem;
    width: calc(50% + 467px);
    height: 47.3933649289vw;
    max-height: 620px;
  }
}
#front_mv_image {
  float: right;
  width: 92vw;
  height: 72.4637681159vw;
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  #front_mv_image {
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 1166px) {
  #front_mv_image {
    width: 92.6793557833vw;
    height: 47.3933649289vw;
    max-height: 600px;
    margin-bottom: 2.5rem;
  }
}
#front_mv_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#front_mv_en {
  clear: both;
  background: linear-gradient(to right, #6950f5, #0fe6c8);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2.5rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1923076923;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  #front_mv_en {
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 1166px) {
  #front_mv_en {
    font-size: 7.2rem;
    line-height: 1.1111111111;
    font-weight: 700;
    letter-spacing: -1px;
  }
}
#front_mv_jp {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #front_mv_jp {
    font-size: 1.7rem;
  }
  #front_mv_jp br {
    display: none;
  }
}
@media print, screen and (min-width: 1166px) {
  #front_mv_jp {
    font-size: 2.2rem;
  }
}

/*==============
Dot bg
===============*/
#front_bg {
  position: relative;
  width: 100%;
  height: 0;
  z-index: -2;
}
#front_bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 495.4666666667vw;
  max-height: 2400px;
  background: #fff url(https://www.zenei-pro.jp/wp/wp-content/uploads/2021/04/bg2.png);
}
@media print, screen and (min-width: 768px) {
  #front_bg:before {
    max-height: 2000px;
  }
}
@media print, screen and (min-width: 1166px) {
  #front_bg:before {
    max-height: 1312px;
  }
}

/*==============
About Us
===============*/
#front_about {
  position: relative;
  margin-bottom: 5rem;
  overflow: hidden;
}
@media print, screen and (min-width: 1166px) {
  #front_about {
    margin-bottom: 10rem;
    overflow: visible;
  }
}
#front_about_image {
  position: relative;
  background: #ebebeb;
  line-height: 0;
}
@media print, screen and (min-width: 1166px) {
  #front_about_image {
    background: none;
    width: 47%;
    position: absolute;
    top: -5rem;
    left: 0;
  }
}
#front_about_image:before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 14.6666666667%;
  height: 3rem;
}
@media print, screen and (min-width: 1166px) {
  #front_about_image:before {
    display: none;
  }
}
#front_about_image img {
  width: 85.3333333333%;
}
@media print, screen and (min-width: 1166px) {
  #front_about_image img {
    width: 100%;
    height: 390px;
    object-fit: cover;
  }
}
#front_about_content {
  background: #ebebeb;
  width: 92%;
  float: right;
  padding: 2rem 3rem 3rem;
}
@media print, screen and (min-width: 1166px) {
  #front_about_content {
    float: none;
    width: 100%;
    background: none;
    padding: 0;
    position: relative;
  }
  #front_about_content:before {
    content: "";
    display: block;
    background: #ebebeb;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 467px);
    height: 100%;
    z-index: -1;
  }
}
@media print, screen and (min-width: 1166px) {
  #front_about_textwrap {
    width: 1166px;
    margin: 0 auto;
  }
  #front_about_title {
    padding-left: calc(50% + 2rem);
    padding-top: 5rem;
  }
  #front_about_text {
    padding-left: calc(50% + 2rem);
    padding-bottom: 7rem;
  }
}

/*==============
Icon + Service list
===============*/
.icon_service {
  justify-content: center;
  flex-wrap: wrap !important;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1010px) {
  .icon_service {
    justify-content: space-between;
    flex-wrap: nowrap !important;
    margin-bottom: 8rem;
  }
}
.icon_service > .wp-block-column {
  background: #fff;
  border: 2px solid #6950f5;
  border-image: linear-gradient(to right, #6950f5, #0fe6c8);
  border-image-slice: 1;
  text-align: center;
  padding: 2rem 3rem;
  margin: 0 0 2rem;
  flex-basis: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .icon_service > .wp-block-column {
    padding: 3.5rem 2.5rem 3rem;
    margin: 0 0 2.5rem;
  }
}
@media screen and (min-width: 1010px) {
  .icon_service > .wp-block-column {
    max-width: 330px;
  }
}
@media print, screen and (min-width: 1166px) {
  .icon_service > .wp-block-column {
    max-width: 368px;
  }
}
.icon_service_list > img {
  width: auto;
  height: 6rem;
}
@media print, screen and (min-width: 768px) {
  .icon_service_list > img {
    height: 7rem;
  }
}
.icon_service_list_title {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.3333333333;
  border-bottom: 2px solid #6950f5;
  border-image: linear-gradient(to right, #6950f5, #0fe6c8);
  border-image-slice: 1;
  position: relative;
  padding: 1rem 0 1.5rem;
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 1010px) {
  .icon_service_list_title {
    min-height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0.5rem;
    margin-bottom: 2.8rem;
  }
}
@media print, screen and (min-width: 1166px) {
  .icon_service_list_title {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
}
.icon_service_list_title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 0 16px;
  border-color: #3b9dde transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-8px);
}
.icon_service_list_text {
  font-size: 1.7rem;
  line-height: 1.4705882353;
}
@media print, screen and (min-width: 1166px) {
  .icon_service_list_text {
    font-size: 2rem;
    line-height: 1.4;
  }
}

/*==============
Photo + Service list
===============*/
.ph_service {
  position: relative;
  margin-bottom: 3.5rem;
}
@media print, screen and (min-width: 1166px) {
  .ph_service {
    margin-bottom: 7rem;
  }
}
.ph_service:before {
  background: #ebebeb;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70.6666666667%;
  height: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 1166px) {
  .ph_service:before {
    width: 79.2093704246%;
  }
}

#ph_service_title {
  padding-top: 3.5rem;
}
@media print, screen and (min-width: 1166px) {
  #ph_service_title {
    padding-top: 7rem;
  }
}
#ph_service_title .heading1 {
  padding-bottom: 1rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 1166px) {
  #ph_service_title .heading1 {
    padding-bottom: 0;
  }
}

.ph_service_list {
  flex-wrap: wrap !important;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .ph_service_list {
    flex-wrap: nowrap !important;
    justify-content: space-between;
    padding-bottom: 8rem;
  }
}
.ph_service_list .wp-block-column {
  margin: 0 0 2rem;
  flex-basis: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .ph_service_list .wp-block-column {
    width: 32%;
    max-width: 368px;
    flex-basis: auto !important;
    flex-grow: 0;
  }
}
.ph_service_list .wp-block-column > div > a {
  display: block;
  width: 100%;
  height: calc( (100vw - 1.5rem) * (400/690) );
  position: relative;
  color: #fff;
}
.ph_service_list .wp-block-column > div > a:hover img {
  transform: scale(1.1);
}
.ph_service_list .wp-block-column > div > a:hover .arr1 {
  transform: translateX(5px);
}
@media print, screen and (min-width: 768px) {
  .ph_service_list .wp-block-column > div > a {
    max-height: 380px;
  }
}
.ph_service_list_image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ph_service_list_image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.ph_service_list_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.ph_service_list_text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.ph_service_list_text_jp {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.3913043478;
  width: 100%;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 1166px) {
  .ph_service_list_text_jp {
    font-size: 3rem;
    line-height: 1.2666666667;
  }
}
.ph_service_list_text_en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  width: 100%;
}
@media print, screen and (min-width: 1166px) {
  .ph_service_list_text_en {
    font-size: 1.8rem;
  }
}
.ph_service_list_text .arr_wrap {
  height: 38%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2.5rem;
}
.ph_service_list_text .arr1 {
  transition: 0.3s;
}
.ph_service_list_text .arr1:before {
  background: #fff;
}
.ph_service_list_text .arr1:after {
  border-color: transparent transparent transparent #fff;
}

/*==============
Works
===============*/
#front_works {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 1166px) {
  #front_works {
    margin-bottom: 10rem;
  }
}
#front_works_list {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 1166px) {
  #front_works_list {
    margin-bottom: 4rem;
  }
}
#front_works_list li.archive_works_article {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 1166px) {
  #front_works_list li.archive_works_article {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
#front_works_list .front_works_arr {
  cursor: pointer;
  position: absolute;
  top: -44px;
  width: 60px;
  text-align: center;
  transition: 0.3s;
}
#front_works_list .front_works_arr:hover {
  opacity: 0.7;
}
#front_works_list_arr_prev {
  right: 60px;
}
@media print, screen and (min-width: 1166px) {
  #front_works_list_arr_prev {
    right: calc(50% - 523px);
  }
}
#front_works_list_arr_prev .arr1 {
  transform: scaleX(-1);
}
#front_works_list_arr_next {
  right: 0;
}
@media print, screen and (min-width: 1166px) {
  #front_works_list_arr_next {
    right: calc(50% - 583px);
  }
}

/*==============
News
===============*/
.front_news {
  background: #ebebeb;
  padding: 3.5rem 0 5rem;
}
@media print, screen and (min-width: 1166px) {
  .front_news {
    padding: 7rem 0 14rem;
  }
}

/*****************************
WORKS ARCHIVE
******************************/
/*==============
works list (archive + front)
===============*/
.archive_works_article {
  width: 225px;
}
@media print, screen and (min-width: 768px) {
  .archive_works_article {
    width: 340px;
  }
}
.archive_works_article a {
  color: #000;
  text-decoration: none;
}
.archive_works_article a:hover img {
  opacity: 0.8;
}
.archive_works_article_image {
  height: 271px;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .archive_works_article_image {
    height: 410px;
    margin-bottom: 1.5rem;
  }
}
.archive_works_article_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.archive_works_article_data {
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
@media print, screen and (min-width: 768px) {
  .archive_works_article_data {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}

/*==============
works archive
===============*/
@media print, screen and (min-width: 768px) {
  #archive_works_wrap .archive_works {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#archive_works_wrap .archive_works_article {
  margin-bottom: 4rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #archive_works_wrap .archive_works_article {
    margin-bottom: 5rem;
    width: 49%;
  }
}
@media print, screen and (min-width: 1166px) {
  #archive_works_wrap .archive_works_article {
    width: 340px;
  }
}
#archive_works_wrap .archive_works_article_image {
  height: calc( (100vw - 3rem) * (760/630) );
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  #archive_works_wrap .archive_works_article_image {
    height: calc( (49vw - 3rem) * (760/630) );
  }
}
@media print, screen and (min-width: 1166px) {
  #archive_works_wrap .archive_works_article_image {
    height: 410px;
  }
}

/*****************************
WORKS DETAIL
******************************/
/*==============
content
===============*/
.single_works_wrap {
  position: relative;
  padding: 5rem 0 7rem;
}
@media print, screen and (min-width: 1166px) {
  .single_works_wrap {
    padding: 6rem 0 14rem;
  }
}
.single_works_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #ebebeb;
  width: 34.6666666667vw;
  height: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 1166px) {
  .single_works_wrap:before {
    width: 36.6032210835vw;
  }
}
.single_works_wrap .container {
  max-width: 1000px;
}

/*==============
works info
===============*/
.single_works_image {
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 0;
}
@media print, screen and (min-width: 1166px) {
  .single_works_image {
    margin-bottom: 2rem;
  }
}

.single_works_data {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 1166px) {
  .single_works_data {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    margin-bottom: 5.5rem;
  }
}

/*****************************
SERVICE : ADVERTISING
******************************/
/*==============
service ad heading
===============*/
.service_ad_h {
  margin: 0 0 2.5rem 3rem;
  height: calc( (100vw - 1.5rem) * (300/690) );
  position: relative;
}
@media print, screen and (min-width: 1166px) {
  .service_ad_h {
    width: calc(50vw + (1166px / 2));
    height: 260px;
    margin: 0 0 4rem 0;
    float: right;
  }
}
.service_ad_h_image {
  position: relative;
  width: 100%;
  height: 100%;
}
.service_ad_h_image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.service_ad_h_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service_ad_h_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service_ad_h_title h2 {
  font-size: 2rem;
  line-height: 0.8;
  color: #fff;
  padding-left: 1.5rem;
  margin: 0;
}
@media print, screen and (min-width: 1166px) {
  .service_ad_h_title h2 {
    font-size: 2.8rem;
    line-height: 1.0;
    padding-left: 5rem;
  }
}

/*==============
service ad detail block
===============*/
.service_ad_detail {
  margin: 0 0 0 1.5rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 1166px) {
  .service_ad_detail {
    margin: 0;
    padding-bottom: 1.5rem;
  }
}
.service_ad_detail_row {
  margin-bottom: 0;
}
.service_ad_detail_row_last {
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 1166px) {
  .service_ad_detail_row_last {
    padding-bottom: 3rem;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .service_ad_detail_row .wp-block-column {
    flex-basis: auto !important;
  }
  .service_ad_detail_row .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.service_ad_detail h3 {
  color: #fff;
  background: #000;
  font-size: 1.6rem;
  line-height: 1.0;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
@media print, screen and (min-width: 1166px) {
  .service_ad_detail h3 {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
.service_ad_detail h3 .smaller {
  font-size: 81.25%;
}
@media print, screen and (min-width: 1166px) {
  .service_ad_detail h3 .smaller {
    font-size: 86.6666666667%;
  }
}

/*****************************
SERVICE : COST CUT
******************************/
/*==============
service cost dot bg
===============*/
.page_service_costcut .post_detail_content {
  position: relative;
}
.page_service_costcut .post_detail_content:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: url(https://www.zenei-pro.jp/wp/wp-content/uploads/2021/04/bg2.png);
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 1166px) {
  .page_service_costcut .post_detail_content:before {
    top: 5rem;
  }
}

/*==============
service cost detail block
===============*/
.service_cost_detail_wrap {
  position: relative;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 1166px) {
  .service_cost_detail_wrap {
    padding-bottom: 8rem;
  }
}
.service_cost_detail_wrap:before {
  width: 100%;
  height: calc(100% - 12rem);
  display: block;
  content: "";
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.service_cost_detail {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 1166px) {
  .service_cost_detail {
    margin-bottom: 6rem;
  }
}
.service_cost_detail_row {
  margin-bottom: 0;
}
.service_cost_detail_image {
  text-align: center;
}
.service_cost_detail_content {
  background: #fff;
  padding: 2rem 1.5rem 0.5rem;
  margin: -5rem 1.5rem 0;
  z-index: 1;
  position: relative;
}
@media print, screen and (min-width: 1166px) {
  .service_cost_detail_content {
    padding: 3rem 4rem 1.5rem;
    margin: -10.5rem 4rem 0;
  }
}
.service_cost_detail h2 {
  font-size: 1.6rem;
  line-height: 0.78125;
  margin-bottom: 1.8rem;
}
@media print, screen and (min-width: 1166px) {
  .service_cost_detail h2 {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.service_cost_detail h2 .smaller {
  font-size: 81.25%;
}
@media print, screen and (min-width: 1166px) {
  .service_cost_detail h2 .smaller {
    font-size: 73.3333333333%;
  }
}

/*****************************
SERVICE : HEALTH MANAGEMENT
******************************/
/*==============
service health override
===============*/
.page_service_health_management .post_detail_content {
  position: relative;
}
.page_service_health_management .post_detail_content:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: url(https://www.zenei-pro.jp/wp/wp-content/uploads/2021/04/bg2.png);
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 1166px) {
  .page_service_health_management .post_detail_content:before {
    top: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page_service_health_management .post_detail_content .container {
    max-width: 1000px;
  }
  .page_service_health_management .post_detail_content .page_mv .container {
    max-width: 1166px;
  }
}

/*==============
service health heading
===============*/
.service_health_heading1 {
  font-size: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
@media print, screen and (min-width: 1166px) {
  .service_health_heading1 {
    font-size: 3.6rem !important;
    line-height: 1.1 !important;
    margin-bottom: 5rem !important;
  }
}

.service_health_heading2 {
  font-size: 1.9rem !important;
  margin-bottom: 2rem !important;
  line-height: 1.1 !important;
}
@media print, screen and (min-width: 1166px) {
  .service_health_heading2 {
    font-size: 2.4rem !important;
    margin-bottom: 3rem !important;
  }
}

/*==============
service health case
===============*/
.service_health_case {
  position: relative;
  padding-top: 3rem;
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_case {
    padding-top: 5rem;
    margin-bottom: 10rem;
  }
}
.service_health_case:before {
  width: 100%;
  height: calc(100% - 10rem);
  display: block;
  content: "";
  background: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .service_health_case:before {
    height: calc(100% - 12rem);
  }
}
@media print, screen and (min-width: 768px) {
  .service_health_case_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5rem;
  }
}
.service_health_case_image {
  width: 92%;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_case_image {
    margin-bottom: 0;
    width: calc(50% - 4rem);
    height: 450px;
  }
  .service_health_case_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.service_health_case_content {
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_case_content {
    padding: 0;
    width: 50%;
  }
}
.service_health_case_content h2 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_case_content h2 {
    margin-bottom: 3rem;
  }
}
.service_health_case_content_text {
  line-height: 1.4285714286;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_case_content_text {
    padding-bottom: 0;
  }
}
.service_health_case_box {
  background: linear-gradient(to right, #6950f5, #0fe6c8);
  color: #fff;
  text-align: center;
  padding: 3rem 1rem;
  margin: 0 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_case_box {
    max-width: 1000px;
    padding: 5rem 0;
    margin: 0 auto;
  }
}
.service_health_case_box > h3 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_case_box > h3 {
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
}

/*==============
service health excellent corporation
===============*/
.service_health_exc_text {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_exc_text {
    margin-bottom: 8rem;
  }
}

/*==============
service health merit
===============*/
.service_health_merit {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_merit {
    margin-bottom: 5rem;
  }
}
.service_health_merit .wp-block-column {
  border-bottom: 1px solid #b4b4b4;
  padding: 2.2rem 1.5rem 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_merit .wp-block-column {
    border-bottom: none;
    border-right: 1px solid #b4b4b4;
    padding: 1.5rem 2.5rem 0;
    margin-left: 0 !important;
    flex-basis: auto !important;
    width: 33%;
  }
}
.service_health_merit .wp-block-column:first-of-type {
  border-top: 1px solid #b4b4b4;
}
@media print, screen and (min-width: 768px) {
  .service_health_merit .wp-block-column:first-of-type {
    border-top: none;
    border-left: 1px solid #b4b4b4;
  }
}
.service_health_merit .wp-block-column .wp-block-image {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_merit .wp-block-column .wp-block-image {
    margin-bottom: 1.5rem;
  }
  .service_health_merit .wp-block-column .wp-block-image img {
    height: 64px;
    width: auto;
  }
}
.service_health_merit .wp-block-column h4 {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_merit .wp-block-column h4 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .service_health_merit .wp-block-column > p {
    line-height: 1.4666666667;
  }
}

/*==============
service health illust
===============*/
@media print, screen and (min-width: 768px) {
  .service_health_il {
    justify-content: space-between;
    margin-bottom: 8rem;
  }
  .service_health_il .wp-block-image {
    margin-bottom: 0;
  }
}
/*==============
service health menu
===============*/
.service_health_menu_group {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_menu_group {
    margin-bottom: 10rem;
  }
}

.service_health_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: merit_count;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 1166px) {
  .service_health_menu {
    margin-bottom: 5rem;
  }
}
.service_health_menu .item {
  width: 48%;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 2rem;
  background: #fff;
  position: relative;
  padding: 5.5rem 0 1.5rem;
}
@media print, screen and (min-width: 1166px) {
  .service_health_menu .item {
    width: 314px;
    border: 2px solid #000;
    margin-bottom: 2.5rem;
    padding: 6.5rem 0 1.5rem;
  }
}
.service_health_menu .item:before {
  counter-increment: merit_count;
  content: "0" counter(merit_count);
  display: block;
  color: #fff;
  background: #000;
  font-family: "Montserrat", sans-serif;
  border-radius: 0 0 5px 5px;
  width: 100px;
  padding: 1rem 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
@media print, screen and (min-width: 1166px) {
  .service_health_menu .item:before {
    font-size: 2.8rem;
    width: 70px;
    border-radius: 0 0 8px 8px;
    margin-left: -35px;
  }
}
.service_health_menu .item_image {
  margin-bottom: 1rem;
}
.service_health_menu .item_image img {
  width: auto;
  height: 60px;
}
@media print, screen and (min-width: 1166px) {
  .service_health_menu .item_image img {
    height: 80px;
  }
}
.service_health_menu .item_text {
  line-height: 1.4285714286;
  font-weight: bold;
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 1166px) {
  .service_health_menu .item_text {
    font-size: 1.8rem;
  }
}

.service_health_menu .item:nth-of-type(9) ~ .item:before {
  content: counter(merit_count);
}

/*==============
service health reason
===============*/
.service_health_reason {
  padding-bottom: 2rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .service_health_reason {
    padding-bottom: 5rem;
  }
}
.service_health_reason:before {
  width: 100%;
  height: calc(100% - 14rem);
  display: block;
  content: "";
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .service_health_reason > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.service_health_reason .item {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_reason .item {
    width: 49%;
    max-width: 485px;
    margin-bottom: 5rem;
  }
}
.service_health_reason .item_image {
  text-align: center;
}
.service_health_reason .item_text {
  padding: 2rem 1.5rem;
  background: #fff;
  margin: -5rem 1.5rem 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .service_health_reason .item_text {
    margin: -5rem 4rem 0;
    padding: 3rem;
    font-size: 1.7rem;
    line-height: 1.5882352941;
  }
}

/*==============
service health step
===============*/
.service_health_step_group {
  background: #ebebeb;
  padding-bottom: 7rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_step_group {
    padding-bottom: 14rem;
  }
}

.service_health_step {
  counter-reset: step_count;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .service_health_step {
    padding-bottom: 2rem;
  }
}
.service_health_step li {
  background: #fff;
  border-radius: 10px;
  padding: 6.5rem 1.5rem 2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .service_health_step li {
    border-radius: 14px;
    text-align: center;
    margin-bottom: 3rem;
    padding: 9rem 2rem 3rem;
  }
}
.service_health_step li:before {
  content: "";
  display: block;
  width: 1px;
  height: 2.5rem;
  background: linear-gradient(to bottom, #6950f5, #0fe6c8);
  position: absolute;
  top: 0;
  left: 50%;
}
@media print, screen and (min-width: 768px) {
  .service_health_step li:before {
    height: 3.1rem;
  }
}
.service_health_step li:after {
  content: "";
  display: inline-block;
  counter-increment: step_count;
  content: "STEP 0" counter(step_count);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.0;
  text-align: center;
  background: linear-gradient(to right, #6950f5, #0fe6c8);
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .service_health_step li:after {
    font-size: 2.8rem;
    top: 4.4rem;
  }
}

/*****************************
SERVICE : HEALTH COACHING
******************************/
/*==============
service coaching override
===============*/
.page_service_health_coaching .post_detail_content {
  position: relative;
}
.page_service_health_coaching .post_detail_content:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: url(https://www.zenei-pro.jp/wp/wp-content/uploads/2021/04/bg2.png);
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 1166px) {
  .page_service_health_coaching .post_detail_content:before {
    top: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page_service_health_coaching .post_detail_content .container {
    max-width: 1000px;
  }
  .page_service_health_coaching .post_detail_content .page_mv .container {
    max-width: 1166px;
  }
}
.page_service_health_coaching .post_detail_content .page_mv_title_en {
  font-size: 2.2rem;
  line-height: 1.3636363636;
}
@media print, screen and (min-width: 1166px) {
  .page_service_health_coaching .post_detail_content .page_mv_title_en {
    font-size: 3rem;
    line-height: 1.1;
  }
}

/*==============
service coaching needs
===============*/
.service_coaching_needs {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_needs {
    margin-bottom: 10rem;
  }
}
.service_coaching_needs_text {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_needs_text {
    margin-bottom: 3rem;
  }
}
.service_coaching_needs_table table {
  width: 100%;
  border: 2px solid #828282;
  table-layout: fixed;
}
.service_coaching_needs_table td {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  text-align: center;
  border: 1px solid #828282;
  padding: 1rem;
  vertical-align: middle;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_needs_table td {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    padding: 1.5rem 0;
  }
}
.service_coaching_needs_table tr:first-of-type td {
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.1;
  background: #828282;
  padding: 1.5rem 0;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_needs_table tr:first-of-type td {
    font-size: 1.8rem;
  }
}
.service_coaching_needs_table tr:first-of-type td:nth-of-type(2) {
  background: linear-gradient(to right, #6950f5, #0fe6c8);
}

/*==============
service coaching effect
===============*/
.service_coaching_effect {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_effect {
    margin-bottom: 10rem;
  }
}
.service_coaching_effect_text {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_effect_text {
    margin-bottom: 3rem;
  }
}
.service_coaching_effect_block .item {
  border: 2px solid #6950f5;
  border-image: linear-gradient(to right, #6950f5, #0fe6c8);
  border-image-slice: 1;
  padding: 2rem 1.5rem 0;
  margin-bottom: 5rem;
  background: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_effect_block .item {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.5rem;
  }
}
.service_coaching_effect_block .item:after {
  content: "";
  display: block;
  width: 96px;
  height: 26px;
  background: url(https://www.zenei-pro.jp/wp/wp-content/themes/zenei-pro2021/assets/images/service_coach/service_coach_arr.svg) no-repeat 50% 0;
  background-size: contain;
  position: absolute;
  bottom: -4.1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .service_coaching_effect_block .item:after {
    bottom: -4.5rem;
  }
}
.service_coaching_effect_block .item:last-of-type:after {
  display: none;
}
.service_coaching_effect_block .item .title {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_effect_block .item .title {
    font-size: 2rem;
    border-bottom: none;
    border-right: 1px solid #b4b4b4;
    padding: 0;
    margin: 0;
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .service_coaching_effect_block .item .text {
    width: 76%;
    padding: 0.4rem 2rem 0;
  }
}
.service_coaching_effect_block .item .text dt {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #5055f4;
}
.service_coaching_effect_block .item .text dt:before {
  content: "●";
}
.service_coaching_effect_block .item .text dd {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_effect_block .item .text dl:last-of-type dd:last-child {
    margin-bottom: 0;
  }
}

/*==============
service coaching reason
===============*/
.service_coaching_reason {
  margin-bottom: 5rem;
  counter-reset: reason_count;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_reason {
    margin-bottom: 10rem;
  }
}
.service_coaching_reason_text {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_reason_text {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .service_coaching_reason_block {
    display: flex;
    justify-content: space-between;
  }
}
.service_coaching_reason_item {
  padding: 5.6rem 1.5rem 2.5rem;
  margin-bottom: 2rem;
  border: 1px solid #000;
  background: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_reason_item {
    border: 2px solid #000;
    width: 32%;
    max-width: 314px;
    padding: 5.4rem 2rem 2.5rem;
  }
}
.service_coaching_reason_item:before {
  content: "";
  display: inline-block;
  counter-increment: reason_count;
  content: "STEP 0" counter(reason_count);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.0;
  text-align: center;
  background: linear-gradient(to right, #6950f5, #0fe6c8);
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .service_coaching_reason_item:before {
    top: 2rem;
  }
}
.service_coaching_reason_item_image {
  text-align: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: linear-gradient(to right, #6950f5, #0fe6c8);
  line-height: 1.0;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_reason_item_image {
    width: 100px;
    height: 100px;
    margin-bottom: 1.4rem;
  }
}
.service_coaching_reason_item_image img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_reason_item_image img {
    width: 60px;
    height: 60px;
  }
}
.service_coaching_reason_item_title {
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_reason_item_title {
    font-size: 2rem;
    margin-bottom: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .service_coaching_reason_item_text {
    line-height: 1.4666666667;
  }
}

/*==============
service coaching step
===============*/
.service_coaching_step {
  padding-bottom: 7rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step {
    padding-bottom: 14rem;
  }
}
.service_coaching_step_heading {
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 1.5rem;
  font-size: 1.8rem !important;
  line-height: 1.1 !important;
  margin-bottom: 2rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step_heading {
    font-size: 2rem !important;
    border-radius: 14px;
  }
}
.service_coaching_step_heading.ac {
  justify-content: center;
}
.service_coaching_step_heading > span {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  border-radius: 4em;
  padding: 0.5rem 1.5rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step_heading > span {
    font-size: 1.5rem;
  }
}
.service_coaching_step_heading_last {
  margin-bottom: 4rem !important;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step_heading_last {
    margin-bottom: 5rem !important;
  }
}
.service_coaching_step .list_check {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step .list_check {
    column-count: 2;
  }
}
.service_coaching_step_arr {
  position: relative;
  width: 100%;
  height: 26px;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step_arr {
    margin-bottom: 2rem;
  }
}
.service_coaching_step_arr:after {
  content: "";
  display: block;
  width: 96px;
  height: 26px;
  background: url(https://www.zenei-pro.jp/wp/wp-content/themes/zenei-pro2021/assets/images/service_coach/service_coach_arr.svg) no-repeat 50% 0;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.service_coaching_step_basic {
  margin-bottom: 3rem;
}
.service_coaching_step_advance {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step_advance {
    margin-bottom: 2rem;
  }
}
.service_coaching_step_session {
  border: 1px solid #000;
  background: #fff;
  border-radius: 7px;
  padding: 2.5rem 1.5rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step_session {
    border: 2px solid #000;
    border-radius: 14px;
    padding: 2.5rem 2rem;
    margin-bottom: 2rem;
    overflow: hidden;
  }
}
.service_coaching_step_session h3 {
  font-size: 1.9rem !important;
  line-height: 1.1 !important;
  margin-bottom: 2rem !important;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step_session h3 {
    font-size: 2.2rem !important;
    margin-bottom: 2.5rem !important;
  }
}
.service_coaching_step_session_list {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.1;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step_session_list {
    font-size: 1.8rem;
    width: 48%;
    max-width: 460px;
    float: left;
    padding-bottom: 0;
  }
}
.service_coaching_step_session_list li {
  border-radius: 4em;
  background: #28b4c8;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.service_coaching_step_session_list li:first-child {
  background: #000;
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step_session_list li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .service_coaching_step_session_text {
    float: right;
    width: 50%;
    padding-left: 2rem;
  }
}
.service_coaching_step_text {
  margin-bottom: 3rem;
}

/*****************************
PRIVACY POLICY
******************************/
/*==============
Privacy heading
===============*/
.privacy_heading {
  background: #ebebeb;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1166px) {
  .privacy_heading {
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
  }
}

/*==============
Privacy section
===============*/
.privacy_section {
  margin: 0 1.5rem 4rem;
}
@media print, screen and (min-width: 1166px) {
  .privacy_section {
    margin: 0 2rem 5rem;
  }
}
.privacy_section:last-of-type {
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 1166px) {
  .privacy_section:last-of-type {
    margin-bottom: 15rem;
  }
}

/*****************************
COMPANY
******************************/
/*==============
Company info
===============*/
.company_info {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 1166px) {
  .company_info {
    margin-bottom: 5rem;
  }
}
.company_info td {
  padding: 1.5rem 0;
  vertical-align: top;
  border-bottom: 1px solid #d2d2d2;
}
@media print, screen and (min-width: 1166px) {
  .company_info td {
    padding: 2.5rem 0;
  }
}
.company_info td:first-of-type {
  width: 27.5362318841%;
  border-bottom: 1px solid #969696;
}
@media print, screen and (min-width: 1166px) {
  .company_info td:first-of-type {
    width: 17.1526586621%;
  }
}
.company_info tr:first-child td {
  border-top: 1px solid #d2d2d2;
}
.company_info tr:first-child td:first-of-type {
  border-top: 1px solid #969696;
}

/*==============
Map
===============*/
#company_map {
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 1166px) {
  #company_map {
    margin-bottom: 14rem;
  }
}

/*****************************
CONTACT
******************************/
/*==============
Contact form
===============*/
.contact_form input[name="client_name"] {
  width: 66.6666666667%;
}
@media print, screen and (min-width: 1166px) {
  .contact_form input[name="client_name"] {
    width: 37.7136752137%;
  }
}
.contact_form input[name="zip"], .contact_form input[name="tel"] {
  width: 57.9710144928%;
}
@media print, screen and (min-width: 1166px) {
  .contact_form input[name="zip"], .contact_form input[name="tel"] {
    width: 21.3675213675%;
    margin-right: 1rem;
  }
}
.contact_form .select {
  width: 85.5072463768%;
}
@media print, screen and (min-width: 1166px) {
  .contact_form .select {
    width: 37.7136752137%;
  }
}

/*****************************
add 20210807
footer for security icon
******************************/
.footer_security_icon{
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.footer_security_icon img{
  display: block;
  width: 100%;
  max-width: 100px;
}
@media print, screen and (max-width: 767px) {
  .footer_security_icon{
    right: 40px;
    bottom: 80px;
  }
  .footer_security_icon img{
    max-width: 80px;
  }
}
/*end*/
