/*! --------------------------------------------------------------
　　この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: "游明朝", 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
}

.ibm {
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif
}

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

header {
  width: 100%;
  height: 118px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2vw;
  position: relative;
  z-index: 3
}

@media(min-width: 768px)and (max-width: 1199px) {
  header {
    height: 60px;
    justify-content: flex-start
  }
}

@media(max-width: 767px) {
  header {
    height: 16vw;
    justify-content: flex-start
  }
}

header .head_logo {
  width: 264px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 0 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12
}

@media(min-width: 1200px)and (max-width: 1399px) {
  header .head_logo {
    width: 200px
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .head_logo {
    width: 20vw
  }
}

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

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

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

header .head_logo img {
	width: 60%;
    max-width: 160px;
    height: auto;
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .head_logo img {
    width: 12vw;
  }
}

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

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

@media(min-width: 1200px) {
  header .gnav {
    max-width: 870px
  }
}

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

@media(max-width: 767px) {
  header .gnav {
    display: none;
    width: 100%;
    background-color: #0b8d77;
    position: absolute;
    top: 0vw;
    left: 0;
    padding-top: 24.8vw;
    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 {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

@media(min-width: 1200px) {
  header .gnav .ul_one {
    gap: 0 2.8em;
    margin-right: 2vw
  }
}

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

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

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

@media(min-width: 1200px) {
  header .gnav .ul_one>li>a {
    padding: .2rem 0
  }
}

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

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

header .gnav .ul_one>li>a::before {
  width: 0;
  height: 1px;
  background-color: #0b8d77;
  position: absolute;
  bottom: 0;
  left: 0
}

@media(min-width: 1200px) {
  header .gnav .ul_one>li>a::before {
    content: ""
  }
}

header .gnav .ul_one>li>a:hover::before {
  width: 100%;
  transition: .5s ease
}

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

@media(max-width: 767px) {
  .ul_one li:not(.li_parent) a::after {
    content: "";
    font-size: 0.625rem;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%)
  }
}

header .gnav .ul_one>li>a p {
  font-size: 1rem;
  color: #0b8d77;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  position: relative
}

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

@media(max-width: 767px) {
  header .gnav .ul_one>li>a p {
    color: #fff;
    text-align: left
  }
}

header .gnav .right {
  background-color: #fff;
  padding: 2rem 8%
}

header .right_add {
  height: 100%
}

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

.btn_head a {
  width: 200px;
  height: 64px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax
}

@media(min-width: 768px)and (max-width: 1199px) {
  .btn_head a {
    width: 80vw;
    height: 3rem
  }
}

@media(max-width: 767px) {
  .btn_head a {
    width: 80vw;
    height: 3rem
  }
}

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

.btn_head.bg_sk a {
  background-color: #0b8d77;
  color: #fff
}

.btn_head.bg_sk a:hover {
  background-color: #106893;
  transition: .3s ease
}

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

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

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

.icn_menu .menu-trigger {
  width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  position: relative
}

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

.icn_menu .menu-trigger .spanwrap span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #0b8d77;
  border-radius: 100vmax
}

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

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

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

.icn_menu .menu-trigger.active span {
  background-color: #fff
}

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

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

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

.bgtxtwrap {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden
}

.bgtxtwrap .bg_txt_cmn {
  font-size: 15rem;
  font-weight: 400;
  line-height: .8;
  white-space: nowrap
}

@media(min-width: 768px)and (max-width: 1199px) {
  .bgtxtwrap .bg_txt_cmn {
    font-size: 7.5rem
  }
}

@media(max-width: 767px) {
  .bgtxtwrap .bg_txt_cmn {
    font-size: 6.25rem
  }
}

.bgtxtwrap .bg_txt_cmn.color_w {
  color: #fff
}

.bgtxtwrap .bg_txt_cmn.color_sk {
  color: rgba(55, 146, 183, .1)
}

.bgtxtwrap .bg_txt_cmn.vt {
  writing-mode: vertical-rl
}

.bgtxtwrap.scroll {
  width: 100%
}

.bgtxtwrap.scroll .inn {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-text 20s linear infinite
}

.bgtxtwrap.scroll.alt .inn {
  animation: animate-text2 20s linear infinite
}

@keyframes animate-text {
  0% {
    transform: translateX(0)
  }

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

@keyframes animate-text2 {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(0%)
  }
}

.main_home {
  width: 100%;
  height: calc(100vh - 118px);
  position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
  .main_home {
    height: calc(100vh - 60px)
  }
}

@media(max-width: 767px) {
  .main_home {
    height: calc(100vh - 16vw)
  }
}

.main_home .vt_copy {
  position: absolute;
  top: 50%;
  left: 1vw;
  transform: translateY(-50%)
}

.main_home .vt_copy small {
  display: block;
  writing-mode: vertical-rl;
  line-height: 1
}

.main_home .board {
  width: 93.75vw;
  height: 95%;
  background-image: url(./../../uploads/2026/03/fv_2x-scaled.jpg);
  background-position: center center;
  background-size: cover;
  border-radius: .6rem;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0
}

@media(min-width: 768px)and (max-width: 1199px) {
  .main_home .board {
    width: 90vw;
    background-image: url(./../../uploads/2026/03/sp_2x.jpg)
  }
}

@media(max-width: 767px) {
  .main_home .board {
    width: 90vw;
    background-image: url(./../../uploads/2026/03/sp_2x.jpg)
  }
}

.main_home .txt {
  max-width: 660px;
  background-color: #fff;
  border-radius: 0 5rem 0 0;
  padding: 3.5rem 5%;
  position: absolute;
  bottom: 0;
  left: 0
}

@media(min-width: 768px)and (max-width: 1199px) {
  .main_home .txt {
    width: 70vw;
    border-radius: 0 3rem 0 0;
    padding: 2rem 4%
  }
}

@media(max-width: 767px) {
  .main_home .txt {
    width: 80vw;
    border-radius: 0 2.5rem 0 0;
    padding: 2rem 4%
  }
}

.main_home .txt .ttl01 {
  font-size: 2.75rem;
  color: #0b8d77;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: .2em
}

@media(min-width: 768px)and (max-width: 1199px) {
  .main_home .txt .ttl01 {
    font-size: 1.75rem
  }
}

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

@media(max-width: 767px) {
  .main_home .txt p.txt01 {
    font-size: 0.625rem
  }
}

.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.t_exwide {
  padding-top: 10rem
}

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

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

.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: 6.25rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: .5em
}

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

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

.ttl_cmn span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  margin-top: .4em
}

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

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

.ttl_cmn.mdl {
  font-size: 5.375rem
}

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

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

.ttl_cmn.tac {
  text-align: center
}

.ttl_cmn.color_sk {
  color: #0b8d77
}

.ttl_cmn.color_w {
  color: #fff
}

.ttl_cmn.mb0 {
  margin-bottom: 0
}

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

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

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

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

.ttl_cmn2 span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: .09em
}

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

.ttl_cmn2 strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .03em
}

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

.ttl_cmn2.medium {
  font-weight: 500
}

.ttl_cmn2.regular {
  font-weight: 400
}

.ttl_cmn2.lh_w {
  line-height: 2.4
}

.ttl_cmn2.tac {
  text-align: center
}

.ttl_cmn2.color_sk {
  color: #0b8d77
}

.ttl_cmn2.color_w {
  color: #fff
}

.ttl_cmn2.color_w span {
  color: rgba(255, 255, 255, .5)
}

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

@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.5rem
}

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

.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: 1.9
}

@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_sk {
  color: #0b8d77
}

.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: 278px;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  border-radius: 100vmax;
  padding-right: 8%;
  position: relative
}

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

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

.btn_cmn a>i {
  display: grid;
  place-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%)
}

.btn_cmn.long a {
  width: 348px
}

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

.btn_cmn.shadow a {
  box-shadow: 2px 2px 18px rgba(0, 0, 0, .16)
}

.btn_cmn.center {
  margin-inline: auto
}

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

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

.btn_cmn.bg_w a>i {
  background-color: #0b8d77;
  color: #fff
}

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

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

.btn_cmn.bd_sk a {
  border: 1px solid #0b8d77;
  background-color: #fff;
  color: #0b8d77
}

.btn_cmn.bd_sk a>i {
  background-color: #0b8d77;
  color: #fff
}

.btn_cmn.bd_sk a:hover {
  border: 1px solid #106893;
  background-color: #106893;
  color: #fff;
  transition: .3s ease
}

.btn_cmn.bd_sk a:hover>i {
  background-color: #fff;
  color: #106893;
  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% - 540px);
  text-align: right
}

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

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

.over_cmn .txt {
  width: 480px
}

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

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

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

.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: 8vw
  }
}

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

.over_cmn.alt figure {
  width: calc(100% - 610px)
}

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

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

.over_cmn.alt .txt {
  width: 540px
}

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

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

.over_cmn.about {
  align-items: stretch;
  position: relative
}

.over_cmn.about::before {
  content: "";
  width: 55.5vw;
  height: 100%;
  background-color: #fff;
  border-radius: 100px 0 0 0;
  position: absolute;
  top: 4rem;
  right: 0;
  z-index: 1
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn.about::before {
    border-radius: 3rem 0 0 0
  }
}

@media(max-width: 767px) {
  .over_cmn.about::before {
    content: none
  }
}

.over_cmn.about figure {
  width: calc(100% - 540px)
}

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

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

.over_cmn.about .txt {
  width: 540px;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
  position: relative;
  z-index: 2
}

@media(min-width: 1200px) {
  .over_cmn.about .txt {
    margin-top: 4rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn.about .txt {
    width: 50%;
    margin-top: 2rem;
    padding-top: 3rem;
    padding-bottom: 2rem
  }
}

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

.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%
  }
}

.bg_sk_cmn {
  position: relative
}

.bg_sk_cmn::before {
  content: "";
  width: 91.875vw;
  height: 100%;
  background-color: #0b8d77;
  position: absolute;
  top: 0;
  z-index: 0
}

@media(min-width: 1200px)and (max-width: 1399px) {
  .bg_sk_cmn::before {
    width: 95vw
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .bg_sk_cmn::before {
    width: 97.5vw
  }
}

@media(max-width: 767px) {
  .bg_sk_cmn::before {
    width: 97.5vw
  }
}

.bg_sk_cmn .inner {
  z-index: 1
}

.bg_sk_cmn.bg_l::before {
  border-radius: 0 100px 0 0;
  left: 0
}

@media(max-width: 767px) {
  .bg_sk_cmn.bg_l::before {
    border-radius: 0 3rem 0 0
  }
}

.bg_sk_cmn.bg_r::before {
  border-radius: 100px 0 0 0;
  right: 0
}

@media(max-width: 767px) {
  .bg_sk_cmn.bg_r::before {
    border-radius: 3rem 0 0 0
  }
}

.bg_sk_cmn.bgc_sn::before {
  background-color: #f3f3f3
}

.bg_sk_cmn.bgc_w::before {
  background-color: #fff
}

.bg_sk_cmn.long::before {
  height: 150%
}

.bg_sk_cmn.long2::before {
  height: 120%
}

.link_naked {
  font-size: 0.875rem;
  color: #0b8d77;
  text-decoration: underline
}

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

.link_naked i {
  margin-right: .2em
}

.link_naked.color_w {
  color: #fff
}

.home_triple .bnrwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 2.7777777778%;
  justify-items: center;
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_triple .bnrwrap {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 767px) {
  .home_triple .bnrwrap {
    grid-template-columns: repeat(1, 1fr)
  }
}

.home_news {
  position: relative
}

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

.home_news .inner>.left {
  width: 37.037037037%
}

@media(max-width: 767px) {
  .home_news .inner>.left {
    width: 100%;
    margin-bottom: 1.8rem
  }
}

.home_news .inner>.right {
  width: 55.5555555556%
}

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

.home_news ul {
  border-top: 1px solid rgba(255, 255, 255, .3)
}

.home_news ul li {
  padding: 2.6rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .3)
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_news ul li {
    padding: 1.5rem .6rem
  }
}

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

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

@media(min-width: 768px)and (max-width: 1199px) {
  .home_news ul li a {
    padding-right: 3rem
  }
}

@media(max-width: 767px) {
  .home_news ul li a {
    padding-right: 2rem
  }
}

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

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

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

.home_news ul li a::after {
  content: "";
  display: grid;
  place-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.875rem;
  color: #ededed;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%)
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_news ul li a::after {
    width: 2.5rem;
    right: 0
  }
}

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

.home_about {
  margin-bottom: 12rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_about {
    margin-bottom: 6rem
  }
}

@media(max-width: 767px) {
  .home_about {
    margin-bottom: 4rem
  }
}

.home_about p.txt01 {
  margin-bottom: 3em
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_about p.txt01 {
    margin-bottom: 1.5em
  }
}

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

.home_service .side_cmn {
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 4.5rem
}

@media(max-width: 767px) {
  .home_service .side_cmn {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem
  }
}

.home_service .side_cmn p.txt01 {
  margin-bottom: 1em
}

.home_service .side_cmn .logowrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  margin-bottom: 3rem
}

@media(max-width: 767px) {
  .home_service .side_cmn .logowrap {
    margin-bottom: 1.5rem
  }
}

.home_service .colwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 7.4074074074%
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_service .colwrap {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media(max-width: 767px) {
  .home_service .colwrap {
    grid-template-columns: repeat(1, 1fr)
  }
}

.home_service .colwrap .col figure {
  margin-bottom: 1.5rem
}

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

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

.home_service .colwrap .col p.txt01:not(:last-child) {
  margin-bottom: 2em
}

.home_company {
  background-color: #f2f8fa
}

.home_company dl {
  max-width: 700px;
  margin-inline: auto
}

.home_company dl dd a {
  margin-left: 2em
}

@media(max-width: 767px) {
  .home_company dl dd a {
    margin-left: 1.2em
  }
}

dl.dl_cmn {
  border-top: 1px solid #d1d1d1
}

dl.dl_cmn div {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d1d1d1
}

@media(max-width: 767px) {
  dl.dl_cmn div {
    padding: .8rem 0
  }
}

dl.dl_cmn div dt,
dl.dl_cmn div dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5
}

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

  dl.dl_cmn div dt,
  dl.dl_cmn div dd {
    font-size: 0.8125rem
  }
}

@media(max-width: 767px) {

  dl.dl_cmn div dt,
  dl.dl_cmn div dd {
    font-size: 0.75rem
  }
}

dl.dl_cmn div dt {
  width: 22%;
  padding-left: 1em
}

@media(max-width: 767px) {
  dl.dl_cmn div dt {
    width: 26%;
    padding-left: 0
  }
}

dl.dl_cmn div dd {
  width: 76%
}

@media(max-width: 767px) {
  dl.dl_cmn div dd {
    width: 72%
  }
}

.home_relate {
  background-color: #f2f8fa;
  position: relative
}

.home_relate .bnrwrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem 1.8518518519%
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_relate .bnrwrap {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 767px) {
  .home_relate .bnrwrap {
    grid-template-columns: repeat(2, 1fr)
  }
}

.home_relate::before {
  content: "";
  width: 91.875vw;
  height: 80%;
  background-color: #fff;
  border-radius: 100px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0
}

@media(max-width: 767px) {
  .home_relate::before {
    border-radius: 3rem 0 0 0
  }
}

@media(min-width: 1200px)and (max-width: 1399px) {
  .home_relate::before {
    width: 95vw
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_relate::before {
    width: 97.5vw
  }
}

@media(max-width: 767px) {
  .home_relate::before {
    width: 97.5vw
  }
}

.home_relate .inner {
  z-index: 1
}

footer .fmain {
  background-color: #f3f3f3;
  padding: 4rem 0 3.5rem
}

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

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

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

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

footer .fmain .inner .fnav {
  width: 50%;
  padding-top: 1rem
}

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

footer .foot_logo {
  margin-bottom: 1.2rem
}

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

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

footer .ul01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .6rem 1.5rem;
  margin-bottom: 3.5rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  footer .ul01 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2rem
  }
}

@media(max-width: 767px) {
  footer .ul01 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2rem
  }
}

footer .ul01 li a {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5
}

@media(max-width: 767px) {
  footer .ul01 li a {
    font-size: 0.8125rem
  }
}

footer p.txt01 {
  margin-bottom: .8em
}

footer p.txt_tel {
  margin-bottom: 1em
}

footer .linkwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: .8rem 2.5rem
}

footer .copyright {
  background-color: #106893;
  padding: .4rem 0
}

footer .copyright small {
  display: block;
  text-align: center
}

/*# sourceMappingURL=style.css.map */
.home_double .bnrwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2.7777777778%;
  justify-items: center;
}

@media (max-width: 767px) {
  .home_double .bnrwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.main_page .pagettl span {
  text-transform: none;
}

/* 改修20260331 */
.home_news {
	margin-top: 8rem;	
}

.home_news.section_cmn {
    padding: 4rem 0;
}

.home_news.bg_sk_cmn::before {
	z-index: -1;
}

.home_news.ttl_cmn.mb_w {
    margin-bottom: 0.5em;
}

.home_news .ttl_cmn.mb_w {
	margin-bottom: 0.5em;
}

.home_news ul li {
	padding: 1.5rem 1rem;
}

.home_service .colwrap {
	grid-template-columns: repeat(3, 1fr);
    gap: 4rem 4%;
}

.home_service .side_cmn {
	padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.home_service .side_cmn .txt {
	width: 100%;
}

.home_service .side_cmn .txt .ttl_cmn {
	margin-bottom: 0;
}

.company .about_company {
	padding-top: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.home_news {
		margin-top: 6rem;	
	}

    .home_news ul li {
        padding: 1.0rem .6rem;
    }
	
	.home_service .colwrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem 4%;
	}
	
	.company .about_company {
		padding-top: 2rem;
	}
}

@media (max-width: 767px) {
	.home_news {
		margin-top: 4rem;	
	}

    .home_news.section_cmn {
         padding: 2rem 0;
    }
	
	.home_service .colwrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 3rem;
	}
	
	.home_service .side_cmn {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
	
	.company .about_company {
		padding-top: 0;
	}
}

/* 新規ページ（training） */
main.traning .traning_fv {
    background-image: url(./../../uploads/2026/04/traning_fv_img2.jpg);
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
    background-position: right top;
    background-size: contain;
    min-height: 500px;
}

main.traning .traning_fv::before {
	content: "";
    background-color: #F2F1EA;
    display: block;
    position: relative;
    width: 60%;
    height: 100%;
	min-height: 500px;
    z-index: 1;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

main.traning .traning_fv .inner {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: calc((100vw - 1120px) / 2);
    z-index: 2;
}

main.traning .traning_fv .inner .contents {
	position: relative;
}

main.traning .traning_fv figure,
main.traning .traning_fv p {
	width: 50%;
}

main.traning .training_plan {
	background-color: var(--c-bg);
    padding: 5rem 0;
}

main.traning .training_plan h2 {
	color: var(--c-main-dark);
    text-align: center;
}

main.traning .training_plan h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main.traning .training_plan h3::before,
main.traning .training_plan h3::after {
	content: "";
	background-color: #000;
	height: 1px;
	flex: 1;
}

main.traning .training_plan h3::before {
	margin-right: 1rem;
}

main.traning .training_plan h3::after {
	margin-left: 1rem;
}

main.traning .plan_list li {
	background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	flex-direction: row-reverse;
    gap: 20px;
    margin-bottom: 20px;
	border: solid 1px #d1d1d1;
}

main.traning .plan_list li:last-of-type {
	margin-bottom: 0;
}

main.traning .plan_list li figure {
	width: 50%;
}

main.traning .plan_list li .txt {
	width: calc(50% - 20px);
}

main.traning .plan_list li .txt h4 {
	font-size: 1.2rem;
	color: var(--c-main-dark);
	margin-bottom: 0.5rem;
}

main.traning .plan_list li .txt p {
	font-size: 0.9rem;
}

main.traning .plan_list li .txt dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-top: 2rem;
	font-size: 0.9rem;
}

main.traning .plan_list li .txt dl dt {
	width: 20%;
    background-color: #d0cdb8;
    border-radius: 5px;
    padding: 0em 2%;
    text-align: center;
}

main.traning .plan_list li .txt dl dd {
	width: calc(100% - 20% - 10px);
}

main.traning .on-demand_training {
	padding: 5rem;
}

main.traning .on-demand_training::before {
	background-color: #f3f3f3;
	border-radius: 100px 0 0 0;
    right: 0;
	content: "";
    width: 91.875vw;
    position: absolute;
    top: 0;
    z-index: 0;
}

main.traning .on-demand_training h2 {
	color: #0b8d77;
}

main.traning .on-demand_training .contents .overview {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

main.traning .on-demand_training .contents .overview figure {
	width: 50%;
}

main.traning .on-demand_training .contents .overview .txt {
	width: calc(100% - 50% - 20px);
}

main.traning .on-demand_training .contents .overview .txt h3 {
	font-size: 1.8rem;
	line-height: 1.6;
	color: #0b8d77;
}

main.traning .on-demand_training .contents .overview .txt h3 span {
	display: block;
	font-size: 1rem;
	color: initial;
}

main.traning .on-demand_training .contents .overview dl {
	background-color: #f2f1ea;
    border-radius: .6rem;
    padding: 1rem 3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-top: 1rem;
	font-size: 0.9rem;
}

main.traning .on-demand_training .contents .overview dl dt {
	background-color: #d0cdb8;
    border-radius: 5px;
    padding: 0em 2%;
    text-align: center;
	width: 27%;
}

main.traning .on-demand_training .contents .overview dl dd {
	width: calc(100% - 30%);
    font-size: 0.8rem;
}

main.traning .on-demand_training .contents h4 {
	margin: 30px 0 20px;
    width: 100%;
    background-color: #b9d9d4;
    padding: 10px 20px 8px;
    font-size: 1.2rem;
}

main.traning .on-demand_training .contents p {
	font-size: 0.8rem;
}

main.traning .on-demand_training .contents ol {
	counter-reset: li; 
	list-style: none;
	columns: 2 auto;
}

main.traning .on-demand_training .contents ol li {
	font-size: 0.8rem;
	text-indent: -1.5rem;
	padding-left: 1.5rem;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}

main.traning .on-demand_training .contents ol li::before {
	content:counter(li) ".";
	counter-increment: li;
	font-weight: 600;
	margin-right: 0.5rem;
	color: #0b8d77;
}

main.traning .on-demand_training .contents .fee {
	width: fit-content;
    font-weight: 600;
	line-height: 1;
    margin-inline: auto;
	margin-bottom: 0.5rem;
}

main.traning .on-demand_training .contents .fee span {
	font-size: 4rem;
	color: #0b8d77;
	display: inline-block;
    margin: 0 10px;
}

main.traning .on-demand_training .contents .fee_note {
	text-align: center;
	font-size: 0.8rem;
    font-weight: 600;
}

main.traning .on-demand_training .contents .fee_note span:first-of-type {
	margin-right: 1rem;
}

main.traning .on-demand_training .contents .fee_note span {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.0;
}

@media (max-width: 767px) {
	main.traning .traning_fv {
		background-color: #F2F1EA;
    	min-height: initial;
	}
	
	main.traning .traning_fv::before {
		content: "";
        aspect-ratio: 955 / 500;
        display: block;
        background-color: initial;
        width: 100%;
        clip-path: none;
        min-height: initial;
        z-index: -2;
	}
	
	main.traning .traning_fv .inner {
		position: relative;
		top: 0;
		transform: translateY(0);
		left: 0;
	}

	main.traning .traning_fv .inner .contents {
		padding: 40px 0;
		width: fit-content;
        margin-inline: auto;
	}
	
	main.traning .traning_fv figure,
	main.traning .traning_fv p {
		width: 100%;
	}
	
	main.traning .traning_fv p {
		font-size: 0.8rem;
    	margin-top: 20px;
	}
	
	main.traning .ttl_cmn.mdl {
		font-size: 3rem;
	}
	
	main.traning .txt_cmn {
        font-size: 0.8rem;
    }
	
	main.traning .training_plan h2 {
		font-size: 3rem;
	}
	
	main.traning .plan_list li {
		flex-direction: column-reverse;
		padding: 20px;
	}
	
	main.traning .plan_list li figure,
	main.traning .plan_list li .txt {
		width: 100%;
	}
	
	main.traning .on-demand_training {
		padding: 3rem 1rem;
	}
	
	main.traning .on-demand_training::before {
		border-radius: 3rem 0 0 0;
		width: 97.5vw;
	}
	
	main.traning .on-demand_training h2 {
		font-size: 3rem;
	}
	
	main.traning .on-demand_training .contents .overview {
		flex-direction: column;
	}
	
	main.traning .on-demand_training .contents .overview .txt,
	main.traning .on-demand_training .contents .overview figure {
		width: 100%;
	}
	
	main.traning .on-demand_training .contents .overview .txt h3 {
		font-size: 1.6rem;
	}
	
	main.traning .on-demand_training .contents .overview dl dt {
		width: 30%;
	}
	
	main.traning .on-demand_training .contents .overview dl dd {
		width: calc(100% - 34%);
		line-height: 1.4;
	}
	
	main.traning .on-demand_training .contents ol {
		columns: unset;
	}
	
	main.traning .on-demand_training .contents .fee span {
		font-size: 2.6rem;
	}
}