@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.text {
  line-height: 2;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1.875;
}

@media (max-width: 1199.9px) and (min-width: 768px) {
  html.device_tab, html.device_sp {
    font-size: 1.3333333333vw;
  }
  html.device_tab .wrapper, html.device_tab .page_header, html.device_sp .wrapper, html.device_sp .page_header {
    min-width: auto;
  }
}
@media (max-width: 767.9px) {
  html {
    font-size: 4.2666vw;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #666666;
  font-weight: 400;
  font-family: "noto sans jp", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.serif, .book-film_list > li a .book-film_list_title,
.book-film_related_list > li a .book-film_list_title, .book-film_title, .portfolio_category_list li a, .portfolio_list li .portfolio_list_title, .portfolio_title_wrap .portfolio_cat_list, .portfolio_title_wrap .portfolio_title, .voice_detail .post_edit .voice_profilebox .name_wrap, .voice_title_wrap .voice_title, .voice_list .voice_list_box .name_wrap, .voice_list .voice_list_box .post_title, .post_edit h2, .profilebox .profilebox_modal_head > div p, .profilebox .profilebox_about p, .page_our-circle .page_edit > p:first-child, .healing_step .healing_step_dl .healing_step_dl_in dt, .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .en, .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .healing_event_list > li a .text_wrap .en_title, .healing_event_list > li a .text_wrap .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .en_title,
.healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .child_page_list > li a .text_wrap .en_title,
.child_page_list > li a .text_wrap .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .en_title, .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .healing_event .healing_event_list > li > a .text_wrap .cat, .healing_event .healing_event_list > li > a .text_wrap .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .cat, .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title, .training_modules .training_modules_list li, .healing_sub .text_wrap .page_sub_title, .healing_about_box .healing_bdr_title, .healing_top .page_title .en, .healing_top .page_title .healing_event .healing_event_list > li > a .text_wrap .cat, .healing_event .healing_event_list > li > a .text_wrap .healing_top .page_title .cat, .healing_top .page_title .healing_event_list > li a .text_wrap .en_title, .healing_event_list > li a .text_wrap .healing_top .page_title .en_title,
.healing_top .page_title .child_page_list > li a .text_wrap .en_title,
.child_page_list > li a .text_wrap .healing_top .page_title .en_title, .page_healing p, .page_healing li, .page_title.center .en02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.sans, .healing_event_list > li a .text_wrap .desc,
.child_page_list > li a .text_wrap .desc, .page_castellino-somatics-training .healing_top .healing_text_wrap p {
  font-family: "noto sans jp", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.en, .healing_event .healing_event_list > li > a .text_wrap .cat, .healing_event_list > li a .text_wrap .en_title,
.child_page_list > li a .text_wrap .en_title {
  font-family: "Helvetica Neue LT Std", "Inter", sans-serif;
  font-weight: 400;
}

.en02 {
  font-family: "Raleway", sans-serif;
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a [href=""] {
  pointer-events: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

input:focus,
textarea:focus {
  background: #f8f8f8 !important;
}

button {
  padding: 0;
}

figure {
  margin: 0;
}

img, video {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

video {
  width: 100%;
}

p {
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
}
.en-us p {
  letter-spacing: 0.02em;
}

b, strong {
  font-weight: 500;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.obj-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide:focus {
  outline: none;
}

.title {
  font-size: 3.5rem;
  line-height: 1.25;
  margin-bottom: 2.25rem;
}

@media (max-width: 767.9px) {
  .title {
    font-size: 2.75rem;
    margin-bottom: 1.75rem;
  }
}
picture img {
  width: 100%;
}

.obj_fit, .ft_bn_nav_list figure img,
.on_text_bn figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.on_fit, .ft_bn_nav_list a > .text_wrap,
.ft_bn_nav_list a > p,
.on_text_bn a > .text_wrap,
.on_text_bn a > p {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.tx_hidden {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

.f_en {
  font-family: "Libre Caslon Display", serif;
}

.btn_radius {
  min-height: 2.1875rem;
  border: 1px solid #FFFFFF;
  border-radius: 6.25rem;
  padding: 0.125rem 0.9375rem 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more_wrap {
  margin-top: 3.125rem;
}
.more_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  padding-left: 0.75rem;
}
.more_wrap li + li {
  margin-top: 1.25rem;
}

p.more_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
p.more_wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.more_btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  padding-bottom: 0.625rem;
  line-height: 1.5;
  color: #675E3F;
  border-bottom: 1px solid #675E3F;
}
.more_btn_link.bg {
  color: #ffffff;
  background: #837956;
  padding: 1.3125rem 2.5rem;
}
.more_btn_link.bg .more_btn {
  background-image: url("../img/icon_arw_w.svg");
}
.more_btn_link.bg.bdr {
  background: #ffffff;
  color: #675E3F;
  border: 1px solid #675E3F;
}
.more_btn_link.bg.bdr .more_btn {
  background-image: url("../img/icon_arw.svg");
}
.more_btn_link.bg.no_arw span:not(.more_btn) {
  text-align: center;
  margin-right: 0;
}
.more_btn_link:hover > span:not(.more_btn) {
  letter-spacing: 0.1em;
}
.more_btn_link .more_btn {
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more_btn_link > span:not(.more_btn) {
  margin-right: 1.25rem;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more_btn_link .more_btn {
  width: 1.875rem;
  height: 0.8125rem;
  background: url("../img/icon_arw.svg");
  background-size: contain;
  display: block;
  position: relative;
}

@media (max-width: 767.9px) {
  .more_wrap {
    margin-top: 2.1875rem;
  }
  .more_wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    padding-left: 0.75rem;
  }
  .more_wrap li + li {
    margin-top: 1.25rem;
  }
  .more_btn_link {
    font-size: 1.0625rem;
    padding-bottom: 0.625rem;
  }
  .more_btn_link.bg {
    padding: 0.9375rem 1.5625rem;
  }
  .more_btn_link > span:not(.more_btn) {
    margin-right: 0.875rem;
  }
  .more_btn_link .more_btn {
    width: 1.5rem;
    height: 0.65rem;
  }
}
.more_text {
  font-size: 1.25rem;
  padding-right: 3.125rem;
  padding-bottom: 0.1875rem;
  position: relative;
  -webkit-transition: letter-spacing 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: letter-spacing 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more_text::before, .more_text::after {
  content: "";
  display: block;
  position: absolute;
}
.more_text::before {
  width: 1.875rem;
  height: 0.8125rem;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
  background: url("../img/icon_arw.svg") center center no-repeat;
  background-size: contain;
}
.more_text::after {
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: 0;
  left: 0;
}
.more_text:hover {
  letter-spacing: 0.1em !important;
}
@media (max-width: 767.9px) {
  .more_text {
    font-size: 1.0625rem;
    padding-right: 2.5rem;
    padding-bottom: 0.1875rem;
  }
  .more_text::before {
    width: 1.5rem;
    height: 0.65rem;
    margin-top: -0.4rem;
  }
}
.ft_bn_nav_list a,
.on_text_bn a {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: block;
}
.ft_bn_nav_list a:hover img,
.on_text_bn a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ft_bn_nav_list a:hover > p .more_text:hover,
.on_text_bn a:hover > p .more_text:hover {
  letter-spacing: 0.18em;
}
.ft_bn_nav_list figure,
.on_text_bn figure {
  height: auto;
  aspect-ratio: 1000/250;
}
.ft_bn_nav_list figure img,
.on_text_bn figure img {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ft_bn_nav_list a > .text_wrap,
.ft_bn_nav_list a > p,
.on_text_bn a > .text_wrap,
.on_text_bn a > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ft_bn_nav_list a > .text_wrap .tx,
.ft_bn_nav_list a > p .tx,
.on_text_bn a > .text_wrap .tx,
.on_text_bn a > p .tx {
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}
.ft_bn_nav_list a > .text_wrap .more_text,
.ft_bn_nav_list a > p .more_text,
.on_text_bn a > .text_wrap .more_text,
.on_text_bn a > p .more_text {
  letter-spacing: 0.09em;
}

.on_text_bn {
  margin-top: 6.25rem;
  margin-bottom: 1.25rem;
}
.on_text_bn p {
  padding-bottom: 0.125rem;
}
.on_text_bn p .tx {
  font-size: 2.5rem;
  line-height: 1.425;
}
.on_text_bn.shop_info_bn {
  margin-bottom: 0;
}
.on_text_bn.shop_info_bn figure {
  margin-bottom: 0;
}

@media (max-width: 767.9px) {
  /*
  	.more_text {
  		font-size: fs(15);
  		padding-right: fs(10+5);
  		padding-bottom: fs(6);
  		&::before {
  			width: fs(4);
  			height: fs(8);
  			margin-top: fs(-4);
  		}
  	}
  	.ft_bn_nav_list,
  	.on_text_bn {
  		figure {
  			aspect-ratio: 335/162;
  		}
  		a > .text_wrap,
  		a > p {
  			.tx {
  				margin-bottom: fs(16);
  			}
  		}
  	}
  	.on_text_bn {
  		margin-top: fs(50);
  		margin-bottom: fs(20);
  		p {
  			padding-bottom: fs(10);
  			.tx {
  				font-size: fs(20);
  				line-height: (30/20);
  			}
  		}
  	}
  */
}
.space_l {
  letter-spacing: 0.5em;
}

.contents {
  width: 100%;
  overflow: hidden;
}

.inbox {
  max-width: 71.25rem;
  margin: 0 auto;
  position: relative;
  padding-inline: 1.25rem;
}
@media (max-width: 767.9px) {
  .inbox {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}

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

.att_text {
  position: relative;
}

.att_list {
  margin-top: 1em;
}
.att_list li {
  position: relative;
  padding-left: 1em;
  font-size: 0.875em;
}
.att_list li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

/* dis */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
span.page_link {
  display: block;
}

@media (min-width: 768px) {
  .wrapper, .page_header {
    min-width: 1140px;
  }
  .wrapper {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 6.875rem;
    overflow: hidden;
  }
  .wrapper .page_link {
    margin-top: -6.875rem;
    padding-top: 6.875rem;
  }
}
@media (max-width: 767.9px) {
  .wrapper {
    /*
    transition: .3s;
    padding-top: fs(92);
    overflow: hidden;
    &.no_lang {
    	padding-top: fs(60);
    }
    .page_link {
    	margin-top: fs(-80);
    	padding-top: fs(80);
    }
      */
  }
}
.wrapper {
  z-index: 2;
  position: relative;
}

.page_header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 4000;
  background: #fff;
}
.page_header a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page_header a:hover {
  opacity: 0.7;
}
.page_header .header_head {
  padding: 1.875rem 2.25rem 0 3.125rem;
  height: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.page_header .hd_logo {
  -webkit-transition: opacity 0.3s, width 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, width 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, width 0.3s;
  transition: transform 0.3s, opacity 0.3s, width 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 5001;
}
.page_header .hd_logo img {
  width: auto;
  height: 3.125rem;
  display: block;
}
.page_header .hd_nav {
  width: 100%;
  height: 100%;
  z-index: 5000;
  position: fixed;
  padding: 6.875rem 0;
  top: 0;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(1.875rem);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.wrapper:not(.menu_open) .page_header .hd_nav {
  opacity: 0;
  pointer-events: none;
}
.page_header .hd_nav .hd_nav_in {
  width: 100%;
  height: 100%;
  max-height: 33.25rem;
  overflow: auto;
  max-width: 57.5rem;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_header .hd_nav .hd_nav_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_header .hd_nav .hd_nav_dl {
  margin-right: 5.9375rem;
}
.page_header .hd_nav .hd_nav_dl:nth-child(2) {
  width: 21.375rem;
}
.page_header .hd_nav .hd_nav_dl:nth-child(2) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_header .hd_nav .hd_nav_dl dd {
  margin-top: 1.5625rem;
}
.page_header .hd_nav .hd_nav_link a span {
  display: block;
  line-height: 1;
}
.page_header .hd_nav .hd_nav_link a .en02 {
  color: #56A3B3;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}
.page_header .hd_nav .hd_nav_link a .ja {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #999999;
}
.page_header .hd_nav .hd_nav_in_link li {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.page_header .hd_nav .hd_nav_in_link li + li {
  margin-top: 1.25rem;
}
.page_header .hd_nav .hd_nav_list_wrap {
  width: 18.4375rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_header .hd_nav .hd_nav_list li + li {
  margin-top: 1.25rem;
}
.page_header .hd_nav .hd_nav_footer {
  margin-top: auto;
}
.page_header .hd_nav .tx_link {
  font-size: 0.75rem;
}
.page_header .hd_nav .hd_nav_footer {
  width: 18.4375rem;
  margin-left: auto;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_header .hd_nav .tx_link {
  font-size: 0.75rem;
}
.page_header .hd_nav .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_header .hd_nav .sns_link li {
  margin-left: 1.25rem;
}
.page_header .hd_nav .sns_link li a {
  display: block;
}
.page_header .hd_nav .sns_link .icon img {
  max-width: none;
  width: auto;
  height: 1.375rem;
}
.menu_open .page_header {
  top: 0;
}
.page_header .menu_bt {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0.375rem;
  z-index: 5201;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: 1px solid #666666;
  border-radius: 2.5rem;
}
.page_header .menu_bt span {
  width: 0.75rem;
  height: 1px;
  background: #666666;
  display: block;
  position: relative;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page_header .menu_bt span::before, .page_header .menu_bt span::after {
  content: "";
  width: 0.75rem;
  height: 1px;
  background: #666666;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.page_header .menu_bt span::before {
  top: -0.25rem;
}
.page_header .menu_bt span::after {
  bottom: -0.25rem;
}
.page_header .menu_bt.open {
  border-color: #56A3B3;
}
.page_header .menu_bt.open span {
  background: transparent;
}
.page_header .menu_bt.open span::before, .page_header .menu_bt.open span::after {
  background: #56A3B3;
}
.page_header .menu_bt.open span::before {
  top: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.page_header .menu_bt.open span::after {
  bottom: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.wrapper {
  padding-bottom: 11.25rem;
}

.page_footer {
  min-height: 22.5rem;
  color: #FFFFFF;
}
.page_footer img {
  display: block;
}
.page_footer a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page_footer a:hover {
  opacity: 0.7;
}
.page_footer {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#8FD9DB), to(#56A3B3)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #8FD9DB 0%, #56A3B3 100%) 0% 0% no-repeat padding-box;
}
.page_footer .ft_menu {
  padding: 3.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_footer .ft_menu .ft_menu_side {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_footer .ft_menu .ft_logo {
  width: 7.375rem;
}
.page_footer .ft_menu .copy {
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  margin-top: auto;
}
.page_footer .ft_nav .ft_nav_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_footer .ft_nav .ft_nav_dl:nth-child(1) {
  margin-right: 5.3125rem;
}
.page_footer .ft_nav .ft_nav_dl:nth-child(2) {
  margin-right: 3.125rem;
}
.page_footer .ft_nav .ft_nav_dl:nth-child(2) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_footer .ft_nav .ft_nav_dl:nth-child(2) dd .ft_nav_in_link:nth-child(1) {
  margin-right: 3.625rem;
}
.page_footer .ft_nav .ft_nav_dl dt {
  margin-bottom: 1.125rem;
}
.page_footer .ft_nav .ft_nav_link a {
  font-size: 0.875rem;
}
.page_footer .ft_nav .ft_nav_in_link li {
  font-size: 0.8125rem;
}
.page_footer .ft_nav .ft_nav_in_link li + li {
  margin-top: 0.875rem;
}
.page_footer .ft_nav .ft_nav_list_wrap {
  width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_footer .ft_nav .ft_nav_footer {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_footer .ft_nav .tx_link {
  font-size: 0.75rem;
}
.page_footer .ft_nav .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_footer .ft_nav .sns_link li {
  margin-left: 1.25rem;
}
.page_footer .ft_nav .sns_link li a {
  display: block;
}
.page_footer .ft_nav .sns_link .icon img {
  max-width: none;
  width: auto;
  height: 1.25rem;
}

.page_contents {
  padding-top: 4.375rem;
}
.page_contents .inbox {
  max-width: 70.5rem;
  margin: 0 auto;
  position: relative;
}
.page_contents .inbox .page_title {
  width: 18rem;
}

.page_title span {
  display: block;
}
.page_title .en02 {
  font-size: 2rem;
  font-weight: 500;
  color: #56A3B3;
  line-height: 1.2333333333;
  letter-spacing: 0;
}
.page_title .en02:only-child {
  margin-bottom: 1.875rem;
}
.page_title .ja {
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.05em;
  margin-top: 0.375rem;
}
.page_title.center {
  width: 100% !important;
  text-align: center;
}
.page_title.center .en02 {
  font-size: 1.875rem;
  line-height: 1.4666666667;
}
.page_title.center .ja {
  font-size: 1.375rem;
  line-height: 1.4090909091;
  letter-spacing: 1em;
  margin-top: 0.875rem;
}

.page_edit {
  max-width: 44.5rem;
  margin-left: 18rem;
  color: #333333;
}
.page_edit p, .page_edit li {
  line-height: 2.1428571429;
}
.page_edit ul.wp-block-list li {
  position: relative;
  padding-left: 1em;
}
.page_edit ul.wp-block-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.dot_list li {
  padding-left: 1em;
  position: relative;
}
.dot_list li::before {
  width: 1em;
  text-align: center;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.page_healing .page_contents,
.page_castellino-somatics-training .page_contents,
.page_prenatal-perinatal-somatic-healing-workshop .page_contents {
  padding-top: 3.375rem;
}

.page_healing,
.page_castellino-somatics-training,
.page_prenatal-perinatal-somatic-healing-workshop {
  position: relative;
}
.page_healing::before,
.page_castellino-somatics-training::before,
.page_prenatal-perinatal-somatic-healing-workshop::before {
  width: 100%;
  height: 100%;
  content: "";
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(12%, #FCB8D5), color-stop(31%, #ACE5FF), color-stop(65%, #C5EDED), color-stop(79%, #FCF8CB), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FCB8D5 12%, #ACE5FF 31%, #C5EDED 65%, #FCF8CB 79%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page_healing .healing_title span,
.page_castellino-somatics-training .healing_title span,
.page_prenatal-perinatal-somatic-healing-workshop .healing_title span {
  display: block;
}
.page_healing .healing_title .en02,
.page_castellino-somatics-training .healing_title .en02,
.page_prenatal-perinatal-somatic-healing-workshop .healing_title .en02 {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #56A3B3;
  font-weight: 500;
}
.page_healing .healing_title .ja,
.page_castellino-somatics-training .healing_title .ja,
.page_prenatal-perinatal-somatic-healing-workshop .healing_title .ja {
  margin-top: 0.9375rem;
  font-size: 1.5625rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.page_healing,
.page_castellino-somatics-training,
.page_prenatal-perinatal-somatic-healing-workshop {
  color: #333333;
}
.page_healing img,
.page_castellino-somatics-training img,
.page_prenatal-perinatal-somatic-healing-workshop img {
  width: 100%;
}

.page_healing p, .page_healing li {
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.05em;
}
.page_healing .dot_list {
  margin-block: 2.1875em;
}

.page_castellino-somatics-training::before {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(12%, #ACE5FF), color-stop(31%, #C5EDED), color-stop(55%, #FCF8CB), color-stop(79%, #FCB8D5), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #ACE5FF 12%, #C5EDED 31%, #FCF8CB 55%, #FCB8D5 79%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.page_castellino-somatics-training .healing_top .healing_text_wrap {
  max-width: 44.5rem;
}
.page_castellino-somatics-training .healing_top .healing_text_wrap p {
  font-weight: 400;
}
.page_castellino-somatics-training .healing_top .healing_text_wrap p + p {
  margin-top: 2em;
}

.page_prenatal-perinatal-somatic-healing-workshop::before {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(13%, #C5EDED), color-stop(34%, #FCF8CB), color-stop(49%, #FCB8D5), color-stop(74%, #ACE5FF), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #C5EDED 13%, #FCF8CB 34%, #FCB8D5 49%, #ACE5FF 74%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.2;
}

.healing_top_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.healing_top_thumb {
  width: 58.345534407%;
}
.healing_top_thumb img {
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.healing_top .page_title {
  padding-left: 6.8814055637%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.healing_top .page_title span {
  display: block;
}
.healing_top .page_title .en, .healing_top .page_title .healing_event .healing_event_list > li > a .text_wrap .cat, .healing_event .healing_event_list > li > a .text_wrap .healing_top .page_title .cat, .healing_top .page_title .healing_event_list > li a .text_wrap .en_title, .healing_event_list > li a .text_wrap .healing_top .page_title .en_title,
.healing_top .page_title .child_page_list > li a .text_wrap .en_title,
.child_page_list > li a .text_wrap .healing_top .page_title .en_title {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  color: #56A3B3;
  font-weight: 500;
}
.healing_top .page_title .jp {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.5909090909;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.healing_top .inbox {
  max-width: 60.9375rem;
  margin-top: 6.25rem;
}
.healing_top .healing_title {
  padding-left: 0.9375rem;
}
.healing_top .healing_text_wrap {
  max-width: 39.6875rem;
  margin-top: 3.125rem;
  margin-left: auto;
}

.healing_about_box {
  max-width: 51.5rem;
  margin-left: 5.75rem;
}
.healing_about_box + div {
  margin-top: 5.9375rem;
}
.healing_about_box .healing_bdr_title {
  padding-left: 8.625rem;
  margin-bottom: 3rem;
  position: relative;
  font-size: 1.5625rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.healing_about_box .healing_bdr_title::before {
  content: "";
  width: 6.75rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #56A3B3;
}
.healing_about_box .healing_text_wrap {
  max-width: 40.75rem;
  margin-left: auto;
}
.healing_about_box.box02 {
  max-width: 50.375rem;
  margin-left: 15.125rem;
}
.healing_about_box.box02 .healing_text_wrap {
  max-width: 39.75rem;
}
.healing_about_box.box03 {
  max-width: 50rem;
  margin-left: 3.25rem;
}
.healing_about_box.box03 .dot_list {
  margin-top: 0;
}
.healing_about_box.box03 .healing_text_wrap {
  max-width: 35.625rem;
}
.healing_about_box.box04 {
  max-width: 51rem;
  margin-left: 11.75rem;
}
.healing_about_box.box04 .healing_text_wrap {
  max-width: 39.25rem;
}

.healing_about,
.healing_work {
  width: 100%;
  overflow: hidden;
}
.healing_about .inbox,
.healing_work .inbox {
  max-width: 70.5rem;
  margin-top: 6.25rem;
}
.healing_about .healing_title,
.healing_work .healing_title {
  margin-bottom: 3.625rem;
}

.healing_about {
  margin-top: 6.25rem;
  padding-bottom: 5rem;
}
.healing_about_thumb {
  width: 69.1800878477%;
  margin-left: auto;
}
.healing_about_thumb img {
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.healing_about_contents {
  padding-right: 1.875rem;
  position: relative;
}
.healing_about .spiral_5s {
  width: 39.875rem;
  position: absolute;
  top: 21.5rem;
  left: -12.375rem;
}

.healing_work {
  padding-bottom: 12.5rem;
}
.healing_work_thumb {
  width: 69.1800878477%;
}
.healing_work_thumb img {
  height: 33.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.healing_work .spiral_10 {
  width: 37.125rem;
  position: absolute;
  top: -14rem;
  right: -23.8125rem;
}

.healing_child {
  margin-bottom: 1.25rem;
  padding-block: 6.25rem;
  background: rgba(204, 204, 204, 0.3);
}

.healing_event_list,
.child_page_list {
  max-width: 63.75rem !important;
}
.healing_event_list > li,
.child_page_list > li {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 1.25rem 1.25rem 0;
}
.healing_event_list > li + li,
.child_page_list > li + li {
  margin-top: 2.5rem;
}
.healing_event_list > li a,
.child_page_list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.healing_event_list > li a::after,
.child_page_list > li a::after {
  width: 1.75rem;
  height: 1.75rem;
  background: url("../img/common/btn_arrow.svg");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: "";
  right: 2.5rem;
  bottom: 1.875rem;
  position: absolute;
}
.healing_event_list > li a:hover figure img,
.child_page_list > li a:hover figure img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.healing_event_list > li a figure,
.child_page_list > li a figure {
  width: 52.0408163265%;
  overflow: hidden;
  position: relative;
}
.healing_event_list > li a figure img,
.child_page_list > li a figure img {
  width: 100%;
  height: 100%;
  min-height: 17.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.healing_event_list > li a .text_wrap,
.child_page_list > li a .text_wrap {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 3.125rem 5.25rem 3.75rem 3.125rem;
}
.healing_event_list > li a .text_wrap_in,
.child_page_list > li a .text_wrap_in {
  max-width: 20.125rem;
}
.healing_event_list > li a .text_wrap .en_title,
.child_page_list > li a .text_wrap .en_title {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  line-height: 1;
}
.healing_event_list > li a .text_wrap .title,
.child_page_list > li a .text_wrap .title {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.healing_event_list > li a .text_wrap .title span,
.child_page_list > li a .text_wrap .title span {
  display: inline-block;
}
.healing_event_list > li a .text_wrap .desc,
.child_page_list > li a .text_wrap .desc {
  margin-top: 2.75rem;
  line-height: 2;
  font-size: 0.875rem;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.healing_event_list > li a .text_wrap .desc span,
.child_page_list > li a .text_wrap .desc span {
  display: inline-block;
}

.page_castellino-somatics-training p, .page_castellino-somatics-training li,
.page_prenatal-perinatal-somatic-healing-workshop p,
.page_prenatal-perinatal-somatic-healing-workshop li {
  letter-spacing: 0;
  line-height: 2;
}
.page_castellino-somatics-training .healing_top .healing_text_wrap > *,
.page_prenatal-perinatal-somatic-healing-workshop .healing_top .healing_text_wrap > * {
  margin-block: 2em;
}
.page_castellino-somatics-training .healing_top .healing_text_wrap > *:last-child,
.page_prenatal-perinatal-somatic-healing-workshop .healing_top .healing_text_wrap > *:last-child {
  margin-bottom: 0;
}
.page_castellino-somatics-training .healing_about .inbox,
.page_prenatal-perinatal-somatic-healing-workshop .healing_about .inbox {
  max-width: 57rem;
  margin-top: 0;
}
.page_castellino-somatics-training .healing_about .healing_title,
.page_prenatal-perinatal-somatic-healing-workshop .healing_about .healing_title {
  margin-bottom: 0;
}
.page_castellino-somatics-training .healing_about .healing_title .ja,
.page_prenatal-perinatal-somatic-healing-workshop .healing_about .healing_title .ja {
  font-size: 1.375rem;
}
.page_castellino-somatics-training .healing_about .healing_text_wrap,
.page_prenatal-perinatal-somatic-healing-workshop .healing_about .healing_text_wrap {
  max-width: 44.5rem;
  margin-left: auto;
}
.page_castellino-somatics-training .healing_about .healing_text_wrap.about01,
.page_prenatal-perinatal-somatic-healing-workshop .healing_about .healing_text_wrap.about01 {
  margin-top: 3.125rem;
  margin-bottom: 5.9375rem;
}
.page_castellino-somatics-training .healing_about .healing_text_wrap.about02,
.page_prenatal-perinatal-somatic-healing-workshop .healing_about .healing_text_wrap.about02 {
  margin-top: 1.75rem;
}
.page_castellino-somatics-training .healing_about .healing_text_wrap .dot_list,
.page_prenatal-perinatal-somatic-healing-workshop .healing_about .healing_text_wrap .dot_list {
  margin-block: 2em;
}
.page_castellino-somatics-training .healing_about .healing_text_wrap .dot_list:last-child,
.page_prenatal-perinatal-somatic-healing-workshop .healing_about .healing_text_wrap .dot_list:last-child {
  margin-bottom: 0;
}

.page_prenatal-perinatal-somatic-healing-workshop .healing_top .healing_text_wrap {
  max-width: 45.9375rem;
  margin-top: 2.5rem;
}
.page_prenatal-perinatal-somatic-healing-workshop .healing_top .healing_text_wrap > * {
  max-width: 38.625rem;
}

.healing_sub {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.healing_sub .healing_sub_thumb {
  width: 44.5827232796%;
}
.healing_sub .healing_sub_thumb img {
  min-height: 23.25rem;
  -o-object-position: center;
     object-position: center;
}
.healing_sub .text_wrap {
  max-width: 26.875rem;
}
.page_prenatal-perinatal-somatic-healing-workshop .healing_sub .text_wrap {
  max-width: 28.25rem;
}
.healing_sub .text_wrap {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 6.8814055637%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.healing_sub .text_wrap .page_sub_title {
  width: 100%;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}
.healing_sub .text_wrap .page_sub_title > span {
  display: inline-block;
}
.healing_sub .text_wrap .page_sub_title ~ * {
  width: 100%;
}
.healing_sub .text_wrap .page_sub_title ~ * + * {
  margin-top: 2em;
}

.training_modules {
  max-width: 50.875rem;
  margin: 0 auto;
  position: relative;
  padding: 6.25rem 3.125rem;
  background: rgba(197, 237, 237, 0.2);
  border-radius: 1.25rem;
}
.training_modules .training_modules_title {
  text-align: center;
  color: #56A3B3;
  margin-bottom: 2.5rem;
}
.training_modules .training_modules_title span {
  display: block;
  line-height: 1;
}
.training_modules .training_modules_title .en02 {
  font-size: 1.5rem;
  font-weight: 500;
}
.training_modules .training_modules_title .ja {
  margin-top: 0.4375rem;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
.training_modules > p,
.training_modules .training_modules_list_wrap {
  max-width: 35.5rem;
  margin: 0 auto;
  position: relative;
}
.training_modules .training_modules_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.training_modules .training_modules_list {
  margin-top: 2.8125rem;
  max-width: 35.5rem;
  counter-reset: number 0;
}
.training_modules .training_modules_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.4375;
}
.training_modules .training_modules_list li + li {
  margin-top: 0.9375rem;
}
.training_modules .training_modules_list li::before {
  color: #56A3B3;
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: "Module " counter(number); /* 表示形式を指定 */
}
.training_modules .training_modules_list li span {
  margin-left: 1.5625rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.healing_event {
  margin-top: 12.5rem;
  background: rgba(204, 204, 204, 0.3);
  padding-block: 6.25rem;
}
.healing_event .healing_event_title {
  text-align: center;
}
.healing_event .healing_event_title span {
  display: block;
}
.healing_event .healing_event_title .en02 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #56A3B3;
}
.healing_event .healing_event_title .ja {
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
.healing_event .healing_event_list {
  margin-top: 6.25rem;
}
.healing_event .healing_event_list > li > a .text_wrap .cat {
  display: block;
  line-height: 1;
  margin-bottom: 0.3125rem;
}
.healing_event .healing_event_list > li > a .text_wrap h3 {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.healing_event .healing_event_list > li > a .text_wrap h3 .ja {
  font-weight: bold;
}
.healing_event .healing_event_list > li > a .text_wrap h3 .ja > span {
  display: inline-block;
}
.page_prenatal-perinatal-somatic-healing-workshop .healing_event .healing_event_list > li > a .text_wrap h3 .ja > span {
  display: inline;
}
.healing_event .healing_event_list > li > a .text_wrap .period {
  margin-top: 1em;
}
.healing_event .healing_event_list > li > a .text_wrap .dates {
  margin-top: 0.35em;
  counter-reset: number;
}
.healing_event .healing_event_list > li > a .text_wrap .dates li::before {
  counter-increment: number;
  content: counter(number, upper-alpha) ": ";
}
.healing_principles {
  padding-block: 6.25rem;
  background: rgba(197, 237, 237, 0.3);
}
.healing_principles .inbox {
  max-width: 70.5rem;
}
.healing_principles .inbox > p {
  max-width: 33.625rem;
  margin: 0 auto;
  position: relative;
}
.healing_principles .healing_principles_title {
  text-align: center;
  margin-bottom: 3.75rem;
}
.healing_principles .healing_principles_title span {
  color: #56A3B3;
  display: block;
  line-height: 1;
}
.healing_principles .healing_principles_title .en02 {
  font-size: 1.75rem;
  line-height: 1.1785714286;
  font-weight: 500;
}
.healing_principles .healing_principles_title .ja {
  margin-top: 0.375rem;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
.healing_principles .healing_principles_list_wrap {
  width: calc(50vw + 34rem - 0.4375rem);
  margin-top: 4.75rem;
}
.healing_principles .healing_principles_list_wrap .healing_principles_list_in {
  overflow: auto;
  padding-bottom: 1.25rem;
  margin-bottom: 5rem;
}
.healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  counter-reset: number 0;
}
.healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li {
  width: 27.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 2rem 2.1875rem;
}
.healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title {
  color: #56A3B3;
}
.healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title span {
  display: block;
}
.healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .en, .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .healing_event_list > li a .text_wrap .en_title, .healing_event_list > li a .text_wrap .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .en_title,
.healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .child_page_list > li a .text_wrap .en_title,
.child_page_list > li a .text_wrap .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .en_title, .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .healing_event .healing_event_list > li > a .text_wrap .cat, .healing_event .healing_event_list > li > a .text_wrap .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .cat {
  font-size: 1.375rem;
  line-height: 1.4090909091;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .en::before, .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .healing_event_list > li a .text_wrap .en_title::before, .healing_event_list > li a .text_wrap .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .en_title::before,
.healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .child_page_list > li a .text_wrap .en_title::before,
.child_page_list > li a .text_wrap .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .en_title::before, .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .healing_event .healing_event_list > li > a .text_wrap .cat::before, .healing_event .healing_event_list > li > a .text_wrap .healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .cat::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: "0" counter(number) "."; /* 表示形式を指定 */
  width: 2.3125rem;
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title .ja {
  margin-top: 0.5625rem;
  margin-left: 2.3125rem;
  font-size: 1rem;
  line-height: 1.4375;
}
.healing_principles .healing_principles_list_wrap .healing_principles_list_in .healing_principles_list > li .healing_principles_list_title + p {
  margin-top: 3rem;
}

.healing_step {
  margin-block: 6.25rem 12.5rem;
}
.healing_step .healing_step_in {
  max-width: 68rem;
  padding-block: 6.25rem 6.25rem;
  background: url("../img/workshop/bg01.webp") center center no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
}
.healing_step .healing_step_in .inbox {
  max-width: 49.875rem;
}
.healing_step .healing_step_title {
  text-align: center;
  font-size: 1.375rem;
  color: #56A3B3;
}
.healing_step .healing_step_title span {
  font-weight: 600;
}
.healing_step .healing_step_dl {
  margin-top: 4.375rem;
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 2.5rem 3rem;
  counter-reset: number 0;
}
.healing_step .healing_step_dl .healing_step_dl_in + div {
  margin-top: 1.5rem;
}
.healing_step .healing_step_dl .healing_step_dl_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.healing_step .healing_step_dl .healing_step_dl_in dt {
  width: 12.8125rem;
  margin-right: 0.625rem;
  color: #56A3B3;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.healing_step .healing_step_dl .healing_step_dl_in dt::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: "0" counter(number) "."; /* 表示形式を指定 */
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.healing_step .healing_step_dl .healing_step_dl_in dt span {
  font-size: 1rem;
  position: relative;
}
.healing_step .healing_step_dl .healing_step_dl_in dt span::after {
  width: 100vw;
  height: 0;
  border-bottom: 1px dotted #56A3B3;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.375rem);
}
.healing_step .healing_step_dl .healing_step_dl_in dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.page_our-circle .page_edit {
  max-width: 45.75rem;
}
.our_circle_about {
  margin-top: 1.875rem;
  background: rgba(197, 237, 237, 0.5);
  border-radius: 1.25rem;
  padding: 2rem 1rem 2rem 2rem;
  letter-spacing: 0.05em;
}
.our_circle_about h2, .our_circle_about p {
  line-height: 1.7857142857;
}
.our_circle_about > .wp-block-group__inner-container > .wp-block-group + .wp-block-group {
  margin-top: 1.5625rem;
}
.our_circle_about > .wp-block-group__inner-container > .wp-block-group .wp-block-heading {
  color: #56A3B3;
}
.our_circle_about > .wp-block-group__inner-container > .wp-block-group .wp-block-heading br {
  display: none;
}
.our_circle_about > .wp-block-group__inner-container > .wp-block-group .wp-block-heading strong {
  color: #666666;
  font-weight: 400;
}
.our_circle_about > .wp-block-group__inner-container > .wp-block-group .wp-block-heading strong::before {
  content: "｜";
}

.profilebox_list_wrap.inbox {
  margin-top: 4.0625rem;
  margin-bottom: 1.875rem;
}

.profilebox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5.3125rem 6.875rem;
}

.profilebox:nth-child(3n+2) {
  margin-top: 11.25rem;
}
.profilebox:nth-child(3n+3) {
  margin-top: 5.5rem;
}
.profilebox .profilebox_about a:hover figure img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.profilebox .profilebox_about figure {
  width: 15.125rem;
  height: 15.125rem;
  overflow: hidden;
  position: relative;
  border-radius: 15.125rem;
  margin-bottom: 1.25rem;
}
.profilebox .profilebox_about figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.profilebox .profilebox_about p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #333333;
}
.profilebox .profilebox_about p span {
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
  display: block;
  color: #666666;
}
.profilebox .profilebox_about p:last-child {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}
.profilebox {
  /* modal */
}
.profilebox .profilebox_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.profilebox .profilebox_modal:not(.is-active) {
  pointer-events: none;
}
.profilebox .profilebox_modal.is-active {
  opacity: 1 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.profilebox .profilebox_modal.is-active .profilebox_modal_in {
  opacity: 1 !important;
}
.profilebox .profilebox_modal.is-active .profilebox_modal_bg {
  background: rgba(51, 51, 51, 0.4);
}
.profilebox .profilebox_modal_bg {
  position: absolute;
  inset: 0;
  -webkit-transition: background 0.3s, backdrop-filter 0.3s;
  transition: background 0.3s, backdrop-filter 0.3s;
}
.profilebox .profilebox_modal_in {
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 44.5rem;
  min-height: 41.5rem;
  padding: 3.375rem;
  max-height: calc(100dvh - 6.875rem - 10rem);
  opacity: 0;
  background: #fff;
  border-radius: 1.25rem;
}
.profilebox .profilebox_modal_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profilebox .profilebox_modal_head figure {
  width: 14.25rem;
}
.profilebox .profilebox_modal_head > div {
  padding-left: 3.375rem;
}
.profilebox .profilebox_modal_head > div p {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.profilebox .profilebox_modal_head > div p span {
  margin-top: 0.375rem;
  font-size: 1rem;
  display: block;
}
.profilebox .profilebox_modal_head > div p:last-child {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 1.5rem;
}
.profilebox .profilebox_modal_foot {
  margin-top: 3.125rem;
  max-height: calc(100% - 14.25rem - 3.125rem);
  overflow: auto;
}
.profilebox .profilebox_modal_foot p {
  letter-spacing: 0;
  line-height: 2;
}
.profilebox .profilebox_modal_foot p + p {
  margin-top: 2em;
}
.profilebox .profilebox_modal_foot p:empty {
  display: none;
}

body.page_contact .page_edit {
  max-width: 32.75rem;
  margin-inline: auto;
}
body.page_contact .form_block > p {
  letter-spacing: 0.04em;
}
body.page_contact .form_block > p + .form_dl {
  margin-top: 7.1875rem;
}

.form_dl + .form_dl {
  margin-top: 2.5rem;
}
.form_dl [data-name=policy-check] {
  line-height: 1;
  display: block;
}
.form_dl [data-name=policy-check] ~ small {
  color: #666666;
  margin-top: 0.625rem;
  display: block;
}
.form_dl [data-name=policy-check] .wpcf7-list-item {
  margin-left: 0;
}
.form_dl [data-name=policy-check] .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_dl [data-name=policy-check] .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.form_dl [data-name=policy-check] .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form_dl [data-name=policy-check] .wpcf7-list-item label .wpcf7-list-item-label {
  margin-top: 0.5625rem;
  display: block;
  position: relative;
  line-height: 1.4285714286;
  padding-left: 1.25rem;
}
.form_dl [data-name=policy-check] .wpcf7-list-item label .wpcf7-list-item-label::before, .form_dl [data-name=policy-check] .wpcf7-list-item label .wpcf7-list-item-label::after {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.875rem;
  position: absolute;
  top: 0.1875rem;
  left: 0;
}
.form_dl [data-name=policy-check] .wpcf7-list-item label .wpcf7-list-item-label::before {
  border: 1px solid #333333;
}
.form_dl [data-name=policy-check] .wpcf7-list-item label .wpcf7-list-item-label::after {
  width: 0.5rem;
  height: 0.5rem;
  top: 0.375rem;
  background: #56A3B3;
  left: 0.1875rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form_dl dt p {
  font-size: 0.875rem;
  line-height: 2;
}
.form_dl dt small {
  color: #56A3B3;
}
.form_dl dd {
  margin-top: 0.6875rem;
}
.form_dl dd span {
  display: block;
}
.form_dl dd .select_wrap {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
  position: relative;
}
.form_dl dd .select_wrap::after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.5rem 0.3125rem;
  border-top-color: #666;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.25rem;
  pointer-events: none;
}
.form_dl dd .select_wrap select {
  width: calc(100% + 1.875rem);
}
.form_dl dd input[type=text],
.form_dl dd input[type=email],
.form_dl dd input[type=tel],
.form_dl dd select {
  width: 100%;
  padding: 0.8125rem;
  height: 3.125rem;
  display: block;
  background: #EBEBEB;
  border: none;
}
.form_dl dd input[type=text]:focus,
.form_dl dd input[type=email]:focus,
.form_dl dd input[type=tel]:focus,
.form_dl dd select:focus {
  background: #f8f8f8;
  outline: none;
}
.form_dl dd textarea {
  width: 100%;
  height: 7.1875rem;
  padding: 0.8125rem;
  display: block;
  background: #EBEBEB;
  border: none;
}
.form_dl dd textarea:focus {
  background: #f0f0f0;
  outline: none;
}

.form_btn {
  margin-top: 6.25rem;
}
.form_btn .wpcf7-submit {
  width: 19.75rem;
  height: 3.125rem;
  color: #FFFFFF;
  background: #6FBFC9;
  border-radius: 0.625rem;
  display: block;
  margin-inline: auto;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
.form_btn .wpcf7-submit:not(:disabled) {
  cursor: pointer;
}
.form_btn .wpcf7-submit:disabled {
  background: #999999;
}

.privacy_block p:first-child + p {
  margin-top: 3.125rem;
}
.privacy_block h2 {
  margin-top: 1.875rem;
  line-height: 2.1428571429;
}

.page_news .wrapper,
.page_tax .wrapper,
.page_our-circle .wrapper,
.page_voice .wrapper,
.page_portfolio .wrapper,
.page_book-film .wrapper {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(23%, rgba(252, 248, 203, 0.2)), color-stop(66%, rgba(172, 229, 255, 0.2)), to(rgba(255, 255, 255, 0.2))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(252, 248, 203, 0.2) 23%, rgba(172, 229, 255, 0.2) 66%, rgba(255, 255, 255, 0.2) 100%) 0% 0% no-repeat padding-box;
}

.news_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.625rem;
}
.news_category_list.bg_blue li a {
  background: rgba(197, 237, 237, 0.6);
}
.news_category_list li {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.news_category_list li a {
  padding: 0.25rem 0.9375rem 0.1875rem;
  color: #666666;
  border-radius: 1.6875rem;
  background: rgba(245, 245, 245, 0.85);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.news_category_list li a:hover {
  opacity: 0.7;
}
.news_category_list li a.current {
  color: #FFFFFF;
  background: #6FBFC9;
}

.news_list_wrap {
  margin-top: 6.125rem;
}

.news_list + .more_link {
  margin-top: 6.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -2.5rem;
}
.news_list .news_list_box {
  width: calc(50% - 1.25rem);
  margin-bottom: 2.5rem;
}
.news_list .news_list_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 0 1.25rem 1.25rem 0;
}
.news_list .news_list_box a:hover .img_wrap img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.news_list .news_list_box .img_wrap {
  width: 50%;
  min-height: 11.25rem;
  overflow: hidden;
  position: relative;
}
.news_list .news_list_box .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.news_list .news_list_box .text_wrap {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 0.8125rem 1.25rem 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news_list .news_list_box .post_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 1.0625rem;
  line-height: 1.7857142857;
}
.news_list .news_list_box .cat_list {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 0.625rem;
  line-height: 2;
}
.news_list .news_list_box .cat_list .cat {
  color: #56A3B3;
}
.news_list .news_list_box time {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
}

.more_link {
  margin-top: 6.75rem;
}
.post_edit + .more_link {
  margin-top: 6.25rem;
}
.more_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.more_link button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #666666;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.more_link button:hover {
  opacity: 0.7;
}
.more_link button::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 1.125rem;
  background: url("../img/common/btn_arrow.svg") center center no-repeat;
  background-size: contain;
  display: block;
}
.more_link.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.more_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #666666;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.more_link a:hover {
  opacity: 0.7;
}
.more_link a::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.625rem;
  background: url("../img/common/btn_arrow.svg") center center no-repeat;
  background-size: contain;
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.more_link a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more_link a span::before {
  content: "";
  width: 5.3125rem;
  margin-right: 0.625rem;
  height: 1px;
  background: #707070;
  display: block;
}

.single-news-page {
  padding-top: 6.25rem;
}
.single-news-page .inbox {
  max-width: 47rem;
}
.single-news-page .news_title_wrap {
  margin-bottom: 3.75rem;
}
.single-news-page .news_title {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.single-news-page .news_info {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-news-page .news_info .news_date {
  font-size: 0.75rem;
}
.single-news-page .news_info .term_list .term {
  border-radius: 1.6875rem;
  display: inline-block;
  padding: 0.1875rem 0.9375rem 0.25rem;
  background: rgba(245, 245, 245, 0.85);
}
.single-news-page .post_thumbnail {
  margin-bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post_edit > *:first-child {
  margin-top: 0 !important;
}
.post_edit > *:last-child {
  margin-bottom: 0 !important;
}
.post_edit .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}
.post_edit .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0 !important;
}
.post_edit > .wp-block-columns > * > *:first-child {
  margin-top: 0 !important;
}
.post_edit > .wp-block-columns > * > *:last-child {
  margin-bottom: 0 !important;
}
.post_edit p {
  line-height: 2;
  letter-spacing: 0;
}
.post_edit p + p {
  margin-top: 2em;
}
.post_edit a:not([class]) {
  color: #6FBFC9;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.post_edit a:not([class]):hover {
  opacity: 0.7;
}
.post_edit h2 {
  margin: 1.875rem 0;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  color: #56A3B3;
}

.voice_list_wrap .cat_list,
.single-voice-page .cat_list {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.voice_list_wrap .cat_list .cat,
.single-voice-page .cat_list .cat {
  font-size: 0.6875rem;
  padding: 0.1875rem 0.9375rem 0.25rem;
  background: rgba(245, 245, 245, 0.5);
  margin-right: 0.625rem;
}
.voice_list_wrap .cat_list .cat::before,
.single-voice-page .cat_list .cat::before {
  content: "#";
}

.voice_list_wrap {
  margin-top: 6.5625rem;
}

.voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem 0;
}
.voice_list .voice_list_box {
  width: 51.2%;
}
.voice_list .voice_list_box:nth-child(odd) {
  margin-right: -1.2%;
}
.voice_list .voice_list_box:nth-child(even) {
  margin-top: 10.25rem;
  margin-left: -1.2%;
}
.voice_list .voice_list_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.voice_list .voice_list_box a:hover .img_wrap img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.voice_list .voice_list_box .img_wrap {
  width: 17.5rem;
  height: 17.5rem;
  overflow: hidden;
  position: relative;
  border-radius: 17.5rem;
  background: #f8f8f8;
}
.voice_list .voice_list_box .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.voice_list .voice_list_box .text_wrap {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 1.5625rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}
.voice_list .voice_list_box > * {
  width: 100%;
}
.voice_list .voice_list_box .post_title {
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.voice_list .voice_list_box .name_wrap {
  width: 100%;
  margin-top: 1.25rem;
  line-height: 1.5714285714;
  font-weight: 600;
}
.voice_list .voice_list_box .name_wrap .name {
  display: block;
}

.single-voice-page .cat_list {
  margin-top: 4rem;
}

.voice_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5.9375rem;
}
.voice_title_wrap .text_wrap {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice_title_wrap .text_wrap_in {
  width: 100%;
  max-width: 34rem;
  padding-left: 1.25rem;
  padding-right: 4.6875rem;
  margin-left: auto;
}
.voice_title_wrap .voice_title {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
}
.voice_title_wrap .voice_info {
  margin-top: 2.5rem;
  font-size: 0.75rem;
}
.voice_title_wrap .voice_info p {
  line-height: 1.4166666667;
}
.voice_title_wrap .voice_info .writer {
  margin-top: 0.25rem;
}
.voice_title_wrap .post_thumbnail {
  width: 51.4%;
}
.voice_title_wrap .post_thumbnail img {
  width: 100%;
  height: 28.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.voice_detail {
  max-width: 47rem;
  margin: 0 auto;
  position: relative;
}
.voice_detail .post_edit {
  color: #333333;
}
.voice_detail .post_edit .voice_head {
  margin-inline: -3.75rem;
  margin-bottom: 5rem;
  padding: 3.75rem 3.125rem 3.5rem;
  border-radius: 1.25rem;
}
.voice_detail .post_edit .voice_head > .wp-block-group__inner-container {
  max-width: 41rem;
  margin: 0 auto;
  position: relative;
}
.voice_detail .post_edit .voice_head p + p {
  margin-top: 1.375rem;
}
.voice_detail .post_edit .voice_profilebox {
  margin-top: 4.0625rem;
  margin-bottom: 6.25rem;
}
.voice_detail .post_edit .voice_profilebox .wp-block-image + .wp-block-group {
  margin-top: 3.125rem;
  border-radius: 1.25rem;
  padding: 2.5rem;
}
.voice_detail .post_edit .voice_profilebox .name_wrap {
  margin-bottom: 1.875rem;
  line-height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice_detail .post_edit .voice_profilebox .name_wrap .job {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.voice_detail .post_edit .voice_profilebox .name_wrap .name b {
  font-size: 1.125rem;
  margin-right: 0.5em;
}
.voice_detail .post_edit h3.wp-block-heading {
  margin-block: 3.125rem 1.875rem;
}
.voice_detail .post_edit h3.wp-block-heading::before {
  content: "ー　";
}
.voice_detail .post_edit p strong {
  font-weight: bold;
}
.voice_detail .post_edit p.has-small-font-size {
  margin-top: 1.875rem;
  font-size: 0.75rem !important;
  line-height: 1.6666666667;
  color: #666666;
}
.voice_detail .post_edit .wp-block-image {
  margin-block: 3.125rem 6.25rem;
  text-align: center;
}
.voice_detail .post_edit .wp-block-image figcaption {
  margin-top: 0.9375rem;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-align: left;
  display: block;
  color: #666666;
}

.portfolio_title_wrap .cat_list,
.portfolio_list .cat_list {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.portfolio_title_wrap .cat_list .cat,
.portfolio_list .cat_list .cat {
  font-size: 0.6875rem;
  padding: 0.1875rem 0.9375rem 0.25rem;
  background: rgba(197, 237, 237, 0.5);
  border-radius: 1.875rem;
  margin-left: 0.625rem;
}
.portfolio_title_wrap .cat_list .cat::before,
.portfolio_list .cat_list .cat::before {
  content: "#";
}

.portfolio_title_wrap {
  max-width: 70.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.portfolio_title_wrap .portfolio_title {
  width: 50%;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.portfolio_title_wrap .portfolio_title span {
  font-size: 1.125rem;
  display: block;
}
.portfolio_title_wrap .portfolio_info {
  padding-top: 1.25rem;
  text-align: right;
}
.portfolio_title_wrap .portfolio_cat_list {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
}
.portfolio_title_wrap .portfolio_cat_list .cat {
  font-weight: 500;
}
.portfolio_title_wrap .period {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 1.5625rem;
  display: block;
}

.post_thumbnail_wrap {
  margin-top: 2.8125rem;
  background: rgba(197, 237, 237, 0.5);
}

.post_thumbnail {
  max-width: 68rem;
  margin-inline: auto;
  text-align: right;
}
.single-book-film-page .post_thumbnail {
  max-width: 61.25rem;
}
.single-book-film-page .post_thumbnail img {
  width: 100%;
}
.post_thumbnail img {
  width: 62.125rem;
}

.portfolio_detail {
  margin-top: 6.25rem;
}
.portfolio_detail .post_edit {
  max-width: 62rem;
}
.portfolio_detail .post_edit > p:first-child {
  max-width: 50.375rem;
  margin-left: auto;
  margin-bottom: 8.75rem;
}
.portfolio_detail .post_edit > p:first-child + .portfolio_block + figure {
  padding-left: 5.375rem;
  text-align: center;
}
.portfolio_detail .post_edit figure {
  margin-block: 6.25rem 6.5625rem;
  text-align: right;
}
.portfolio_detail .post_edit figure img {
  width: 50.375rem;
}
.portfolio_detail .post_edit .portfolio_block {
  margin-bottom: 0;
}
.portfolio_detail .post_edit .portfolio_block + .portfolio_block {
  margin-top: 3.75rem;
}
.portfolio_detail .post_edit .portfolio_block .wp-block-column:first-child {
  width: 23.375rem;
}
.portfolio_detail .post_edit .portfolio_block .wp-block-column:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.portfolio_detail .post_edit .portfolio_block .wp-block-column:last-child a {
  color: #999999;
}
.portfolio_detail .post_edit .portfolio_block .wp-block-column:last-child .wp-block-image {
  margin-block: 2.8125rem 3.125rem;
  max-width: 22.125rem;
}
.portfolio_detail .post_edit .post_edit_ft_info {
  margin-top: 6.25rem;
  text-align: right;
}
.portfolio_detail .post_edit .post_edit_ft_info p {
  font-size: 0.75rem;
  line-height: 2;
}
.portfolio_detail .post_edit .post_edit_ft_info p + p {
  margin-top: 0;
}
.portfolio_related_list {
  margin-top: 9.25rem;
  padding-block: 6.25rem;
  background: rgba(204, 204, 204, 0.3);
}
.portfolio_related_list_title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #56A3B3;
  margin-bottom: 5rem;
  text-align: center;
}

.portfolio_list {
  max-width: 70.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
.portfolio_list::after {
  content: "";
  width: calc(33.333% - 1.6666666667rem);
  height: 0;
}
.portfolio_list li {
  width: calc(33.333% - 1.6666666667rem);
}
.portfolio_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.portfolio_list li a:hover figure img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.portfolio_list li figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 1rem;
}
.portfolio_list li figure img {
  width: 100%;
  aspect-ratio: 336/230;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.portfolio_list li .portfolio_list_title {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.portfolio_list li .portfolio_list_title span {
  font-size: 0.875rem;
  display: block;
}
.portfolio_list li .cat_list {
  margin-top: 0.9375rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.portfolio_list li .cat_list .cat::before {
  content: "#";
}
.portfolio_list li .cat_list .cat {
  margin-left: 0;
  margin-right: 0.625rem;
}

.portfolio_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.9375rem;
}
.portfolio_category_list li {
  margin-inline: 0.625rem;
  margin-bottom: 0.9375rem;
}
.portfolio_category_list li a {
  font-size: 0.8125rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.portfolio_category_list li a:hover {
  opacity: 0.7;
}
.portfolio_category_list li a.current {
  color: #56A3B3;
}

.portfolio_list_wrap {
  margin-top: 4rem;
}

.book-film_title_wrap {
  max-width: 58.75rem;
}

.book-film_title {
  font-size: 1.875rem;
  line-height: 3.125rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.book-film_title span {
  font-size: 1.5rem;
  display: block;
}

.book-film_info {
  margin-top: 3rem;
  margin-bottom: -0.3125rem;
}
.book-film_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.book-film_info ul li:not(:last-child)::after {
  content: "／";
}
.book-film_info p {
  text-align: right;
  line-height: 2;
}

.post_thumbnail_wrap.gray {
  background: #F4F4F4;
}

.book-film_detail {
  max-width: 47rem;
  margin-top: 6.25rem;
  color: #333333;
}
.book-film_detail h2 {
  margin-top: 3.125rem;
}
.book-film_detail h3 {
  margin-top: 2em;
}
.book-film_detail .book_title_list h3 {
  margin-left: 2em;
  font-weight: 400;
}
.book-film_detail .book_title_list ul {
  margin-left: 5em;
  margin-bottom: 2em;
}
.book-film_detail figure {
  margin-block: 3.75rem;
}
.book-film_detail .book_film_profilebox {
  border-radius: 1.25rem;
  padding: 2.5rem;
  background: #F2F2F2;
}
.book-film_detail .book_film_profilebox h2 {
  font-size: 1.125rem;
  color: #666666;
}
.book-film_detail .post_edit_link {
  margin-top: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg_btn {
  width: 19.75rem;
  height: 3.125rem;
  color: #FFFFFF;
  background: #6FBFC9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.625rem;
  letter-spacing: 0.1em;
}

.book-film_list,
.book-film_related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.book-film_list > li a,
.book-film_related_list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.book-film_list > li a:hover figure img,
.book-film_related_list > li a:hover figure img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.book-film_list > li a figure,
.book-film_related_list > li a figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.book-film_list > li a figure img,
.book-film_related_list > li a figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 524/300;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.book-film_list > li a .book-film_list_title,
.book-film_related_list > li a .book-film_list_title {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5625;
  color: #333333;
}
.book-film_list > li a .book-film_list_title span,
.book-film_related_list > li a .book-film_list_title span {
  font-size: 0.875rem;
  display: block;
}
.book-film_list > li a ul,
.book-film_related_list > li a ul {
  margin-top: 0.5em;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.book-film_list > li a ul li:not(:last-child)::after,
.book-film_related_list > li a ul li:not(:last-child)::after {
  content: "／";
}

.book-film_list_block {
  width: calc(50vw + 34rem - 0.4375rem);
  overflow: auto;
  padding-bottom: 1.25rem;
  margin-bottom: 5rem;
}
.book-film_list_block .book-film_list {
  gap: 2.5rem;
}
.book-film_list_block .book-film_list > li {
  width: 32.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.book-film_list_block .book-film_list.list_s > li {
  width: 21rem;
}
.book-film_list_block .book-film_list.list_s > li figure img {
  aspect-ratio: 336/230;
}

.book-film_list_wrap {
  margin-top: 3.375rem;
}
.book-film_list_wrap:last-child .book-film_list_block {
  margin-bottom: 0;
}

.book-film_related_list_wrap {
  max-width: 70.5rem;
  margin-top: 5.625rem;
}

.book-film_related_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.book-film_related_list > li {
  width: calc(50% - 1.25rem);
}

.book-film_list_cat_title {
  margin-bottom: 3.125rem;
}
.book-film_list_cat_title .en02 {
  font-size: 1.75rem;
  line-height: 1.1785714286;
  font-weight: 500;
  color: #56A3B3;
}
.book-film_list_cat_title .en02 + .jp {
  margin-top: 0.625rem;
}
.book-film_list_cat_title .jp {
  width: 100%;
  overflow: hidden;
  display: block;
}
.book-film_list_cat_title .jp span {
  font-size: 1rem;
  position: relative;
}
.book-film_list_cat_title .jp span::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #C5EDED;
  left: calc(100% + 1.75rem);
  display: block;
  position: absolute;
  top: 50%;
}