@charset "UTF-8";
/* ------------------------------------------------------------ break-point */
/* ------------------------------------------------------------ color */
/* ------------------------------------------------------------ letter-spacing */
/* ------------------------------------------------------------ weight */
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 1.6em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  color: #666;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 25.641025641vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 625%;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 7.3206442167vw;
  }
}
@media screen and (min-width: 1366px), print {
  html {
    font-size: 625%;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1.4;
}

body {
  color: #666;
  background: #ffede3;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
}

::-moz-selection {
  color: #fff;
  background: #e9775d;
}

::selection {
  color: #fff;
  background: #e9775d;
}

::-moz-selection {
  color: #fff;
  background: #e9775d;
}

input::-moz-selection, textarea::-moz-selection {
  color: #fff;
  background: #e9775d;
}

input::selection,
textarea::selection {
  color: #fff;
  background: #e9775d;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #fff;
  background: #e9775d;
}

/* link
   ========================================================================== */
a {
  color: #666;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

a:visited {
  text-decoration: none;
}

:not(.btn) > a:hover {
  opacity: 0.5;
  text-decoration: none;
}

:not(.btn) > a:active {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
/* image
   ========================================================================== */
img {
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block;
}
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* button
========================================================================== */
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #666;
  border: none;
  padding: 0;
  margin: 0;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* select
   ========================================================================== */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #666;
}

/* form label
      ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  color: #666;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* ==========================================================================
   responsive
   ========================================================================== */
/* decoration
   ========================================================================== */
.text-ul {
  text-decoration: underline;
}

/* image
   ========================================================================== */
/* display
   ========================================================================== */
.block {
  display: block;
}

.sp {
  display: none !important;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline;
}

.pc-inlineblock {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
  .pc-inlineblock {
    display: none !important;
  }
}
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ common */
body {
  overflow-x: hidden;
}

#main {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wf-active #intro {
  opacity: 0;
}

#intro {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  content: "";
  display: block;
  z-index: 200000;
  background: #ffede3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}

img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img.img-ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}

:root {
  --scrollbar: 0px;
}

@font-face {
  font-family: "Kobe";
  src: url("../fonts/Kobe-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Kobe";
  src: url("../fonts/Kobe-bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
.content {
  margin: 0 auto;
  padding: 150px 20px;
  overflow-x: clip;
}

.content-inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33%;
}

.col-8 {
  width: 66%;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.text-box p {
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  line-height: 1;
}
.btn:hover a,
.btn:hover button {
  translate: 0 -5px;
  -webkit-box-shadow: 0 6px 16px rgba(207, 138, 0, 0.4);
          box-shadow: 0 6px 16px rgba(207, 138, 0, 0.4);
  background: #FFBC36;
  border: solid 1px rgba(255, 188, 54, 0.2);
}
.btn:active a,
.btn:active button {
  translate: 0 0;
  -webkit-box-shadow: 0 0px 16px rgba(207, 138, 0, 0.4);
          box-shadow: 0 0px 16px rgba(207, 138, 0, 0.4);
}
.btn a,
.btn button {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  position: relative;
  color: #fff;
  font-size: 17px;
  font-size: min(0.17rem, 17px);
  font-weight: 400;
  line-height: 1;
  background: #e9775d;
  border-radius: 40px;
  display: inline-block;
  padding: 12px 20px 12px 37px;
  text-align: center;
  border: solid 1px rgba(233, 119, 93, 0.2);
}
.btn a:before,
.btn button:before {
  background: url(../img/arrow-wh.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  left: 20px;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn a,
  .btn button {
    font-size: 15.5px;
    font-size: min(0.155rem, 15.5px);
    padding: 11px 20px 11px 37px;
  }
}
.btn.gray a,
.btn.gray button {
  color: #777;
  background: #e6e6e6;
  border: solid 1px #d9d9de;
  cursor: pointer;
}
.btn.gray a:before,
.btn.gray button:before {
  background: url(../img/arrow-gr.svg) no-repeat left top;
}
.btn.gray:hover a,
.btn.gray:hover button {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  background: white;
  border: solid 1px rgba(217, 217, 222, 0.5);
}
.btn.gray:hover a:before,
.btn.gray:hover button:before {
  background: url(../img/arrow-gr.svg) no-repeat left top;
}
.btn.gray:active a,
.btn.gray:active button {
  translate: 0 0;
  -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15);
}
.btn.wh:hover a,
.btn.wh:hover button {
  translate: 0 -5px;
  -webkit-box-shadow: 0 6px 16px rgba(207, 138, 0, 0.4);
          box-shadow: 0 6px 16px rgba(207, 138, 0, 0.4);
  background: #FFBC36;
  border: solid 1px rgba(255, 188, 54, 0.2);
  color: #fff;
}
.btn.wh:hover a::before,
.btn.wh:hover button::before {
  background-image: url(../img/arrow-wh.svg);
}
.btn.wh:active a,
.btn.wh:active button {
  translate: 0 0;
  -webkit-box-shadow: 0 0px 16px rgba(207, 138, 0, 0.4);
          box-shadow: 0 0px 16px rgba(207, 138, 0, 0.4);
}
.btn.wh a,
.btn.wh button {
  color: #e9775d;
  font-size: 17px;
  font-size: min(0.17rem, 17px);
  line-height: 1;
  background: #fff;
  padding: 14px 20px 12px 37px;
  border: solid 1px rgba(233, 119, 93, 0.2);
}
.btn.wh a::before,
.btn.wh button::before {
  background: url(../img/arrow.svg) no-repeat left top;
  background-size: contain;
  top: 49%;
  height: 8px;
  width: 8px;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn.wh a,
  .btn.wh button {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
    padding: 8px 8px 8px 8px;
  }
}
.btn.mini:hover a,
.btn.mini:hover button {
  translate: 0 -2px;
  -webkit-box-shadow: 0 4px 12px rgba(233, 119, 93, 0.3);
          box-shadow: 0 4px 12px rgba(233, 119, 93, 0.3);
  background: rgba(255, 255, 255, 0.5);
}
.btn.mini:active a,
.btn.mini:active button {
  translate: 0 0;
  -webkit-box-shadow: 0 0px 12px rgba(233, 119, 93, 0.3);
          box-shadow: 0 0px 12px rgba(233, 119, 93, 0.3);
}
.btn.mini a,
.btn.mini button {
  color: #e9775d;
  font-size: 14px;
  font-size: min(0.14rem, 14px);
  line-height: 1;
  background: #ffede3;
  padding: 8px 10px 9px 23px;
  border: solid 1px rgba(233, 119, 93, 0.2);
}
.btn.mini a::before,
.btn.mini button::before {
  background: url(../img/arrow.svg) no-repeat left top;
  background-size: contain;
  top: 48%;
  left: 10px;
  height: 6px;
  width: 6px;
}
@media screen and (max-width: 767px) {
  .btn.mini a,
  .btn.mini button {
    font-size: 12px;
    font-size: min(0.12rem, 12px);
    padding: 8px 8px 8px 22px;
  }
}
.btn.mini.high a {
  background: #e9775d;
  color: #fff;
  border: solid 1px #e9775d;
}
.btn.mini.high a::before {
  background: url(../img/arrow-wh.svg) no-repeat left top;
  background-size: contain;
  left: 10px;
  height: 5px;
  width: 5px;
}
.btn.mini.high:hover a,
.btn.mini.high:hover button {
  translate: 0 -2px;
  -webkit-box-shadow: 0 6px 16px rgba(207, 138, 0, 0.4);
          box-shadow: 0 6px 16px rgba(207, 138, 0, 0.4);
  background: #FFBC36;
  border: solid 1px rgba(255, 188, 54, 0.2);
}
.btn.mini.high:active a,
.btn.mini.high:active button {
  translate: 0 0;
  -webkit-box-shadow: 0 0px 16px rgba(207, 138, 0, 0.4);
          box-shadow: 0 0px 16px rgba(207, 138, 0, 0.4);
}

.wp-block-button:hover a,
.wp-block-button:hover button {
  opacity: 1;
  translate: 0 -5px;
  -webkit-box-shadow: 0 6px 16px rgba(207, 138, 0, 0.4);
          box-shadow: 0 6px 16px rgba(207, 138, 0, 0.4);
  background: #FFBC36;
  border: solid 1px rgba(255, 188, 54, 0.2);
}
.wp-block-button:active a,
.wp-block-button:active button {
  translate: 0 0;
  -webkit-box-shadow: 0 0px 16px rgba(207, 138, 0, 0.4);
          box-shadow: 0 0px 16px rgba(207, 138, 0, 0.4);
}

.wp-element-button {
  margin-top: 24px;
  position: relative;
  color: #fff;
  font-size: 17px;
  font-size: min(0.17rem, 17px);
  font-weight: 400;
  line-height: 1;
  background: #e9775d;
  border-radius: 40px;
  display: inline-block;
  padding: 12px 20px 12px 37px;
  text-align: center;
  border: solid 1px rgba(233, 119, 93, 0.2);
}
.wp-element-button:before {
  background: url(../img/arrow-wh.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 20px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wp-element-button {
    margin-top: 16px;
    font-size: 15.5px;
    font-size: min(0.155rem, 15.5px);
    padding: 11px 20px 11px 37px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding: 75px 30px;
  }
  .col-3,
  .col-4,
  .col-8 {
    width: 100%;
  }
}
/*------------------------------------------------------------------------------------ ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background-color: transparent;
  z-index: 10000;
}
@media screen and (min-width: 768px), print {
  header .header-inner {
    margin: 0 auto;
    width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
header .logo {
  width: 242px;
  height: 57px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
  margin-top: 84px;
}
header .header-nav ul:first-of-type {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-block: 30px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-nav .nav li {
  margin-left: 20px;
}
header .header-nav .nav li a {
  display: inline-block;
}
header .header-nav .nav li a:hover {
  opacity: 1;
  color: #e9775d;
}
header .header-nav .nav li a.active {
  color: #e9775d;
}
header .header-nav .u-nav li {
  margin-left: 12px;
  line-height: 1;
}
header .header-nav .u-nav li:nth-child(2) {
  margin-left: 20px;
}
@media screen and (min-width: 768px), print {
  header .header-nav .u-nav li:nth-child(3) {
    margin-left: 40px;
  }
}
header .header-nav .u-nav li img {
  width: auto;
  height: 25px;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transform: inherit;
            transform: inherit;
    /*g-nav*/
    /*END g-nav*/
  }
  header .header-nav {
    width: 100%;
  }
  header .header-nav .u-nav:first-of-type {
    padding: 20px 20px 0;
  }
  header .header-nav .u-nav li {
    margin-left: 10px;
  }
  header .header-nav .u-nav li:first-child {
    margin-left: 0;
  }
  header .header-nav .u-nav li:nth-child(2) {
    margin-left: 15px;
    margin-right: auto;
  }
  header .header-nav .u-nav li:last-child {
    margin-left: 18px;
  }
  header .header-nav .u-nav li img {
    width: 25px;
    height: 25px;
  }
  header .header-nav .u-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-nav .u-nav li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .logo-wrap {
    position: absolute;
    top: 0;
    left: 30px;
    pointer-events: none;
  }
  header .logo {
    width: 195px;
    height: 45px;
    pointer-events: auto;
  }
  header #g-nav {
    position: fixed;
    z-index: -10;
    opacity: 0;
    top: 66px;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 72px 72px 0 0;
    pointer-events: none;
    padding: 62px 0 0 60px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  header #g-nav .fcon.wrap {
    overflow-x: hidden;
  }
  header #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
    overflow-x: hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header #g-nav li {
    list-style: none;
    text-align: center;
  }
  header #g-nav li a {
    color: #777;
    font-size: 16px;
    font-size: min(0.16rem, 16px);
    font-weight: 400;
    text-decoration: none;
    padding: 0 0 25px;
    display: block;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0;
    line-height: 1;
  }
  header #g-nav li a.active {
    color: #e9775d;
  }
  header #g-nav li:nth-of-type(6) a, header #g-nav li:nth-of-type(7) a, header #g-nav li:nth-of-type(8) a {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
  }
  header #g-nav li:nth-of-type(6):nth-of-type(6) a, header #g-nav li:nth-of-type(7):nth-of-type(6) a, header #g-nav li:nth-of-type(8):nth-of-type(6) a {
    margin-top: 16px;
  }
  header #g-nav img {
    width: 152px;
    height: 42px;
    margin-bottom: 50px;
  }
  header .openbtn {
    position: relative;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 50px;
    min-height: 30px;
  }
  header .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    left: auto;
    height: 1px;
    background-color: #e9775d;
    width: 50px;
  }
  header .openbtn span:nth-of-type(1) {
    top: 8px;
  }
  header .openbtn span:nth-of-type(2) {
    top: 14px;
  }
  header .openbtn span:nth-of-type(3) {
    top: 20px;
  }
  header .openbtn.active span:nth-of-type(1) {
    top: 8px;
    left: 0;
    -webkit-transform: translateY(6px) rotate(-10deg);
            transform: translateY(6px) rotate(-10deg);
  }
  header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .openbtn.active span:nth-of-type(3) {
    top: 20px;
    left: 0;
    -webkit-transform: translateY(-6px) rotate(10deg);
            transform: translateY(-6px) rotate(10deg);
  }
}

header.hidden {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

/*------------------------------------------------------------------------------------ フッター */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  height: auto;
  padding: 45px 0 150px;
  width: 980px;
  margin: 0 auto;
  border-top: solid 1px #fbd6c9;
}
@media screen and (max-width: 767px) {
  footer .flex {
    display: block;
  }
}
footer p {
  margin-left: auto;
}
footer p.copyright {
  font-size: 13px;
  font-size: min(0.13rem, 13px);
}
footer .f-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
footer .f-left ul {
  display: -ms-grid;
  display: grid;
  row-gap: 22px;
}
footer .f-left ul li {
  line-height: 1;
}
footer .f-left ul li a {
  font-size: 16px;
  font-size: min(0.16rem, 16px);
}
footer .f-left ul li a:hover {
  opacity: 1;
  color: #e9775d;
}
footer .f-left ul li a.active {
  color: #e9775d;
}
footer .f-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
footer .f-right div {
  margin-top: -6px;
  text-align: right;
}
footer .f-right div a {
  line-height: 1;
}
footer .f-right div p {
  margin-top: 8px;
  color: #e9775d;
  font-size: 13px;
  font-size: min(0.13rem, 13px);
}
footer .f-right div address {
  margin-top: 24px;
  font-style: normal;
  font-size: 13px;
  font-size: min(0.13rem, 13px);
  line-height: 1.6;
}
footer .f-right div span {
  margin-top: 6px;
  display: inline-block;
  font-size: 13px;
  font-size: min(0.13rem, 13px);
  line-height: 1.6;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  footer {
    width: calc(100% - 60px);
    padding: 45px 0px 120px;
    margin: 0 30px 0;
  }
  footer p.copyright {
    text-align: center;
    font-size: 13px;
    font-size: min(0.13rem, 13px);
  }
  footer .f-left {
    text-align: center;
    margin-bottom: 62px;
  }
  footer .f-left ul:last-of-type {
    margin-top: 22px;
  }
  footer .f-left ul li a {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
  }
  footer .f-right div {
    text-align: center;
  }
  footer .f-right div p {
    font-size: 11px;
    font-size: min(0.11rem, 11px);
    margin: 17px 0 47px;
    line-height: 1;
  }
  footer .f-right div p.copyright {
    font-size: 10px;
    font-size: min(0.1rem, 10px);
  }
}

/*------------------------------------------------------------------------------------ タイトル */
.page-ttl {
  font-size: 80px;
  font-size: min(0.8rem, 80px);
  font-family: "Kobe";
  color: #e9775d;
  line-height: 1;
  position: relative;
  letter-spacing: 0.05em;
}
.page-ttl span {
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  display: block;
  letter-spacing: 0.05em;
}

.sec-ttl {
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  line-height: 1;
  color: #e9775d;
  padding-bottom: 28px;
  border-bottom: solid 1px #fbd6c9;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page-ttl {
    font-size: 48px;
    font-size: min(0.48rem, 48px);
    position: absolute;
    top: -28px;
    right: 25px;
    z-index: 3;
    text-align: right;
  }
  .page-ttl span {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
    bottom: 47px;
    right: 0;
    position: absolute;
    text-align: right;
  }
  .sec-ttl {
    font-size: 22px;
    font-size: min(0.22rem, 22px);
    padding-bottom: 18px;
    margin-bottom: 50px;
  }
}
/*------------------------------------------------------------------------------------ mv固定lead */
.mv-leaf {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 174px;
  right: -64px;
  top: -3px;
  position: absolute;
  z-index: 10001;
}

.mv-leaf2 {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 111px;
  left: -20px;
  top: -17px;
  position: absolute;
  z-index: 10001;
}

#home .mv-leaf2 {
  opacity: 0;
}

/*------------------------------------------------------------------------------------ インクルード include */
/* mbsrリスト */
main section #mbsrlist .ml-ttl {
  font-size: 18px;
  font-size: min(0.18rem, 18px);
}
main section #mbsrlist .list-inner {
  text-align: left;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  main section #mbsrlist .list-inner {
    margin-inline: 50px;
  }
}
main section #mbsrlist .list-inner:before, main section #mbsrlist .list-inner:after {
  background: url(../img/h-mbsr-deco_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 410px;
  width: 302px;
  position: absolute;
  left: -270px;
  top: 100px;
  z-index: 1;
}
main section #mbsrlist .list-inner:after {
  background: url(../img/h-mbsr-deco_02.svg) no-repeat left top;
  height: 330px;
  width: 437px;
  left: auto;
  right: -380px;
  top: 164px;
}
main section #mbsrlist .list-inner p {
  color: #e9775d;
  font-weight: 600;
}
main section #mbsrlist .list-inner .btn a {
  font-weight: 600;
}
main section #mbsrlist .list-inner .wrapper {
  width: 100%;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
}
main section #mbsrlist .list-inner .wrap-box {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1px;
}
main section #mbsrlist .list-inner .wrap-box.last-item {
  border-radius: 0 0 24px 24px;
  margin-bottom: 0px;
}
main section #mbsrlist .list-inner .row {
  position: relative;
}
main section #mbsrlist .list-inner .row.wrap-box {
  display: none;
}
main section #mbsrlist .list-inner .row.wrap-box:nth-child(-n+4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* または block / grid など使ってるレイアウトに合わせる */
}
main section #mbsrlist .list-inner .date {
  letter-spacing: 0.05em;
}
main section #mbsrlist .list-inner .class-container {
  width: 67%;
}
main section #mbsrlist .list-inner .class-box {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 22px 60px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  position: relative;
}
main section #mbsrlist .list-inner .class-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #fff;
}
main section #mbsrlist .list-inner .participant-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Kobe", "dnp-shuei-mgothic-std", sans-serif;
}
main section #mbsrlist .list-inner .class-name {
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}
main section #mbsrlist .list-inner .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-top: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section #mbsrlist .list-inner .date-time .date {
  font-size: 22px;
  font-size: min(0.22rem, 22px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Kobe", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
}
main section #mbsrlist .list-inner .date-time .time {
  font-size: 15px;
  font-size: min(0.15rem, 15px);
  font-family: "Kobe", "dnp-shuei-mgothic-std", sans-serif;
}
main section #mbsrlist .list-inner .done .class-name,
main section #mbsrlist .list-inner .done .date,
main section #mbsrlist .list-inner .done .time,
main section #mbsrlist .list-inner .done .participant-box span {
  font-weight: 600;
  color: #888;
}
main section #mbsrlist .list-inner .arrow-line {
  position: relative;
  width: 80px;
  height: 1px;
  background-color: #888;
  margin-inline: 15px 20px;
}
main section #mbsrlist .list-inner .arrow-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 4px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
}
main section #mbsrlist .list-inner .row {
  background: #e6e6e6;
}
main section #mbsrlist .list-inner .row .participant-box {
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  font-weight: 400;
}
main section #mbsrlist .list-inner .row.next {
  background: #e9775d;
  color: #fff;
}
main section #mbsrlist .list-inner .row.next .class-box {
  padding: 32px 60px;
  color: #fff;
}
main section #mbsrlist .list-inner .row.next .class-box:after {
  height: 90px;
  background-color: rgba(255, 255, 255, 0.3);
}
main section #mbsrlist .list-inner .row.next .date {
  font-size: 34px;
  font-size: min(0.34rem, 34px);
  padding: 10px 0 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Kobe", sans-serif;
  font-weight: 600;
}
main section #mbsrlist .list-inner .row.next .date-time {
  color: #e9775d;
}
main section #mbsrlist .list-inner .row.next .time {
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  color: #fff;
}
main section #mbsrlist .list-inner .row.next .arrow-line {
  background-color: #fff;
}
main section #mbsrlist .list-inner .row.next .arrow-line::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
main section #mbsrlist .list-inner .row.next .participant-box span {
  color: #e9775d;
}
main section #mbsrlist .list-inner .progress .arrow-line,
main section #mbsrlist .list-inner .done .arrow-line {
  width: 60px;
  margin-inline: 15px 20px;
}
main section #mbsrlist .list-inner .progress .arrow-line:after,
main section #mbsrlist .list-inner .done .arrow-line:after {
  width: 8px;
  height: 8px;
  left: calc(100% - 4px);
}
main section #mbsrlist .list-inner .row.progress {
  background-color: #fdece5;
  color: #e9775d;
}
main section #mbsrlist .list-inner .row.progress .class-box:after {
  background-color: rgba(233, 119, 93, 0.2);
}
main section #mbsrlist .list-inner .row.progress .participant-box {
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  font-weight: 600;
}
main section #mbsrlist .list-inner .row.progress .participant-box span {
  color: #e9775d;
}
main section #mbsrlist .list-inner .row.progress .arrow-line {
  background-color: #e9775d;
}
main section #mbsrlist .list-inner .row.progress .arrow-line::after {
  border-top: 1px solid #e9775d;
  border-right: 1px solid #e9775d;
}
main section #mbsrlist .list-inner .row.progress .time {
  color: #e9775d;
}
main section #mbsrlist .list-inner .row:last-child {
  border-radius: 0 0 24px 24px;
}
main section #mbsrlist .list-inner .participant-box.sp {
  display: none;
}
main section #mbsrlist .list-box .wrap-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #fff8f4;
}
main section #mbsrlist .list-box .wrap-box:last-of-type {
  border-bottom: none;
}
main section #mbsrlist .list-box .ttl-text {
  color: #555;
  font-size: 18px;
  font-size: min(0.18rem, 18px);
}
main section #mbsrlist .next-btn {
  position: absolute;
  left: 0;
  top: calc(50% - 90px);
  -webkit-transform: translateY(50%) rotate(90deg);
          transform: translateY(50%) rotate(90deg);
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 20px;
  background: #e9775d;
  line-height: 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  font-family: "Kobe", sans-serif;
}
@media screen and (max-width: 767px) {
  main section #mbsrlist .btn {
    text-align: center;
  }
  main section #mbsrlist .ml-ttl {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
  }
  main section #mbsrlist .list-inner:before, main section #mbsrlist .list-inner:after {
    display: none;
  }
  main section #mbsrlist .list-inner .class-container {
    width: 100%;
  }
  main section #mbsrlist .list-inner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main section #mbsrlist .list-inner .row a,
  main section #mbsrlist .list-inner .row .participant-box {
    width: 100%;
  }
  main section #mbsrlist .list-inner .wrapper {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  main section #mbsrlist .list-inner .class-box {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding: 20px 28px;
  }
  main section #mbsrlist .list-inner .class-box .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section #mbsrlist .list-inner .class-box:after {
    display: none;
  }
  main section #mbsrlist .list-inner .arrow-line {
    width: 20px;
    margin-left: 5px;
    margin: 0 14px 0 10px;
  }
  main section #mbsrlist .list-inner .arrow-line:after {
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: calc(100% - 4px);
  }
  main section #mbsrlist .list-inner .arrow-line {
    background-color: transparent !important;
    height: 1em;
  }
  main section #mbsrlist .list-inner .arrow-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #777;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main section #mbsrlist .list-inner .date-time {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    padding-top: 8px;
  }
  main section #mbsrlist .list-inner .date-time .date {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  main section #mbsrlist .list-inner .date-time .time {
    font-size: 10px;
    font-size: min(0.1rem, 10px);
    padding-right: 0;
    white-space: nowrap;
  }
  main section #mbsrlist .list-inner .class-name {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
    line-height: 1.5;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main section #mbsrlist .list-inner .participant-box {
    font-size: 13px !important;
    white-space: nowrap;
  }
  main section #mbsrlist .list-inner .participant-box.pc {
    display: none;
  }
  main section #mbsrlist .list-inner .participant-box.pc {
    display: none;
  }
  main section #mbsrlist .list-inner .participant-box.sp {
    display: contents;
  }
  main section #mbsrlist .list-inner .row.next .class-box {
    padding: 32px 32px 20px;
    border-top: none;
  }
  main section #mbsrlist .list-inner .row.next .date {
    font-size: 26px;
    font-size: min(0.26rem, 26px);
    padding: 6px 0 8px;
  }
  main section #mbsrlist .list-inner .row.next .time {
    font-size: 13px;
    font-size: min(0.13rem, 13px);
  }
  main section #mbsrlist .list-inner .row.next .btn {
    width: 100%;
  }
  main section #mbsrlist .list-inner .row.next .btn a {
    width: calc(100% - 64px);
  }
  main section #mbsrlist .list-inner .row.next .participant-box {
    padding-bottom: 32px;
  }
  main section #mbsrlist .list-inner .row.next .arrow-line::before {
    background: #fff;
  }
  main section #mbsrlist .list-inner .row.progress .arrow-line::before {
    background: #e9775d;
  }
  main section #mbsrlist .list-inner .done .arrow-line,
  main section #mbsrlist .list-inner .progress .arrow-line {
    width: 10px;
    margin: 0 10px 0 6px;
  }
  main section #mbsrlist .list-inner .done .arrow-line:after,
  main section #mbsrlist .list-inner .progress .arrow-line:after {
    width: 4px;
    height: 4px;
    left: calc(100% - 2px);
  }
  main section #mbsrlist .next-btn {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
    padding: 7px 16px;
    top: calc(50% - 60px);
  }
}

/* voice */
main section #voiceflow.content-inner {
  max-width: 1100px;
  position: relative;
  /*
  &:before {
    background-color: transparent;
    content: "";
    display: block;
    height: calc(100% + 40px);
    width: 30vw;
    position: absolute;
    left: -30vw;
    top: -40px;
    z-index: 2;
  }
  */
}
main section #voiceflow.content-inner .wrap-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px), print {
  main section #voiceflow.content-inner .col-3 {
    width: 30%;
    position: relative;
    z-index: 30;
    padding: 40px 60px;
    top: 40px;
    left: 0;
    background: #ffede3;
    background: #fff8f4;
    border: 1px solid rgba(233, 119, 93, 0.2);
    border-radius: 84px 10px 84px 10px;
  }
}
main section #voiceflow.content-inner h2 {
  margin-bottom: 32px;
  color: #e9775d;
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  line-height: 1;
}
main section #voiceflow.content-inner h2 span {
  display: block;
  margin-bottom: 10px;
  font-family: "Kobe", sans-serif;
  color: #e9775d;
  line-height: 1;
  font-size: 48px;
  font-size: min(0.48rem, 48px);
}
main section #voiceflow.content-inner p {
  text-align: left;
  margin-bottom: 8px;
}
main section #voiceflow.content-inner .btn {
  text-align: center;
  margin-top: 56px;
}
main section #voiceflow .col-8 {
  position: relative;
}
main section #voiceflow .col-8 .swiper {
  overflow: visible;
  pointer-events: none;
}
main section #voiceflow .col-8 .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
main section #voiceflow .col-8 .swiper .card-item {
  width: 310px !important;
}
main section #voiceflow .col-8 .swiper .card-item .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 360px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
main section #voiceflow .col-8 .swiper .card-item:nth-child(3n+1) {
  padding-top: 340px;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}
main section #voiceflow .col-8 .swiper .card-item:nth-child(3n+2) {
  padding-top: 0px;
}
main section #voiceflow .col-8 .swiper .card-item:nth-child(3n) {
  padding-top: 190px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
main section #voiceflow .col-8 .swiper .card-item .img-content {
  padding: 46px 0 0;
  margin-right: -10px;
  z-index: -2;
  background-color: #ffede3;
}
main section #voiceflow .col-8 .swiper .card-item .img-content img {
  mix-blend-mode: multiply;
}
main section #voiceflow .col-8 .swiper .card-item .text-box {
  max-width: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main section #voiceflow .col-8 .swiper .card-item .voice-message {
  position: relative;
  background: #e9775d;
  color: #fff;
  padding: 30px 25px;
  border-radius: 32px 32px 22px 22px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  max-width: 190px;
  margin-top: 10px;
  font-size: 15px;
  font-size: min(0.15rem, 15px);
  z-index: 0;
}
main section #voiceflow .col-8 .swiper .card-item .voice-message:before, main section #voiceflow .col-8 .swiper .card-item .voice-message:after {
  background: url(../img/voice-bubble_01.svg) no-repeat left top;
  background-size: cover;
  inset: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  z-index: -1;
  height: 47px;
}
main section #voiceflow .col-8 .swiper .card-item .voice-message:after {
  background: url(../img/voice-bubble_02.svg) no-repeat left top;
  left: 22px;
  top: auto;
  bottom: -14px;
  width: 37px;
  height: 17px;
}
main section #voiceflow .col-8 .swiper .card-item .voice-profile {
  font-size: 13px;
  font-size: min(0.13rem, 13px);
  padding-left: 30px;
  margin-top: 30px;
  letter-spacing: 0.05em;
}
main section #voiceflow .col-8 .swiper .card-item .voice-profile span {
  display: block;
}
main section #voiceflow .col-8 .swiper .card-item .voice-profile .voice-line {
  position: relative;
}
main section #voiceflow .col-8 .swiper .card-item .voice-profile .voice-line:before {
  position: absolute;
  content: "";
  border-top: solid 1px #777;
  width: 14px;
  height: 1px;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main section #voiceflow .flower {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 31;
  /*
  &:before {
    background: url(../img/about-deco_bg.svg) no-repeat left top;
    background-size: contain;
    content: "";
    display: block;
    height: 968px;
    width: 968px;
    position: absolute;
    left: -280px;
    top: -200px;
    z-index: -2;
  }
    */
}
main section #voiceflow .flower li {
  position: absolute;
  list-style: none;
  -webkit-animation: 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
  z-index: 50;
}
main section #voiceflow .flower li img {
  width: 100%;
}
@-webkit-keyframes rotate1 {
  from {
    -webkit-transform: translateX(0px) rotate(-20deg);
            transform: translateX(0px) rotate(-20deg);
  }
  to {
    -webkit-transform: translateX(60px) rotate(0deg);
            transform: translateX(60px) rotate(0deg);
  }
}
@keyframes rotate1 {
  from {
    -webkit-transform: translateX(0px) rotate(-20deg);
            transform: translateX(0px) rotate(-20deg);
  }
  to {
    -webkit-transform: translateX(60px) rotate(0deg);
            transform: translateX(60px) rotate(0deg);
  }
}
main section #voiceflow .flower li:nth-child(1) {
  height: 52px;
  width: 85px;
  right: 34px;
  top: 65px;
  -webkit-animation: 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
main section #voiceflow .flower li:nth-child(2) {
  height: 55px;
  width: 72px;
  top: 284px;
  left: -38px;
  -webkit-animation: 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
main section #voiceflow .flower li:nth-child(3) {
  height: 45px;
  width: 35px;
  top: 484px;
  right: 67px;
  -webkit-animation: 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
          animation: 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  main section #voiceflow.content-inner .col-3 {
    width: 100%;
    padding: 0;
  }
  main section #voiceflow.content-inner .btn {
    margin: 60px 0 35px;
  }
  main section #voiceflow.content-inner:before {
    display: none;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item {
    width: 250px !important;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item .flex {
    width: 290px;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item .text-box {
    max-width: 160px;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item .voice-message {
    font-size: 13px;
    font-size: min(0.13rem, 13px);
    padding: 17px 20px;
    max-width: 160px;
    margin-bottom: 20px;
    margin-top: 27px;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item .voice-message:before {
    top: -15px;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item .voice-profile {
    font-size: 12px;
    font-size: min(0.12rem, 12px);
    margin-top: 0px;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item .img-content {
    padding: 52px 0 0;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item .img-content img {
    width: 140px;
    height: 140px;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item:nth-child(3n+1) {
    padding-top: 260px;
    -webkit-transform: translateX(170px);
            transform: translateX(170px);
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item:nth-child(3n+1) .flex::before {
    width: 45px;
    left: 70px;
    top: -50px;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item:nth-child(3n) {
    padding-top: 150px;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item:nth-child(3n) .flex::before {
    height: 40px;
    width: 64px;
    position: absolute;
    left: 16px;
    top: -48px;
  }
  main section #voiceflow.content-inner .col-8 .swiper .card-item:nth-child(3n) .flex:after {
    left: -50px;
    bottom: -106px;
  }
  main section #voiceflow.content-inner .flower {
    top: 330px;
    height: 50%;
  }
  main section #voiceflow.content-inner .flower:before {
    display: none;
  }
  main section #voiceflow.content-inner .flower li:nth-child(1) {
    width: 64px;
    height: 39px;
    top: 72px;
    left: auto;
    right: -10px;
  }
  main section #voiceflow.content-inner .flower li:nth-child(2) {
    width: 54px;
    top: 233px;
    left: -50px;
  }
  main section #voiceflow.content-inner .flower li:nth-child(3) {
    width: 45px;
    top: 422px;
    right: 40px;
  }
}

/*------------------------------------------------------------------------------------ フッター上バナー */
.f-banner {
  padding: 122px 20px 75px;
}
.f-banner .banner-card .card-item a {
  width: 450px;
  height: 200px;
  background-color: #fff;
  border: 1px solid rgba(233, 119, 93, 0.2);
  border-radius: 84px 10px 84px 10px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f-banner .banner-card .card-item a:hover {
  opacity: 1;
  translate: 0 -5px;
  -webkit-box-shadow: 0 6px 16px rgba(233, 119, 93, 0.2);
          box-shadow: 0 6px 16px rgba(233, 119, 93, 0.2);
}
.f-banner .banner-card .card-item a:active {
  translate: 0 0;
  -webkit-box-shadow: 0 0px 16px rgba(233, 119, 93, 0.2);
          box-shadow: 0 0px 16px rgba(233, 119, 93, 0.2);
}
.f-banner .banner-card .card-item a .program-text p {
  border: solid 1px #fbded6;
  border-radius: 50px;
  padding: 10px;
  font-size: 14px;
  font-size: min(0.14rem, 14px);
  line-height: 1;
  color: #e9775d;
  width: auto;
  display: inline-block;
}
.f-banner .banner-card .card-item a .program-the_title {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  margin-top: 20px;
  line-height: 1;
  color: #e9775d;
  position: relative;
  display: inline-block;
}
.f-banner .banner-card .card-item a .program-the_title:before {
  background: url(../img/arrow.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.f-banner .banner-card .card-item a:before {
  background: url(../img/programc-deco_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 88px;
  width: 74px;
  position: absolute;
  left: 32px;
  top: -32px;
  z-index: 1;
}
.f-banner .banner-card .card-item:nth-child(2) a::before {
  background: url(../img/programc-deco_02.svg) no-repeat left top;
  left: 6px;
  top: -38px;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
}

@media screen and (max-width: 767px) {
  .f-banner {
    padding: 50px 30px 110px !important;
  }
  .f-banner .banner-card .card-item {
    padding-top: 0 !important;
    width: 100% !important;
    height: 170px !important;
    margin: 0 !important;
  }
  .f-banner .banner-card .card-item a {
    width: 100% !important;
    height: 178px !important;
  }
  .f-banner .banner-card .card-item a .program-text p {
    font-size: 12px;
    font-size: min(0.12rem, 12px);
  }
  .f-banner .banner-card .card-item a .program-the_title {
    font-size: 18px;
    font-size: min(0.18rem, 18px);
  }
  .f-banner .banner-card .card-item:first-of-type {
    margin-bottom: 40px !important;
  }
}
.f-sns {
  margin-top: 56px;
  border: 1px solid rgba(233, 119, 93, 0.2);
  border-radius: 10px;
  background: #fff;
  padding-inline: 48px;
}
@media screen and (max-width: 767px) {
  .f-sns {
    margin-top: 40px;
    padding-inline: 24px;
  }
}
.f-sns .inner {
  border-top: 3px solid #e9775d;
  color: #e9775d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .f-sns .inner p {
    margin-block: 24px;
  }
}
.f-sns .inner .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px), print {
  .f-sns .inner .line {
    margin-left: auto;
  }
}
.f-sns .inner .line span {
  color: #06c755;
}
.f-sns .inner .ig span {
  color: #e83e5c;
}
.f-sns .inner a {
  display: block;
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .f-sns .inner a {
    width: 100%;
    padding: 24px;
    border-top: 1px solid rgba(233, 119, 93, 0.2);
  }
}
.f-sns .inner a:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(233, 119, 93, 0.2);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .f-sns .inner a:before {
    display: none;
  }
}
.f-sns .inner img {
  width: auto;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .f-sns .inner img {
    height: 32px;
  }
}
.f-sns .inner span {
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  line-height: 1;
  display: inline-block;
  margin-left: 12px;
  font-weight: 600;
  translate: 0 -2px;
}
@media screen and (max-width: 767px) {
  .f-sns .inner span {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
}

.custom-password-form .pas-bg {
  margin-top: 16px;
  background-color: #fff8f4;
  padding: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .custom-password-form .pas-bg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.custom-password-form input[type=password] {
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  background-color: #fff;
  border: 1px solid rgba(233, 119, 93, 0.2);
  padding: 3px 8px 2px;
  border-radius: 3px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  outline: none;
}
.custom-password-form input[type=password]:focus {
  outline: 2px solid #e9775d;
}
.custom-password-form input[type=password]::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.custom-password-form input[type=password]::-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.custom-password-form input[type=password]:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.custom-password-form input[type=password]::-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
.custom-password-form input[type=password]::placeholder {
  color: rgba(102, 102, 102, 0.5);
}
@media screen and (max-width: 767px) {
  .custom-password-form input[type=password] {
    width: 100%;
  }
}
.custom-password-form input[type=submit] {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  border-radius: 3px;
  background-color: #e9775d;
  color: #fff;
  padding: 3px 8px 2px;
  width: 60px;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .custom-password-form input[type=submit] {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .custom-password-form input[type=submit] {
    margin-top: 8px;
  }
}

/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
.mv {
  margin-top: 80px;
  padding: 30px 0;
  position: relative;
}
.mv .black-rink {
  text-decoration: underline;
  margin-top: 20px;
}

.logo-fixed {
  -webkit-transition-property: translate, opacity;
  transition-property: translate, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .logo-fixed {
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
    translate: -100% 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10002;
  }
  .logo-fixed img {
    width: auto;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .logo-fixed {
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    opacity: 0;
    z-index: 21000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffede3;
  }
  .logo-fixed img {
    width: 70vw;
    max-width: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .logo-fixed.hide {
    opacity: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  #home .logo-fixed {
    translate: -2px 0;
  }
}
@media screen and (max-width: 767px) {
  #home .logo-fixed {
    opacity: 0;
  }
}

/*------------------------------------------------------------------------------------ home */
.page-link {
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  margin-top: 30px;
}
.page-link a {
  color: #aa00a0;
}
.page-link a:first-child {
  margin-right: 20px;
}

.scroll {
  margin-block: 40px;
  text-align: right;
  font-size: 18px;
  font-size: min(0.18rem, 18px);
}
.scroll .smooth {
  margin-left: 33px;
  position: relative;
  font-size: 14px;
  font-size: min(0.14rem, 14px);
}
.scroll .smooth:before {
  background: url(../img/arrow.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  width: 5px;
  height: 5px;
}

.content-ttl {
  font-size: 24px;
  font-size: min(0.24rem, 24px);
  width: 100%;
  text-align: center;
}

.wrap-box.sec-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap-box h2 {
  line-height: 1;
}
.wrap-box .img-effect {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrap-box .img-load {
  /*
  width: 500px;
  height: 500px;
  */
}
.wrap-box .img-load img {
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-box .desc-text {
  margin-left: 50px;
}

.jump {
  margin-top: 200px;
  margin-bottom: 800px;
  text-align: center;
}

.voice-profile {
  color: #777;
}

@media screen and (max-width: 767px) {
  .wrap-box {
    display: block;
  }
}
#home {
  /* mv */
  /* movie */
  /* about */
  /* point */
  /* mbsr */
  /* program */
  /* network */
}
#home h2 {
  color: #e9775d;
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  line-height: 1;
}
#home h2 p {
  color: #e9775d;
}
#home h2 span {
  font-family: "Kobe", sans-serif;
  font-size: 60px;
  font-size: min(0.6rem, 60px);
  color: #e9775d;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #home h2 span {
    font-size: 48px;
    font-size: min(0.48rem, 48px);
    display: block;
    margin-bottom: 10px;
  }
}
#home .mv {
  margin-top: 150px;
  position: relative;
}
#home .mv .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
#home .mv .flex .flower li {
  position: absolute;
  list-style: none;
  -webkit-animation: 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
#home .mv .flex .flower li img {
  width: 100%;
}
@keyframes rotate1 {
  from {
    -webkit-transform: translateX(0px) rotate(-20deg);
            transform: translateX(0px) rotate(-20deg);
  }
  to {
    -webkit-transform: translateX(60px) rotate(0deg);
            transform: translateX(60px) rotate(0deg);
  }
}
#home .mv .flex .flower li:nth-child(1) {
  height: 55px;
  width: 72px;
  left: 100px;
  top: 56px;
  z-index: 50;
  -webkit-animation: 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
#home .mv .flex .flower li:nth-child(2) {
  height: 85px;
  width: 145px;
  left: 220px;
  top: 130px;
  -webkit-animation: 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
#home .mv .flex .hand-ttl-outer {
  display: inline-block;
}
#home .mv .flex .hand-title-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}
#home .mv .flex .hand-title-deco:before, #home .mv .flex .hand-title-deco::after {
  background: url(../img/h-mbsr-deco_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 302px;
  width: 411px;
  position: absolute;
  left: -164px;
  top: -24px;
  z-index: -1;
}
#home .mv .flex .hand-title-deco::after {
  background: url(../img/h-mbsr-deco_02.svg) no-repeat left top;
  background-size: contain;
  height: 331px;
  width: 437px;
  left: auto;
  right: 337px;
  top: 5px;
}
#home .mv .flex .img-cen {
  margin: 172px 35px 0 0;
}
#home .mv .flex .img-rig {
  position: relative;
}
#home .mv .flex .about-img-deco {
  position: absolute;
  top: 45px;
  left: -224px;
  text-align: left;
}
#home .mv .wrap-box {
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home .mv:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #home .mv {
    margin-top: 88px;
    padding: 0 30px 0;
  }
  #home .mv:before {
    display: none;
  }
  #home .mv .flex:before {
    left: 50%;
    top: 70px;
    position: absolute;
    width: 439px;
    height: 197px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #home .mv .flex .img-cen {
    margin: 410px auto 0 -30px;
  }
  #home .mv .flex .about-img-deco {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 120px;
    text-align: left;
    width: 215px;
    margin: 0;
  }
  #home .mv .flex .flower li:nth-child(1) {
    height: 30px;
    width: 39px;
    left: 61px;
    top: 122px;
  }
  #home .mv .flex .flower li:nth-child(2) {
    height: 46px;
    width: 76px;
    left: 136px;
    top: 162px;
  }
  #home .mv .flex .hand-title-deco:before, #home .mv .flex .hand-title-deco::after {
    height: 164px;
    width: 223px;
    left: -54px;
    top: 58px;
  }
  #home .mv .flex .hand-title-deco::after {
    height: 180px;
    width: 238px;
    left: auto;
    right: -54px;
    top: 74px;
  }
  #home .mv .wrap-box {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 250px;
  }
  #home .mv .wrap-box div:nth-child(2) {
    text-align: right;
  }
  #home .mv p.btn {
    margin-top: 40px;
  }
}
#home .movie {
  /* 表示状態のクラス */
  /* 閉じるボタンの外枠 */
  /* ホバー時に少し回転させる演出 */
  /* ✕の線をCSSで描画 */
  /* スマホでは少し位置を調整（任意） */
}
@media screen and (min-width: 768px), print {
  #home .movie {
    padding: 120px 20px 150px;
  }
}
#home .movie #video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 最初からflexにしておく */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 29999;
  /* フェードのための設定 */
  opacity: 0;
  visibility: hidden; /* 非表示時はクリックもできないようにする */
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#home .movie #video-container.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* クリックを有効にする */
}
#home .movie #video-container iframe {
  width: 90%;
  max-width: 960px;
  aspect-ratio: 16/9;
  border: none;
}
#home .movie #video-container.is-active iframe {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#home .movie .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10000; /* iframeより上に */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#home .movie .close-button:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#home .movie .close-button span::before,
#home .movie .close-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px; /* 線の長さ */
  height: 2px; /* 線の太さ */
  background-color: #fff;
  border-radius: 2px;
}
#home .movie .close-button span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#home .movie .close-button span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  #home .movie .close-button {
    top: 20px;
    right: 20px;
  }
}
#home .movie .wrap-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#home .movie .text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#home .movie h2 {
  text-align: left;
  margin-bottom: 30px;
  line-height: 1;
}
#home .movie h2 span {
  margin-right: 20px;
}
#home .movie .btn {
  margin-top: 32px;
}
#home .movie .content-inner {
  position: relative;
}
#home .movie .content-inner:after {
  background: url(../img/about-deco_bars.svg) no-repeat left top;
  height: 182px;
  width: 370px;
  right: -90px;
  top: auto;
  bottom: -190px;
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
}
#home .movie .content-inner .img-content {
  width: 350px;
  height: auto;
  /*
  width: 400px;
  height: auto;
  iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 560 / 315; 
    pointer-events: none;
  }
  */
}
@media screen and (max-width: 767px) {
  #home .movie h2 {
    margin-top: 0;
    text-align: center;
  }
  #home .movie h2 span {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #home .movie .btn {
    margin-top: 30px;
  }
  #home .movie .content-inner:after {
    background-size: cover;
    height: 90px;
    width: 184px;
    right: -50px;
    bottom: -50px;
    z-index: 0;
  }
  #home .movie .content-inner .img-content {
    margin: 45px 0 25px;
    width: 100%;
    height: auto;
  }
  #home .movie .content-inner .img-content img {
    padding-inline: 20px;
  }
}
#home .about {
  position: relative;
  padding: 30px 20px 150px;
}
#home .about .content-inner {
  position: relative;
}
#home .about .content-inner:before {
  background: url(../img/about-deco_bg.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 968px;
  width: 968px;
  position: absolute;
  left: -210px;
  top: -500px;
  z-index: -2;
}
#home .about .content-inner:after {
  background: url(../img/about-deco_leaf.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 1622px;
  width: 1424px;
  position: absolute;
  left: -180px;
  top: -360px;
  z-index: -2;
}
#home .about .col-6 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #home .about .col-6 {
    margin-top: 50px;
  }
}
#home .about p {
  color: #e9775d;
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  margin-top: 24px;
}
#home .about .ttl-text {
  font-size: 24px;
  font-size: min(0.24rem, 24px);
}
#home .about .owner-box {
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home .about .owner-box .text-content {
  margin-left: 20px;
}
#home .about .owner-box .text-content span {
  display: block;
}
#home .about .owner-box .text-content p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #home .about {
    padding: 30px 30px 75px;
  }
  #home .about:before {
    display: none;
  }
  #home .about:after {
    height: 92px;
    width: 184px;
    right: -20px;
    top: -90px;
    background-size: contain;
  }
  #home .about .content-inner {
    position: relative;
  }
  #home .about .content-inner:before {
    height: 484px;
    width: 484px;
    left: -100px;
    top: -200px;
  }
  #home .about .content-inner:after {
    display: none;
  }
  #home .about p {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
  #home .about .owner-box img {
    width: 80px;
  }
}
#home .point .content-inner {
  max-width: 1130px;
}
#home .point .content-inner .text-c {
  font-size: 14px;
  font-size: min(0.14rem, 14px);
  line-height: 1;
  margin-bottom: 45px;
}
#home .point h2 {
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  margin-bottom: 30px;
  display: inline-block;
  width: auto;
}
#home .point h2 p {
  position: relative;
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  margin-top: 20px;
  line-height: 1.6;
}
#home .point h2 p:before, #home .point h2 p:after {
  background: url(../img/point-deco_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  width: 30px;
  position: absolute;
  left: -40px;
  top: -10px;
}
#home .point h2 p:after {
  background: url(../img/point-deco_02.svg) no-repeat left top;
  right: -40px;
  left: auto;
}
#home .point h2 span {
  display: block;
}
#home .point ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
}
#home .point ul li .point-num {
  height: 55px !important;
  width: auto;
}
#home .point ul li h3 {
  font-size: 17px;
  font-size: min(0.17rem, 17px);
  color: #555;
  margin: 20px auto 48px;
  font-weight: 600;
  display: table;
}
#home .point ul li h3 .mini-text {
  display: block;
  text-align: right;
  color: #777;
  font-size: 10px;
  font-size: min(0.1rem, 10px);
  font-weight: 400;
}
#home .point ul li p {
  margin-top: 40px;
}
#home .point ul li img {
  height: 170px;
  width: auto;
  max-width: none;
}
#home .point ul li:nth-of-type(3) .img-box {
  translate: -23px 0;
}
@media screen and (min-width: 768px), print {
  #home .point ul li.col-3 {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #home .point {
    padding: 75px 0px;
  }
  #home .point h2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  #home .point h2 p {
    font-size: 22px;
    font-size: min(0.22rem, 22px);
  }
  #home .point h2 p:before {
    left: -30px;
  }
  #home .point h2 p:after {
    right: -30px;
  }
  #home .point ul li h3 {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
  }
  #home .point ul li p {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
  #home .point ul li:nth-of-type(4) .img-box {
    translate: -8px 0;
  }
}
#home .mbsr {
  background-color: #fff8f4;
  border-radius: 66px;
  padding: 110px 20px 150px;
  margin-top: 100px;
  position: relative;
  overflow-x: visible;
}
#home .mbsr:before, #home .mbsr:after {
  background: url(../img/deco-leaf_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 85px;
  width: 140px;
  position: absolute;
  right: 130px;
  top: -40px;
}
#home .mbsr:after {
  background: url(../img/deco-leaf_02.svg) no-repeat left top;
  height: 72px;
  width: 55px;
  right: auto;
  left: 90px;
  top: auto;
  bottom: -24px;
}
#home .mbsr .wrap-box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transition: none;
  transition: none;
}
#home .mbsr .wrap-box .col-8 p {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
}
#home .mbsr h2 {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -190px;
  left: 50%;
}
#home .mbsr h2 p {
  font-size: 18px;
  font-size: min(0.18rem, 18px);
}
#home .mbsr h2 span {
  font-size: 120px;
  font-size: min(1.2rem, 120px);
  display: block;
  margin-top: 10px;
}
#home .mbsr .text-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #home .mbsr {
    padding: 80px 30px 75px;
  }
  #home .mbsr:before {
    display: none;
  }
  #home .mbsr:after {
    background-size: cover;
    height: 40px;
    width: 30px;
    right: auto;
    left: 36px;
    top: auto;
    bottom: -14px;
  }
  #home .mbsr h2 {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
    top: -144px;
  }
  #home .mbsr h2 span {
    font-size: 88px;
    font-size: min(0.88rem, 88px);
  }
  #home .mbsr .wrap-box .col-8 p {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
    margin-bottom: 30px;
  }
  #home .mbsr .text-box div:nth-child(2) {
    text-align: center;
  }
}
#home .program .content-inner {
  max-width: 1310px;
  position: relative;
  z-index: 0;
}
#home .program .content-inner:before, #home .program .content-inner:after {
  background: url(../img/program-deco_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 155px;
  width: 260px;
  position: absolute;
  left: 80px;
  top: -50px;
  z-index: 1;
}
#home .program .content-inner:after {
  background: url(../img/program-deco_02.svg) no-repeat left top;
  height: 81px;
  width: 88px;
  left: auto;
  right: -10px;
  top: auto;
  bottom: 0;
}
#home .program p {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
}
#home .program .slider2 {
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  overflow: visible;
}
#home .program .slider2 .card-item a {
  width: 390px;
  height: 200px;
  background-color: #fff;
  border: solid 1px #fbded6;
  border-radius: 84px 10px 84px 10px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
#home .program .slider2 .card-item a:hover {
  opacity: 1;
  translate: 0 -5px;
  -webkit-box-shadow: 0 6px 16px rgba(233, 119, 93, 0.2);
          box-shadow: 0 6px 16px rgba(233, 119, 93, 0.2);
}
#home .program .slider2 .card-item a:active {
  translate: 0 0;
  -webkit-box-shadow: 0 0px 16px rgba(233, 119, 93, 0.2);
          box-shadow: 0 0px 16px rgba(233, 119, 93, 0.2);
}
#home .program .slider2 .card-item a:before {
  background: url(../img/programc-deco_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 88px;
  width: 74px;
  position: absolute;
  left: 24px;
  top: -30px;
  z-index: 1;
}
#home .program .slider2 .card-item:nth-child(3n+2) a::before {
  background: url(../img/programc-deco_02.svg) no-repeat left top;
  left: -20px;
  top: -24px;
}
#home .program .slider2 .card-item:nth-child(3n) a::before {
  background: url(../img/programc-deco_03.svg) no-repeat left top;
  left: 6px;
  top: -18px;
}
#home .program .slider2 .program-text {
  border: solid 1px #fbded6;
  border-radius: 50px;
  margin-inline: 80px;
  padding: 10px;
  display: inline-block;
}
#home .program .slider2 .program-text p {
  color: #e9775d;
  line-height: 1;
  font-size: 14px;
  font-size: min(0.14rem, 14px);
  width: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#home .program .slider2 .program-the_title {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  margin-top: 20px;
  line-height: 1.3;
  color: #e9775d;
  position: relative;
  margin-inline: 50px;
  display: inline-block;
}
#home .program .slider2 .program-the_title:before {
  background: url(../img/arrow.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .program .slider2 .swiper-button-next2,
#home .program .slider2 .swiper-button-prev2 {
  cursor: pointer;
  width: 47px;
  height: 33px;
  background-color: #e9775d;
  border-radius: 50px;
  position: relative;
}
#home .program .slider2 .swiper-button-next2:before,
#home .program .slider2 .swiper-button-prev2:before {
  background: url(../img/arrow-wh.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home .program .slider2 .swiper-button-prev2:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
#home .program .slider2 .swiper-button-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 160px;
  gap: 10px;
  margin-top: 20px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
#home .program .slider2 .hide-nav {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #home .program {
    padding: 150px 30px;
  }
  #home .program .content-inner:before {
    background-size: contain;
    display: block;
    height: 97px;
    width: 226px;
    position: absolute;
    left: 140px;
    top: -130px;
  }
  #home .program .content-inner:after {
    display: none;
  }
  #home .program p {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
    margin-bottom: 0px;
  }
  #home .program .slider2 {
    padding-bottom: 0;
  }
  #home .program .slider2 .program-text p {
    margin-bottom: 0px;
  }
  #home .program .slider2 .swiper-button-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
    -webkit-transform: rotate(8deg) translateX(-14px);
            transform: rotate(8deg) translateX(-14px);
  }
  #home .program .card-item {
    padding-top: 0 !important;
    height: 170px !important;
  }
  #home .program .card-item a {
    width: 100% !important;
    height: 170px !important;
  }
  #home .program .card-item a .program-text p {
    font-size: 12px;
    font-size: min(0.12rem, 12px);
  }
  #home .program .card-item a .program-the_title {
    font-size: 18px;
    font-size: min(0.18rem, 18px);
  }
  #home .program .card-item:first-of-type a {
    margin-top: 0;
  }
  #home .program .slider2 .hide-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#home .network {
  margin-top: -60px;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  #home .network {
    margin-top: -60px;
  }
  #home .network.content {
    padding: 0px 20px;
  }
}
#home .network .text-c {
  margin-top: 20px;
}
#home .voice {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #home .voice {
    padding-top: 120px;
  }
}

.form-content {
  position: relative;
  padding: 120px 20px 96px !important;
}
.form-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff8f4;
  z-index: -5;
  border-radius: 60px;
}
.form-content h2 {
  color: #e9775d;
  font-weight: 400;
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  letter-spacing: 0.05em;
  padding-bottom: 28px;
  border-bottom: solid 1px #fcdcd0;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 0;
}
.form-content p {
  color: #777777;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
}
.form-content .content-inner {
  max-width: 750px;
  padding: 0 20px 0;
}
.form-content .wpforms-container {
  margin-top: 24px;
}
.form-content .wpforms-field {
  padding: 16px 0 !important;
}
.form-content .wpforms-field-label {
  color: #555 !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
  line-height: 1.8 !important;
  display: inline-block !important;
}
.form-content .wpforms-required-label {
  color: #e9775d !important;
}
.form-content .wpforms-field-medium input,
.form-content textarea,
.form-content select {
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  font-weight: 400 !important;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
.form-content .wpforms-confirmation-container-full {
  background: #ffede3 !important;
  border: 1px solid rgba(233, 119, 93, 0.2) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.form-content .wpforms-confirmation-container-full p {
  color: #e9775d !important;
}
@media screen and (max-width: 767px) {
  .form-content {
    padding: 100px 20px 100px !important;
  }
  .form-content .content-inner {
    max-width: 290px;
    padding: 0;
  }
  .form-content h2 {
    margin-top: 0;
    font-size: 22px;
    font-size: min(0.22rem, 22px);
    padding-bottom: 28px;
  }
}

.faq .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #fbd6c9;
  padding: 48px 0;
  margin: 0 0 0 auto;
  width: 733px;
}
.faq .box-outer:first-of-type .flex {
  padding: 0 0 56px;
}
.faq .box-outer:last-of-type .flex {
  border-bottom: none;
  padding-bottom: 0;
}
.faq .right-box {
  width: 660px;
}
.faq .left-ttl {
  color: #e9775d;
  font-size: 22px;
  font-size: min(0.22rem, 22px);
  font-weight: 600;
  font-family: "Kobe";
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.faq .career-item {
  display: block;
}
.faq .career-item dt {
  color: #555;
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 16px;
}
.faq .career-item dd {
  font-size: 16px;
  font-size: min(0.16rem, 16px);
}
.faq .career-item dd ul {
  margin-top: 8px;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
}
.faq .career-item dd ul li {
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
}
.faq .career-item dd ul li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  height: 5px;
  width: 5px;
  display: block;
  border-radius: 50%;
  background-color: #e9775d;
}
@media screen and (max-width: 767px) {
  .faq .sec-ttl {
    margin-bottom: 20px;
  }
  .faq .flex {
    width: 100%;
    padding: 26px 0px;
  }
  .faq .card-item {
    margin-bottom: 20px;
  }
  .faq .right-box {
    width: 282px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
  .faq .left-ttl {
    left: 0;
    line-height: 1;
  }
  .faq .career-item dt {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
    font-size: min(0.16rem, 16px);
  }
  .faq .career-item dd {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
  .faq .box-outer:first-of-type .flex {
    padding: 26px 0px;
  }
}

/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ Profile */
#profile {
  /* common */
  /* career */
  /* training lecture */
  /* network */
}
#profile main {
  font-size: 16px;
  font-size: min(0.16rem, 16px);
}
#profile .right-box {
  width: 66%;
}
#profile .left-ttl {
  position: relative;
  left: 21%;
  color: #555;
}
#profile .career-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #profile main {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
  #profile .content {
    padding: 50px 30px;
  }
  #profile .right-box {
    width: 100%;
    margin: 30px 0 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: solid 1px #e4d6ce;
  }
  #profile .left-ttl {
    left: 0;
    line-height: 1;
  }
  #profile .career-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#profile .mv h1 {
  top: 130px;
  text-align: left;
  display: table-cell;
}
#profile .mv h1 span {
  position: absolute;
  width: 100%;
  right: 0;
  text-align: right;
}
#profile .mv .img-box {
  width: 66%;
  margin: 170px 0 0 auto;
  position: relative;
}
#profile .mv .img-box .ttl-img {
  background-size: contain;
  content: "";
  display: block;
  height: 178px;
  width: 508px;
  position: absolute;
  left: -340px;
  top: 80px;
  z-index: 3;
}
#profile .mv .text-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#profile .mv .text-box div:first-of-type {
  width: 66%;
}
#profile .mv .text-box div:first-of-type p:first-of-type {
  margin-top: 50px;
  margin-bottom: 10px;
}
#profile .mv .text-box div:last-of-type p {
  color: #555;
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 0.6;
  letter-spacing: 0.2em;
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  #profile .mv {
    padding: 50px 0;
  }
  #profile .mv h1 {
    top: -30px;
  }
  #profile .mv .img-box {
    width: calc(100% - 30px);
    margin: 75px 0 0 auto;
  }
  #profile .mv .img-box .ttl-img {
    left: auto;
    right: 20px;
    top: auto;
    bottom: -140px;
    height: 1.5rem;
    width: 3.47rem;
  }
  #profile .mv .text-box {
    padding-right: 30px;
    padding-left: 30px;
  }
  #profile .mv .text-box div:first-of-type {
    width: 100%;
  }
  #profile .mv .text-box div:first-of-type p:first-of-type {
    margin-top: 180px;
  }
  #profile .mv .text-box div:last-of-type p {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
    margin-top: 40px;
    text-align: right;
  }
}
#profile .career {
  padding: 30px 20px 0;
}
#profile .career .right-box {
  margin-bottom: 50px;
}
#profile .career .right-box p {
  margin-bottom: 16px;
}
#profile .career .right-box p.mt50 {
  margin-top: 50px;
}
#profile .career .right-box .career-list {
  margin: 0;
  padding: 0;
}
#profile .career .right-box .career-list .career-item dt {
  width: 110px;
  margin: 0;
}
#profile .career .right-box .career-list .career-item dd {
  margin: 0;
}
#profile .career .right-box .career-list .career-item dd span {
  font-size: 14px;
  font-size: min(0.14rem, 14px);
}
#profile .career .wrap-box:last-of-type .right-box {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #profile .career {
    padding: 50px 30px;
    font-size: 14px;
    font-size: min(0.14rem, 14px);
  }
  #profile .career .wrap-box:nth-of-type(2), #profile .career .wrap-box:nth-of-type(3) {
    margin-top: 50px;
  }
  #profile .career .right-box:last-of-type {
    margin-bottom: 0;
  }
}
#profile .result,
#profile .training,
#profile .lecture,
#profile .network {
  padding: 120px 20px 0;
}
@media screen and (max-width: 767px) {
  #profile .result,
  #profile .training,
  #profile .lecture,
  #profile .network {
    padding: 50px 30px;
  }
}
#profile .result dl.wrap-box {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #profile .result .btn.sp {
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  }
}
#profile .training dl.wrap-box,
#profile .lecture dl.wrap-box {
  margin-bottom: 10px;
}
#profile .training .left-ttl,
#profile .lecture .left-ttl {
  color: #777;
}
#profile .training .career-list .career-item,
#profile .lecture .career-list .career-item {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
#profile .training .right-box,
#profile .lecture .right-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
}
#profile .training .right-box p,
#profile .lecture .right-box p {
  -ms-grid-column: 2;
  grid-column: 2;
}
#profile .training dl.wrap-box,
#profile .lecture dl.wrap-box {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #profile .training .right-box,
  #profile .lecture .right-box {
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    border: none;
    padding: 0;
    margin: 10px 0 0px;
  }
  #profile .training .wrap-box,
  #profile .lecture .wrap-box {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    border-left: solid 1px #e4d6ce;
  }
  #profile .training .wrap-box:last-of-type,
  #profile .lecture .wrap-box:last-of-type {
    padding-bottom: 0;
  }
  #profile .training dl.wrap-box,
  #profile .lecture dl.wrap-box {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #profile .lecture .content-inner .wrap-box:first-child {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 18px;
    border-left: none;
    margin-bottom: 50px;
  }
  #profile .lecture .btn.sp {
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  }
}
#profile .network .wrap-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
  row-gap: 60px;
}
#profile .network .wrap-box .col-6 {
  width: 46%;
}
#profile .network .wrap-box .col-6 h3 {
  color: #e9775d;
  font-size: 17px;
  font-size: min(0.17rem, 17px);
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  #profile .network .wrap-box .col-6 h3 {
    min-height: 3.4em;
  }
}
#profile .network .wrap-box .col-6 h3 a {
  color: #e9775d;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #profile .network .sec-ttl {
    margin-bottom: 38px;
  }
  #profile .network .wrap-box {
    margin-top: 54px;
    row-gap: 50px;
    display: -ms-grid;
    display: grid;
  }
  #profile .network .wrap-box .col-6 {
    width: 100%;
  }
}

.network-img {
  position: relative;
}
.network-img picture img {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.network-img > a,
.network-img > div {
  position: absolute;
}
.network-img > a:nth-child(1),
.network-img > div:nth-child(1) {
  top: 0;
  left: 0;
  width: 18.3673469388%;
}
@media screen and (max-width: 767px) {
  .network-img > a:nth-child(1),
  .network-img > div:nth-child(1) {
    width: 39.3939393939%;
    top: 20%;
  }
}
.network-img > a:nth-child(2),
.network-img > div:nth-child(2) {
  bottom: 54px;
  left: 48px;
  width: 18.3673469388%;
}
@media screen and (max-width: 767px) {
  .network-img > a:nth-child(2),
  .network-img > div:nth-child(2) {
    width: 39.3939393939%;
    left: 0;
    bottom: 17.5%;
  }
}
.network-img > a:nth-child(3),
.network-img > div:nth-child(3) {
  bottom: 67px;
  right: 90px;
  width: 18.3673469388%;
}
@media screen and (max-width: 767px) {
  .network-img > a:nth-child(3),
  .network-img > div:nth-child(3) {
    width: 39.3939393939%;
    bottom: 17.5%;
    right: 0;
  }
}
.network-img > a:nth-child(4),
.network-img > div:nth-child(4) {
  top: 25px;
  right: 0;
  width: 18.3673469388%;
}
@media screen and (max-width: 767px) {
  .network-img > a:nth-child(4),
  .network-img > div:nth-child(4) {
    width: 39.3939393939%;
    top: 20%;
    right: 0;
  }
}
.network-img > a:nth-child(4) a:nth-child(1),
.network-img > div:nth-child(4) a:nth-child(1) {
  width: 50%;
}
.network-img > a:nth-child(4) a:nth-child(2),
.network-img > div:nth-child(4) a:nth-child(2) {
  width: 50%;
}
.network-img > a:nth-child(4) a:nth-child(3),
.network-img > div:nth-child(4) a:nth-child(3) {
  width: 100%;
}
.network-img > a:nth-child(5),
.network-img > div:nth-child(5) {
  width: 18.3673469388%;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .network-img > a:nth-child(5),
  .network-img > div:nth-child(5) {
    width: 39.3939393939%;
    top: 51%;
  }
}

/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ Voice */
#voice {
  /* mv */
  /* lead */
  /* voices */
}
#voice .page-ttl {
  position: absolute;
  top: calc(50% - 65px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 30;
  text-align: center;
}
#voice .page-ttl::before {
  background: url(../img/about-deco_bg.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 700px;
  width: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  #voice .page-ttl::before {
    display: none;
  }
}
#voice .mv {
  z-index: 11;
  padding-top: 50px;
}
#voice .mv .swiper {
  overflow: visible;
  pointer-events: none;
}
#voice .mv .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
#voice .mv .swiper .card-item {
  width: 320px;
}
#voice .mv .swiper .card-item .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 360px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#voice .mv .swiper .card-item:nth-child(4n+1) {
  padding-top: 450px;
}
#voice .mv .swiper .card-item:nth-child(4n+2) {
  padding-top: 50px;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
#voice .mv .swiper .card-item:nth-child(4n+3) {
  padding-top: 250px;
}
#voice .mv .swiper .card-item:nth-child(4n) {
  padding-top: 130px;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}
#voice .mv .swiper .card-item .img-content {
  margin: 46px -10px 0 0;
  z-index: -2;
  background-color: #ffede3;
}
#voice .mv .swiper .card-item .img-content img {
  mix-blend-mode: multiply;
}
#voice .mv .swiper .card-item .text-box {
  max-width: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#voice .mv .swiper .card-item .voice-message {
  position: relative;
  background: #e9775d;
  color: #fff;
  padding: 30px 25px;
  border-radius: 32px 32px 22px 22px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  max-width: 190px;
  margin-top: 10px;
  font-size: 15px;
  font-size: min(0.15rem, 15px);
  z-index: 0;
}
#voice .mv .swiper .card-item .voice-message:before, #voice .mv .swiper .card-item .voice-message:after {
  background: url(../img/voice-bubble_01.svg) no-repeat left top;
  background-size: cover;
  inset: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  z-index: -1;
  height: 47px;
}
#voice .mv .swiper .card-item .voice-message:after {
  background: url(../img/voice-bubble_02.svg) no-repeat left top;
  left: 22px;
  top: auto;
  bottom: -14px;
  width: 37px;
  height: 17px;
}
#voice .mv .swiper .card-item .voice-profile {
  font-size: 15px;
  font-size: min(0.15rem, 15px);
  padding-left: 30px;
  margin-top: 30px;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: min(0.13rem, 13px);
}
#voice .mv .swiper .card-item .voice-profile span {
  display: block;
}
#voice .mv .swiper .card-item .voice-profile .voice-line {
  position: relative;
}
#voice .mv .swiper .card-item .voice-profile .voice-line:before {
  position: absolute;
  content: "";
  border-top: solid 1px #777;
  width: 14px;
  height: 1px;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#voice .mv .flower li {
  position: absolute;
  list-style: none;
  -webkit-animation: 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
  z-index: 20;
}
#voice .mv .flower li img {
  width: 100%;
}
@keyframes rotate1 {
  from {
    -webkit-transform: translateX(0px) rotate(-20deg);
            transform: translateX(0px) rotate(-20deg);
  }
  to {
    -webkit-transform: translateX(60px) rotate(0deg);
            transform: translateX(60px) rotate(0deg);
  }
}
#voice .mv .flower li:nth-child(1) {
  height: 55px;
  width: 72px;
  left: 330px;
  top: 11px;
  z-index: 50;
  -webkit-animation: 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
#voice .mv .flower li:nth-child(2) {
  height: 55px;
  width: 72px;
  left: 63px;
  top: 470px;
  -webkit-animation: 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
#voice .mv .flower li:nth-child(3) {
  height: 64px;
  width: 105px;
  right: 82px;
  top: 486px;
  -webkit-animation: 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
          animation: 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
#voice .mv .flower li:nth-child(4) {
  height: 55px;
  width: 72px;
  left: 442px;
  top: 748px;
  -webkit-animation: 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  #voice .mv {
    height: calc(100svh - 90px);
    padding-bottom: 0;
    padding-top: 20px;
  }
  #voice .mv .content-inner {
    height: 100%;
  }
  #voice .mv .content-inner .swiper .card-item {
    width: 200px;
  }
  #voice .mv .content-inner .swiper .card-item .flex {
    width: 290px;
  }
  #voice .mv .content-inner .swiper .card-item .text-box {
    max-width: 160px;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  #voice .mv .content-inner .swiper .card-item .voice-message {
    font-size: 13px;
    font-size: min(0.13rem, 13px);
    padding: 20px;
    max-width: 160px;
    margin-bottom: 20px;
    margin-top: 27px;
  }
  #voice .mv .content-inner .swiper .card-item .voice-message:before {
    top: -15px;
  }
  #voice .mv .content-inner .swiper .card-item .voice-profile {
    font-size: 12px;
    font-size: min(0.12rem, 12px);
    margin-top: 0px;
  }
  #voice .mv .content-inner .swiper .card-item .img-content {
    padding: 52px 0 0;
  }
  #voice .mv .content-inner .swiper .card-item .img-content img {
    width: 140px;
    height: 140px;
  }
  #voice .mv .content-inner .swiper .card-item:nth-child(4n+1) {
    padding-top: 255px;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  #voice .mv .content-inner .swiper .card-item:nth-child(4n+2) {
    padding-top: 0px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  #voice .mv .content-inner .swiper .card-item:nth-child(4n+3) {
    margin-top: 0px;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  #voice .mv .content-inner .swiper .card-item:nth-child(4n) {
    padding-top: 50px;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  #voice .mv .content-inner .page-ttl {
    top: auto;
    right: 28px;
    bottom: 0px;
    -webkit-transform: inherit;
            transform: inherit;
    text-align: right;
  }
  #voice .mv .content-inner .flower li:nth-child(1) {
    height: 30px;
    width: 40px;
    left: 0;
    top: 36px;
  }
  #voice .mv .content-inner .flower li:nth-child(2) {
    height: auto;
    width: 60px;
    left: 21px;
    top: 481px;
  }
  #voice .mv .content-inner .flower li:nth-child(3) {
    height: auto;
    width: 69px;
    right: 30px;
    top: 192px;
  }
  #voice .mv .content-inner .flower li:nth-child(4) {
    height: 30px;
    width: 40px;
    left: 140px;
    top: 600px;
  }
}
@media screen and (max-width: 767px) {
  #voice .lead {
    padding: 120px 0 40px;
  }
  #voice .lead .content-inner:before {
    height: 52px;
    width: 35px;
    left: 46%;
  }
}
#voice .voices {
  padding: 0 20px 28px;
}
#voice .voices h2 {
  padding: 0 0 100px;
  margin-top: 20px;
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  text-align: center;
  color: #e9775d;
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 20px auto 0;
  line-height: 1.6;
}
#voice .voices h2:before, #voice .voices h2:after {
  background: url(../img/point-deco_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  width: 30px;
  position: absolute;
  left: -40px;
  top: -10px;
}
#voice .voices h2:after {
  background: url(../img/point-deco_02.svg) no-repeat left top;
  right: -40px;
  left: auto;
}
#voice .voices .voices-ttl-outer {
  position: relative;
  padding: 0;
}
#voice .voices .voices-ttl-outer .voices-title-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}
#voice .voices .voices-ttl-outer .voices-title-deco:before, #voice .voices .voices-ttl-outer .voices-title-deco::after {
  background: url(../img/h-mbsr-deco_01.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 226px;
  width: 308px;
  position: absolute;
  left: 47px;
  top: -132px;
  z-index: -1;
}
#voice .voices .voices-ttl-outer .voices-title-deco::after {
  background: url(../img/h-mbsr-deco_02.svg) no-repeat left top;
  background-size: contain;
  height: 248px;
  width: 328px;
  left: auto;
  right: 83px;
  top: -92px;
}
#voice .voices .filter-box {
  border-bottom: solid 1px rgba(233, 119, 93, 0.2);
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 160px;
}
#voice .voices .filter-box p {
  color: #e9775d;
}
#voice .voices .filter-box .tag-filter {
  display: inline-block;
  padding: 8px 10px 9px 23px;
  line-height: 1;
  color: #e9775d;
  border-radius: 50px;
  border: solid 1px rgba(233, 119, 93, 0.2);
  font-size: 14px;
  font-size: min(0.14rem, 14px);
  margin-left: 15px;
  position: relative;
}
#voice .voices .filter-box .tag-filter::before {
  background: url(../img/arrow.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#voice .voices .filter-box .tag-filter:hover {
  opacity: 1;
  translate: 0 -2px;
  -webkit-box-shadow: 0 4px 12px rgba(233, 119, 93, 0.3);
          box-shadow: 0 4px 12px rgba(233, 119, 93, 0.3);
  background: rgba(255, 255, 255, 0.5);
}
#voice .voices .filter-box .tag-filter:active {
  translate: 0 0;
  -webkit-box-shadow: 0 0px 12px rgba(233, 119, 93, 0.3);
          box-shadow: 0 0px 12px rgba(233, 119, 93, 0.3);
}
#voice .voices .filter-box.sp {
  display: none;
}
#voice .voices .filter-outer {
  border-top: solid 1px rgba(233, 119, 93, 0.2);
  padding-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#voice .voices .filter-outer .filter-box {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
#voice .voices .voices-area .voices-box {
  padding: 0 40px 160px;
}
#voice .voices .voices-area:last-of-type .voices-box {
  padding: 0 40px 100px;
}
#voice .voices .voices-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#voice .voices .voices-box .col-8 {
  width: 5.4rem;
}
#voice .voices .voices-box .col-8 h3 {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 60px;
  color: #555;
  line-height: 1.8;
}
#voice .voices .voices-box .col-8 div:first-of-type h3 {
  margin-top: 0;
}
#voice .voices .voices-box .col-8 p {
  margin-top: 10px;
}
#voice .voices .voices-box .col-3 {
  width: 2.5rem;
  position: relative;
  position: sticky;
  top: 190px;
  background-color: #ffede3;
}
#voice .voices .voices-box .col-3 img {
  margin-right: 40px;
  mix-blend-mode: multiply;
}
#voice .voices .voices-box .col-3 .voice-profile {
  font-size: 15px;
  font-size: min(0.15rem, 15px);
  margin-top: 10px;
}
#voice .voices .voices-box .col-3 .voice-link {
  font-size: 12px;
  font-size: min(0.12rem, 12px);
  color: #e9775d;
  text-decoration: underline;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#voice .voices .voices-box .voice-category-outer {
  position: absolute;
  width: 136px;
  height: auto;
  top: -53px;
  right: -30px;
}
#voice .voices .voices-box .voice-category {
  position: relative;
  background: #e9775d;
  color: #fff;
  padding: 25px 0 30px;
  border-radius: 32px 32px 16px 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  max-width: 135px;
  margin-top: 24px;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  text-align: center;
  z-index: 0;
}
#voice .voices .voices-box .voice-category:before, #voice .voices .voices-box .voice-category:after {
  background: url(../img/voice-bubble_01.svg) no-repeat left top;
  background-size: cover;
  inset: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  z-index: -1;
  height: 47px;
}
#voice .voices .voices-box .voice-category:after {
  background: url(../img/voice-bubble_02.svg) no-repeat left top;
  left: 22px;
  top: auto;
  bottom: -14px;
  width: 37px;
  height: 17px;
}
#voice .voices .Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
#voice .voices .Pagination .Pagination-Item-Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  color: #777;
  font-weight: 400;
}
#voice .voices .Pagination .Pagination-Item-Link-Icon {
  width: 20px;
}
#voice .voices .Pagination .Pagination-Item-Link.isActive {
  pointer-events: none;
  color: #e9775d;
}
#voice .voices .Pagination .Pagination-Item-Link:not(.isActive):hover {
  opacity: 1;
}
#voice .voices .Pagination .Pagination-Item .current {
  color: #e9775d;
  font-weight: bold;
}
#voice .voices .Pagination .Pagination-Item a:hover {
  opacity: 1;
  color: #e9775d;
}
#voice .voices .Pagination .Pagination-button-next,
#voice .voices .Pagination .Pagination-button-prev {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  width: 57px;
  height: 33px;
  background-color: #e9775d;
  border-radius: 50px;
  position: relative;
}
#voice .voices .Pagination .Pagination-button-next:hover,
#voice .voices .Pagination .Pagination-button-prev:hover {
  -webkit-box-shadow: 0 4px 12px rgba(233, 119, 93, 0.3);
          box-shadow: 0 4px 12px rgba(233, 119, 93, 0.3);
  background: rgba(255, 255, 255, 0.5);
}
#voice .voices .Pagination .Pagination-button-next:hover:before,
#voice .voices .Pagination .Pagination-button-prev:hover:before {
  background-image: url(../img/arrow.svg);
}
#voice .voices .Pagination .Pagination-button-next:active,
#voice .voices .Pagination .Pagination-button-prev:active {
  -webkit-box-shadow: 0 0px 12px rgba(233, 119, 93, 0.3);
          box-shadow: 0 0px 12px rgba(233, 119, 93, 0.3);
}
#voice .voices .Pagination .Pagination-button-next:before,
#voice .voices .Pagination .Pagination-button-prev:before {
  background: url(../img/arrow-wh.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#voice .voices .Pagination .Pagination-button-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
@media screen and (max-width: 767px) {
  #voice .voices h2 {
    font-size: 22px;
    font-size: min(0.22rem, 22px);
    padding: 0 0 38px;
  }
  #voice .voices h2:before {
    left: -27px;
    top: -16px;
  }
  #voice .voices h2:after {
    right: -27px;
  }
  #voice .voices .filter-box.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #voice .voices .filter-box.sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 100px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #voice .voices .filter-box.sp .tag-filter {
    padding: 8px 10px 9px 23px;
  }
  #voice .voices .filter-box.sp p {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
    display: inline-block;
  }
  #voice .voices .filter-box.sp .tag-filter-form-sp {
    display: inline-block;
  }
  #voice .voices .filter-box.sp .select-wrap {
    position: relative;
    display: inline-block;
  }
  #voice .voices .filter-box.sp .select-wrap::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
    background: url(../img/arrow.svg) no-repeat left top;
    background-size: contain;
    width: 7px;
    height: 7px;
    z-index: 3;
  }
  #voice .voices .filter-box.sp .select-wrap .tag-select {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: #e9775d;
    width: 70px;
  }
  #voice .voices .voices-ttl-outer .voices-title-deco:before {
    height: 170px;
    width: 230px;
    left: -110px;
    top: -80px;
  }
  #voice .voices .voices-ttl-outer .voices-title-deco:after {
    height: 186px;
    width: 246px;
    right: -116px;
    top: -70px;
  }
  #voice .voices .voices-area .voices-box {
    padding: 0 10px 140px;
  }
  #voice .voices .voices-area:last-of-type .voices-box {
    padding: 0 20px 100px;
  }
  #voice .voices .voices-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 0 0 140px;
  }
  #voice .voices .voices-box .col-3 {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    top: 0;
    position: inherit;
  }
  #voice .voices .voices-box .col-3 img {
    margin-right: 0;
    width: 210px;
    height: 210px;
  }
  #voice .voices .voices-box .voice-profile {
    text-align: center;
    margin: 17px auto 0;
    font-size: 14px;
    font-size: min(0.14rem, 14px);
  }
  #voice .voices .voices-box .voice-category-outer {
    top: -33px;
    right: -4px;
    width: 110px;
  }
  #voice .voices .voices-box .voice-category {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
    max-width: 100px;
    padding: 19px 0 27px;
    border-radius: 22px 22px 16px 16px;
  }
  #voice .voices .voices-box .voice-category::before {
    top: -13px;
    z-index: -1;
    height: 33px;
  }
  #voice .voices .voices-box .left-box {
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  #voice .voices .voices-box .left-box h3 {
    font-size: 17px;
    font-size: min(0.17rem, 17px);
  }
  #voice .voices .voices-box .col-8 div {
    width: 100%;
  }
  #voice .voices .voices-box .col-8 h3 {
    margin-top: 48px;
  }
  #voice .voices .filter-outer {
    padding-top: 20px;
  }
  #voice .voices .filter-outer .filter-box {
    margin-bottom: 40px;
  }
  #voice .voices .filter-outer .Pagination {
    padding-top: 20px;
    border-top: solid 1px rgba(233, 119, 93, 0.2);
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ program */
#community .mv {
  padding-block: 30px 40px;
}
#community .mv .content-inner {
  margin-top: 143px;
}
#community .mv h1 {
  display: inline-block;
  text-align: left;
}
#community .mv h1 span {
  margin-right: -12px;
}
#community .mv .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  z-index: -1;
  margin-top: -72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#community .mv .flex .img-cen {
  position: relative;
}
#community .mv .flex .img-rig {
  margin: 172px 45px 0 0;
}
#community .mv .flex .about-img-deco {
  position: absolute;
  top: 45px;
  left: -224px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #community .mv {
    margin-top: 84px;
    padding-block: 0 110px;
  }
  #community .mv .content-inner {
    margin-top: 0;
  }
  #community .mv h1 {
    top: auto;
    bottom: -10px;
    letter-spacing: 0.03em;
    font-size: 44px;
    font-size: min(0.44rem, 44px);
  }
  #community .mv h1 span {
    margin-right: 0;
    font-size: 13px;
    font-size: min(0.13rem, 13px);
  }
  #community .mv .flex {
    margin-top: 0px;
  }
  #community .mv .right-box {
    width: 100%;
  }
  #community .mv .right-box .flex .img-cen {
    margin-right: 30px;
  }
  #community .mv .right-box .flex .img-cen img {
    width: 170px;
  }
  #community .mv .right-box .flex .img-rig {
    margin: 170px auto 0 30px;
  }
  #community .mv .right-box .flex .img-rig img {
    width: 95px;
  }
  #community .mv .right-box .flex .about-img-deco {
    position: absolute;
    top: 75px;
    left: 75px;
    text-align: left;
    margin: 0;
  }
  #community .mv .right-box .flex .about-img-deco img {
    width: 190px;
  }
}
#community .program-list {
  position: relative;
  padding-top: 0;
}
#community .program-list .content-inner {
  max-width: 1100px;
}
#community .program-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: calc(100% + 150px);
  background-color: #fff8f4;
  z-index: -5;
  border-radius: 60px;
}
#community .program-list .text-box {
  -webkit-transform: translateY(-164px);
          transform: translateY(-164px);
  max-width: 980px;
  margin: 0 auto;
  position: absolute;
  padding-left: 60px;
}
#community .program-list .list-inner .card-item {
  opacity: 1;
  display: block;
  width: 100% !important;
  background-color: #fff;
  border: solid 1px rgba(233, 119, 93, 0.2);
  border-radius: 20px 20px;
  margin-bottom: 56px;
  position: relative;
}
#community .program-list .list-inner .card-item:hover {
  translate: 0 -5px;
  -webkit-box-shadow: 0 6px 16px rgba(197, 58, 27, 0.1);
          box-shadow: 0 6px 16px rgba(197, 58, 27, 0.1);
}
#community .program-list .list-inner .card-item:active {
  translate: 0 0;
  -webkit-box-shadow: 0 0px 16px rgba(197, 58, 27, 0.1);
          box-shadow: 0 0px 16px rgba(197, 58, 27, 0.1);
}
#community .program-list .list-inner .card-item:last-of-type {
  margin-bottom: 0;
}
#community .program-list .list-inner .card-item .event-cat {
  color: #e9775d;
  font-size: 14px;
  font-size: min(0.14rem, 14px);
  letter-spacing: 0.25em;
  padding: 0 40px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
  translate: 0px -50%;
}
#community .program-list .list-inner .card-item .event-cat span {
  background-color: #fff;
}
#community .program-list .list-inner .card-item .event-cat:before, #community .program-list .list-inner .card-item .event-cat:after {
  background-color: #e9775d;
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
#community .program-list .list-inner .card-item .event-cat:after {
  left: auto;
  right: 26px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
#community .program-list .list-inner .card-item .event-content {
  position: relative;
  margin: 80px 100px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#community .program-list .list-inner .card-item .event-content:before {
  background-color: rgba(233, 119, 93, 0.2);
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 375px;
  top: 0;
  bottom: 0;
}
#community .program-list .list-inner .card-item .event-left {
  width: 300px;
}
#community .program-list .list-inner .card-item .event-left .event-ttl {
  color: #e9775d;
  font-size: 24px;
  font-size: min(0.24rem, 24px);
  letter-spacing: 0.05em;
}
#community .program-list .list-inner .card-item .event-right {
  width: 450px;
}
#community .program-list .list-inner .card-item .event-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fdece5;
  border-radius: 0 0 20px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#community .program-list .list-inner .card-item .event-time {
  margin: 20px;
  font-size: 14px;
  font-size: min(0.14rem, 14px);
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#community .program-list .list-inner .card-item .time {
  color: #e9775d;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Kobe";
  margin-right: 12px;
}
#community .program-list .list-inner .card-item .time img {
  padding-right: 6px;
}
#community .program-list .list-inner .card-item .event-links a {
  padding: 20px 38px 20px 57px;
  border-left: solid 1px #fbd6c9;
  line-height: 1;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  color: #e9775d;
  position: relative;
}
#community .program-list .list-inner .card-item .event-links a:last-child {
  border-radius: 0 0 20px 0;
}
#community .program-list .list-inner .card-item .event-links a:before {
  background: url(../img/arrow.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#community .program-list .list-inner .card-item .event-links a:hover {
  opacity: 1;
  background-color: #e9775d;
  color: #fff;
}
#community .program-list .list-inner .card-item .event-links a:hover:before {
  background: url(../img/arrow-wh.svg) no-repeat left top;
}
@media screen and (max-width: 767px) {
  #community .program-list:before {
    top: -60px;
    height: calc(100% + 60px);
  }
  #community .program-list .text-box {
    text-align: center;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: inherit;
    padding: 0;
  }
  #community .program-list .text-box p {
    margin-bottom: 40px;
  }
  #community .program-list .list-inner .card-item {
    margin-bottom: 50px;
  }
  #community .program-list .list-inner .card-item .event-content {
    margin: 0 20px;
    display: block;
  }
  #community .program-list .list-inner .card-item .event-content::before {
    display: none;
  }
  #community .program-list .list-inner .card-item .event-left {
    width: 100%;
  }
  #community .program-list .list-inner .card-item .event-left .event-ttl {
    font-size: 20px;
    font-size: min(0.2rem, 20px);
    margin-top: 40px;
    margin-bottom: 12px;
    display: block;
  }
  #community .program-list .list-inner .card-item .event-right {
    width: 100%;
  }
  #community .program-list .list-inner .card-item .event-footer {
    display: block;
    background-color: #fff;
  }
  #community .program-list .list-inner .card-item .event-time {
    margin: 24px 20px 32px;
  }
  #community .program-list .list-inner .card-item .event-links {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-color: #fdece5;
    border-radius: 0 0 20px 20px;
  }
  #community .program-list .list-inner .card-item .event-links a {
    padding: 16px 30px 16px 50px;
    width: 50%;
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
  #community .program-list .list-inner .card-item .event-links a::before {
    left: 35px;
  }
  #community .program-list .list-inner .card-item .event-links a:first-of-type {
    border-left: none;
  }
}

/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ program-single */
#form-single .form-content h2,
#community-single .form-content h2 {
  margin-top: 0;
}
#form-single .event-footer,
#community-single .event-footer {
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 100;
}
#form-single .event-footer .event-inner,
#community-single .event-footer .event-inner {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#form-single .event-footer .event-left,
#community-single .event-footer .event-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#form-single .event-footer .event-ttl,
#community-single .event-footer .event-ttl {
  color: #e9775d;
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  line-height: 1.3;
}
#form-single .event-footer .event-time,
#community-single .event-footer .event-time {
  padding: 0 20px;
  font-size: 14px;
  font-size: min(0.14rem, 14px);
  line-height: 1;
}
#form-single .event-footer .time,
#community-single .event-footer .time {
  color: #e9775d;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Kobe";
  margin-right: 12px;
  display: inline-block;
}
#form-single .event-footer .time img,
#community-single .event-footer .time img {
  padding-right: 6px;
}
#form-single .event-footer .event-links,
#community-single .event-footer .event-links {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #form-single .event-footer,
  #community-single .event-footer {
    bottom: 0px;
  }
  #form-single .event-footer .event-inner,
  #community-single .event-footer .event-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    border-radius: 20px 20px 0 0;
  }
  #form-single .event-footer .event-left,
  #community-single .event-footer .event-left {
    display: block;
    text-align: left;
  }
  #form-single .event-footer .event-ttl,
  #community-single .event-footer .event-ttl {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #form-single .event-footer .event-time,
  #community-single .event-footer .event-time {
    font-size: 10px;
    font-size: min(0.1rem, 10px);
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
#form-single .mv,
#community-single .mv {
  margin-top: 200px;
  padding: 50px 0 60px;
}
#form-single .mv .page-ttl,
#community-single .mv .page-ttl {
  top: 0;
  font-size: 26px;
  font-size: min(0.26rem, 26px);
  position: inherit;
}
#form-single .mv .page-ttl span,
#community-single .mv .page-ttl span {
  font-size: 12px;
  font-size: min(0.12rem, 12px);
  margin-right: 18px;
  display: inline-block;
}
#form-single .mv .right-box .btn,
#community-single .mv .right-box .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#form-single .mv .right-box .btn:hover,
#community-single .mv .right-box .btn:hover {
  opacity: 1;
}
#form-single .mv .right-box .btn:hover span,
#community-single .mv .right-box .btn:hover span {
  -webkit-box-shadow: 0 4px 12px rgba(233, 119, 93, 0.3);
          box-shadow: 0 4px 12px rgba(233, 119, 93, 0.3);
  background: rgba(255, 255, 255, 0.5);
}
#form-single .mv .right-box .btn:hover span:before,
#community-single .mv .right-box .btn:hover span:before {
  background-image: url(../img/arrow.svg);
}
#form-single .mv .right-box .btn:active span,
#community-single .mv .right-box .btn:active span {
  -webkit-box-shadow: 0 0px 12px rgba(233, 119, 93, 0.3);
          box-shadow: 0 0px 12px rgba(233, 119, 93, 0.3);
}
#form-single .mv .right-box .btn span,
#community-single .mv .right-box .btn span {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  width: 57px;
  height: 33px;
  background-color: #e9775d;
  border-radius: 50px;
  position: relative;
  display: inline-block;
}
#form-single .mv .right-box .btn span::before,
#community-single .mv .right-box .btn span::before {
  background: url(../img/arrow-wh.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
#form-single .mv .right-box .btn .btn-text,
#community-single .mv .right-box .btn .btn-text {
  color: #e9775d;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  height: 33px;
  display: inline-block;
  padding-left: 14px;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  #form-single .mv,
  #community-single .mv {
    margin-top: 0;
    padding: 195px 30px 40px;
  }
  #form-single .mv .wrap-box,
  #community-single .mv .wrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #form-single .mv .right-box .btn .btn-text,
  #community-single .mv .right-box .btn .btn-text {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
  }
  #form-single .mv .page-ttl,
  #community-single .mv .page-ttl {
    right: 0;
    top: 6px;
    position: relative;
  }
  #form-single .mv .page-ttl span,
  #community-single .mv .page-ttl span {
    bottom: 24px;
    margin-right: 0;
    font-size: 10px;
    font-size: min(0.1rem, 10px);
  }
}
#form-single .post,
#community-single .post {
  max-width: 750px;
  padding: 10px 20px 90px;
}
#form-single .post h1,
#community-single .post h1 {
  font-size: 40px;
  font-size: min(0.4rem, 40px);
  color: #e9775d;
  margin: 8px 0 32px;
}
#form-single .post h2,
#community-single .post h2 {
  color: #e9775d;
  font-weight: 400;
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(233, 119, 93, 0.2);
  margin-top: 64px;
}
#form-single .post h3,
#community-single .post h3 {
  color: #e9775d;
  font-weight: 400;
  font-size: 24px;
  font-size: min(0.24rem, 24px);
  letter-spacing: 0.05em;
  padding-left: 40px;
  position: relative;
  margin-top: 32px;
  padding-bottom: 12px;
}
#form-single .post h3:before,
#community-single .post h3:before {
  background: url(../img/deco-h3.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  width: 35px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#form-single .post p,
#community-single .post p {
  padding-top: 24px;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
}
@media screen and (max-width: 767px) {
  #form-single .post p,
  #community-single .post p {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
    padding-top: 16px;
  }
}
#form-single .post strong,
#community-single .post strong {
  font-weight: 600;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  color: #555;
}
@media screen and (max-width: 767px) {
  #form-single .post strong,
  #community-single .post strong {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
}
#form-single .post figure,
#community-single .post figure {
  padding-top: 24px;
}
#form-single .post ul,
#form-single .post ol,
#community-single .post ul,
#community-single .post ol {
  padding-top: 24px;
  list-style: none;
}
#form-single .post ul li,
#form-single .post ol li,
#community-single .post ul li,
#community-single .post ol li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
}
#form-single .post ul li:not(:first-child),
#form-single .post ol li:not(:first-child),
#community-single .post ul li:not(:first-child),
#community-single .post ol li:not(:first-child) {
  margin-top: 5px;
}
#form-single .post ul li:before,
#community-single .post ul li:before {
  top: 11px;
  left: 20px;
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e9775d;
}
#form-single .post ol li,
#community-single .post ol li {
  counter-increment: no;
}
#form-single .post ol li:before,
#community-single .post ol li:before {
  top: 0;
  left: 15px;
  position: absolute;
  display: block;
  content: counter(no) ".";
  color: #e9775d;
}
#form-single .post .event-cat,
#community-single .post .event-cat {
  color: #e9775d;
  font-size: 14px;
  font-size: min(0.14rem, 14px);
  letter-spacing: 0.25em;
  padding: 0 24px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin: 0;
}
#form-single .post .event-cat:before, #form-single .post .event-cat:after,
#community-single .post .event-cat:before,
#community-single .post .event-cat:after {
  background-color: #e9775d;
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
#form-single .post .event-cat:after,
#community-single .post .event-cat:after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  #form-single .post,
  #community-single .post {
    padding: 0 30px 75px;
  }
  #form-single .post h1,
  #community-single .post h1 {
    line-height: 1.4;
    font-size: 28px;
    font-size: min(0.28rem, 28px);
    margin-block: 0 12px;
  }
  #form-single .post h2,
  #community-single .post h2 {
    font-size: 22px;
    font-size: min(0.22rem, 22px);
    padding-bottom: 18px;
  }
  #form-single .post h3,
  #community-single .post h3 {
    font-size: 19px;
    font-size: min(0.19rem, 19px);
  }
  #form-single .post h3:before,
  #community-single .post h3:before {
    width: 30px;
    top: -2px;
  }
  #form-single .post ul,
  #form-single .post ol,
  #community-single .post ul,
  #community-single .post ol {
    padding-top: 16px;
  }
  #form-single .post ul li,
  #form-single .post ol li,
  #community-single .post ul li,
  #community-single .post ol li {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
  #form-single .post .event-cat,
  #community-single .post .event-cat {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
    padding-inline: 16px;
  }
  #form-single .post .event-cat:before, #form-single .post .event-cat:after,
  #community-single .post .event-cat:before,
  #community-single .post .event-cat:after {
    height: 13px;
    width: 1px;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
  }
  #form-single .post .event-cat:after,
  #community-single .post .event-cat:after {
    left: auto;
    right: 5px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ MBSR */
#mbsr main .content {
  padding: 150px 20px 0;
}
@media screen and (max-width: 767px) {
  #mbsr main .content {
    padding: 50px 30px;
  }
}
#mbsr main .mv {
  padding: 30px 0;
}
#mbsr main .mv h1 {
  top: 130px;
}
#mbsr main .mv .text-box picture {
  position: absolute;
  right: 0;
  top: 78px;
  z-index: 5;
}
#mbsr main .mv .text-box picture:first-of-type {
  margin-right: 108px;
  margin-top: 20px;
}
#mbsr main .mv .img-container .img-box:first-of-type {
  position: absolute;
  top: -70px;
  left: -217px;
}
#mbsr main .mv .img-container .img-box:nth-child(2) {
  margin: 101px auto auto 314px;
}
#mbsr main .mv .img-container .img-box:nth-child(3) {
  margin: -106px auto auto -91px;
}
#mbsr main .mv .img-container .img-box:nth-child(4) {
  text-align: right;
  margin: 7px -53px 0 auto;
}
#mbsr main .mv .img-container .img-box:nth-child(5) {
  margin: -122px auto 0px 315px;
}
#mbsr main .mv .flower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mbsr main .mv .flower li {
  position: absolute;
  list-style: none;
  -webkit-animation: 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
#mbsr main .mv .flower li img {
  width: 100%;
}
@keyframes rotate1 {
  from {
    -webkit-transform: translateX(0px) rotate(-20deg);
            transform: translateX(0px) rotate(-20deg);
  }
  to {
    -webkit-transform: translateX(60px) rotate(0deg);
            transform: translateX(60px) rotate(0deg);
  }
}
#mbsr main .mv .flower li:nth-child(1) {
  width: 77px;
  top: 137px;
  left: 363px;
  -webkit-animation: 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
          animation: 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
#mbsr main .mv .flower li:nth-child(2) {
  width: 67px;
  top: 509px;
  left: 96px;
  -webkit-animation: 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
          animation: 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
#mbsr main .mv .flower li:nth-child(3) {
  width: 86px;
  top: 538px;
  right: 58px;
  -webkit-animation: 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
          animation: 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
#mbsr main .mv .flower li:nth-child(4) {
  width: 74px;
  top: 698px;
  right: 340px;
  -webkit-animation: 8s linear infinite, rotate1 4s ease-in-out infinite alternate;
          animation: 8s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
#mbsr main .mv .flower li:nth-child(5) {
  left: 40vw;
  -webkit-animation: 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
          animation: 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  #mbsr main .mv {
    height: calc(100svh - 90px);
    padding-bottom: 0;
    margin-bottom: 96px;
  }
  #mbsr main .mv .content-inner {
    height: 100%;
  }
  #mbsr main .mv .page-ttl {
    top: auto;
    right: 28px;
    bottom: 0px;
    -webkit-transform: inherit;
    transform: inherit;
    text-align: right;
    width: 100%;
  }
  #mbsr main .mv .page-ttl span {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
    bottom: 52px;
    right: 0;
    position: absolute;
    text-align: right;
  }
  #mbsr main .mv .img-container .img-box:first-of-type {
    position: absolute;
    top: 41px;
    left: 192px;
  }
  #mbsr main .mv .img-container .img-box:nth-child(2) {
    padding: 146px 0 0;
    text-align: center;
    margin: 0;
  }
  #mbsr main .mv .img-container .img-box:nth-child(3) {
    margin: 25px 0 0 auto;
    text-align: right;
  }
  #mbsr main .mv .img-container .img-box:nth-child(4) {
    margin: -51px 210px 0 auto;
  }
  #mbsr main .mv .img-container .img-box:nth-child(5) {
    margin: 119px auto 0px 136px;
  }
  #mbsr main .mv .text-box picture {
    right: 20px;
    top: -35px;
    height: 267px;
  }
  #mbsr main .mv .text-box picture:first-of-type {
    margin-right: 0;
    margin-top: 0;
    left: 20px;
    top: 265px;
    right: auto;
    height: 287px;
  }
  #mbsr main .mv .flower li:nth-child(1) {
    width: 42px;
    top: 120px;
    left: 92px;
  }
  #mbsr main .mv .flower li:nth-child(2) {
    width: 42px;
    top: 404px;
    left: 136px;
  }
  #mbsr main .mv .flower li:nth-child(3) {
    width: 50px;
    top: 192px;
    right: 6px;
  }
  #mbsr main .mv .flower li:nth-child(4) {
    width: 42px;
    top: 607px;
    right: 109px;
  }
  #mbsr main .mv .flower li:nth-child(5) {
    left: 20px;
    width: 55px;
    top: 47px;
  }
}
#mbsr main .about {
  position: relative;
  padding: 150px 30px 60px;
  margin-top: -80px;
}
#mbsr main .about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff8f4;
  z-index: -5;
  border-radius: 60px;
}
#mbsr main .about .ttl-box p {
  margin-bottom: 0;
}
#mbsr main .about .mb-ttl {
  font-family: "Kobe";
  font-size: 118px;
  font-size: min(1.18rem, 118px);
  line-height: 1;
  color: #e9775d;
}
#mbsr main .about .mb-ttl span {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
#mbsr main .about .text-box {
  max-width: 600px;
}
#mbsr main .about .text-box .pc {
  display: inline-block;
}
#mbsr main .about h3 {
  color: #e9775d;
  font-weight: 400;
  font-size: 22px;
  font-size: min(0.22rem, 22px);
  letter-spacing: 0.05em;
  padding-left: 55px;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
}
#mbsr main .about h3::before {
  background: url(../img/deco-h3.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  width: 36px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mbsr main .about .wrap-box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px 0;
  border-top: solid 1px #fbd6c9;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#mbsr main .about .wrap-box .img-box {
  width: 300px;
  padding-top: 5px;
}
#mbsr main .about .wrap-box:last-of-type h3::before {
  background: url(../img/deco-h3_02.svg) no-repeat left top;
}
#mbsr main .about .wrap-box span {
  color: #e9775d;
}
#mbsr main .about .ttl-box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0;
  padding-bottom: 50px;
  border-top: none;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}
#mbsr main .about ul {
  font-size: 16px;
  font-size: min(0.16rem, 16px);
}
#mbsr main .about ul li {
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
}
#mbsr main .about ul li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  height: 5px;
  width: 5px;
  display: block;
  border-radius: 50%;
  background-color: #e9775d;
}
@media screen and (max-width: 767px) {
  #mbsr main .about {
    padding: 100px 30px 60px;
    margin-top: 0px;
    overflow: visible;
  }
  #mbsr main .about::after {
    background: url(../img/mbsr-mvsp_05.jpg) no-repeat left top;
    background-size: contain;
    content: "";
    display: block;
    height: 78px;
    width: 60px;
    position: absolute;
    left: 136px;
    top: -56px;
  }
  #mbsr main .about .text-box .pc {
    display: none;
  }
  #mbsr main .about .ttl-box {
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  #mbsr main .about .ttl-box div:first-of-type {
    text-align: center;
  }
  #mbsr main .about .mb-ttl {
    font-size: 88px;
    font-size: min(0.88rem, 88px);
    margin-bottom: 14px;
  }
  #mbsr main .about .mb-ttl span {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
    margin-bottom: 12px;
  }
  #mbsr main .about .wrap-box {
    padding: 40px 0;
  }
  #mbsr main .about .wrap-box .img-box {
    width: 100%;
  }
  #mbsr main .about .wrap-box .img-box img {
    max-width: none;
  }
  #mbsr main .about h3 {
    padding-left: 41px;
    margin-bottom: 32px;
    margin-top: 30px;
    font-size: 20px;
    font-size: min(0.2rem, 20px);
  }
}
#mbsr main .feature {
  padding: 120px 20px 0;
}
#mbsr main .feature .img-box {
  position: relative;
}
#mbsr main .feature .img-box:before {
  background: url(../img/about-deco_bg.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 968px;
  width: 968px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
#mbsr main .feature .text-box .wrap-box {
  gap: 60px;
  margin-top: 68px;
}
#mbsr main .feature .text-box .wrap-box p {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #mbsr main .feature {
    padding: 100px 0px 0;
  }
  #mbsr main .feature .img-box {
    margin-top: 10px;
  }
  #mbsr main .feature .img-box::before {
    display: none;
  }
  #mbsr main .feature .sec-ttl,
  #mbsr main .feature .text-box {
    margin-right: 30px;
    margin-left: 30px;
  }
  #mbsr main .feature .text-box .wrap-box {
    margin-top: 49px;
  }
  #mbsr main .feature .text-box .wrap-box p {
    width: 100%;
  }
  #mbsr main .feature .text-box .wrap-box p:first-of-type {
    margin-bottom: 30px;
  }
}
#mbsr main #flow .wrap-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-block: 48px;
}
@media screen and (max-width: 767px) {
  #mbsr main #flow .wrap-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-block: 64px 48px;
  }
}
#mbsr main .flow {
  padding: 120px 20px 0;
}
#mbsr main .flow h3 {
  color: #e9775d;
  font-size: 24px;
  font-size: min(0.24rem, 24px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #mbsr main .flow h3 {
    font-size: 20px;
    font-size: min(0.2rem, 20px);
    margin-bottom: 16px;
  }
}
#mbsr main .flow p strong {
  font-weight: 400;
  color: #e9775d;
}
#mbsr main .flow .under-link {
  color: #e9775d;
  font-weight: 600;
  text-decoration: underline;
}
#mbsr main .flow .wrap-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#mbsr main .flow .wrap-box .text-box {
  width: 50%;
}
#mbsr main .flow .wrap-box .text-box ul {
  margin-bottom: 16px;
}
#mbsr main .flow .wrap-box .text-box ul li {
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
  color: #e9775d;
  font-size: 17px;
  font-size: min(0.17rem, 17px);
}
#mbsr main .flow .wrap-box .text-box ul li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  height: 5px;
  width: 5px;
  display: block;
  border-radius: 50%;
  background-color: #e9775d;
}
#mbsr main .flow .wrap-box .text-box .btn {
  margin-top: 32px;
}
#mbsr main .flow .wrap-box .img-box {
  padding: 20px;
  background-color: #fff;
  position: relative;
}
#mbsr main .flow .wrap-box .img-box:before {
  background: url(../img/mbsr-flow.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  height: 402px;
  width: 558px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
#mbsr main .flow .wrap-box .img-outer p {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #mbsr main .flow {
    padding: 100px 30px 0;
  }
  #mbsr main .flow .wrap-box .img-box {
    padding: 15px;
  }
  #mbsr main .flow .wrap-box .img-box:before {
    background: url(../img/mbsr-flowsp.svg) no-repeat left top;
    height: 308px;
    width: 428px;
  }
  #mbsr main .flow .wrap-box .text-box {
    width: 100%;
    padding-right: 0;
    padding-top: 64px;
  }
  #mbsr main .flow .wrap-box .text-box .btn {
    margin-top: 16px;
  }
}
#mbsr main .flow-card .text-box span {
  color: #e9775d;
}
#mbsr main .flow-card .text-box .wrap-box {
  gap: 43px;
  width: 540px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mbsr main .flow-card .upper-box {
  padding: 0px 0px 70px;
  max-width: 860px;
  margin: 0 auto;
  border-bottom: solid 1px #fbd6cb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mbsr main .flow-card .upper-box .wrap-box div:nth-of-type(1) {
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  color: #555;
  font-weight: 600;
  padding: 8px 0;
  border-top: solid 1px #ccbeb8;
  border-bottom: solid 1px #ccbeb8;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Kobe";
}
#mbsr main .flow-card .upper-box .wrap-box div:nth-of-type(3) {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  color: #e9775d;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#mbsr main .flow-card .upper-box .icon-box {
  width: 320px;
  text-align: right;
  border-left: solid 1px #fbd6cb;
  padding-right: 50px;
}
#mbsr main .flow-card .under-box {
  padding: 50px 60px 0px;
  max-width: 980px;
  margin: 0 auto;
}
#mbsr main .flow-card .under-title {
  font-size: 22px;
  font-size: min(0.22rem, 22px);
  color: #e9775d;
  font-weight: 600;
  padding: 27px 0 0;
}
#mbsr main .flow-card .content-inner {
  max-width: 100%;
}
#mbsr main .flow-card .content-inner .card-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#mbsr main .flow-card .content-inner .card-item {
  background: #ffeee6;
  border-radius: 60px;
  border: solid 1px #fbd6cb;
  width: auto;
  margin: 0 auto;
  margin-bottom: 40px;
  position: sticky;
  top: 10vh;
  height: 80vh;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(2) {
  background: #fff2e9;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(3) {
  background: #fff3eb;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(4) {
  background: #fff4ee;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(5) {
  background: #fff6f1;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(6) {
  background: #fff8f5;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(7) {
  background: #e9775d;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(7) p {
  color: #fff;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(7) .upper-box {
  border-bottom: solid 1px #ed927d;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(7) .upper-box .icon-box {
  border-left: solid 1px #ed927d;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(7) .upper-box .wrap-box div:nth-of-type(1) {
  color: #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(7) .upper-box .wrap-box div:nth-of-type(2) {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(8) {
  background: #fffaf7;
}
#mbsr main .flow-card .content-inner .card-item:nth-of-type(9) {
  background: #fffbf9;
}
@media screen and (max-width: 767px) {
  #mbsr main .flow-card {
    padding: 100px 0px 0;
  }
  #mbsr main .flow-card .content-inner .card-item {
    width: calc(100% - 20px) !important;
    height: 600px;
    margin: 0 auto;
    top: 10px;
  }
  #mbsr main .flow-card .content-inner .card-item:nth-of-type(7) .upper-box {
    border-bottom: none;
  }
  #mbsr main .flow-card .content-inner .card-item:nth-of-type(7) .upper-box .icon-box {
    border-left: none;
  }
  #mbsr main .flow-card .content-inner .card-item:nth-of-type(7) .under-box .sp {
    color: #fff;
  }
  #mbsr main .flow-card .content-inner .card-item .upper-box {
    padding: 0;
    margin: 0 auto 24px;
    max-width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    position: relative;
    height: 90px;
  }
  #mbsr main .flow-card .content-inner .card-item .upper-box .text-box {
    padding-top: 0px;
  }
  #mbsr main .flow-card .content-inner .card-item .upper-box .text-box .wrap-box {
    gap: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mbsr main .flow-card .content-inner .card-item .upper-box .text-box .wrap-box div:nth-of-type(1) {
    font-size: 12px;
    font-size: min(0.12rem, 12px);
    padding: 26px 0;
  }
  #mbsr main .flow-card .content-inner .card-item .upper-box .text-box .wrap-box div:nth-of-type(2) img {
    height: 77px;
  }
  #mbsr main .flow-card .content-inner .card-item .upper-box .icon-box {
    border: none;
    width: 100%;
    max-width: 100px;
    padding-right: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #mbsr main .flow-card .content-inner .card-item .text-box .wrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mbsr main .flow-card .content-inner .card-item .under-box {
    padding: 0;
    margin: 0 auto;
    max-width: 290px;
  }
  #mbsr main .flow-card .content-inner .card-item .under-box p {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
  }
  #mbsr main .flow-card .content-inner .card-item .under-box .sp {
    color: #e9775d;
    font-size: 16px;
    font-size: min(0.16rem, 16px);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
  }
  #mbsr main .flow-card .under-title {
    font-size: 18px;
    font-size: min(0.18rem, 18px);
  }
}
#mbsr main .reaction .content-inner {
  max-width: 980px;
}
#mbsr main .reaction .content-inner .sec-ttl {
  max-width: 980px;
  margin: 0 auto 80px;
}
#mbsr main .reaction .upper-box h3 {
  font-size: 17px;
  font-size: min(0.17rem, 17px);
  color: #555;
  margin: 0 auto 40px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #mbsr main .reaction .upper-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 88px;
  }
  #mbsr main .reaction .upper-box ul li {
    text-align: left;
    width: 50%;
  }
}
#mbsr main .reaction .upper-box ul li:nth-of-type(2) .img-box {
  margin-top: -20px;
}
#mbsr main .reaction .upper-box ul li:nth-of-type(3) .img-box {
  margin-top: -16px;
}
#mbsr main .reaction .under-box {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  #mbsr main .reaction {
    padding: 100px 0px;
  }
  #mbsr main .reaction .content-inner .sec-ttl {
    margin-right: 30px;
    margin-left: 30px;
  }
  #mbsr main .reaction .content-inner .upper-box {
    margin-top: -20px;
    padding: 0 0 25px;
  }
  #mbsr main .reaction .content-inner .upper-box ul li.col-3 {
    text-align: center;
  }
  #mbsr main .reaction .content-inner .upper-box ul li h3 {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
    margin-top: 0;
    margin-bottom: 40px;
    display: inline-block;
  }
  #mbsr main .reaction .content-inner .upper-box ul li p {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
  #mbsr main .reaction .content-inner .under-box {
    padding: 80px 20px 25px;
  }
}
#mbsr main .form .form-container {
  padding: 60px;
  background-color: #fff8f4;
  border-radius: 20px;
  border: solid 1px #fbd6cb;
}
#mbsr main .form .wrap-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mbsr main .form .wrap-box .under-link {
  color: #e9775d;
  text-decoration: underline;
}
#mbsr main .form .upper-box {
  padding: 0 0 42px;
}
#mbsr main .form .upper-box h3 {
  font-size: 22px;
  font-size: min(0.22rem, 22px);
  line-height: 1;
  color: #e9775d;
}
#mbsr main .form .middle-box {
  padding: 0;
  border-top: solid 1px #fbd6c9;
  border-bottom: solid 1px #fbd6c9;
}
#mbsr main .form .middle-box .left-box {
  width: 50%;
}
#mbsr main .form .middle-box .right-box {
  width: 50%;
}
#mbsr main .form .middle-box .left-box {
  padding: 60px 60px 58px;
  border-right: solid 1px #fbd6c9;
}
#mbsr main .form .middle-box .flex {
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mbsr main .form .middle-box .flex .flex {
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
}
#mbsr main .form .middle-box .price-text {
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  color: #555;
  position: relative;
  letter-spacing: normal;
}
#mbsr main .form .middle-box .price-text span {
  margin-left: 4px;
  font-size: 14px;
  font-size: min(0.14rem, 14px);
  color: #777;
}
#mbsr main .form .middle-box .right-box {
  padding: 0 60px;
}
#mbsr main .form .middle-box .right-box .price-air {
  position: absolute;
  top: -21px;
  right: 7px;
  width: auto;
  z-index: 5;
  color: #fff !important;
  font-weight: 600;
  background: #FFBC36;
  padding: 0px 12px;
  border-radius: 10px;
}
#mbsr main .form .middle-box .right-box .price-air:before {
  background: url(../img/mbsr-price_deco.svg) no-repeat left top;
  height: 13px;
  width: 28px;
  content: "";
  display: block;
  right: 10px;
  bottom: -13px;
  position: absolute;
  z-index: -1;
}
#mbsr main .form .under-box {
  padding: 24px 0 0;
}
#mbsr main .form .under-box .under-text {
  font-size: 14px;
  font-size: min(0.14rem, 14px);
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #mbsr main .form .form-container {
    padding: 50px 20px;
  }
  #mbsr main .form .upper-box {
    padding: 0 0 28px;
  }
  #mbsr main .form .upper-box h3 {
    font-size: 20px;
    font-size: min(0.2rem, 20px);
  }
  #mbsr main .form .upper-box p {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
  }
  #mbsr main .form .middle-box {
    padding: 15px 0;
  }
  #mbsr main .form .middle-box .left-box,
  #mbsr main .form .middle-box .right-box {
    width: 100%;
    display: block;
  }
  #mbsr main .form .middle-box .left-box .flex,
  #mbsr main .form .middle-box .right-box .flex {
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  #mbsr main .form .middle-box .left-box {
    margin-bottom: 15px;
    border-right: none;
    border-bottom: solid 1px #fbd6c9;
    padding: 0 0 15px;
  }
  #mbsr main .form .middle-box p {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
  }
  #mbsr main .form .middle-box .price-text {
    margin-top: 36px;
    font-size: 22px;
    font-size: min(0.22rem, 22px);
  }
  #mbsr main .form .middle-box .price-text span {
    top: -25px;
  }
  #mbsr main .form .middle-box .right-box {
    padding: 0;
  }
  #mbsr main .form .middle-box .right-box .price-air {
    top: -30px;
  }
  #mbsr main .form .under-box {
    padding: 28px 0 0;
  }
  #mbsr main .form .under-box .right-box {
    text-align: center;
  }
  #mbsr main .form .under-box .btn {
    margin: 30px 0 0;
  }
}

/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ MBSR */
#other main .content {
  padding: 0px 20px 0;
}
@media screen and (max-width: 767px) {
  #other main .content {
    padding: 50px 30px;
  }
}
#other main .mv {
  padding: 50px 30px 40px;
}
#other main .mv .content-inner {
  margin-top: 132px;
}
@media screen and (max-width: 767px) {
  #other main .mv .content-inner {
    margin-top: 50px;
    display: block;
  }
}
#other main .mv h1 {
  position: relative;
  display: inline-block;
  letter-spacing: 0.03em;
}
#other main .mv h1 span {
  text-align: left;
  margin-top: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #other main .mv h1 {
    right: 0;
    top: 0;
  }
}
#other main .mv p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 16px 0 0 36px;
}
@media screen and (max-width: 767px) {
  #other main .mv p {
    width: 100%;
    margin: 16px 0 0 0;
  }
}
#other main .intro-form {
  padding-top: 120px;
  margin-bottom: 80px;
  text-align: center;
}
#other main .intro-form h2 {
  font-size: 24px;
  font-size: min(0.24rem, 24px);
  font-weight: 600;
  color: #e9775d;
}
#other main .intro-form p {
  padding-top: 32px;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  line-height: 1.8;
}
#other main .intro-form p + p {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  #other main .intro-form h2 {
    font-size: 20px;
    font-size: min(0.2rem, 20px);
  }
  #other main .intro-form p {
    font-size: 15px;
    font-size: min(0.15rem, 15px);
  }
}
#other main .faq {
  padding-top: 0;
}
#other main .faq .content-inner {
  border-top: 1px solid rgba(233, 119, 93, 0.2);
  border-bottom: 1px solid rgba(233, 119, 93, 0.2);
  padding-block: 48px;
}
@media screen and (max-width: 767px) {
  #other main .faq .content-inner {
    padding-top: 0px;
  }
}

/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ 画像読み込みアニメーション */
.img-effect {
  overflow: hidden;
}
.img-effect .img-load {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 99.9%);
}
.img-effect .img-load.loaded {
  -webkit-animation: loaded 1.3s cubic-bezier(0.19, 1, 0.22, 1) 0.5s both;
          animation: loaded 1.3s cubic-bezier(0.19, 1, 0.22, 1) 0.5s both;
}

@-webkit-keyframes loaded {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% -1%, 100% 101%, 0 100%);
  }
}

@keyframes loaded {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% -1%, 100% 101%, 0 100%);
  }
}
/*------------------------------------------------------------------------------------ ページ遷移用アニメーション */
.mask {
  width: 100%;
  height: 100vh;
  background-color: #ffede3;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mask.is-close {
  pointer-events: auto;
  opacity: 1;
}

.loader {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: solid 2px;
  border-color: #e9775d rgba(0, 0, 0, 0.062745098) rgba(0, 0, 0, 0.062745098);
  -webkit-animation: spin 0.5s infinite linear;
          animation: spin 0.5s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*------------------------------------------------------------------------------------ animation */
.zoom-in *:has(img) {
  overflow: hidden;
}
.zoom-in img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.zoom-in:hover img {
  scale: 1.2;
}

.swiper-slide {
  width: auto;
}

/*------------------------------------------------------------------------------------ スクロールでヘッダー非表示 */
.header {
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  pointer-events: auto;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
@media screen and (min-width: 768px), print {
  .header:after {
    pointer-events: none;
    opacity: 0;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(255, 237, 227)), to(rgba(255, 237, 227, 0)));
    background: linear-gradient(180deg, rgb(255, 237, 227) 30%, rgba(255, 237, 227, 0) 100%);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-duration: 0.7s;
            transition-duration: 0.7s;
  }
}

.header.hide-header {
  -webkit-transform: translateX(-50%) translateY(-20%);
          transform: translateX(-50%) translateY(-20%);
  opacity: 0;
  pointer-events: none;
}

.not-top:after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  /*スマホでは固定表示 
  .header.hide-header {
    transform: translateX(0%) translateY(0%);
    opacity: 1;
  }
  */
  /*スマホでも非表示   */
  .header.hide-header {
    -webkit-transform: translateX(0%) translateY(-20%);
            transform: translateX(0%) translateY(-20%);
  }
}
/*------------------------------------------------------------------------------------ スクロールでロゴ非表示 */
@media screen and (max-width: 767px) {
  .logo-co_sp {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .logo-co_sp.hide {
    opacity: 0;
    pointer-events: none;
  }
}
/*------------------------------------------------------------------------------------ voices-title-deco フェードイン */
.hand-title-deco::before, .hand-title-deco::after {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, transform 2s ease;
  transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease;
}
.hand-title-deco::before {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
.hand-title-deco::after {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}

.hand-ttl-outer.acted .hand-title-deco::before, .hand-ttl-outer.acted .hand-title-deco::after {
  opacity: 1;
}
.hand-ttl-outer.acted .hand-title-deco::before {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.hand-ttl-outer.acted .hand-title-deco::after {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
/*# sourceMappingURL=common.css.map */