@charset "UTF-8";
@import url("https://unpkg.com/swiper@8/swiper-bundle.min.css");
.block-editor__container .editor-styles-wrapper html,
.block-editor__container .editor-styles-wrapper body {
  border: 0;
  outline: 0;
  font-weight: 200;
  font-style: inherit;
  font-size: 100%;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

.block-editor__container .editor-styles-wrapper body {
  line-height: 1;
}

.block-editor__container .editor-styles-wrapper div,
.block-editor__container .editor-styles-wrapper span,
.block-editor__container .editor-styles-wrapper applet,
.block-editor__container .editor-styles-wrapper object,
.block-editor__container .editor-styles-wrapper iframe,
.block-editor__container .editor-styles-wrapper h1,
.block-editor__container .editor-styles-wrapper h2,
.block-editor__container .editor-styles-wrapper h3,
.block-editor__container .editor-styles-wrapper h4,
.block-editor__container .editor-styles-wrapper h5,
.block-editor__container .editor-styles-wrapper h6,
.block-editor__container .editor-styles-wrapper p,
.block-editor__container .editor-styles-wrapper blockquote,
.block-editor__container .editor-styles-wrapper pre,
.block-editor__container .editor-styles-wrapper a,
.block-editor__container .editor-styles-wrapper abbr,
.block-editor__container .editor-styles-wrapper acronym,
.block-editor__container .editor-styles-wrapper address,
.block-editor__container .editor-styles-wrapper big,
.block-editor__container .editor-styles-wrapper cite,
.block-editor__container .editor-styles-wrapper code,
.block-editor__container .editor-styles-wrapper del,
.block-editor__container .editor-styles-wrapper dfn,
.block-editor__container .editor-styles-wrapper em,
.block-editor__container .editor-styles-wrapper font,
.block-editor__container .editor-styles-wrapper img,
.block-editor__container .editor-styles-wrapper ins,
.block-editor__container .editor-styles-wrapper kbd,
.block-editor__container .editor-styles-wrapper q,
.block-editor__container .editor-styles-wrapper s,
.block-editor__container .editor-styles-wrapper samp,
.block-editor__container .editor-styles-wrapper small,
.block-editor__container .editor-styles-wrapper strike,
.block-editor__container .editor-styles-wrapper strong,
.block-editor__container .editor-styles-wrapper sub,
.block-editor__container .editor-styles-wrapper sup,
.block-editor__container .editor-styles-wrapper tt,
.block-editor__container .editor-styles-wrapper var,
.block-editor__container .editor-styles-wrapper dl,
.block-editor__container .editor-styles-wrapper dt,
.block-editor__container .editor-styles-wrapper dd,
.block-editor__container .editor-styles-wrapper ol,
.block-editor__container .editor-styles-wrapper ul,
.block-editor__container .editor-styles-wrapper li,
.block-editor__container .editor-styles-wrapper fieldset,
.block-editor__container .editor-styles-wrapper form,
.block-editor__container .editor-styles-wrapper label,
.block-editor__container .editor-styles-wrapper legend,
.block-editor__container .editor-styles-wrapper table,
.block-editor__container .editor-styles-wrapper caption,
.block-editor__container .editor-styles-wrapper tbody,
.block-editor__container .editor-styles-wrapper tfoot,
.block-editor__container .editor-styles-wrapper thead,
.block-editor__container .editor-styles-wrapper tr,
.block-editor__container .editor-styles-wrapper th,
.block-editor__container .editor-styles-wrapper td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

.block-editor__container .editor-styles-wrapper article,
.block-editor__container .editor-styles-wrapper aside,
.block-editor__container .editor-styles-wrapper details,
.block-editor__container .editor-styles-wrapper figcaption,
.block-editor__container .editor-styles-wrapper figure,
.block-editor__container .editor-styles-wrapper footer,
.block-editor__container .editor-styles-wrapper header,
.block-editor__container .editor-styles-wrapper hgroup,
.block-editor__container .editor-styles-wrapper menu,
.block-editor__container .editor-styles-wrapper nav,
.block-editor__container .editor-styles-wrapper section {
  display: block;
}

.block-editor__container .editor-styles-wrapper ol,
.block-editor__container .editor-styles-wrapper ul {
  list-style: none;
}

.block-editor__container .editor-styles-wrapper blockquote,
.block-editor__container .editor-styles-wrapper q {
  quotes: none;
}

.block-editor__container .editor-styles-wrapper blockquote:before,
.block-editor__container .editor-styles-wrapper blockquote:after,
.block-editor__container .editor-styles-wrapper q:before,
.block-editor__container .editor-styles-wrapper q:after {
  content: "";
  content: none;
}

.block-editor__container .editor-styles-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

.block-editor__container .editor-styles-wrapper a {
  text-decoration: none;
  color: #000;
}

.block-editor__container .editor-styles-wrapper a.decoration {
  text-decoration: underline;
}

.block-editor__container .editor-styles-wrapper a.decoration:visited, .block-editor__container .editor-styles-wrapper a.decoration:focus, .block-editor__container .editor-styles-wrapper a.decoration:active {
  text-decoration: underline;
  outline: 0;
}

.block-editor__container .editor-styles-wrapper a:visited, .block-editor__container .editor-styles-wrapper a:focus, .block-editor__container .editor-styles-wrapper a:active {
  text-decoration: none;
  color: #000;
  outline: 0;
}

.block-editor__container .editor-styles-wrapper .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.block-editor__container .editor-styles-wrapper * html .clearfix {
  zoom: 1;
}

.block-editor__container .editor-styles-wrapper *:first-child + html .clearfix {
  zoom: 1;
}

.block-editor__container .editor-styles-wrapper a {
  color: #000;
}

.block-editor__container .editor-styles-wrapper a:visited, .block-editor__container .editor-styles-wrapper a:focus, .block-editor__container .editor-styles-wrapper a:active {
  color: #000;
}

.block-editor__container .editor-styles-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@media only screen and (min-width: 1080px) {
  .block-editor__container .editor-styles-wrapper .flL {
    float: left;
  }
  .block-editor__container .editor-styles-wrapper .flR {
    float: right;
  }
  .block-editor__container .editor-styles-wrapper .hoverOpacity {
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .block-editor__container .editor-styles-wrapper .hoverOpacity:hover {
    opacity: 0.8;
  }
  .block-editor__container .editor-styles-wrapper .pcH {
    display: none !important;
  }
}

@media only screen and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .spTabH {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .tabH {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .spH {
    display: none !important;
  }
}

.block-editor__container .editor-styles-wrapper .alignL {
  text-align: left;
}

.block-editor__container .editor-styles-wrapper .alignC {
  text-align: center;
}

.block-editor__container .editor-styles-wrapper .alignR {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .tabAlignL {
    text-align: left;
  }
  .block-editor__container .editor-styles-wrapper .tabAlignC {
    text-align: center;
  }
  .block-editor__container .editor-styles-wrapper .tabAlignR {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .spAlignL {
    text-align: left;
  }
  .block-editor__container .editor-styles-wrapper .spAlignC {
    text-align: center;
  }
  .block-editor__container .editor-styles-wrapper .spAlignR {
    text-align: right;
  }
}

.block-editor__container .editor-styles-wrapper .bold {
  font-weight: bold;
}

.block-editor__container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * {
  margin-top: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * {
    margin-top: 7.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * {
    margin-top: 14.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .wp-block {
  margin-right: auto;
  margin-left: auto;
}

.block-editor__container .editor-styles-wrapper .mce-menubar.mce-toolbar.mce-first {
  display: none !important;
}

.wp-admin .block-editor__container .editor-styles-wrapper .wp-block[data-align="left"], .wp-admin .block-editor__container .editor-styles-wrapper .wp-block[data-align="right"] {
  height: auto;
}

.block-editor__container .editor-styles-wrapper h1 + *,
.block-editor__container .editor-styles-wrapper h2 + *,
.block-editor__container .editor-styles-wrapper h3 + *,
.block-editor__container .editor-styles-wrapper h4 + * {
  margin-top: 25px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper h1 + *,
  .block-editor__container .editor-styles-wrapper h2 + *,
  .block-editor__container .editor-styles-wrapper h3 + *,
  .block-editor__container .editor-styles-wrapper h4 + * {
    margin-top: 3.20513vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper h1 + *,
  .block-editor__container .editor-styles-wrapper h2 + *,
  .block-editor__container .editor-styles-wrapper h3 + *,
  .block-editor__container .editor-styles-wrapper h4 + * {
    margin-top: 6.41026vw !important;
  }
}

.block-editor__container .editor-styles-wrapper h5 + *,
.block-editor__container .editor-styles-wrapper h6 + * {
  margin-top: 15px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper h5 + *,
  .block-editor__container .editor-styles-wrapper h6 + * {
    margin-top: 1.92308vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper h5 + *,
  .block-editor__container .editor-styles-wrapper h6 + * {
    margin-top: 3.84615vw !important;
  }
}

.block-editor__container .editor-styles-wrapper h1 {
  line-height: 1.6;
  font-size: 28px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper h1 {
    font-size: 3.58974vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper h1 {
    font-size: 7.17949vw;
  }
}

.block-editor__container .editor-styles-wrapper h2 {
  line-height: 1.6;
  padding: 0.5em 0 0.5em 0.8em;
  font-size: 24px;
  border-left: 2px solid #000;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper h2 {
    font-size: 3.07692vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper h2 {
    font-size: 6.15385vw;
  }
}

.block-editor__container .editor-styles-wrapper h3 {
  line-height: 1.6;
  padding: 0 0.4em 0.5em;
  border-bottom: 2px solid #ddd;
  font-size: 20px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper h3 {
    font-size: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper h3 {
    font-size: 5.12821vw;
  }
}

.block-editor__container .editor-styles-wrapper h4 {
  padding: 0.8em 1em;
  line-height: 1.6;
  font-size: 20px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper h4 {
    font-size: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper h4 {
    font-size: 5.12821vw;
  }
}

.block-editor__container .editor-styles-wrapper h5 {
  position: relative;
  padding-left: 3.8em;
  line-height: 1.6;
  font-size: 18px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper h5 {
    padding-left: 2em;
  }
}

.block-editor__container .editor-styles-wrapper h5::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 2.7em;
  height: 1px;
  background-color: #000;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper h5::before {
    width: 1.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper h5 {
    line-height: 1.6;
    font-size: 2.30769vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper h5 {
    line-height: 1.6;
    font-size: 4.61538vw;
  }
}

.block-editor__container .editor-styles-wrapper h6 {
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper h6 {
    font-size: 2.30769vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper h6 {
    font-size: 4.61538vw;
  }
}

.block-editor__container .editor-styles-wrapper p {
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper p {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper p {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper a {
  line-height: 2;
  letter-spacing: 0.02em;
  text-decoration: underline;
  font-size: 14px;
  color: #000;
}

@media only screen and (min-width: 1080px) {
  .block-editor__container .editor-styles-wrapper a:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper a {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper a {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper a[target="_blank"]:after {
  width: 0.7em;
  height: 0.7em;
  content: "";
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: super;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAACyCAYAAADmipVoAAAIPElEQVR4nO3de6ilVRnH8e8Z9Qya0wyUNJQFWcSAhVHRZaapsdSaUqOs7GJRSkL3OBADXahAKsOISMuyIlG7mJrdrOw2jaVkxgwlEZUgkTmpMTSUJ8bLxMKHsvKcvfacd+/9ruf9fsC/fD17vev9ne06az3vWnML69cAPBE4G9gCzCP13z5gO7AN2HVwhPha4FAfnhpSvnBPADYDGw96xuGrLwQ2+ATVqEOAo1bFcEJq2ZZVjomVwPwqn6IyMMhKwSArhYMrbmLOR60ZWwfsWa4JfiMrBYOsFAyyUjDISsEgKwWDrBQMslIwyErBICsFg6wUDLJSMMhKwSArBYOsFAyyUjDISsEgKwWDrBQMslIwyErBICsFg6wUDLJSMMhKwSArBYOsFAyyUjDISsEgKwWDrBQMslIwyErBICsFg6wUDLJSMMhKwSArBYOsFAyyUjDISqHmwEjdp/zSnwxsAh4EHNZBvxwErOmof9eNcd16YDWwG3g/8JWO2jAzBrnO4cC3gGe30NgxlFB/OX4539ZMqx+AQ4s6H0kY4vt7K7ChP80Zn0Ee7RDgtX1vZAcWWm68QR7twTEmzu4hLd+fQR5tz6iT6ZPY3fJtGOTR7gU+1fdGduAvLTfeINcpU1SXtNDQFWg6C06/1bkLOA34KLA55n7/0cHPLd/2eztq49+AhwMfaH28eyAM8nh2xj999CTgM0MMMQ4t0ngW8GPgoUPtAIPcvhOB78Y04WAZ5La9CrgCOHToHWGQ2/Um4KJYeazx08ydYZDb9G7gvMrnV2ZGzgR+mblDDHJb5oBzgLMqW12mDV8JXJC9Y5x+a0epXf40cEZlixeBl8QfgukZ5DbMA18ETqlsbVlkeQHws6F0kEHuv/ImypXA8ZUtvR04DvjVkDrJIPfb2hgaPL2ylX8Engv8YWgdZZD7q7xX933g8ZUt/G18a/9piJ3lrEU/PTrmfWtDfEMsUw8yxBjkXjoauAZ4TGXjtseY+PYR1/1zxL9venXQIPfL0yKYj6hs1TeBF0YJ5yijgry65Y4zyP3xnBgT11awXRLzxHcOoXNGMcj9UDZ+uWqMzVrK8vRrgLuzd0wtgzx7ZauBr43xv/ayPP0WYH/mThmXQZ6tsrvPhWM8h7L3xHuzdsZKGOTZeR/w8cpPLxVspwMfy9gRXXBBZPrmIpBvr/zkUsH2iiig1xIM8nSVCrbPj7EFV5mReBHwgywdMCkGeXpKBdulEcwaZXejrcDPB9A3K2aQp6NMq30dOLby024Fngf8uvUbnxaDPHllgePbwFMrP+km4PlDrGBbCYM8WUcC3xmj+OfGCPEtrd7wrDj9NjmPBX4yRoivB7YY4gNjkCfjCVHBdlTlT/9RFMT/tbUb7QuD3L1SwbYjCuNrXBmzE39P1AdTZ5C7dVzswVZ7wlJZnn4psG8KbRtVYDQ/hTZMjEHuzilRwVZboF6Wp18P3DOl9o36xu/iuLWZMcjdOD0WO2q3ryp1Fu+wgq07Tr+t3EJsAF6rVLx9ouH77SWDvDJnxT5sNe6JocRFjd5rrxnkA1Mq2M6NHTFrlPflTgW+0dh9NsMgj6+Mg78QexPXKNtXvTjmijUhBnk8h8UB5CdW/ld3xFvO1/flBrIyyPXWRgVb7ZnUZan5BOA3fWh8dga5zhFR/PPkyutvisWRm2fd8KEwyKMdGftN1J6ef2OEuOmTRFvjgsjySgXbtWOE+DrgmYZ4+gzy0o6JYD6y8vqr45u4ZvsqdcwgP7BNUcFWu33VZcBJbl81Owb5/22NMXHtAYyfi9f1p1HBpiUY5P92akyx1VawlROW3jDFCraVSL1PnEH+jzPjwJnaCrZSY/HOhirYRk0F3jaldkyEQb7Ptjj6q/YAxjcCH5xGwzr0Q2D3Ej9uf/wSN2voQS7FP2cDH668vmxfdRpw/oTbNQmLMXTa+z8/e3/URu9q8J7+bcgLImX7qk/GkKJGCcLLYo+KVu2IOfFy6OTjYjhxceshZsBBno+64JdXXr83ptd2TLhd03DrGEcAN2OIQS4VbJfHRig17ojin52zbbaWM7Qgr42hwabK62+Jsz1+N+F2aYWGFOQjYqHjmMrrfx8hHuzZdS0ZyqzFo6JuojbEO+Nb2xA3YghB3hAVbLUHMF4T27+OOoBRPZI9yE+JYNYewHhV/BFoBVtjMgd5S6xm1VawfSleErWCrUFZg3xSfLvWVrCdHwcwWsHWqIxBfnXME9dWsH0oaidaqGDTErIF+c2x5FpbwVaq19414TZpCjIF+T2x+0+Ne6OO+JzZNlldybAgMheBXKi8/q4Yfnx1wu3SFLUe5FLBdkFsDlhjMWYmvjfbZqtrrQf5s8DrKq/dG3PE1024TZqBloN87Bghvi1e1fcAxqRa/mNva+V1N0fdhCFOrOUg10yxlQ0EN3uKaH4tB3nUWPcXsUxtBdsAtBzkK5bZd7gcEXa8FWzD0XKQ745XkC6+X43EnXEwzVYr2IZlbmH9mlEbjMw10COlruJhwJ8t/EmpHMC5Z7kby/Kq06Kbag/b0DdoURIGWSkYZKVgkJWCQVYKBlkpGGSlYJCVgkFWCgZZKRhkpWCQlYJBVgoGWSkYZKVgkJWCQVYKBlkpGGSlYJCVgkFWCgZZKRhkpWCQlYJBVgoGWSkYZKVgkJWCQVYKBlkpGGSlYJCVgkFWCgZZKRhkpWCQlYJBVgoGWSkYZKVQc87eOh+1ZmztqI+vCfKyJ05KfeDQQikYZKVgkJXCKk/TVwL7SpC3+yTVuO0lyNuARZ+kGlWyu60EeRewEbjaYYYaUrJaMrsR2PUvQIAPGzIFwSAAAAAASUVORK5CYII="/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,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"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
}

.block-editor__container .editor-styles-wrapper b,
.block-editor__container .editor-styles-wrapper strong {
  font-weight: bold;
}

.block-editor__container .editor-styles-wrapper em {
  font-style: italic;
}

.block-editor__container .editor-styles-wrapper sup,
.block-editor__container .editor-styles-wrapper sub {
  font-size: 80%;
}

.block-editor__container .editor-styles-wrapper sup {
  vertical-align: super;
}

.block-editor__container .editor-styles-wrapper sub {
  vertical-align: sub;
}

.block-editor__container .editor-styles-wrapper blockquote {
  width: 100%;
  line-height: 2;
  padding: 40px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #6a6a6a;
  background-color: #eee;
  display: block;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper blockquote {
    padding: 5.12821vw;
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper blockquote {
    padding: 10.25641vw;
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper blockquote * {
  color: inherit;
}

.block-editor__container .editor-styles-wrapper blockquote:before, .block-editor__container .editor-styles-wrapper blockquote:after {
  width: 21px;
  height: 16px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper blockquote:before, .block-editor__container .editor-styles-wrapper blockquote:after {
    width: 2.69231vw;
    height: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper blockquote:before, .block-editor__container .editor-styles-wrapper blockquote:after {
    width: 5.38462vw;
    height: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper blockquote:before {
  background-image: url("../images/icon/editor/quate_top_2x.png");
  top: 13px;
  left: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper blockquote:before {
    top: 1.66667vw;
    left: 1.66667vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper blockquote:before {
    top: 3.33333vw;
    left: 3.33333vw;
  }
}

.block-editor__container .editor-styles-wrapper blockquote:after {
  background-image: url("../images/icon/editor/quate_bottom_2x.png");
  right: 20px;
  bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper blockquote:after {
    right: 2.5641vw;
    bottom: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper blockquote:after {
    right: 5.12821vw;
    bottom: 5.12821vw;
  }
}

.block-editor__container .editor-styles-wrapper blockquote > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper blockquote > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper blockquote > * {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper blockquote > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper blockquote p {
  line-height: 2;
  position: relative;
  z-index: 2;
}

.block-editor__container .editor-styles-wrapper blockquote cite,
.block-editor__container .editor-styles-wrapper blockquote .wp-block-quote__citation {
  width: 100%;
  line-height: 2;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: right;
  display: block;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper blockquote cite,
  .block-editor__container .editor-styles-wrapper blockquote .wp-block-quote__citation {
    line-height: 1.8;
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper blockquote cite,
  .block-editor__container .editor-styles-wrapper blockquote .wp-block-quote__citation {
    line-height: 1.8;
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper ul {
  line-height: 2;
  padding-left: 1.2em;
  list-style: disc;
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper ul {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper ul {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper ul li {
  list-style: disc;
}

.block-editor__container .editor-styles-wrapper ol {
  line-height: 2;
  padding-left: 1.2em;
  list-style: decimal;
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper ol {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper ol {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper ol li {
  list-style: decimal;
}

.block-editor__container .editor-styles-wrapper li {
  line-height: 2;
  margin-top: 0.5em;
  font-size: inherit;
  letter-spacing: 0.02em;
}

.block-editor__container .editor-styles-wrapper li:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper li li {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper pre.wp-block-code {
  width: 100%;
  padding: 30px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 6px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper pre.wp-block-code {
    padding: 3.84615vw;
    border-radius: 0.76923vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper pre.wp-block-code {
    padding: 7.69231vw;
    border-radius: 1.53846vw;
  }
}

.block-editor__container .editor-styles-wrapper pre.wp-block-code code {
  line-height: 2;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper pre.wp-block-code code {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper pre.wp-block-code code {
    font-size: 3.58974vw;
  }
}

.wp-admin .block-editor__container .editor-styles-wrapper .wp-block[data-align="left"] .wp-block-table {
  width: auto;
  margin-right: auto;
  margin-left: 0;
  float: none;
}

.wp-admin .block-editor__container .editor-styles-wrapper .wp-block[data-align="left"] table {
  margin-right: auto;
  margin-left: 0;
}

.wp-admin .block-editor__container .editor-styles-wrapper .wp-block[data-align="center"] .wp-block-table {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.wp-admin .block-editor__container .editor-styles-wrapper .wp-block[data-align="center"] table {
  margin-right: auto;
  margin-left: auto;
}

.wp-admin .block-editor__container .editor-styles-wrapper .wp-block[data-align="right"] .wp-block-table {
  width: auto;
  margin-right: 0;
  margin-left: auto;
  float: none;
}

.wp-admin .block-editor__container .editor-styles-wrapper .wp-block[data-align="right"] table {
  margin-right: 0;
  margin-left: auto;
}

.block-editor__container .editor-styles-wrapper .wp-block-table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: none;
  display: block;
  overflow: auto;
  clear: both;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .wp-block-table .alignleft {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  float: none;
}

.block-editor__container .editor-styles-wrapper .wp-block-table .aligncenter {
  margin: 0 auto;
  float: none;
}

.block-editor__container .editor-styles-wrapper .wp-block-table .alignright {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  float: none;
}

.block-editor__container .editor-styles-wrapper .wp-block-table > * {
  margin-top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .wp-block-table > * {
    margin-top: 0.76923vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .wp-block-table > * {
    margin-top: 1.53846vw;
  }
}

.block-editor__container .editor-styles-wrapper .wp-block-table > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .wp-block-table table {
  font-size: 14px;
  letter-spacing: 0.02em;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .wp-block-table table {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .wp-block-table table {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper .wp-block-table table th {
  line-height: 1.8;
  padding: 1em;
  font-size: inherit;
  letter-spacing: 0.02em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .wp-block-table table td {
  line-height: 1.8;
  padding: 1em;
  font-size: inherit;
  letter-spacing: 0.02em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .wp-block-table thead th,
.block-editor__container .editor-styles-wrapper .wp-block-table thead td {
  background-color: #eee;
}

.block-editor__container .editor-styles-wrapper .wp-block-table tfoot th,
.block-editor__container .editor-styles-wrapper .wp-block-table tfoot td {
  background-color: #eee;
}

.block-editor__container .editor-styles-wrapper .wp-block-table figcaption {
  width: 100%;
  line-height: 1.8;
  font-size: 12px;
  text-align: right;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .wp-block-table figcaption {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .wp-block-table figcaption {
    font-size: 3.07692vw;
  }
}

.wp-admin .block-editor__container .editor-styles-wrapper .wp-block[data-align="left"] .wp-block-image {
  width: auto;
  margin-right: auto;
  margin-left: 0;
  float: none;
}

.wp-admin .block-editor__container .editor-styles-wrapper .wp-block[data-align="center"] .wp-block-image {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.wp-admin .block-editor__container .editor-styles-wrapper .wp-block[data-align="right"] .wp-block-image {
  width: auto;
  margin-right: 0;
  margin-left: auto;
  float: none;
}

.block-editor__container .editor-styles-wrapper .wp-block-image {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  clear: both;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .wp-block-image.is-style-rounded img {
    border-radius: 1.28205vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .wp-block-image.is-style-rounded img {
    border-radius: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .wp-block-image .alignleft {
    margin: 0 auto;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .wp-block-image .aligncenter {
    margin: 0 auto;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .wp-block-image .alignright {
    margin: 0 auto;
    float: none;
  }
}

.block-editor__container .editor-styles-wrapper .wp-block-image.alignleft {
  float: left;
}

.block-editor__container .editor-styles-wrapper .wp-block-image.alignright {
  float: right;
}

.block-editor__container .editor-styles-wrapper .wp-block-image > img {
  max-width: 100%;
}

.block-editor__container .editor-styles-wrapper .wp-block-image figcaption {
  width: 100%;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  text-align: center;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .wp-block-image figcaption:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .wp-block-image figcaption {
    margin-top: 0.76923vw;
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .wp-block-image figcaption {
    margin-top: 1.53846vw;
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper iframe,
.block-editor__container .editor-styles-wrapper video {
  max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper iframe,
  .block-editor__container .editor-styles-wrapper video {
    width: 100% !important;
    height: 56.25vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .wp-block-video figcaption {
  width: 100%;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  text-align: center;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .wp-block-video figcaption:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .wp-block-video figcaption {
    margin-top: 0.76923vw;
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .wp-block-video figcaption {
    margin-top: 1.53846vw;
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper hr.wp-block-separator {
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  display: block;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.block-editor__container .editor-styles-wrapper hr.wp-block-separator.is-style-dots {
  width: 100%;
  max-width: none;
  height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper hr.wp-block-separator.is-style-dots {
    height: 5.12821vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper hr.wp-block-separator.is-style-dots {
    height: 10.25641vw;
  }
}

.block-editor__container .editor-styles-wrapper hr.wp-block-separator.is-style-dots:before {
  content: "···";
  font-size: 40px;
  letter-spacing: 1em;
  padding-left: 1em;
  font-family: serif;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper hr.wp-block-separator.is-style-dots:before {
    font-size: 5.12821vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper hr.wp-block-separator.is-style-dots:before {
    font-size: 10.25641vw;
  }
}

.block-editor__container .editor-styles-wrapper hr.wp-block-separator:not(.has-background) {
  background-color: #ccc;
}

.block-editor__container .editor-styles-wrapper hr.wp-block-separator:not(.has-background).is-style-dots:before {
  color: #ccc;
}

.block-editor__container .editor-styles-wrapper .textArea .text {
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .textArea .text {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .textArea .text {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockIntroTextArea {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIntroTextArea + .blockIntroTextArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIntroTextArea + .blockIntroTextArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIntroTextArea + .blockIntroTextArea {
    margin-top: 4.10256vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .blockIntroTextArea .blockIntroText > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIntroTextArea .blockIntroText > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIntroTextArea .blockIntroText > * {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockIntroTextArea .blockIntroText > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockIntroTextArea .blockIntroText p {
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIntroTextArea .blockIntroText p {
    font-size: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIntroTextArea .blockIntroText p {
    font-size: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockProfileArea {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockProfileArea + .blockProfileArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea + .blockProfileArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea + .blockProfileArea {
    margin-top: 4.10256vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfileList > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfileList > * {
    margin-top: sizetab(16);
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfileList > * {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfileList > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile {
  width: 100%;
  padding: 30px;
  background-color: #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile {
    padding: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile {
    width: 100vw;
    padding: 7.69231vw 5.12821vw;
    margin-left: -5vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .blockProfileInner {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .photo {
  width: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .photo {
    width: 15.38462vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .photo {
    width: 25.64103vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .photo > .img {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .photo > .img > img {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail {
  width: calc(100% - (180px + 20px));
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail {
    width: calc(100% - (17.94872vw));
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail {
    width: calc(100% - (30.76923vw));
  }
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail > * {
  margin-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail > * {
    margin-top: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail > * {
    margin-top: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail .titleArea .profileTitle {
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail .titleArea .profileTitle {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail .titleArea .profileTitle {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail .nameArea > p {
  line-height: 1.4;
  font-size: 12px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail .nameArea > p {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail .nameArea > p {
    line-height: 1.8;
    font-size: 3.07692vw;
    flex-wrap: wrap;
  }
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail .nameArea > p .name {
  font-weight: bold;
  white-space: nowrap;
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail .nameArea > p .katagaki {
  margin-left: 0.5em;
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .detail .nameArea > p .katagaki:before {
  content: "/";
  margin-right: 0.5em;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .textArea {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .textArea .profileText {
  line-height: 1.6;
  font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .textArea .profileText {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .textArea .profileText {
    line-height: 1.8;
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockProfileArea .blockProfile .textArea .profileText * {
  line-height: inherit;
  font-size: inherit;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea + .blockIndexArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea + .blockIndexArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea + .blockIndexArea {
    margin-top: 4.10256vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap {
  width: 100%;
  padding: 30px;
  background-color: #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap {
    padding: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap {
    width: 100vw;
    padding: 5.12821vw;
    margin-left: -5vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn {
  width: 100%;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  color: #000;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:visited, .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:focus, .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:active {
  color: #000;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:after {
  width: 18px;
  height: 9px;
  content: "";
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6.444" viewBox="0 0 12 6.444"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(-0.281 -6.222)" /></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6.444" viewBox="0 0 12 6.444"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(-0.281 -6.222)" /></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transform: translateY(-50%) rotate(0deg);
  position: absolute;
  top: 50%;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:after {
    width: 2.30769vw;
    height: 1.15385vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn:after {
    width: 4.61538vw;
    height: 2.30769vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn > span {
  line-height: 1;
  margin-left: 1em;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn > span:first-child {
  margin-left: 0;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .en {
  font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .en {
    font-size: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .en {
    font-size: 7.69231vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .jp {
  margin-top: 0.5em;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .jp {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dt > .blockIndexAcrBtn .jp {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd {
  width: 100%;
  margin-top: 35px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd {
    margin-top: 4.48718vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd {
    margin-top: 8.97436vw;
  }
}

.wp-admin .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd {
  display: block;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > * {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > * {
    margin-top: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > * {
    margin-top: 7.69231vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndexList > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > * {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > * {
    margin-top: 2.5641vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > * {
    margin-top: 5.12821vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea .blockIndexTitle {
  width: 100%;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea .blockIndexTitle {
    font-size: 2.30769vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea .blockIndexTitle {
    font-size: 4.61538vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle {
  text-decoration: underline;
  color: #000;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:visited, .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:focus, .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:active {
  color: #000;
}

@media only screen and (min-width: 1080px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .titleArea a.blockIndexTitle:hover {
    text-decoration: none;
  }
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList.noIndent > ul > li {
  padding-left: 0;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li {
  line-height: 1.6;
  padding-left: 1em;
  margin-top: 20px;
  list-style: none;
  font-size: 18px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li {
    margin-top: 2.5641vw;
    font-size: 2.30769vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li {
    margin-top: 5.12821vw;
    font-size: 4.61538vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a,
.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span {
  line-height: inherit;
  font-size: inherit;
  color: #000;
}

.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a:visited, .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a:focus, .block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > a:active,
.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span:visited,
.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span:focus,
.block-editor__container .editor-styles-wrapper .blockIndexArea .blockIndexWrap > dl > dd .blockIndex .indexLinkList > ul > li > span:active {
  color: #000;
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea + .blockRelatedArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockRelatedArea + .blockRelatedArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockRelatedArea + .blockRelatedArea {
    margin-top: 4.10256vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockRelatedArea > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockRelatedArea > * {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList {
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0;
  list-style: none;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li {
  line-height: 1.6;
  margin-top: 30px;
  list-style: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li {
    margin-top: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li {
    margin-top: 7.69231vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li > a,
.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li > span {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li > a,
  .block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li > span {
    align-items: flex-start;
  }
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li > a {
  text-decoration: none;
  color: #000;
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li > a::after {
  display: none;
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li .imageWrap {
  width: 28%;
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li .contentWrap {
  padding-left: 4%;
  width: 72%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li .contentWrap .title {
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  border-bottom: none;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li .contentWrap .title {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li .contentWrap .title {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li .contentWrap .text {
  position: relative;
  display: inline-block;
  margin-top: 10px !important;
  padding-right: 15px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li .contentWrap .text {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li .contentWrap .text {
    margin-top: 2.5641vw !important;
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockRelatedArea .blockRelatedList > li .contentWrap .text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.block-editor__container .editor-styles-wrapper .blockInfoArea {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea + .blockInfoArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea + .blockInfoArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea + .blockInfoArea {
    margin-top: 4.10256vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea > * {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList > * {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo {
  width: 100%;
  padding: 40px;
  background-color: #eee;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo {
    padding: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo {
    width: 100vw;
    padding: 7.69231vw 5.12821vw;
    margin-left: -5vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo > dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo > dl {
    flex-wrap: wrap;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .photo {
  width: 31.25%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .photo {
    width: 100%;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .photo .img {
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .photo .img {
    width: 50%;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .photo .img > img {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail {
  width: 64%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail {
    width: 100%;
    margin-top: 7.69231vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail > * {
  margin-top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail > * {
    margin-top: 0.51282vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail > * {
    margin-top: 1.02564vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > * {
  margin-top: 12px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > * {
    margin-top: 1.53846vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > * {
    margin-top: 3.07692vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .titleArea > *:first-child {
  margin-top: 0 !important;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .infoTitle {
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .infoTitle {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .infoTitle {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .name {
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .name {
    font-size: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .titleArea .name {
    font-size: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information > * {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dt {
  line-height: 1.8;
  font-size: 12px;
  white-space: nowrap;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dt {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dt {
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dd {
  line-height: 1.8;
  font-size: 12px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dd {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .infoList > dl > dd {
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .notes {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .notes .text {
  line-height: 1.8;
  font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .notes .text {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .notes .text {
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
  line-height: 1;
  padding: 0.8em 1em 0.6em 1em;
  border: 2px solid #000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  color: #000;
}

.block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:visited, .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:focus, .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:active {
  color: #000;
}

@media only screen and (min-width: 1080px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
    transition-property: background-color,color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover {
    background-color: #000;
    color: #fff;
  }
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover:visited, .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover:focus, .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a:hover:active {
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInfoArea .blockInfoList .blockInfo .detail .information .btnArea > a {
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockQuateArea {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockQuateArea + .blockQuateArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockQuateArea + .blockQuateArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockQuateArea + .blockQuateArea {
    margin-top: 4.10256vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .blockQuateArea .blockQuate {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockQuateArea .blockQuate > * {
  margin-top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockQuateArea .blockQuate > * {
    margin-top: 0.51282vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockQuateArea .blockQuate > * {
    margin-top: 1.02564vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockQuateArea .blockQuate > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
  line-height: 1.6;
  font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockQuateArea .blockQuate .quateCopy .quateCopyInner * {
  font-size: inherit;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea > * {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterviewList {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterviewList > * {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterviewList > * {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterviewList > * {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterviewList > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > * {
    margin-top: 1.02564vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > * {
    margin-top: 2.05128vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dt > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dt > * {
    margin-top: 1.02564vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dt > * {
    margin-top: 2.05128vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dt > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dt .questionText {
  padding-left: 1.5em;
  box-sizing: border-box;
  position: relative;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dt .questionText:before {
  width: 0.8em;
  height: 2px;
  content: "";
  background-color: #000;
  display: block;
  transform: translateY(-50%);
  position: absolute;
  top: 1em;
  left: 0;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dd > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dd > * {
    margin-top: 1.02564vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dd > * {
    margin-top: 2.05128vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dd > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dd .answerText {
  line-height: 1.8;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dd .answerText {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dd .answerText {
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dd .answerText * {
  line-height: inherit;
  font-size: inherit;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dd .name {
  white-space: nowrap;
  font-weight: bold;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview > dl > dd .answerTextInner {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview .questionText {
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview .questionText {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockInterviewArea .blockInterview .questionText {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockBtnArea {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea + .blockBtnArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea + .blockBtnArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea + .blockBtnArea {
    margin-top: 4.10256vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.alignL {
  justify-content: flex-start;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.alignC {
  justify-content: center;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.alignR {
  justify-content: flex-end;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol1 > a {
  width: 100%;
  margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol1 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol1 > a {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol1 > a:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2 > a {
  width: 49%;
  margin-top: 16px;
  margin-left: 2%;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2 > a:nth-child(-n + 2) {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2 > a:nth-child(2n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2 > a {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2_sp1 > a {
  width: 49%;
  margin-top: 16px;
  margin-left: 2%;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(-n + 2) {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(2n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2_sp1 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2_sp1 > a {
    width: 100%;
    margin-top: 4.10256vw;
    margin-left: 0;
  }
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(-n + 2) {
    margin-top: 4.10256vw;
  }
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol2_sp1 > a:first-child {
    margin-top: 0;
  }
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3 > a:nth-child(-n + 3) {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3 > a:nth-child(3n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3 > a {
    margin-top: 4.10256vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp2 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n + 3) {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(3n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp2 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp2 > a {
    width: 49%;
    margin-top: 4.10256vw;
    margin-left: 2%;
  }
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n + 3) {
    margin-top: 4.10256vw;
  }
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n + 2) {
    margin-top: 0;
  }
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp1 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(-n + 3) {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(3n + 1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp1 > a {
    margin-top: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp1 > a {
    width: 100%;
    margin-top: 4.10256vw;
    margin-left: 0;
  }
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(-n + 3) {
    margin-top: 4.10256vw;
  }
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox.btnCol3_sp1 > a:first-child {
    margin-top: 0;
  }
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a {
  padding: 1em;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #1a73e8;
  color: #fff;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a:visited, .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a:focus, .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a:active {
  color: #fff;
}

@media only screen and (min-width: 1080px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a {
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a:hover {
    background-color: #8ebaf4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a {
    font-size: 1.79487vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a {
    font-size: 3.58974vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a.alignL {
  justify-content: flex-start;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a.alignC {
  justify-content: center;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a.alignR {
  justify-content: flex-end;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a .jp {
  line-height: 1;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a .en {
  line-height: 1;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a.enJpBtn .en, .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a.enBtn .en {
  line-height: 1.4;
  font-size: 130%;
  font-weight: 600;
  order: 1;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a.enJpBtn .jp, .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a.enBtn .jp {
  line-height: 1.4;
  margin-left: 0.5em;
  font-size: 80%;
  order: 2;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a.jpEnBtn .jp, .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a.jpBtn .jp {
  line-height: 1.4;
  font-size: 130%;
  font-weight: bold;
  order: 1;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a.jpEnBtn .en, .block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a.jpBtn .en {
  line-height: 1.4;
  margin-left: 0.5em;
  font-size: 80%;
  order: 2;
}

.block-editor__container .editor-styles-wrapper .blockBtnArea .btnListBox > a[target="_blank"]:after {
  order: 3;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea + .blockSliderImgArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea + .blockSliderImgArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea + .blockSliderImgArea {
    margin-top: 4.10256vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .blockSliderImg {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .blockSliderImg {
    padding-bottom: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .blockSliderImg {
    padding-bottom: 7.69231vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide {
  display: block;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide > * {
    margin-top: 1.02564vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide > * {
    margin-top: 2.05128vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide .photo {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide .photo .img {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide .photo .img > img {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide .detail {
  line-height: 1.8;
  font-size: 12px;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide .detail {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide .detail {
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .slide .detail p {
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderNext,
.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPrev {
  width: 40px;
  height: 120px;
  margin-top: 0;
  display: block;
  background-color: #fff;
  color: #1a73e8;
  transform: translateY(-50%);
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderNext:visited, .block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderNext:focus, .block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderNext:active,
.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPrev:visited,
.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPrev:focus,
.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPrev:active {
  color: #1a73e8;
}

@media only screen and (min-width: 1080px) {
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderNext,
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPrev {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderNext:hover,
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPrev:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderNext,
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPrev {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderNext,
  .block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPrev {
    display: none;
  }
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderNext:after,
.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPrev:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 30% auto;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderNext {
  right: 0;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderNext:after {
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6.444" height="12" viewBox="0 0 6.444 12"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(-6.222 12.281) rotate(-90)" /></svg>');
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPrev {
  left: 0;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPrev:after {
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="6.444" height="12" viewBox="0 0 6.444 12"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(12.666 -0.281) rotate(90)" /></svg>');
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPager {
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
}

.block-editor__container .editor-styles-wrapper .blockSliderImgArea .sliderPager .swiper-pagination-bullet-active {
  background-color: #1a73e8;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea + .blockIframeBoxArea {
  margin-top: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIframeBoxArea + .blockIframeBoxArea {
    margin-top: 2.05128vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIframeBoxArea + .blockIframeBoxArea {
    margin-top: 4.10256vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox > * {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox > * {
    margin-top: 1.02564vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox > * {
    margin-top: 2.05128vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox > *:first-child {
  margin-top: 0;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .iframeBox {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .iframeBox .code {
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .iframeBox .code > iframe,
.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .iframeBox .code > video {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_left .code {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_center .code {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_right .code {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code {
  width: 100%;
  max-width: none;
  padding-top: 56.25%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code > iframe,
.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code > video {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .detail {
  width: 100%;
  box-sizing: border-box;
}

.block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .detail .caption {
  width: 100%;
  line-height: 1.8;
  font-size: 12px;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .detail .caption {
    font-size: 1.53846vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockIframeBoxArea .blockIframeBox .detail .caption {
    font-size: 3.07692vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockflexArea .flexWrap {
  margin-top: 40px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockflexArea .flexWrap {
    margin-top: 10.25641vw;
  }
}

.block-editor__container .editor-styles-wrapper .blockflexArea .flexWrap:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockflexArea .flexWrap.spBlock {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockflexArea .flexWrap.spBlock .leftContentWrap,
  .block-editor__container .editor-styles-wrapper .blockflexArea .flexWrap.spBlock .rightContentWrap {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockflexArea .flexWrap.spBlock .leftContentWrap *:first-of-type,
  .block-editor__container .editor-styles-wrapper .blockflexArea .flexWrap.spBlock .rightContentWrap *:first-of-type {
    margin-bottom: 3.84615vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockflexArea .flexWrap.spBlock .leftContentWrap {
    margin: 6% 0 0;
  }
}

.block-editor__container .editor-styles-wrapper .blockflexArea .leftContentWrap,
.block-editor__container .editor-styles-wrapper .blockflexArea .rightContentWrap {
  width: 46.6%;
}

.block-editor__container .editor-styles-wrapper .blockflexArea .leftContentWrap *,
.block-editor__container .editor-styles-wrapper .blockflexArea .rightContentWrap * {
  margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockflexArea .leftContentWrap *,
  .block-editor__container .editor-styles-wrapper .blockflexArea .rightContentWrap * {
    margin-top: 2.5641vw !important;
  }
}

.block-editor__container .editor-styles-wrapper .blockflexArea .leftContentWrap *:first-child,
.block-editor__container .editor-styles-wrapper .blockflexArea .rightContentWrap *:first-child {
  margin-top: 0 !important;
}

.block-editor__container .editor-styles-wrapper .blockflexArea .leftContentWrap {
  margin-right: 6.8%;
}

.block-editor__container .editor-styles-wrapper .blockflexArea h3 {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .block-editor__container .editor-styles-wrapper .blockflexArea h3 {
    font-size: 2.05128vw;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor__container .editor-styles-wrapper .blockflexArea h3 {
    font-size: 4.10256vw;
  }
}
