/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both
}

li {
  list-style: none
}

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

a {
  color: inherit;
  text-decoration: none
}

.min {
  font-family: "IBM Plex Sans" "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

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

td input {
  max-width: 100%
}

i,
em {
  font-style: normal
}

.inner {
  width: 100%;
  position: relative
}

@media(min-width: 1200px) {
  .inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .inner {
    padding: 0 5vw
  }
}

@media(max-width: 767px) {
  .inner {
    padding: 0 5%
  }
}

.pc-only {
  display: inherit
}

@media(min-width: 768px)and (max-width: 1199px) {
  .pc-only {
    display: none
  }
}

@media(max-width: 767px) {
  .pc-only {
    display: none
  }
}

.tab-only {
  display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
  .tab-only {
    display: inherit
  }
}

@media(max-width: 767px) {
  .tab-only {
    display: none
  }
}

.sp-only {
  display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
  .sp-only {
    display: none
  }
}

@media(max-width: 767px) {
  .sp-only {
    display: inherit
  }
}

.pctab-only {
  display: inherit
}

@media(min-width: 768px)and (max-width: 1199px) {
  .pctab-only {
    display: inherit
  }
}

@media(max-width: 767px) {
  .pctab-only {
    display: none
  }
}

.tabsp-only {
  display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
  .tabsp-only {
    display: inherit
  }
}

@media(max-width: 767px) {
  .tabsp-only {
    display: inherit
  }
}

a.tellink {
  pointer-events: none
}

@media(max-width: 767px) {
  a.tellink {
    pointer-events: inherit
  }
}

@media(max-width: 767px) {
  :root {
    font-size: 4.26666vw !important
  }
}

html,
body {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

html {
  overflow: auto
}

body {
  overflow: hidden
}

.zen {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
}

.popp {
  font-family: "Poppins", serif
}

header {
  width: 94%;
  max-width: 1800px;
  height: 130px;
  border-radius: 100vmax;
  background-color: #fff;
  padding-right: 140px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3
}

@media(min-width: 768px)and (max-width: 1199px) {
  header {
    width: 90vw;
    height: 80px;
    top: 20px
  }
}

@media(max-width: 767px) {
  header {
    width: 90vw;
    height: 16vw;
    top: 4vw
  }
}

header .topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  gap: 0 2vw;
  padding-right: 2vw;
  position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .topline {
    display: none
  }
}

@media(max-width: 767px) {
  header .topline {
    display: none
  }
}

header .topline::before {
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  bottom: 0
}

header .btmline {
  height: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding-left: 1.5rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .btmline {
    height: 80px
  }
}

@media(max-width: 767px) {
  header .btmline {
    height: 16vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding-left: 1rem
  }
}

header .btn_right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

header .head_logo {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset;
  z-index: 12
}

@media(max-width: 767px) {
  header .head_logo {
    width: 84vw;
    height: 16vw
  }
}

header .head_logo a:hover {
  opacity: .8
}

@media(max-width: 767px) {
  header .head_logo img {
    width: 44.5333333333vw
  }
}

header .gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset
}

@media(min-width: 1200px) {
  header .gnav {
    height: 100%;
    align-items: stretch
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav {
    display: none;
    width: 100vw;
    background-color: #fff;
    padding-top: 100px;
    position: absolute;
    top: -20px;
    left: -5vw;
    z-index: 11
  }
}

@media(max-width: 767px) {
  header .gnav {
    display: none;
    width: 100vw;
    background-color: #fff;
    padding-top: 20vw;
    position: absolute;
    top: -4vw;
    left: -5vw;
    z-index: 11
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav.open {
    display: block
  }
}

@media(max-width: 767px) {
  header .gnav.open {
    display: block
  }
}

header .gnav .ul_one {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset
}

@media(min-width: 1200px) {
  header .gnav .ul_one {
    max-width: 930px;
    height: 100%;
    align-items: stretch;
    margin-right: 2rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav .ul_one {
    display: block
  }
}

@media(max-width: 767px) {
  header .gnav .ul_one {
    display: block
  }
}

header .gnav .add {
  display: block;
  width: 100%;
  background-color: #8c60a8;
  padding: 1.2rem 5vw;
  position: relative
}

@media(min-width: 1200px) {
  header .gnav .add {
    display: none
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav .add .btn_cmn {
    margin: 0 auto
  }
}

header .gnav .add .btn_cmn:not(:last-child) {
  margin-bottom: 1.2rem
}

header .gnav>ul>li>a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  padding: 1rem .8rem;
  position: relative
}

@media(min-width: 1200px) {
  header .gnav>ul>li>a {
    height: 100%
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav>ul>li>a {
    background-color: #8c60a8;
    justify-content: flex-start;
    color: #fff;
    padding: 1.2rem 5vw;
    border-bottom: 1px solid #fff
  }
}

@media(max-width: 767px) {
  header .gnav>ul>li>a {
    height: 7vh;
    background-color: #8c60a8;
    justify-content: flex-start;
    color: #fff;
    padding: .5rem 5vw;
    border-bottom: 1px solid #fff
  }
}

@media(min-width: 1200px) {
  header .gnav>ul>li>a:hover {
    border-bottom: 3px solid #8c60a8
  }
}

header .gnav>ul>li>a:hover i {
  color: #8c60a8
}

header .gnav>ul>li>a:hover p {
  color: #8c60a8;
  position: relative;
  transition: .3s ease
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav>ul>li>a:not(.parent)::after {
    content: "";
    font-size: 0.625rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%)
  }
}

@media(max-width: 767px) {
  header .gnav>ul>li>a:not(.parent)::after {
    content: "";
    font-size: 0.625rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%)
  }
}

header .gnav>ul>li>a p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav>ul>li>a p {
    text-align: left
  }
}

@media(max-width: 767px) {
  header .gnav>ul>li>a p {
    font-size: 0.875rem;
    text-align: left
  }
}

header .gnav>ul li.pc-only a>i {
  font-size: 0.625rem;
  margin-left: .66em;
  position: relative;
  top: 2px
}

header .gnav>ul>li.pc-only {
  position: relative
}

header .gnav>ul>li.pc-only:hover ul.submenu {
  visibility: visible;
  opacity: 1
}

header .gnav>ul>li.pc-only ul.submenu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 12rem);
  background-color: #fff;
  border-radius: .6rem;
  padding: 2rem 2rem
}

header .gnav>ul>li.pc-only ul.submenu>li:not(:last-child) {
  margin-bottom: .5rem
}

header .gnav>ul>li.pc-only ul.submenu>li a {
  font-size: 1rem;
  color: #adadad;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
  position: relative
}

header .gnav>ul>li.pc-only ul.submenu>li a::before {
  content: "-";
  font-size: 0.625rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 1em;
  position: relative;
  top: -0.2em
}

header .gnav>ul>li.pc-only ul.submenu>li a:hover {
  color: #8c60a8
}

header .gnav>ul>li.pc-only ul.submenu>li a p {
  display: contents
}

header .gnav .parent {
  position: relative
}

header .gnav .parent i {
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%
}

header .gnav ul.submenu.child {
  display: none
}

header .gnav ul.submenu.child li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset;
  border-bottom: 1px solid #adadad;
  position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav ul.submenu.child li a {
    padding: 1.2rem 5vw
  }
}

@media(max-width: 767px) {
  header .gnav ul.submenu.child li a {
    height: 7vh;
    padding: .5rem 5vw
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav ul.submenu.child li a::after {
    content: "";
    font-size: 0.75rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%)
  }
}

@media(max-width: 767px) {
  header .gnav ul.submenu.child li a::after {
    content: "";
    font-size: 0.75rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%)
  }
}

header .gnav ul.submenu.child li a p {
  font-size: 1rem;
  font-weight: 700
}

.icn_menu {
  width: 16vw;
  height: 16vw;
  position: absolute;
  top: 0vw;
  right: 0vw;
  z-index: 13
}

@media(min-width: 768px)and (max-width: 1199px) {
  .icn_menu {
    width: 80px;
    height: 80px
  }
}

.icn_menu .menu-trigger,
.icn_menu .menu-trigger span {
  display: inline-block;
  transition: all .4s
}

.icn_menu .menu-trigger {
  width: 100%;
  height: 100%;
  background-color: #8c60a8;
  border-radius: 0 100vmax 100vmax 0;
  padding: 1rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .icn_menu .menu-trigger {
    padding: 20px
  }
}

.icn_menu .menu-trigger .spanwrap {
  height: 100%;
  position: relative
}

.icn_menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: .1rem;
  background-color: #fff;
  border-radius: 100vmax
}

.icn_menu .menu-trigger span:nth-of-type(1) {
  top: 0
}

.icn_menu .menu-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%)
}

.icn_menu .menu-trigger span:nth-of-type(3) {
  bottom: 0
}

.icn_menu .menu-trigger.active {
  background-color: unset
}

.icn_menu .menu-trigger.active span {
  background-color: #333;
  height: .2rem
}

.icn_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%
}

.icn_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0
}

.icn_menu .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%
}

.btn_naked {
  max-width: 100%
}

.btn_naked a {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  gap: 0 .5rem;
  position: relative
}

.btn_naked a p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  position: relative
}

@media(max-width: 767px) {
  .btn_naked a p {
    font-size: 0.75rem
  }
}

.btn_naked a>i {
  font-size: 0.625rem
}

.btn_right {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%
}

.btn_right a {
  width: 140px;
  height: 130px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0 100vmax 100vmax 0;
  flex-direction: column
}

.btn_right a:hover {
  transition: .3s ease
}

.btn_right a i {
  font-size: 1.125rem;
  margin-bottom: .5em
}

.btn_right a p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3
}

.btn_right.bg_pr a {
  background-color: #8c60a8;
  color: #fff
}

.btn_right.bg_pr a:hover {
  background-color: rgb(86.2682926829, 57.2926829268, 104.7073170732);
  transition: .3s ease
}

.main_home {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden
}

.main_home::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  background-color: hsla(0, 0%, 100%, .3);
  z-index: 1;
  pointer-events: none
}

.main_home .loop_alter_wrap {
  width: 120%;
  height: 110vh;
  position: absolute;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
  pointer-events: none
}

@media(max-width: 767px) {
  .main_home .loop_alter_wrap {
    width: 160%;
    left: 50%
  }
}

.main_home .loop_alter_wrap .loop_alter {
  display: flex;
  justify-content: space-between;
  transform: rotate(15deg);
  position: relative;
  backface-visibility: hidden
}

@media(max-width: 767px) {
  .main_home .loop_alter_wrap .loop_alter {
    height: 100%
  }
}

.main_home .loop_alter_wrap .loop_alter .rail {
  margin-top: -20rem;
  display: flex;
  flex-direction: column;
  width: calc(25% - 6px);
  height: 200%;
  gap: 12px 0;
  will-change: transform;
  backface-visibility: hidden;
  overflow: hidden
}

@media(max-width: 767px) {
  .main_home .loop_alter_wrap .loop_alter .rail {
    margin-top: 0;
    width: calc(25% - 3px);
    gap: 6px 0
  }
}

.main_home .loop_alter_wrap .loop_alter .rail.rail_up.active {
  animation: railUp 140s linear infinite
}

.main_home .loop_alter_wrap .loop_alter .rail.rail_down {
  will-change: transform;
  backface-visibility: hidden;
  overflow: hidden
}

.main_home .loop_alter_wrap .loop_alter .rail.rail_down.active {
  animation: railDown 140s linear infinite
}

.main_home .loop_alter_wrap .loop_alter .rail img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@keyframes railUp {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(0, -50%, 0)
  }
}

@keyframes railDown {
  0% {
    transform: translate3d(0, -50%, 0)
  }

  100% {
    transform: translate3d(0, 0, 0)
  }
}

.main_home .txtlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.main_home .txtlayer .inner {
  height: 100%;
  display: grid;
  place-content: center left;
  padding-top: 10vh
}

.main_home .ttl01 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.125rem;
  color: #8c60a8;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .2em
}

@media(max-width: 767px) {
  .main_home .ttl01 {
    font-size: 2.375rem
  }
}

.main_home .ttl01 span {
  display: inline-block;
  background-color: #fff;
  padding: 0em .3em
}

.main_home .ttl01 span:not(:last-child) {
  margin-bottom: .8rem
}

.main_home .text_reveal01,
.main_home .text_reveal01::after {
  animation-delay: 200ms;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

.main_home .text_reveal01 {
  position: relative;
  animation-name: clip-text;
  white-space: nowrap
}

.main_home .text_reveal01::after {
  content: "";
  background-color: #8c60a8;
  position: absolute;
  inset: 0;
  z-index: 999;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0)
  }

  to {
    clip-path: inset(0 0 0 0)
  }
}

@keyframes text-revealer {

  0%,
  50% {
    transform-origin: 0 50%
  }

  60%,
  100% {
    transform-origin: 100% 50%
  }

  60% {
    transform: scaleX(1)
  }

  100% {
    transform: scaleX(0)
  }
}

.section_cmn {
  padding: 5rem 0
}

@media(max-width: 767px) {
  .section_cmn {
    padding: 3rem 0
  }
}

.section_cmn.t_narrow {
  padding-top: 3.5rem
}

@media(max-width: 767px) {
  .section_cmn.t_narrow {
    padding-top: 2.5rem
  }
}

.section_cmn.b_narrow {
  padding-bottom: 3.5rem
}

@media(max-width: 767px) {
  .section_cmn.b_narrow {
    padding-bottom: 2.5rem
  }
}

.section_cmn.t_wide {
  padding-top: 7.5rem
}

@media(max-width: 767px) {
  .section_cmn.t_wide {
    padding-top: 3.5rem
  }
}

.section_cmn.b_wide {
  padding-bottom: 7.5rem
}

@media(max-width: 767px) {
  .section_cmn.b_wide {
    padding-bottom: 3.5rem
  }
}

.section_cmn.b_exwide {
  padding-bottom: 10rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .section_cmn.b_exwide {
    padding-bottom: 6rem
  }
}

@media(max-width: 767px) {
  .section_cmn.b_exwide {
    padding-bottom: 4rem
  }
}

.section_cmn.t_none {
  padding-top: 0
}

.section_cmn.b_none {
  padding-bottom: 0
}

.ttl_cmn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .08em;
  margin-bottom: 1.2em
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn {
    font-size: 1.375rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn {
    font-size: 1.25rem
  }
}

.ttl_cmn span {
  display: block;
  font-size: 1rem;
  color: #333;
  line-height: 1;
  letter-spacing: .06em;
  margin-top: 1em
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn span {
    font-size: 0.875rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn span {
    font-size: 0.8125rem
  }
}

.ttl_cmn.tac {
  text-align: center
}

.ttl_cmn.color_w {
  color: #fff
}

.ttl_cmn.color_cy {
  color: #2272de
}

.ttl_cmn.color_go {
  color: #d5b223
}

.ttl_cmn.mb0 {
  margin-bottom: 0
}

.ttl_cmn.mb_w {
  margin-bottom: 2em
}

.ttl_cmn2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2 {
    font-size: 1.25rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn2 {
    font-size: 1.125rem
  }
}

.ttl_cmn2.medium {
  font-weight: 500
}

.ttl_cmn2.tac {
  text-align: center
}

.ttl_cmn2.color_pr {
  color: #8c60a8
}

.ttl_cmn2.color_r {
  color: red
}

.ttl_cmn2.color_cy {
  color: #2272de
}

.ttl_cmn2.color_go {
  color: #d5b223
}

.ttl_cmn2.color_w {
  color: #fff
}

.ttl_cmn2.bg_iv {
  background-color: #f2f2e9;
  padding: .4em 1em
}

.ttl_cmn2.bg_ash {
  background-color: #f7f7f7;
  padding: .4em 1em
}

.ttl_cmn2.bdline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.2em;
  position: relative
}

.ttl_cmn2.bdline::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8c60a8;
  position: absolute;
  top: 100%;
  left: 0
}

.ttl_cmn2.large {
  font-size: 2rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2.large {
    font-size: 1.625rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn2.large {
    font-size: 1.5rem
  }
}

.ttl_cmn2.mdl {
  font-size: 1.625rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_cmn2.mdl {
    font-size: 1.25rem
  }
}

@media(max-width: 767px) {
  .ttl_cmn2.mdl {
    font-size: 1.1875rem
  }
}

.ttl_cmn2.small {
  font-size: 1.25rem
}

@media(max-width: 767px) {
  .ttl_cmn2.small {
    font-size: 1rem
  }
}

.ttl_cmn2.mb0 {
  margin-bottom: 0
}

.ttl_cmn2.mb_w {
  margin-bottom: 1.5em
}

.txt_cmn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2
}

@media(max-width: 767px) {
  .txt_cmn {
    font-size: 0.875rem
  }
}

.txt_cmn.lh_w {
  line-height: 2.4
}

.txt_cmn.lh_n {
  line-height: 1.5
}

.txt_cmn.tac {
  text-align: center
}

.txt_cmn.tar {
  text-align: right
}

.txt_cmn.medium {
  font-weight: 500
}

.txt_cmn.bold {
  font-weight: 700
}

.txt_cmn.color_pr {
  color: #8c60a8
}

.txt_cmn.color_gr {
  color: #adadad
}

.txt_cmn.color_w {
  color: #fff
}

.txt_cmn.large {
  font-size: 1.125rem
}

@media(max-width: 767px) {
  .txt_cmn.large {
    font-size: 1rem
  }
}

.txt_cmn.mdl {
  font-size: 0.875rem
}

@media(max-width: 767px) {
  .txt_cmn.mdl {
    font-size: 0.75rem
  }
}

.txt_cmn.small {
  font-size: 0.75rem
}

@media(max-width: 767px) {
  .txt_cmn.small {
    font-size: 0.625rem
  }
}

.btn_cmn {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%
}

.btn_cmn a {
  max-width: 100%;
  width: 200px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  border-radius: 100vmax;
  position: relative
}

@media(max-width: 767px) {
  .btn_cmn a {
    width: 90vw;
    height: 4rem
  }
}

.btn_cmn a p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  position: relative
}

@media(max-width: 767px) {
  .btn_cmn a p {
    font-size: 1.25rem
  }
}

.btn_cmn a p i {
  font-size: 1.0625rem;
  margin-right: .4em
}

@media(max-width: 767px) {
  .btn_cmn a p i {
    font-size: 1.3125rem
  }
}

.btn_cmn a>i {
  font-size: 0.625rem;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%)
}

@media(max-width: 767px) {
  .btn_cmn a>i {
    font-size: 0.75rem
  }
}

.btn_cmn.center {
  margin-inline: auto
}

.btn_cmn.right {
  margin-inline: auto 0
}

.btn_cmn.long a {
  width: 360px
}

@media(max-width: 767px) {
  .btn_cmn.long a {
    width: 90vw
  }
}

.btn_cmn.angular a {
  width: 520px;
  height: 68px;
  border-radius: 10px
}

@media(max-width: 767px) {
  .btn_cmn.angular a {
    width: 90vw;
    height: 4rem
  }
}

.btn_cmn.angular a p {
  font-size: 1.25rem
}

@media(max-width: 767px) {
  .btn_cmn.angular a p {
    font-size: 1rem
  }
}

.btn_cmn.bg_w a {
  background-color: #fff
}

.btn_cmn.bg_w a:hover {
  background-color: #333;
  color: #fff;
  transition: .3s ease
}

.btn_cmn.bd_pr a {
  border: 1px solid #8c60a8;
  background-color: #fff;
  color: #8c60a8
}

.btn_cmn.bd_pr a:hover {
  background-color: #8c60a8;
  color: #fff;
  transition: .3s ease
}

.over_cmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset;
  padding: 0rem calc(50vw - 50%) 0rem 0;
  margin: 0 calc(50% - 50vw);
  position: relative
}

@media(max-width: 767px) {
  .over_cmn {
    padding: 0
  }
}

.over_cmn figure {
  width: calc(100% - 650px);
  text-align: right
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn figure {
    width: 48.1481481481%
  }
}

@media(max-width: 767px) {
  .over_cmn figure {
    width: 100%;
    margin-bottom: 1rem
  }
}

.over_cmn .txt {
  width: 540px
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn .txt {
    width: 48.1481481481%
  }
}

@media(max-width: 767px) {
  .over_cmn .txt {
    width: 100%;
    padding: 0 5%
  }
}

@media(max-width: 767px) {
  .over_cmn:not(.reverse) figure {
    margin-right: 5vw
  }
}

.over_cmn.reverse {
  flex-direction: row-reverse;
  padding: 0rem 0 0rem calc(50vw - 50%)
}

@media(max-width: 767px) {
  .over_cmn.reverse {
    padding: 0
  }
}

.over_cmn.reverse figure {
  text-align: left
}

@media(max-width: 767px) {
  .over_cmn.reverse figure {
    margin-left: 5vw
  }
}

.over_cmn.a_start {
  align-items: flex-start
}

.side_cmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset
}

.side_cmn figure {
  width: 50%;
  text-align: center
}

@media(max-width: 767px) {
  .side_cmn figure {
    width: 100%;
    margin-bottom: 1rem
  }
}

.side_cmn .txt {
  width: 46.2962962963%
}

@media(max-width: 767px) {
  .side_cmn .txt {
    width: 100%
  }
}

.side_cmn.reverse {
  flex-direction: row-reverse
}

.side_cmn.a_start {
  align-items: flex-start
}

.side_cmn.alt figure {
  width: 46.2962962963%
}

@media(max-width: 767px) {
  .side_cmn.alt figure {
    width: 100%
  }
}

.side_cmn.alt .txt {
  width: 50%
}

@media(max-width: 767px) {
  .side_cmn.alt .txt {
    width: 100%
  }
}

.side_cmn.message figure {
  width: 33.9814814815%
}

@media(max-width: 767px) {
  .side_cmn.message figure {
    width: 100%
  }
}

.side_cmn.message .txt {
  width: 61.1111111111%
}

@media(max-width: 767px) {
  .side_cmn.message .txt {
    width: 100%
  }
}

.side_cmn.feature figure {
  width: 48.1481481481%
}

@media(max-width: 767px) {
  .side_cmn.feature figure {
    width: 100%
  }
}

.side_cmn.feature .txt {
  width: 48.1481481481%
}

@media(max-width: 767px) {
  .side_cmn.feature .txt {
    width: 100%
  }
}

.scroll_up {
  transition: .8s ease-in-out;
  transform: translateY(30px);
  opacity: 0
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1
}

.scroll_left {
  transition: .8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0)
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0)
}

.scroll_right {
  transition: .8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0)
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0)
}

.home_news .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.home_news .inner .left {
  width: 25.9259259259%;
  padding-top: 1rem
}

@media(max-width: 767px) {
  .home_news .inner .left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 2rem
  }
}

.home_news .inner ul {
  width: 71.2962962963%
}

@media(max-width: 767px) {
  .home_news .inner ul {
    width: 100%
  }
}

.home_news ul {
  border-top: 1px solid #ddd;
  position: relative
}

.home_news ul::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8c60a8;
  position: absolute;
  top: -1px;
  left: 0
}

.home_news ul li {
  padding: 2.2rem 0;
  border-bottom: 1px solid #ddd;
  position: relative
}

@media(max-width: 767px) {
  .home_news ul li {
    padding: 1rem 0
  }
}

.home_news ul li::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8c60a8;
  position: absolute;
  bottom: -1px;
  left: 0
}

.home_news ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1rem;
  position: relative
}

@media(min-width: 1200px) {
  .home_news ul li a {
    padding-left: 2rem
  }
}

.home_news ul li a time.date {
  display: inline-block;
  line-height: 1.5rem;
  padding-right: 1.5em;
  border-right: 1px solid #ddd;
  margin-right: 1.5em
}

@media(max-width: 767px) {
  .home_news ul li a time.date {
    padding-right: 1em;
    margin-right: 1em
  }
}

.home_news ul li a .cate {
  display: inline-block;
  line-height: 1.5rem;
  margin-right: 2em
}

.home_news ul li a .ttl01 {
  line-height: 1.5rem
}

.home_news ul li a::after {
  content: "";
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.625rem;
  color: #8c60a8;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%)
}

@media(max-width: 767px) {
  .home_news ul li a::after {
    width: 20px;
    height: 20px;
    right: 0
  }
}

.home_about {
  position: relative
}

.home_about::before {
  content: "";
  width: 96%;
  height: 90%;
  background-color: #fcfaf6;
  border-radius: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_about::before {
    height: 94%
  }
}

.home_about .over_cmn:not(:last-child) {
  margin-bottom: 3.5rem
}

@media(max-width: 767px) {
  .home_about .over_cmn:not(:last-child) {
    margin-bottom: 2rem
  }
}

.home_about .over_cmn p.txt01 {
  margin-bottom: 3.5em
}

@media(max-width: 767px) {
  .home_about .over_cmn p.txt01 {
    margin-bottom: 2em
  }
}

.home_about .over_cmn .btnwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem 1.2rem
}

.home_about .under {
  padding: 3rem 0;
  position: relative
}

@media(max-width: 767px) {
  .home_about .under {
    padding: 2rem 4%
  }
}

.home_about .under::before {
  content: "";
  width: 130%;
  max-width: 1580px;
  height: 100%;
  background-color: #fff;
  border-radius: 100vmax;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_about .under::before {
    width: calc(100% + 1rem);
    border-radius: 2rem
  }
}

@media(max-width: 767px) {
  .home_about .under::before {
    width: 100%;
    height: calc(100% + 0rem);
    border-radius: 2rem;
    top: 50%;
    transform: translate(-50%, -50%)
  }
}

.home_about .under .ttl_cmn2 {
  position: relative;
  z-index: 1
}

.home_about .under .colwrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem 2.5%;
  position: relative;
  z-index: 1
}

.home_about .under .colwrap .col figure {
  margin-bottom: .8rem
}

.home_about .under .colwrap .col figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.home_about .under .colwrap .col .ttl01 {
  position: relative
}

.home_about .under .colwrap .col .ttl01 span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500
}

.home_about .under .colwrap .col .ttl01::after {
  content: "";
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.625rem;
  color: #8c60a8;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

@media(max-width: 767px) {
  .home_about .under .colwrap .col .ttl01::after {
    width: 20px;
    height: 20px
  }
}

.home_initial::before,
.home_special::before {
  content: "";
  width: 96%;
  height: 86%;
  background-color: #fcfaf6;
  border-radius: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

@media(min-width: 768px)and (max-width: 1199px) {

  .home_initial::before,
  .home_special::before {
    height: 94%
  }
}

.home_interview {
  position: relative
}

.home_interview .topline {
  margin-bottom: 3.5rem
}

@media(max-width: 767px) {
  .home_interview .topline {
    margin-bottom: 2rem
  }
}

.home_interview .topline .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem 0
}

.home_interview ul li {
  padding-bottom: 6px
}

.home_interview ul li .txt {
  width: calc(100% - 40px);
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 1.8rem 8% 1.8rem 4%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  margin-top: -4rem;
  margin-inline: auto;
  position: relative;
  z-index: 1
}

@media(max-width: 767px) {
  .home_interview ul li .txt {
    width: calc(100% - 1rem);
    border-radius: .8rem;
    padding: 1.2rem 4%;
    margin-top: -2rem
  }
}

.home_interview ul li .txt::after {
  content: "";
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.625rem;
  color: #8c60a8;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%)
}

@media(max-width: 767px) {
  .home_interview ul li .txt::after {
    width: 20px;
    height: 20px
  }
}

.home_interview ul li .txt .ttl01 {
  margin-bottom: .4em
}

.home_interview .slick-slider {
  line-height: 0
}

.home_interview .slick-slider .slick-slide {
  margin-inline: 2vw
}

@media(max-width: 767px) {
  .home_interview .slick-slider .slick-slide {
    margin-inline: 2vw
  }
}

.home_interview .slick-slider .slick-slide li img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.home_interview .slide-dots {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 4.5rem
}

@media(max-width: 767px) {
  .home_interview .slide-dots {
    margin-top: 2rem
  }
}

.home_interview .slide-dots li {
  display: inline-block;
  width: 80px;
  height: 2px
}

@media(max-width: 767px) {
  .home_interview .slide-dots li {
    width: 10vw
  }
}

.home_interview .slide-dots li button {
  position: relative;
  text-indent: -9999px
}

.home_interview .slide-dots li button:before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 0
}

@media(max-width: 767px) {
  .home_interview .slide-dots li button:before {
    width: 10vw
  }
}

.home_interview .slide-dots li.slick-active button:before {
  background-color: #8c60a8
}

.home_recruit {
  position: relative
}

.home_recruit::before {
  content: "";
  width: 100%;
  height: 88%;
  background-color: #fcfaf6;
  border-radius: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.home_recruit .colwrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem 3.7037037037%
}

.home_recruit .colwrap .col figure {
  margin-bottom: 1rem
}

@media(max-width: 767px) {
  .home_recruit .colwrap .col figure {
    margin-bottom: .5rem
  }
}

.home_recruit .colwrap .col figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.home_recruit .colwrap .col .ttl01 {
  position: relative
}

.home_recruit .colwrap .col .ttl01 span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500
}

.home_recruit .colwrap .col .ttl01::after {
  content: "";
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.625rem;
  color: #8c60a8;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%)
}

@media(max-width: 767px) {
  .home_recruit .colwrap .col .ttl01::after {
    width: 20px;
    height: 20px;
    right: 0
  }
}

.home_appli::before {
  content: none
}

.home_appli p.txt01 {
  margin-bottom: 3.5em
}

@media(max-width: 767px) {
  .home_appli p.txt01 {
    margin-bottom: 2em
  }
}

.home_contact {
  position: relative
}

.home_contact::before {
  content: "";
  width: 92%;
  height: 100%;
  background: #f2f2e9 url(images/index/bg_contact01.svg) left 2vw bottom -5vh no-repeat;
  border-radius: 0 5rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_contact::before {
    width: 97.5%;
    background-size: 30vw auto
  }
}

@media(max-width: 767px) {
  .home_contact::before {
    width: 97.5%;
    background-size: 40vw auto;
    border-radius: 0 2rem 0 0
  }
}

.home_contact .colwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.2rem 0
}

.home_contact .colwrap .col {
  width: 48.1481481481%;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 1.8rem 4%
}

@media(max-width: 767px) {
  .home_contact .colwrap .col {
    width: 100%
  }
}

.home_contact .colwrap .col .ttl01 {
  margin-bottom: 1.5em
}

.btn_tel {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto
}

.btn_tel a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #8c60a8
}

.btn_tel a i {
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.75rem;
  margin-right: 1em
}

@media(max-width: 767px) {
  .btn_tel a i {
    width: 20px;
    height: 20px
  }
}

.btn_tel a p {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .06em
}

@media(min-width: 768px)and (max-width: 1199px) {
  .btn_tel a p {
    font-size: 1.5rem
  }
}

@media(max-width: 767px) {
  .btn_tel a p {
    font-size: 1.25rem
  }
}

footer .fmain .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

footer .fmain .inner .left {
  width: 46.2962962963%
}

@media(min-width: 768px)and (max-width: 1199px) {
  footer .fmain .inner .left {
    width: 100%;
    margin-bottom: 2rem
  }
}

@media(max-width: 767px) {
  footer .fmain .inner .left {
    width: 100%;
    margin-bottom: 2rem
  }
}

footer .fmain .inner .fnav {
  width: 44.4444444444%
}

@media(min-width: 1200px) {
  footer .fmain .inner .fnav {
    padding-top: 2rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  footer .fmain .inner .fnav {
    width: 100%
  }
}

@media(max-width: 767px) {
  footer .fmain .inner .fnav {
    width: 100%
  }
}

footer .foot_logo {
  margin-bottom: 2.4rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  footer .foot_logo {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 1rem
  }
}

@media(max-width: 767px) {
  footer .foot_logo {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 1rem
  }
}

@media(max-width: 767px) {
  footer .foot_logo img {
    width: 60vw
  }
}

footer p.txt01 a {
  text-decoration: underline
}

footer .ul01 {
  -moz-columns: auto 2;
  columns: auto 2;
  margin-bottom: 2.5rem
}

@media(max-width: 767px) {
  footer .ul01 {
    margin-bottom: 1.5rem
  }
}

footer .ul01 li {
  margin-bottom: 2rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  footer .ul01 li {
    margin-bottom: 1rem
  }
}

@media(max-width: 767px) {
  footer .ul01 li {
    margin-bottom: 1rem
  }
}

footer .ul01 li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  position: relative
}

@media(max-width: 767px) {
  footer .ul01 li a {
    padding-left: 28px
  }
}

footer .ul01 li a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.625rem;
  color: #8c60a8;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

@media(max-width: 767px) {
  footer .ul01 li a::before {
    width: 22px;
    height: 22px
  }
}

footer .ttl01 {
  font-weight: 600;
  margin-bottom: .6em
}

footer .snslink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px
}

footer .snslink a {
  font-size: 1.5rem
}

@media(max-width: 767px) {
  footer .snslink a {
    font-size: 1.125rem
  }
}

footer .copyright {
  border-top: 1px solid #ebebe1;
  padding: 1rem 0
}

@media(max-width: 767px) {
  footer .copyright {
    padding: .5rem 0
  }
}

footer .copyright .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

footer .copyright .inner .addlink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1.5rem
}

footer .copyright .inner .addlink a {
  font-size: 0.875rem;
  color: #adadad;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline
}

@media(max-width: 767px) {
  footer .copyright .inner .addlink a {
    font-size: 0.75rem
  }
}

footer .copyright small {
  display: block;
  color: #adadad;
  text-align: center;
  text-decoration: underline
}

/* ブロックエディタ上で表に枠を表示＆スタイル追加 */
.wp-block-table,
.wp-block-table table,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

/* セル内の余白と左寄せ */
.wp-block-table th,
.wp-block-table td {
  padding: 6px;
  text-align: left; /* 左寄せ */
}

/* 一番上の項目部分（thead）の背景色 */
.wp-block-table thead th {
  background-color: #f3f3f3;
}

/* 専攻医カラー(濃い方：01、薄い方：02、疑似要素用濃い方：03、疑似要素用薄い方：04) */
.bg_yellow01 {
	background-color: #fde791!important;
}

.bg_yellow02 {
	background-color: #fffceb!important;
}

.bg_yellow03::before {
	background-color: #fde791!important;
}

.bg_yellow04::before {
	background-color: #fffceb!important;
}

.txt_yellow {
	color: #d5b223!important;
}

.btn_yellow {
	border: solid 1px #fde791!important;
	color: #d5b223!important;
}

/* 臨床研修医カラー(濃い方：01、薄い方：02、疑似要素用濃い方：03、疑似要素用薄い方：04) */
.bg_blue01 {
	background-color: #71a9f5!important;
}

.bg_blue02 {
	background-color: #f6fafc!important;
}

.bg_blue03::before {
	background-color: #71a9f5!important;
}

.bg_blue04::before {
	background-color: #f6fafc!important;
}

.txt_blue {
	color: #2272de!important;
}

.btn_blue {
	border: solid 1px #71a9f5!important;
	color: #2272de!important;
}

/* NEWS 記事ページ */
.news_single .news_contents .news_ttl {
	background-color: #F2F2E9;
    font-size: 26px;
    font-weight: 500;
    padding: 16px 30px 14px;
	margin-bottom: 40px;
}

.news_single .news_contents .news_txt p {
	font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.news_single .news_contents .news_txt h3 {
	display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.3;
    font-size: 22px;
    padding: 0 0 .5em 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
	width: 100%;
    margin-bottom: 20px;
}

.news_single .news_contents .news_txt h3::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #8c60a8;
    position: absolute;
    top: 100%;
    left: 0;
}

.news_single .news_contents .news_txt h3::after {
	content: "●";
	font-size: 10px;
    color: #8c60a8;
    position: absolute;
    left: 0;
    top: 8px;
}

.news_single .news_contents .news_txt h4 {
	content: '―';
	color: #8c60a8;
	font-size: 20px;
	padding: 0 0 0 28px;
	position: relative;
	width: 100%;
    margin-bottom: 20px;
}

.news_single .news_contents .news_txt h4::before {
	content: '―';
	color: #8c60a8;
	position: absolute;
    left: 0;
    top: 0;
}

.news_single .news_contents .news_txt .news_flex_box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}

.news_single .news_contents .news_txt .news_flex_box p {
	width: calc((100% - 20px) / 2);
}

.news_single .btn_cmn a {
	border-radius: 10px;
    width: 520px;
    height: 68px;
	display: block;
	margin: 60px auto 0;
}

.news_single .btn_cmn a p {
	font-size: 20px;
    line-height: 68px;
}

@media (max-width: 767px) {
	.news_single .news_contents .news_ttl {
		line-height: 1.4;
		padding: 8px 15px 7px;
		margin-bottom: 20px;
		font-size: 24px;
	}
	
	.news_single .news_contents .news_txt p {
		margin-bottom: 20px;
	}
	
	.news_single .news_contents .news_txt h3 {
		font-size: 20px;
	}
	
	.news_single .news_contents .news_txt h4 {
		 font-size: 18px;
    	line-height: 1.3;
	}
	
	.news_single .news_contents .news_txt .news_flex_box {
		flex-direction: column;
	}
	
	.news_single .news_contents .news_txt .news_flex_box p {
		width: 100%;
	}
	
	.news_single .btn_cmn a {
		max-width: 100%;
	}
}

/* NEWS 一覧ページ */
.news_list .news_list_box .news_contents {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_list .news_list_box .news_contents h3 {
	width: 28%;
}

.news_list .news_list_box .news_contents .news-items {
	border-top: 1px solid #ddd;
    position: relative;
	width: 72%;
}

.news_list .news_list_box .news_contents .news-items::before {
	content: "";
    width: 30px;
    height: 1px;
    background-color: #8c60a8;
    position: absolute;
    top: -1px;
    left: 0;
}

.news_list .news_list_box .news_contents .news-items .news-item {
	border-bottom: 1px solid #ddd;
    position: relative;
	width: 100%;
	padding: 40px 70px 40px 60px;
}

.news_list .news_list_box .news_contents .news-items .news-item::before {
	content: "";
    width: 30px;
    height: 1px;
    background-color: #8c60a8;
    position: absolute;
    top: 100%;
    left: 0;
}

.news_list .news_list_box .news_contents .news-items .news-item::after {
	content: "";
	width: 30px;
	height: 30px;
	display: grid;
	place-content: center;
	border: 1px solid currentColor;
	border-radius: 100vmax;
	font-size: 0.625rem;
	color: #8c60a8;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%)
}

.news_list .news_list_box .news_contents .news-items .news-item a {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news_list .news_list_box .news_contents .news-items .news-item .news-date {
	font-size: 16px;
    color: #ADADAD;
	border-right: solid 1px #DDDDDD;
    padding-right: 20px;
    margin-right: 20px;
}

.news_list .news_list_box .news_contents .news-items .news-item .news-cat {
	font-size: 14px;
    color: #8C60A8;
	word-break: keep-all;
}

.news_list .news_list_box .news_contents .news-items .news-item .news-title {
	display: inline-block;
    margin-left: 50px;
    line-height: 1.8;
}

.news_list .news_list_box .wp-pagenavi {
	margin-top: 80px;
}

@media (min-width: 870px) and (max-width: 1199px) {
	.news_list .news_list_box .news_contents h3 {
		width: 20%;
	}
	
	.news_list .news_list_box .news_contents .news-items {
		width: 80%;
	}
	
	.news_list .news_list_box .news_contents .news-items .news-item {
		padding: 20px 40px 20px 30px;
	}
	
	.news_list .news_list_box .news_contents .news-items .news-item::after {
		width: 20px;
    	height: 20px;
		right: 10px;
	}
	
	.news_list .news_list_box .news_contents .news-items .news-item .news-title {
		margin-left: 20px;
		min-width: 360px;
	}
}

@media (min-width: 768px) and (max-width: 869px) {
	.news_list .news_list_box  .news_contents h3 {
		width: 20%;
	}
	
	.news_list .news_list_box .news_contents .news-items {
		width: 80%;
	}
	
	.news_list .news_list_box .news_contents .news-items .news-item {
		padding: 20px 40px 20px 30px;
	}
	
	.news_list .news_list_box .news_contents .news-items .news-item::after {
		width: 20px;
    	height: 20px;
		right: 10px;
	}

	.news_list .news_list_box .news_contents .news-items .news-item .news-title {
		margin-left: 20px;
		width: 18rem;
	}
	
	.news_list .news_list_box .wp-pagenavi {
		margin-top: 40px;
	}
}

@media(max-width: 767px) {
	.news_list .news_list_box .news_contents {
		flex-direction: column;
	}
	
	.news_list .news_list_box h3 {
		width: 100%;
    	text-align: center;
	}
	
	.news_list .news_list_box .news_contents .news-items {
		width: 100%;
	}
	
	.news_list .news_list_box .news_contents .news-items .news-item {
		padding: 20px 30px 20px 0;
	}
	
	.news_list .news_list_box .news_contents .news-items .news-item a {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.news_list .news_list_box .news_contents .news-items .news-item .news-date {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
	
	.news_list .news_list_box .news_contents .news-items .news-item .news-title {
		margin-left: 0;
	}
	
	.news_list .news_list_box .news_contents .news-items .news-item::after {
		width: 20px;
		height: 20px;
		right: 5px;
	}
	
	.news_list .news_list_box .wp-pagenavi {
		margin-top: 40px;
	}
}

body {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.loopslider {
  height: 230px;
  display: flex;
  align-items: center;
  overflow: hidden
}

@media(max-width: 767px) {
  .loopslider {
    height: 30.6666666667vw
  }
}

.loopslider ul {
  display: flex;
  animation: loop-slide 40s infinite linear 1s both
}

.loopslider ul li {
  width: 220px;
  height: 230px;
  margin-right: 2px
}

@media(max-width: 767px) {
  .home_rental .loopslider ul li {
    width: 29.3333333333vw;
    height: 30.6666666667vw
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

.photo-row {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* 画像間のマージン */
}

.photo-row img {
  width: calc((100% - 40px) / 3); /* 20px×2分を引いて3等分 */
  height: auto;
  display: block;
  border-radius: 8px; /* 任意（角丸が不要なら削除） */
}

/* スマホ時：縦並びに変更 */
@media screen and (max-width: 768px) {
  .photo-row {
    flex-direction: column;
  }

  .photo-row img {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */