/*! --------------------------------------------------------------
　　この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;
  font-weight: 500
}

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: 1240px;
    padding: 0 20px;
    margin: 0 auto
  }
}

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

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

.pc-only {
  display: unset
}

@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: unset
  }
}

@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: unset
  }
}

.pctab-only {
  display: unset
}

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

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

.tabsp-only {
  display: none
}

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

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

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: #12191d;
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

html {
  overflow: auto
}

body {
  overflow: hidden
}

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

.bran {
  font-family: brandon-grotesque, sans-serif
}

header {
  width: 100%;
  height: 145px;
  margin-bottom: -145px;
  position: relative;
  z-index: 3
}

@media(min-width: 768px)and (max-width: 1199px) {
  header {
    height: 80px;
    margin-bottom: 0px
  }
}

@media(max-width: 767px) {
  header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    height: 16vw;
    margin-bottom: 0vw
  }
}

header .topline {
  height: 80px;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch
}

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

header .btmline {
  height: 65px;
  background-color: #12191d
}

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

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

header .btmline>.inner {
  height: 100%
}

header .btmline .ul_two {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

header .btmline .ul_two>li {
  width: 25%;
  border-right: 1px solid #fff
}

header .btmline .ul_two>li:first-child {
  border-left: 1px solid #fff
}

header .btmline .ul_two>li>a {
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative
}

header .btmline .ul_two>li>a>p {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em
}

header .btmline .ul_two>li>a>i {
  font-size: 0.625rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%)
}

header .head_logo {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset;
  padding: .2rem 1rem
}

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

@media(max-width: 767px) {
  header .head_logo {
    width: 84vw;
    height: 16vw;
    padding: 0rem 0 0rem 4vw;
    z-index: 12
  }
}

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

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

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

@media(min-width: 1200px)and (max-width: 1399px) {
  header .gnav {
    width: 82%;
    max-width: unset
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav {
    display: none;
    width: 100%;
    min-width: unset;
    position: absolute;
    top: 80px;
    z-index: 11
  }
}

@media(max-width: 767px) {
  header .gnav {
    display: none;
    width: 100%;
    min-width: unset;
    position: absolute;
    top: 16vw;
    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 {
  max-width: 750px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset
}

@media(min-width: 1200px)and (max-width: 1399px) {
  header .gnav .ul_one {
    width: 53%
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav .ul_one {
    width: 100%;
    max-width: unset;
    display: block;
    border-top: 1px solid #fff
  }
}

@media(max-width: 767px) {
  header .gnav .ul_one {
    width: 100%;
    display: block;
    border-top: 1px solid #fff
  }
}

header .gnav .right {
  width: 570px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: unset
}

@media(min-width: 1200px)and (max-width: 1399px) {
  header .gnav .right {
    width: 45%
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav .right {
    width: 100%;
    background-color: #fff;
    padding: 2rem 8vw 2.5rem
  }
}

@media(max-width: 767px) {
  header .gnav .right {
    width: 100%;
    background-color: #fff;
    padding: 2rem 8vw 2.5rem
  }
}

header .gnav .right .tel {
  width: 38%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 2%
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav .right .tel {
    width: 100%
  }
}

@media(max-width: 767px) {
  header .gnav .right .tel {
    width: 100%
  }
}

header .gnav .right .tel p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: right
}

@media(min-width: 1200px)and (max-width: 1399px) {
  header .gnav .right .tel p {
    font-size: 1.25rem
  }
}

header .gnav .right .tel p i {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-right: .5rem
}

@media(min-width: 1200px)and (max-width: 1399px) {
  header .gnav .right .tel p i {
    font-size: 0.875rem;
    margin-right: .2rem
  }
}

header .gnav .right .tel p span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2
}

@media(min-width: 1200px)and (max-width: 1399px) {
  header .gnav .right .tel p span {
    font-size: 0.625rem
  }
}

header .gnav .right .btn_skew {
  width: 30%
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav .right .btn_skew {
    width: 100%;
    margin-top: 1.2rem
  }
}

@media(max-width: 767px) {
  header .gnav .right .btn_skew {
    width: 100%;
    margin-top: 1.2rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav>ul {
    width: 100%;
    background-color: #0bb4c3
  }
}

@media(max-width: 767px) {
  header .gnav>ul {
    width: 100%;
    background-color: #0bb4c3
  }
}

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

@media(min-width: 1200px)and (max-width: 1399px) {
  header .gnav>ul>li>a {
    padding: 1rem .2rem
  }
}

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

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

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

header .gnav>ul>li>a:hover p::before {
  opacity: 1;
  transition: .3s 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: 8vw;
    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>li>a p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .05em;
  text-align: center;
  position: relative
}

@media(min-width: 1200px)and (max-width: 1399px) {
  header .gnav>ul>li>a p {
    font-size: 0.75rem;
    letter-spacing: 0
  }
}

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

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

header .gnav>ul>li>a p::before {
  font-size: 0.625rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0
}

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

header .gnav .parent {
  background-color: #127983;
  position: relative
}

header .gnav .parent i {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%
}

header .gnav ul.submenu {
  display: none;
  background-color: #fff
}

header .gnav ul.submenu li:not(:last-child) {
  border-bottom: 1px solid #12191d
}

header .gnav ul.submenu li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset;
  position: relative
}

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

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

header .gnav ul.submenu li a::after {
  color: #12191d
}

header .gnav ul.submenu li a p {
  font-size: 0.875rem
}

.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: 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: #0bb4c3;
  padding: 1rem
}

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

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

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

.icn_menu .menu-trigger span:nth-of-type(2) {
  top: calc(50% - .125rem)
}

.icn_menu .menu-trigger 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) {
  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%
}

nav[class^=sub] {
  display: none;
  width: 100vw;
  background-color: #fff;
  padding: 1.5rem calc(50vw - 50%) 2.5rem;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 4
}

nav[class^=sub]::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(35, 38, 41, .7);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0
}

nav[class^=sub] .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

nav[class^=sub] .ttl_submenu {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
  position: relative
}

nav[class^=sub] .ttl_submenu i {
  font-size: 0.625rem;
  margin-left: .6rem;
  position: relative;
  top: -4px
}

nav[class^=sub] .ttl_submenu::after {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #12191d;
  position: absolute;
  bottom: 0;
  left: 0
}

nav[class^=sub] ul.submenu {
  width: 78.3333333333%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: unset
}

nav[class^=sub] ul.submenu li {
  width: 23.5%
}

@media(min-width: 1200px) {
  nav[class^=sub] ul.submenu li:not(:nth-child(4n+1)) {
    margin-right: 2%
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  nav[class^=sub] ul.submenu li:not(:nth-child(4n+1)) {
    margin-right: 2%
  }
}

@media(min-width: 1200px) {
  nav[class^=sub] ul.submenu li:nth-child(n+6) {
    margin-top: 2rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  nav[class^=sub] ul.submenu li:nth-child(n+6) {
    margin-top: 1.5rem
  }
}

nav[class^=sub] ul.submenu li a {
  height: 100%
}

nav[class^=sub] ul.submenu li a:hover figure img {
  transform: scale(1.15);
  transition: .5s ease
}

nav[class^=sub] ul.submenu li a figure {
  overflow: hidden;
  text-align: center;
  margin-bottom: .4rem
}

nav[class^=sub] ul.submenu li a .ttl01 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .05em
}

nav[class^=sub] ul.submenu li a .ttl01 i {
  font-size: 0.625rem;
  margin-left: .6rem
}

.main_home {
  height: calc(100vh - 0px);
  position: relative;
  overflow: hidden
}

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

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

.main_home video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  filter: brightness(0.4);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}

.main_home .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 2
}

@media(min-width: 1200px) {
  .main_home .txt {
    padding-top: 145px
  }
}

@media(max-width: 767px) {
  .main_home .txt {
    left: 8vw;
    padding-right: 8vw
  }
}

.main_home .txt .ttl01 {
  flex-grow: .2;
  font-size: 6.75rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .05em
}

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

.main_home .txt .ttl02 {
  flex-grow: 1;
  font-size: 2.25rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .15em
}

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

.main_home .txt span {
  display: inline-block;
  transition: transform .6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transform: translate(20%, 100%);
  position: relative;
  z-index: 1;
  letter-spacing: -0.03em;
  text-shadow: 3px 4px 0 rgba(0, 0, 0, .1)
}

.main_home .txt span:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-40%);
  transition: transform .6s cubic-bezier(0.65, 0.02, 0.23, 1)
}

.main_home .txt span.row {
  overflow: hidden;
/*   line-height: .9; */
  display: block;
  transform: none
}

.main_home .txt span.row:before {
  display: none
}

.main_home .txt .animate {
  transform: translate(0, 0)
}

.main_home .txt .animate:before {
  transform: translateY(100%)
}

.main_home .scroll {
  padding-bottom: 100px;
  position: absolute;
  bottom: 90px;
  right: 2vw
}

@media(max-width: 767px) {
  .main_home .scroll {
    display: none
  }
}

.main_home .scroll p {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 1
}

.main_home .scroll p::after {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%
}

.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: 2rem
  }
}

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

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

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

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

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

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

.ttl_cmn {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.4rem
}

@media(max-width: 767px) {
  .ttl_cmn {
    font-size: 1.6875rem;
    margin-bottom: 1.5rem
  }
}

.ttl_cmn span {
  display: block;
  font-size: 0.875rem;
  color: #0bb4c3;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative
}

@media(max-width: 767px) {
  .ttl_cmn span {
    font-size: 0.75rem;
    margin-bottom: .5rem;
    left: 20vw
  }
}

.ttl_cmn span::before {
  content: "";
  width: 30vw;
  height: 1px;
  background-color: #0bb4c3;
  position: absolute;
  top: 50%;
  right: calc(100% + .6rem)
}

.ttl_cmn span.color_w {
  color: #fff
}

.ttl_cmn span.color_w::before {
  background-color: #fff
}

.ttl_cmn span.right {
  width: -moz-fit-content;
  width: fit-content
}

@media(max-width: 767px) {
  .ttl_cmn span.right {
    left: unset
  }
}

.ttl_cmn span.right::before {
  width: 50vw;
  left: calc(100% + .6rem)
}

.ttl_cmn b {
  color: #0bb4c3
}

.ttl_cmn.tac {
  text-align: center
}

.ttl_cmn.tac span {
  left: unset
}

.ttl_cmn.color_w {
  color: #fff
}

.ttl_cmn.bar_none span::before {
  content: none
}

.txt_cmn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .txt_cmn {
    font-size: 0.8125rem;
    letter-spacing: 0
  }
}

.txt_cmn.color_w {
  color: #fff
}

.txt_cmn.tac {
  text-align: center
}

.txt_cmn2 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .txt_cmn2 {
    font-size: 0.6875rem;
    letter-spacing: 0
  }
}

.txt_cmn2.color_w {
  color: #fff
}

.txt_cmn2.tac {
  text-align: center
}

.txt_cmn2.regular {
  font-weight: 400
}

.btn_skew {
  width: -moz-fit-content;
  width: fit-content;
  width: 280px;
  height: 64px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
  z-index: 1
}

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

.btn_skew p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .05em;
  position: relative;
  z-index: 3
}

.btn_skew i {
  font-size: 0.625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  z-index: 2
}

.btn_skew.small {
  width: 204px;
  height: 46px
}

@media(max-width: 767px) {
  .btn_skew.small {
    width: 50vw;
    height: 12vw
  }
}

.btn_skew.bg_skew:hover::before {
  animation: skewanime .5s forwards
}

.btn_skew.bg_skew::before {
  content: "";
  width: 120%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: -130%;
  transform: skewX(-25deg)
}

.btn_skew.back i {
  right: unset;
  left: 5%
}

.btn_skew.center {
  margin: 0 auto
}

@media(min-width: 1200px) {
  .btn_skew.head_btn {
    height: 80px
  }
}

.btn_skew.head_btn i {
  font-size: 1rem;
  line-height: 1.5rem;
  position: static;
  margin-right: .5rem;
  transform: unset
}

.btn_skew.head_btn p {
  font-size: 1rem
}

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

.btn_skew.contact_btn i {
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: static;
  margin-right: .5rem;
  transform: unset
}

.btn_skew.contact_btn p {
  font-size: 0.875rem
}

@media(max-width: 767px) {
  .btn_skew.contact_btn p {
    font-size: 1rem
  }
}

.btn_skew.bg_cy {
  background-color: #0bb4c3;
  color: #fff
}

.btn_skew.bg_cy.bg_skew::before {
  background: #067983
}

.btn_skew.bg_bg {
  background-color: #2b5772;
  color: #fff
}

.btn_skew.bg_bg.bg_skew::before {
  background: #0e2e41
}

.btn_skew.bg_w {
  background-color: #fff;
  color: #0bb4c3
}

.btn_skew.bg_w.bg_skew::before {
  background: #067983
}

.btn_skew.bd_w {
  border: 1px solid #fff;
  color: #fff
}

.btn_skew.bd_w.bg_skew::before {
  background: #067983
}

.btn_skew.bd_bg {
  border: 1px solid #2b5772;
  color: #2b5772
}

.btn_skew.bd_bg:hover {
  color: #fff
}

.btn_skew.bd_bg.bg_skew::before {
  background: #0e2e41
}

@keyframes skewanime {
  100% {
    left: -10%
  }
}

.bg_txt_cmn {
  font-size: 16.125rem;
  color: rgba(255, 255, 255, .05);
  font-weight: 900;
  line-height: .68;
  white-space: nowrap
}

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

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

.side_cmn figure {
  width: 50%
}

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

.side_cmn .txt {
  width: 50%
}

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

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

.side_cmn.reason {
  align-items: stretch
}

.side_cmn.reason figure {
  width: 52%
}

@media(max-width: 767px) {
  .side_cmn.reason figure {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0
  }
}

.side_cmn.reason .txt {
  width: 48%
}

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

.side_cmn.aboutus {
  align-items: center
}

.side_cmn.aboutus figure {
  width: 40%
}

@media(min-width: 768px)and (max-width: 1199px) {
  .side_cmn.aboutus figure {
    width: 38%
  }
}

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

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

@media(min-width: 768px)and (max-width: 1199px) {
  .side_cmn.aboutus .txt {
    width: 58%
  }
}

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

.side_cmn.reason_p {
  align-items: center
}

.side_cmn.reason_p figure {
  width: 20%
}

@media(max-width: 767px) {
  .side_cmn.reason_p figure {
    margin-bottom: 0
  }
}

.side_cmn.reason_p .txt {
  width: 70%
}

.side_cmn.reason_f {
  align-items: stretch
}

.side_cmn.reason_f figure {
  width: 37.6666666667%
}

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

.side_cmn.reason_f .txt {
  width: 62.3333333333%
}

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

.side_cmn.flow {
  align-items: stretch
}

.side_cmn.flow figure {
  width: 33%
}

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

.side_cmn.flow .txt {
  width: 64%
}

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

.side_cmn.hanging {
  align-items: center
}

.side_cmn.hanging figure {
  width: 43.1666666667%
}

@media(min-width: 768px)and (max-width: 1199px) {
  .side_cmn.hanging figure {
    width: 40%
  }
}

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

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

@media(min-width: 768px)and (max-width: 1199px) {
  .side_cmn.hanging .txt {
    width: 56%
  }
}

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

.side_cmn.hanging2 figure {
  width: 50%
}

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

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

.side_cmn.hanging2 .txt {
  width: 45%
}

@media(min-width: 768px)and (max-width: 1199px) {
  .side_cmn.hanging2 .txt {
    width: 44%
  }
}

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

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

@media(max-width: 767px) {
  .over_cmn {
    padding: 0rem calc(50vw - 50%)
  }
}

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

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

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

.over_cmn .txt {
  width: 500px
}

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

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

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

@media(max-width: 767px) {
  .over_cmn.reverse {
    padding: 0rem calc(50vw - 50%)
  }
}

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

.over_cmn.merit {
  align-items: flex-end
}

.over_cmn.merit figure {
  width: calc(100% - 600px)
}

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

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

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

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

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

.over_cmn.about2 {
  align-items: flex-end
}

.over_cmn.about2 figure {
  width: calc(100% - 870px)
}

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

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

.over_cmn.about2 .txt {
  width: 730px
}

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

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

.over_cmn.aboutus figure {
  width: calc(100% - 750px)
}

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

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

.over_cmn.aboutus .txt {
  width: 600px
}

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

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

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

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

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

.over_cmn.future .txt {
  width: 580px
}

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

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

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

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

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

.over_cmn.hanging .txt {
  width: 580px
}

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

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

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

.over_cmn2 figure {
  width: calc(100% - 400px);
  position: absolute;
  bottom: 0
}

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

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

.over_cmn2 .txt {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2
}

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

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

@media(max-width: 767px) {
  .over_cmn2:not(.reverse) {
    padding: 0rem calc(50vw - 50%)
  }
}

.over_cmn2:not(.reverse) figure {
  text-align: left;
  left: 0
}

.over_cmn2.reverse {
  padding: 0rem 0 0rem calc(50vw - 50%)
}

@media(max-width: 767px) {
  .over_cmn2.reverse {
    padding: 0rem calc(50vw - 50%)
  }
}

.over_cmn2.reverse figure {
  text-align: right;
  right: 0
}

.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 {
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -90px;
  position: relative;
  z-index: 2
}

@media(max-width: 767px) {
  .home_news {
    height: unset;
    margin-top: 0
  }
}

.home_news .left {
  width: 200px;
  background-color: rgba(43, 87, 114, .5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

@media(max-width: 767px) {
  .home_news .left {
    width: 100%;
    background-color: #2b5772;
    padding: .5rem 0
  }
}

.home_news .left:hover {
  background-color: rgba(43, 87, 114, .9)
}

.home_news .mid {
  width: calc(100% - 200px - 90px);
  height: 90px;
  background-color: rgba(244, 244, 244, .5)
}

@media(max-width: 767px) {
  .home_news .mid {
    width: 100%;
    height: 4.5rem;
    background-color: #f4f4f4
  }
}

.home_news .mid:hover {
  background-color: rgba(244, 244, 244, .9)
}

.home_news .right {
  width: 90px;
  background-color: rgba(191, 191, 191, .5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

@media(max-width: 767px) {
  .home_news .right {
    width: 100%;
    background-color: #bfbfbf;
    padding: .8rem 0;
    position: relative
  }
}

.home_news .right:hover {
  background-color: rgba(191, 191, 191, .9)
}

.home_news .right p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em
}

.home_news .right i {
  font-size: 1.6875rem;
  color: #fff
}

@media(max-width: 767px) {
  .home_news .right i {
    font-size: 0.75rem;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%)
  }
}

.home_news .ttl01 {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em
}

.home_news .ttl01 em {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1
}

.home_news ul.news_ticker {
  height: 90px;
  position: relative
}

@media(max-width: 767px) {
  .home_news ul.news_ticker {
    height: 4.5rem
  }
}

.home_news ul.news_ticker li {
  height: 100%
}

.home_news ul.news_ticker li a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 2rem;
  padding: 0 4%
}

@media(max-width: 767px) {
  .home_news ul.news_ticker li a {
    line-height: 1.5rem
  }
}

.home_news ul.news_ticker li a time {
  font-size: 1rem;
  color: #7e7e7e;
  font-weight: 400;
  letter-spacing: .05em;
  margin-right: 2%
}

.home_news ul.news_ticker li a .cate {
  min-width: 80px;
  background-color: #fff;
  border: 1px solid #2b5772;
  border-radius: 3px;
  font-size: 0.75rem;
  color: #2b5772;
  font-weight: 700;
  padding: 0 .8rem;
  margin-right: 4%
}

.home_news ul.news_ticker li a .ttl02 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .home_news ul.news_ticker li a .ttl02 {
    width: 100%;
    letter-spacing: 0
  }
}

.home_news .bx-wrapper {
  background: none;
  box-shadow: none;
  border: none
}

.home_bnr {
  padding: 3.5rem 0
}

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

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

.home_bnr .wrap .bnr {
  width: 48.1666666667%
}

@media(max-width: 767px) {
  .home_bnr .wrap .bnr {
    width: 100%
  }
}

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

.home_bnr .wrap .bnr a:hover {
  opacity: .7;
  transition: .3s ease
}

.home_about {
  background: #12191d url(images/index/bg_about01.png) right center/auto 100% no-repeat;
  padding: 7.5rem 0 10rem;
  position: relative
}

@media(max-width: 767px) {
  .home_about {
    background-position: left center;
    padding: 2.5rem 0 3.5rem
  }
}

.home_about .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2
}

.home_about .inner .right {
  width: 50%;
  padding-top: 2rem
}

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

.home_about .inner .right p.txt01 {
  margin-bottom: 3.5rem
}

@media(max-width: 767px) {
  .home_about .inner .right p.txt01 {
    margin-bottom: 2.4rem
  }
}

.home_about .bg_txt_cmn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0
}

.home_reason {
  background: url(images/index/bg_reason01.jpg) center center/cover no-repeat;
  padding: 5.5rem 0 4.5rem
}

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

.home_reason p.txt01 {
  max-width: 500px;
  margin-bottom: 4.4rem
}

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

.home_reason ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}

@media(max-width: 767px) {
  .home_reason ul {
    margin-bottom: 3.5rem
  }
}

.home_reason ul li {
  width: 46.6666666667%;
  background-color: #fff
}

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

@media(min-width: 1200px) {
  .home_reason ul li:nth-child(n+3) {
    margin-top: 3.5rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_reason ul li:nth-child(n+3) {
    margin-top: 3rem
  }
}

.home_reason ul li:nth-child(even) {
  position: relative;
  top: -10rem
}

@media(max-width: 767px) {
  .home_reason ul li:nth-child(even) {
    top: unset
  }
}

@media(max-width: 767px) {
  .home_reason ul li:not(:last-child) {
    margin-bottom: 3rem
  }
}

.home_reason ul li.on a::after {
  transform: translateX(100%)
}

.home_reason ul li a {
  overflow: hidden;
  position: relative
}

.home_reason ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1) .8s
}

.home_reason ul li a:hover figure img {
  transform: scale(1.15);
  transition: .5s ease
}

.home_reason ul li a figure {
  overflow: hidden
}

.home_reason ul li a .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  flex-direction: column;
  padding: 6% 6% 4% 0;
  position: relative
}

@media(max-width: 767px) {
  .home_reason ul li a .txt {
    padding: 5% 4% 4% 40%
  }
}

.home_reason ul li a .txt .num {
  font-size: 8rem;
  color: #dbedef;
  font-weight: 900;
  line-height: .8;
  position: absolute;
  bottom: 0;
  right: 0
}

@media(max-width: 767px) {
  .home_reason ul li a .txt .num {
    font-size: 6rem;
    opacity: .6;
    z-index: -1
  }
}

.home_reason ul li a .txt .ttl01 {
  flex-grow: .5;
  font-size: 1.75rem;
  color: #0c1d4b;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .home_reason ul li a .txt .ttl01 {
    font-size: 1.125rem;
/*     text-indent: .5em; */
    padding-left: 2em;
    margin-bottom: 1rem
  }
}

.home_reason ul li a .txt p.txt02 {
  flex-grow: 1
}

@media(max-width: 767px) {
  .home_reason ul li a .txt p.txt02 {
    padding-left:1.5rem
  }
}

.home_reason .btnwrap {
  width: 46.6666666667%;
  margin: 0 0 0 auto
}

@media(max-width: 767px) {
  .home_reason .btnwrap {
    width: 100%;
    margin: unset
  }
}

.home_service p.txt01 {
  margin-bottom: 6.5rem
}

@media(max-width: 767px) {
  .home_service p.txt01 {
    margin-bottom: 2.5rem
  }
}

@media(max-width: 767px) {
  .home_service ul li.over_cmn2 {
    padding-bottom: 22vh
  }
}

.home_service ul li:not(:last-child) {
  margin-bottom: 9rem
}

@media(max-width: 767px) {
  .home_service ul li:not(:last-child) {
    margin-bottom: 4rem
  }
}

.home_service ul li:not(.reverse) .ttl01 {
  text-align: right
}

@media(max-width: 767px) {
  .home_service ul li:not(.reverse) .ttl01 {
    text-align: left
  }
}

.home_service ul li:not(.reverse) p.txt02 {
  margin: 0 0 0 auto
}

@media(max-width: 767px) {
  .home_service ul li:not(.reverse) p.txt02 {
    margin: unset
  }
}

.home_service ul li:not(.reverse) .btn_skew {
  margin: 0 0 0 auto
}

@media(max-width: 767px) {
  .home_service ul li:not(.reverse) .btn_skew {
    margin: unset
  }
}

.home_service ul li .txt .ttl01 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.2rem
}

@media(max-width: 767px) {
  .home_service ul li .txt .ttl01 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem
  }
}

.home_service ul li .txt .ttl01 em {
  display: block;
  font-size: 5.25rem;
  font-weight: 900;
  letter-spacing: .05em;
  white-space: nowrap
}

@media(max-width: 767px) {
  .home_service ul li .txt .ttl01 em {
    font-size: 1.875rem;
    letter-spacing: 0
  }
}

.home_service ul li .txt p.txt02 {
  max-width: 360px;
  margin-bottom: 2.2rem
}

@media(max-width: 767px) {
  .home_service ul li .txt p.txt02 {
    margin-bottom: 1.5rem
  }
}

.home_merit {
  padding-top: 1.5rem
}

.home_merit .over_cmn {
  padding-bottom: 5rem;
  position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_merit .over_cmn {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
}

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

.home_merit .over_cmn::before {
  content: "";
  width: 100%;
  height: 90%;
  background-color: #0bb4c3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_merit .over_cmn::before {
    height: 100%
  }
}

.home_merit .over_cmn .txt .ttl01 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem
}

@media(max-width: 767px) {
  .home_merit .over_cmn .txt .ttl01 {
    font-size: 1.125rem
  }
}

.home_merit .over_cmn .txt p.txt01 {
  margin-bottom: 3rem
}

@media(max-width: 767px) {
  .home_merit .over_cmn .txt p.txt01 {
    margin-bottom: 2rem
  }
}

.home_here {
  padding-top: 6rem
}

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

.home_here .ttl02 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2.2rem
}

@media(max-width: 767px) {
  .home_here .ttl02 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem
  }
}

.home_here ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 calc(50% - 50vw)
}

.home_here ul li {
  width: 33.33%;
  padding: 5rem 5% 5.5rem;
  border-right: 1px solid #fff
}

@media(max-width: 767px) {
  .home_here ul li {
    width: 100%;
    padding: 2.5rem 4%;
    border-right: unset;
    border-bottom: 1px solid #fff
  }
}

.home_here ul li:nth-child(1) {
  background: url(images/index/bg_here01.jpg) center center/cover no-repeat
}

.home_here ul li:nth-child(2) {
  background: url(images/index/bg_here02.jpg) center center/cover no-repeat
}

.home_here ul li:nth-child(3) {
  background: url(images/index/bg_here03.jpg) center center/cover no-repeat
}

.home_here ul li .ttl01 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative
}

@media(max-width: 767px) {
  .home_here ul li .ttl01 {
    font-size: 1.125rem
  }
}

.home_here ul li .ttl01::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0
}

.home_here ul li p.txt01 {
  margin-bottom: 2.2rem
}

@media(max-width: 767px) {
  .home_here ul li p.txt01 {
    margin-bottom: 1.5rem
  }
}

.home_case {
  padding: 6rem 0 10rem
}

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

.home_case ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5rem
}

@media(max-width: 767px) {
  .home_case ul {
    margin-bottom: 3rem
  }
}

.home_case ul::after {
  content: "";
  width: 31.6666666667%
}

.home_case ul li {
  width: 31.6666666667%;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .16)
}

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

@media(min-width: 1200px) {
  .home_case ul li:nth-child(n+4) {
    margin-top: 5rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_case ul li:nth-child(n+4) {
    margin-top: 4rem
  }
}

@media(max-width: 767px) {
  .home_case ul li:not(:last-child) {
    margin-bottom: 2.5rem
  }
}

.home_case ul li figure {
  text-align: center
}

.home_case ul li .txt {
  padding: 1.7rem 2% 1.2rem
}

@media(max-width: 767px) {
  .home_case ul li .txt {
    padding: 1.2rem 4%
  }
}

.home_case ul li .txt .ttl01 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: .5rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: .7rem
}

@media(max-width: 767px) {
  .home_case ul li .txt .ttl01 {
    font-size: 1.125rem
  }
}

.home_case ul li .txt .cate {
  display: inline-block;
  font-size: 0.75rem;
  color: #0052a3;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #2f539f;
  border-radius: 3px;
  padding: .2rem .6rem;
  margin-right: .8rem
}

@media(max-width: 767px) {
  .home_case ul li .txt .cate {
    font-size: 0.6875rem;
    padding: 0 .4rem;
    margin-right: .4rem
  }
}

.home_about2 .over_cmn {
  padding-bottom: 8rem
}

@media(max-width: 767px) {
  .home_about2 .over_cmn {
    padding-bottom: 5rem
  }
}

.home_about2 .over_cmn::before {
  content: "";
  width: 100%;
  height: calc(100% - 4rem);
  background-color: #12191d;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1
}

.home_about2 .over_cmn .txt {
  padding-top: 4rem
}

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

@media(max-width: 767px) {
  .home_about2 .over_cmn .txt {
    padding-top: 1rem
  }
}

.home_about2 .over_cmn .txt p.txt01 {
  margin-bottom: 3.3rem
}

@media(max-width: 767px) {
  .home_about2 .over_cmn .txt p.txt01 {
    margin-bottom: 2rem
  }
}

.home_about2 .over_cmn .txt ul {
  border-top: 1px solid #dbdbdb
}

.home_about2 .over_cmn .txt ul li {
  border-bottom: 1px solid #dbdbdb
}

.home_about2 .over_cmn .txt ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 4%;
  color: #fff
}

@media(max-width: 767px) {
  .home_about2 .over_cmn .txt ul li a {
    padding: 1rem 4%
  }
}

.home_about2 .over_cmn .txt ul li a:hover {
  color: #21b4c3;
  transition: .3s ease
}

.home_about2 .over_cmn .txt ul li a:hover p {
  border-bottom: 1px solid #21b4c3
}

.home_about2 .over_cmn .txt ul li a p {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .home_about2 .over_cmn .txt ul li a p {
    font-size: 0.9375rem
  }
}

.home_about2 .over_cmn .txt ul li a i {
  font-size: 0.9375rem
}

@media(max-width: 767px) {
  .home_about2 .over_cmn .txt ul li a i {
    font-size: 0.8125rem
  }
}

.home_about2 .over_cmn .poa_bg {
  width: 14vw;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -2.5rem
}

@media(max-width: 767px) {
  .home_about2 .over_cmn .poa_bg {
    width: 22vw
  }
}

.home_blog {
  background-color: #f2f2f2;
  padding: 6rem 0 5rem
}

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

.home_blog ul {
  margin: 0 calc(50% - 50vw) 3.5rem
}

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

.home_blog ul li figure {
  text-align: center;
  margin-bottom: 1rem
}

@media(max-width: 767px) {
  .home_blog ul li figure {
    margin-bottom: .5rem
  }
}

.home_blog ul li .ttl01 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: .4rem;
  border-bottom: 1px solid #969a9b;
  margin-bottom: .4rem
}

@media(max-width: 767px) {
  .home_blog ul li .ttl01 {
    font-size: 1rem
  }
}

.home_blog ul li time {
  font-size: 0.875rem;
  color: #777;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-right: 1rem
}

@media(max-width: 767px) {
  .home_blog ul li time {
    font-size: 0.75rem
  }
}

.slick-slider.slick03 .slick-slide {
  margin: 0 1vw
}

@media(max-width: 767px) {
  .slick-slider.slick03 .slick-slide {
    margin: 0 4vw
  }
}

.slick-slider.slick03 .slick-slide img {
  margin: 0 auto
}

.slick-slider.slick03 .prev-arrow,
.slick-slider.slick03 .next-arrow {
  position: absolute;
  top: -7rem;
  z-index: 11
}

@media(max-width: 767px) {

  .slick-slider.slick03 .prev-arrow,
  .slick-slider.slick03 .next-arrow {
    top: 50%;
    transform: translateY(-50%)
  }
}

.slick-slider.slick03 .prev-arrow {
  right: calc(50vw - 600px + 80px)
}

@media(min-width: 768px)and (max-width: 1199px) {
  .slick-slider.slick03 .prev-arrow {
    right: calc(2vw + 80px)
  }
}

@media(max-width: 767px) {
  .slick-slider.slick03 .prev-arrow {
    width: 12vw;
    left: 0vw
  }
}

.slick-slider.slick03 .next-arrow {
  right: calc(50vw - 600px)
}

@media(min-width: 768px)and (max-width: 1199px) {
  .slick-slider.slick03 .next-arrow {
    right: 2vw
  }
}

@media(max-width: 767px) {
  .slick-slider.slick03 .next-arrow {
    width: 12vw;
    right: 0vw
  }
}

.home_recruit {
  padding-top: 7.5rem
}

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

.home_recruit .over_cmn {
  padding-bottom: 5rem;
  position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_recruit .over_cmn {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
}

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

.home_recruit .over_cmn::before {
  content: "";
  width: 100%;
  height: 90%;
  background-color: #0bb4c3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_recruit .over_cmn::before {
    height: 100%
  }
}

.home_recruit .over_cmn .txt p.txt01 {
  margin-bottom: 5rem
}

@media(max-width: 767px) {
  .home_recruit .over_cmn .txt p.txt01 {
    margin-bottom: 2rem
  }
}

.home_access {
  padding-top: 7rem
}

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

.home_access p.txt01 {
  margin-bottom: 2.2rem
}

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

.home_access .map {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-top: 430px;
  overflow: hidden
}

@media(max-width: 767px) {
  .home_access .map {
    padding-top: 100%
  }
}

.home_access .map iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
  pointer-events: none
}

@media(max-width: 767px) {
  .home_access .map iframe {
    top: -30vw;
    height: calc(100% + 30vw + 30vw)
  }
}

.home_contact {
  background: url(images/index/bg_contact01.jpg) center center/cover no-repeat
}

.home_contact .ttl01 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem
}

@media(max-width: 767px) {
  .home_contact .ttl01 {
    font-size: 1.125rem;
    margin-bottom: 1rem
  }
}

.home_contact .tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto .5rem
}

.home_contact .tel a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 3rem
}

@media(max-width: 767px) {
  .home_contact .tel a {
    line-height: 2rem
  }
}

.home_contact .tel a i {
  font-size: 2.75rem;
  margin-right: .5rem
}

@media(max-width: 767px) {
  .home_contact .tel a i {
    font-size: 1.5rem
  }
}

.home_contact .tel a p {
  font-size: 3.9375rem;
  font-weight: 700
}

@media(max-width: 767px) {
  .home_contact .tel a p {
    font-size: 2rem
  }
}

.home_contact p.txt01 {
  margin-bottom: 5rem
}

@media(max-width: 767px) {
  .home_contact p.txt01 {
    margin-bottom: 2.5rem
  }
}

.home_contact .btnwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.home_contact .btnwrap .btn_skew {
  margin: 0 2vw
}

@media(max-width: 767px) {
  .home_contact .btnwrap .btn_skew {
    margin: unset
  }
}

@media(max-width: 767px) {
  .home_contact .btnwrap .btn_skew:not(:last-child) {
    margin-bottom: 1rem
  }
}

footer .fmain {
  background-color: #2b5772;
  padding: 3rem 0 4rem
}

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

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

footer .fmain .foot_logo {
  width: 13.3333333333%
}

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

footer .fmain .fnav {
  width: 83.3333333333%
}

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

footer .fmain .fnav .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.3rem
}

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

footer .fmain .fnav .top ul {
  padding-left: 1em;
  margin-bottom: 1rem
}

@media(max-width: 767px) {
  footer .fmain .fnav .top ul:nth-child(n+3) {
    margin-top: 1.5rem
  }
}

footer .fmain .fnav .top ul li:not(:last-child) {
  margin-bottom: .5rem
}

footer .fmain .fnav .top ul li.parent a p {
  font-size: 1rem;
  font-weight: 700;
  position: relative
}

@media(max-width: 767px) {
  footer .fmain .fnav .top ul li.parent a p {
    font-size: 0.75rem
  }
}

footer .fmain .fnav .top ul li.parent a p::before {
  content: ">";
  font-size: 0.625rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: calc(100% + .5rem);
  top: 50%;
  transform: translateY(-50%)
}

footer .fmain .fnav .top ul li a:hover p {
  color: #0bb4c3;
  transition: .3s ease
}

footer .fmain .fnav .top ul li a p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  footer .fmain .fnav .top ul li a p {
    font-size: 0.6875rem
  }
}

footer .fmain .fnav .btm ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center
}

@media(max-width: 767px) {
  footer .fmain .fnav .btm ul {
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  footer .fmain .fnav .btm ul li {
    width: 46%
  }
}

@media(min-width: 1200px) {
  footer .fmain .fnav .btm ul li:not(:last-child) {
    margin-right: 2rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  footer .fmain .fnav .btm ul li:not(:last-child) {
    margin-right: 1.5rem
  }
}

@media(max-width: 767px) {
  footer .fmain .fnav .btm ul li:nth-child(n+3) {
    margin-top: .5rem
  }
}

footer .fmain .fnav .btm ul li a:hover p {
  color: #0bb4c3;
  transition: .3s ease
}

footer .fmain .fnav .btm ul li a p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  footer .fmain .fnav .btm ul li a p {
    font-size: 0.6875rem
  }
}

footer .copyright {
  background-color: #2b5772;
  text-align: center;
  padding: .8rem 0
}

footer .copyright small {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5
}

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

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