/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */

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

li {
  list-style: underline;
}

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

html {
  overflow: auto
}

body {
  overflow: hidden
}

.lato {
  font-family: "Lato", sans-serif
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3
}

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

header .topline {
  height: 74px;
  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 .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:1243px;
  width:100%
}

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

@media(min-width: 768px)and (max-width: 1199px) {
  header .gnav {
    display: none;
    width: 100%;
    min-width: unset;
    position: absolute;
    top: 74px;
    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: 600px;
  width: 53%;
max-width: 684px;
    width: 65%;*/
	 max-width: 480px;
    width: 68%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    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: 357px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: unset
}

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

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

header .gnav .right .btn_head {
  width: 49%
}

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

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

header .gnav .right .btn_head a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff
}

@media(max-width: 767px) {
  header .gnav .right .btn_head a {
    height: 3rem
  }
}

header .gnav .right .btn_head.tel a {
  background-color: #62b9ce
}

@media(max-width: 767px) {
  header .gnav .right .btn_head.tel a {
    margin-bottom: 1.2rem
  }
}

header .gnav .right .btn_head.tel a:hover {
  background-color: #3e8c9f;
  transition: .3s ease
}

header .gnav .right .btn_head.contact a {
  background-color: #5eb98c
}

header .gnav .right .btn_head.contact a:hover {
  background-color: #3b8963;
  transition: .3s ease
}

header .gnav .right .btn_head i {
  font-size: 1rem;
  line-height: 1.5;
  margin-right: .5rem
}

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

header .gnav .right .btn_head p em {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3
}

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

header .gnav .right .btn_head p span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3
}

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

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

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

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 #d1d1d1
  }
}

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

header .gnav>ul>li>a:hover p {
  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_sp) 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_sp) a::after {
    content: "";
    font-size: 0.625rem;
    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: 1rem;
  font-weight: 700;
  line-height: 1.5;
  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 {
    text-align: left
  }
}

@media(max-width: 767px) {
  header .gnav>ul>li>a p {
    font-size: 1rem;
    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>ul>li>a i.fa-chevron-down {
  font-size: 0.625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

header .gnav .parent {
  position: relative
}

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

header .gnav ul.submenu_sp {
  display: none;
  background-color: #e8e8e8
}

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

header .gnav ul.submenu_sp 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_sp li a {
    padding: 1.2rem 6vw
  }
}

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

header .gnav ul.submenu_sp li a::after {
  color: #444
}

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

.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: 74px;
    height: 74px
  }
}

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

.icn_menu .menu-trigger {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 1rem
}

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

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

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

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

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

.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%);
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4
}

nav[class^=sub]::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .6);
  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] ul.submenu_pc {
  width: 75.9259259259%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: unset
}

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

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

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

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

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

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

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

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

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

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

@keyframes zoomUp {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.15)
  }
}

.swiper-slide-active .bg, .swiper-slide-duplicate-active .bg, .swiper-slide-prev .bg {
  animation: zoomUp 6s linear 0s;
  animation-fill-mode: both
}

.swiper-wrapper .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-wrapper .swiper-slide .bg {
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 74px);
  margin-top: 74px
}

@media(max-width: 767px) {
  .swiper-wrapper .swiper-slide .bg {
    height: calc(100vh - 16vw);
    margin-top: 16vw
  }
}

@media(max-width: 767px) {
  .swiper-wrapper .swiper-slide .bg.bg01 {
    background-image: url(https://test07.test10zaqrobacca.xyz/wp-content/uploads/2024/05/6633.png) !important
  }
}

@media(max-width: 767px) {
  .swiper-wrapper .swiper-slide .bg.bg02 {
    background-image: url(https://test07.test10zaqrobacca.xyz/wp-content/uploads/2024/05/363.png) !important
  }
}

@media(max-width: 767px) {
  .swiper-wrapper .swiper-slide .bg.bg03 {
    background-image: url(https://test07.test10zaqrobacca.xyz/wp-content/uploads/2024/05/69.png) !important
  }
}

.swiper-wrapper .txtlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}

.swiper-wrapper .txtlayer .inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: unset;
  flex-direction: column;
  box-sizing: border-box
}

.swiper-wrapper .txtlayer .ttl01 {
  font-size: 2.625rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .075em;
  margin-bottom: 1.4rem
}

@media(max-width: 767px) {
  .swiper-wrapper .txtlayer .ttl01 {
    font-size: 2rem
  }
}

.swiper-wrapper .txtlayer p.txt01 {
  padding-left: 1.2rem;
  border-left: 2px solid #fff;
  margin-bottom: 4rem
}

@media(max-width: 767px) {
  .swiper-wrapper .txtlayer p.txt01 {
    padding-left: .8rem;
    border-left: 1px solid #fff;
    margin-bottom: 2.2rem
  }
}

@media(max-width: 767px) {
  .swiper-wrapper .txtlayer .btn_cmn {
    margin: 0 auto
  }
}

.fix_right {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 11
}

.fix_right a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 240px;
  height: 120px;
  background-color: #e8ab3a;
  padding: .8rem 0;
  color: #fff;
  box-sizing: border-box
}

@media(max-width: 767px) {
  .fix_right a {
    flex-direction: row;
    width: 50vw;
    height: 16vw;
    padding: 0 .5rem
  }
}

.fix_right a:hover {
  background-color: #a87414;
  transition: .3s ease
}

.fix_right a i {
  font-size: 1.625rem
}

@media(max-width: 767px) {
  .fix_right a i {
    font-size: 1.375rem
  }
}

.fix_right a p {
  max-width: 200px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  text-align: center
}

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

.fix_right a p span {
  display: block;
  font-size: 0.875rem;
  padding-top: .2rem;
  border-top: 1px solid red;
  margin-top: .2rem
}

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

.section_cmn {
  padding: 5rem 0
}

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

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

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

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

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

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

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

.ttl_cmn {
  color: #5eb98c;
  margin-bottom: 2rem
}

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

.ttl_cmn em {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .05em;
  font-style: italic
}

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

.ttl_cmn span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5
}

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

.ttl_cmn.tac {
  text-align: center
}

.ttl_cmn.color_k {
  color: #444
}

.ttl_cmn.color_w {
  color: #fff
}

.ttl_cmn2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .05em;
  margin-bottom: 2rem
}

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

.ttl_cmn2 strong {
  font-size: 2.625rem;
  line-height: 1.2
}

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

.ttl_cmn2.bd {
  padding-bottom: .4rem;
  position: relative
}

.ttl_cmn2.bd::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #5eb98c;
  position: absolute;
  bottom: -0.4rem;
  left: 0
}

.ttl_cmn2.deco_t {
  position: relative
}

.ttl_cmn2.deco_t::before {
  content: "";
  width: 36px;
  height: 10px;
  border-right: 10px solid #62b9ce;
  background-color: #5eb98c;
  position: absolute;
  bottom: calc(100% + .5rem);
  left: 0
}

@media(max-width: 767px) {
  .ttl_cmn2.deco_t::before {
    height: 6px
  }
}

.ttl_cmn2.deco_t.tac::before {
  left: 50%;
  transform: translateX(-50%)
}

.ttl_cmn2.dx {
  padding: .6rem 0 .6rem 1rem;
  border-bottom: 1px solid #bfbfbf;
  position: relative
}

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

.ttl_cmn2.dx::before {
  content: "";
  width: 6px;
  height: 48px;
  background-color: #5eb98c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

@media(max-width: 767px) {
  .ttl_cmn2.dx::before {
    width: 4px;
    height: 36px
  }
}

.ttl_cmn2.tac {
  text-align: center
}

.ttl_cmn2.color_w {
  color: #fff
}

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

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

.txt_cmn.bold {
  font-weight: 700
}

.txt_cmn.color_w {
  color: #fff
}

.txt_cmn.tac {
  text-align: center
}

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

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

.txt_cmn2.bold {
  font-weight: 700
}

.txt_cmn2.color_w {
  color: #fff
}

.txt_cmn2.tac {
  text-align: center
}

.btn_cmn {
  width: -moz-fit-content;
  width: fit-content
}

.btn_cmn a {
  width: 240px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  border: 1px solid currentColor;
  position: relative
}

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

.btn_cmn a p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5
}

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

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

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

.btn_cmn.round a {
  width: 183px;
  height: 42px;
  border-radius: 9999px
}

@media(max-width: 767px) {
  .btn_cmn.round a {
    width: 40vw;
    height: 2.4rem
  }
}

.btn_cmn.round a p {
  font-size: 0.875rem
}

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

.btn_cmn.large a {
  width: 360px;
  height: 74px
}

@media(max-width: 767px) {
  .btn_cmn.large a {
    width: 72vw;
    height: 3.6rem
  }
}

.btn_cmn.large a i {
  font-size: 1.5rem;
  position: static;
  transform: unset;
  margin-right: .8rem
}

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

.btn_cmn.i_back a i {
  right: unset;
  left: 6%
}

.btn_cmn.center {
  margin: 0 auto
}

.btn_cmn.bd_k a {
  background-color: #fff;
  color: #444
}

.btn_cmn.bd_k a:hover {
  border: none;
  background-color: #5eb98c;
  color: #fff;
  transition: .3s ease
}

.btn_cmn.bd_bg a {
  border: 1px solid #5eb98c;
  background-color: #fff;
  color: #444
}

.btn_cmn.bd_bg a:hover {
  background-color: #5eb98c;
  color: #fff;
  transition: .3s ease
}

.btn_cmn.bd_w a {
  color: #fff
}

.btn_cmn.bd_w a:hover {
  border: none;
  background-color: #fff;
  color: #444;
  transition: .3s ease
}

.btn_cmn.bg_bg a {
  border: 1px solid #5eb98c;
  background-color: #5eb98c;
  color: #fff
}

.btn_cmn.bg_bg a:hover {
  background-color: #fff;
  color: #5eb98c;
  transition: .3s ease
}

.btn_naked {
  width: -moz-fit-content;
  width: fit-content
}

.btn_naked a {
  width: 240px;
  height: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset;
  border-bottom: 1px solid #bfbfbf;
  position: relative
}

@media(max-width: 767px) {
  .btn_naked a {
    width: 64vw;
    height: 2.4rem
  }
}

.btn_naked a p {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5
}

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

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

.btn_naked.center {
  margin: 0 auto
}

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

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

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

.side_cmn .txt {
  width: 80%
}

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

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

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

.side_cmn.case_de figure {
  width: 50%
}

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

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

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

.side_cmn.case_co figure {
  width: 50%
}

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

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

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

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

.side_cmn.case_wr figure {
  width: 20%
}

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

.side_cmn.case_wr .txt {
  width: 76%
}

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

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

.side_cmn.company_me figure {
  width: 30.5555555556%
}

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

.side_cmn.company_me .txt {
  width: 63.8888888889%
}

@media(max-width: 767px) {
  .side_cmn.company_me .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: 49.0740740741%
  }
}

@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: 46.2962962963%
  }
}

@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.about {
  align-items: stretch
}

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

.over_cmn.about figure {
  width: calc(100% - 320px);
  position: relative;
  top: 80px
}

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

@media(max-width: 767px) {
  .over_cmn.about figure {
    width: 100%;
    margin-bottom: 0;
    position: static;
    top: 0
  }
}

.over_cmn.about figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.over_cmn.about .txt {
  width: 700px;
  position: relative
}

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

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

.over_cmn.about:not(.reverse) .txt {
  margin-left: -400px
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn.about:not(.reverse) .txt {
    margin-left: -20.3703703704%
  }
}

@media(max-width: 767px) {
  .over_cmn.about:not(.reverse) .txt {
    margin-left: 0
  }
}

.over_cmn.about.reverse .txt {
  margin-right: -400px
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn.about.reverse .txt {
    margin-right: -20.3703703704%
  }
}

@media(max-width: 767px) {
  .over_cmn.about.reverse .txt {
    margin-right: 0
  }
}

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

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

.over_cmn.service figure {
  width: calc(100% - 0px)
}

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

@media(max-width: 767px) {
  .over_cmn.service figure {
    width: 92vw;
    margin-bottom: -1.5rem
  }
}

.over_cmn.service figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.over_cmn.service .txt {
  width: 700px;
  position: relative;
  top: 80px
}

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

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

.over_cmn.service:not(.reverse) .txt {
  margin-left: -700px
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn.service:not(.reverse) .txt {
    margin-left: -60.1851851852%
  }
}

@media(max-width: 767px) {
  .over_cmn.service:not(.reverse) .txt {
    margin-left: 8vw
  }
}

.over_cmn.service.reverse .txt {
  margin-right: -700px
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn.service.reverse .txt {
    margin-right: -60.1851851852%
  }
}

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

.over_cmn.about_fi {
  align-items: center
}

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

.over_cmn.about_fi figure {
  width: calc(100% - 420px)
}

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

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

.over_cmn.about_fi figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.over_cmn.about_fi .txt {
  width: 560px
}

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

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

.over_cmn.about_fi:not(.reverse) .txt {
  margin-left: -140px
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn.about_fi:not(.reverse) .txt {
    margin-left: -38.8888888889%
  }
}

@media(max-width: 767px) {
  .over_cmn.about_fi:not(.reverse) .txt {
    margin: 0 8vw
  }
}

.over_cmn.about_fi.reverse .txt {
  margin-right: -140px
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn.about_fi.reverse .txt {
    margin-right: -38.8888888889%
  }
}

@media(max-width: 767px) {
  .over_cmn.about_fi.reverse .txt {
    margin: 0 8vw
  }
}

.over_cmn.about_fi.analysis {
  align-items: flex-start
}

@media(min-width: 1200px) {
  .over_cmn.about_fi.analysis figure {
    margin-top: -2.5rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_cmn.about_fi.analysis figure {
    margin-top: -2.5rem
  }
}

.over_cmn.about_se {
  align-items: center
}

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

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

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

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

.over_cmn.about_se figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.over_cmn.about_se .txt {
  width: 500px
}

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

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

.deco_cmn {
  position: relative
}

.deco_cmn::after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  z-index: 1
}

@media(max-width: 767px) {
  .deco_cmn::after {
    width: 20vw;
    height: 20vw
  }
}

.deco_cmn.deco_r::after {
  background: url(images/index/deco_r.svg) center center/100% auto no-repeat;
  right: 0
}

.deco_cmn.deco_l::after {
  background: url(images/index/deco_l.svg) center center/100% auto no-repeat;
  left: 0
}

.deco_cmn.deco_r2::after {
  background: url(images/index/deco_r2.svg) center center/100% auto no-repeat;
  right: 0
}

.deco_cmn.deco_r3::after {
  background: url(images/about/deco_r3.svg) center center/100% auto no-repeat;
  right: unset;
  left: 100%;
  bottom: unset;
  top: 0;
  transform: translate(-25%, -25%);
  z-index: -1
}

.home_bnr {
  padding: 1.8rem 0 2.5rem
}

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

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

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

.home_news {
  background-color: #f8f8f7
}

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

.home_news .inner .left {
  width: 15.7407407407%
}

@media(max-width: 767px) {
  .home_news .inner .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.2rem
  }
}

.home_news .inner ul {
  width: 80.5555555556%
}

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

.home_news .ttl_cmn {
  margin-bottom: 3.5rem
}

@media(max-width: 767px) {
  .home_news .ttl_cmn {
    margin-bottom: 0
  }
}

.home_news .btn_more {
  width: -moz-fit-content;
  width: fit-content
}

.home_news .btn_more a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: .4rem;
  border-bottom: 1px solid currentColor
}

.home_news .btn_more a p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5
}

.home_news .btn_more a i {
  font-size: 0.625rem;
  margin-left: .6rem
}

.home_news ul li:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 1rem
}

.home_news ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 2rem
}

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

.home_news ul li a time {
  font-size: 0.875rem;
  color: #b5b5b5;
  font-weight: 700;
  margin-right: 4%
}

@media(max-width: 767px) {
  .home_news ul li a time {
    font-size: 0.6875rem
  }
}

.home_news ul li a .ttl01 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .home_news ul li a .ttl01 {
    width: 100%;
    font-size: 0.875rem;
    letter-spacing: 0
  }
}

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

.home_about .over_cmn .txt {
  background: #fff url(images/index/bg_about02.svg) right bottom no-repeat;
  padding: 1rem 4% 2.5rem 0
}

@media(max-width: 767px) {
  .home_about .over_cmn .txt {
    padding: 1.5rem 8vw
  }
}

.home_about .over_cmn .txt p.txt01:not(:last-child) {
  margin-bottom: 2.5rem
}

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

.home_reason ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 2.5rem
}

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

.home_reason ul li {
  width: 27.7777777778%;
  background-color: #f8f7f2;
  border-radius: 50%;
  position: relative
}

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

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

.home_reason ul li::before {
  content: "";
  display: block;
  padding-top: 100%
}

.home_reason ul li>span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.home_reason ul li .ttl01 {
  font-size: 1.125rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5rem;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: .6rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_reason ul li .ttl01 {
    font-size: 0.875rem
  }
}

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

.home_reason ul li .ttl01 em {
  font-size: 2.25rem;
  font-style: italic
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_reason ul li .ttl01 em {
    font-size: 1.5rem
  }
}

@media(max-width: 767px) {
  .home_reason ul li .ttl01 em {
    font-size: 1.75rem
  }
}

.home_reason ul li figure {
  text-align: center;
  margin-bottom: .6rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_reason ul li figure img {
    width: 8vw;
    max-height: 8vw
  }
}

.home_reason ul li p.txt01 {
  font-size: 1.125rem;
  color: #5eb98c;
  font-weight: 700;
  line-height: 1.6;
  text-align: center
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_reason ul li p.txt01 {
    font-size: 0.875rem
  }
}

@media(max-width: 767px) {
  .home_reason ul li p.txt01 {
    font-size: 0.875rem
  }
}

.home_reason ul li p.txt01>span {
  display: block;
  font-size: 0.875rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_reason ul li p.txt01>span {
    font-size: 0.6875rem
  }
}

@media(max-width: 767px) {
  .home_reason ul li p.txt01>span {
    font-size: 0.6875rem
  }
}

.home_service {
  background-color: #f8f8f7
}

.home_service .over_cmn:not(:last-child) {
  margin-bottom: 10rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_service .over_cmn:not(:last-child) {
    margin-bottom: 5rem
  }
}

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

.home_service .over_cmn:last-child {
  margin-bottom: 80px
}

.home_service .over_cmn .txt {
  background: #fff;
  padding: 3rem 5%;
  position: relative
}

@media(max-width: 767px) {
  .home_service .over_cmn .txt {
    padding: 1.5rem 8vw
  }
}

.home_service .over_cmn .txt::before {
  content: "";
  width: 30vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0
}

.home_service .over_cmn .txt p.txt01 {
  margin-bottom: 2.5rem
}

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

.home_service .over_cmn .txt .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.home_service .over_cmn .txt .wrap .col {
  width: 46%
}

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

@media(max-width: 767px) {
  .home_service .over_cmn .txt .wrap .col+.col {
    margin-top: 2rem
  }
}

.home_service .over_cmn .txt .wrap .col .btn_cmn, .home_service .over_cmn .txt .wrap .col .btn_naked, .home_service .over_cmn .txt .wrap .col .btn_cmn a, .home_service .over_cmn .txt .wrap .col .btn_naked a {
  max-width: 100%
}

.home_service .over_cmn .txt .wrap .col .btn_naked {
  margin-top: .6rem
}

@media(min-width: 1200px) {
  .home_service .over_cmn:not(.reverse) .txt {
    padding-right: 0
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_service .over_cmn:not(.reverse) .txt {
    padding-right: 0
  }
}

.home_service .over_cmn:not(.reverse) .txt::before {
  left: 100%
}

@media(min-width: 1200px) {
  .home_service .over_cmn.reverse .txt {
    padding-left: 0
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .home_service .over_cmn.reverse .txt {
    padding-left: 0
  }
}

.home_service .over_cmn.reverse .txt::before {
  right: 100%
}

.service_add {
  padding-top: 2.5rem
}

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

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

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

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

.home_case ul li {
  width: 31.4814814815%;
  background-color: #f8f7f2
}

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

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

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

@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 4%
}

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

.home_case ul li .txt .cate {
  display: inline-block;
  background-color: #5eb98c;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: .2rem 1.4rem;
  margin-right: .8rem
}

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

.home_access {
  background-color: #f8f7f2
}

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

.home_access .inner .txt {
  width: 50%
}

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

.home_access .inner figure {
  width: 46.2962962963%
}

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

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

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

.home_access .map {
  position: relative;
  padding-top: 360px;
  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_access p.txt02 {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .05em;
  margin-top: .7rem
}

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

.home_recruit {
  background: url(https://toshinet.jp/wp/wp-content/uploads/2023/05/recruit_top.png) center center/cover no-repeat;
  padding-top: 7.5rem;
  margin-bottom: 180px;
  position: relative
}

@media(max-width: 767px) {
  .home_recruit {
    padding-top: 3rem;
    margin-bottom: 40vh
  }
}

.home_recruit::after {
  content: "";
  width: 100%;
  height: 180px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0
}

@media(max-width: 767px) {
  .home_recruit::after {
    height: 40vh
  }
}

.home_recruit .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch
}

.home_recruit .inner .right {
  max-width: 540px
}

.home_recruit .inner .right .area {
  background-color: #f8f7f2;
  padding: 3.5rem 6% 2.5rem 6%;
  margin-bottom: -100px;
  position: relative;
  z-index: 1
}

@media(max-width: 767px) {
  .home_recruit .inner .right .area {
    padding: 2rem 5% 1.5rem 5%;
    margin-bottom: -40vh
  }
}

.home_recruit p.txt01 {
  margin-bottom: 2.5rem
}

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

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

.home_contact .ttl01 {
  font-size: 2.25rem;
  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.25rem;
    margin-bottom: 1rem
  }
}

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

.home_contact .btnwrap .btn_tri {
  margin: 0 .5vw
}

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

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

.btn_tri {
  width: -moz-fit-content;
  width: fit-content
}

.btn_tri a {
  width: 280px;
  height: 74px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

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

.btn_tri a p {
  line-height: 1.5rem;
  text-align: center
}

.btn_tri a p i {
  font-size: 1.125rem;
  margin-right: .6rem
}

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

.btn_tri a p em {
  font-size: 1.25rem;
  font-weight: 700
}

@media(max-width: 767px) {
  .btn_tri a p em {
    font-size: 1.0625rem
  }
}

.btn_tri a p strong {
  font-size: 1.75rem;
  font-weight: 700
}

@media(max-width: 767px) {
  .btn_tri a p strong {
    font-size: 1.375rem
  }
}

.btn_tri a p span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .08em
}

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

.btn_tri.request a {
  background-color: #e8ab3a;
  color: #fff
}

.btn_tri.request a:hover {
  background-color: #a87414;
  transition: .3s ease
}

.btn_tri.tel a {
  background-color: #62b9ce;
  color: #fff
}

.btn_tri.tel a:hover {
  background-color: #3e8c9f;
  transition: .3s ease
}

.btn_tri.mail a {
  background-color: #5eb98c;
  color: #fff
}

.btn_tri.mail a:hover {
  background-color: #3b8963;
  transition: .3s ease
}

footer .fmain {
  background-color: #f8f8f7;
  padding: 2.5rem 0 1rem
}

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

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

footer .fmain .topline .left {
  width: 12.962962963%
}

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

footer .fmain .topline .left .foot_logo {
  text-align: center
}

footer .fmain .topline .left .logo_icms {
  text-align: center
}

footer .fmain .topline .fnav {
  width: 79.6296296296%
}

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

footer .fmain .topline .fnav .ul01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem
}

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

footer .fmain .btmline p.txt01 {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.66
}

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

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

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

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

footer .ul01 li {
  padding: .2rem 1.5rem;
  margin-bottom: 1rem
}

@media(max-width: 767px) {
  footer .ul01 li {
    padding: .2rem .8rem;
    margin-bottom: .7rem
  }
}

footer .ul01 li:not(:last-child) {
  border-right: 1px solid currentColor
}

footer .ul01 li a p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5
}

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

footer .ul02 li {
  padding: .2rem 1.2rem;
  margin-bottom: 1rem
}

@media(max-width: 767px) {
  footer .ul02 li {
    padding: .2rem .6rem;
    margin-bottom: .7rem
  }
}

footer .ul02 li:not(:last-child) {
  border-right: 1px solid currentColor
}

footer .ul02 li a p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5
}

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


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

.mb40 {
  margin-bottom: 40px;
}

.rigth {
  text-align: right;
}

.pribox {
  background-color: #e5e5e5;
  padding: 10px;
  margin-bottom: 20px;
}

.link01 {
  color: blue;
  margin-top: 20px;
  display: block;
  text-decoration: underline;
}

.link02 {
  color: blue;
  text-decoration: underline;
}

.fix_right {
  display: none;
}

.h2ttl {
  text-align: center;
  font-size: 24px;
  color: #5eb98c;
  margin-bottom: 20px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt60 {
  margin-top: 60px;
}

.fl3b {
  display: flex;
  justify-content: space-between;
}

.w58 {
  margin-top: 40px;
}
.mb40{margin-bottom:40px;}
.w18 {
  
}
.center{
    text-align: center;}

.w18 img {
  width: 120px;
}

@media(max-width: 767px) {
  .fl3b {
    flex-wrap: wrap;
  }
  .w58 {
    width: 100%;
  }
  .w18 {
    width: 48%;
  }
}

.f14 {
  font-size: 14px;
}

.bkgr2 {
  background-color: #e0ffef;
  padding: 30px;
}

.foot_logo {
  margin-bottom: 20px;
}

#com01, #com03 {
  padding-top: 60px;
  margin-top: -60px;
}
.breadcrumbs ul li a{text-decoration:underline;}
.userbtn{
    background-color: #e3a622 !important;
    text-align: center;
}@media(max-width: 1280px) {
	header .gnav .right {
		width: 435px;}
}
@media(max-width: 1200px) {
	header .gnav .right {
		width: 100%;}
	header .gnav .right .btn_head a{padding:10px;}
}
@media(max-width: 480px) {
	.smb20{margin-bottom:20px;}	
}
li {
	list-style-type:none;		/*リストマーカー無しにする*/
}
.under{text-decoration:underline;}
.sdgsbox01{
    width: 90%;
    margin: auto;
        border: 1px solid #444;
    padding: 30px;
    text-align: center;    margin-bottom: 60px;
}.sdgsbox01 h2{
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.9;
    color: #0070C0;
    margin-bottom: 15px;
}
.sdgsbox02{
    display: flex;
    justify-content: space-between;
    background-color: aliceblue;
    padding: 30px;
    margin-bottom: 60px;
}
.sdgsbox02 h2{
    color: #0070C0;
    font-size: 22px;
    margin-bottom: 10px;
}
.w70{width:68%;}
.w30{width:29%;}
.sdgsbox02 h2 span {
    font-size: 38px;
    margin-right: 15px;
}
.mt10b{
    margin-top: 10px;
    font-weight: bold;
}
.sdgsbox03{
    background-color: #62b9ce;
    padding: 30px;
    color: #fff;margin-top:60px;
}
.sdgsbox03 h3{    font-size: 20px;
    margin-bottom: 20px;}
.sdgsbox03 ul li{
    list-style: inside;
    margin-bottom: 20px;
}
.flex2{display:flex;justify-content:space-between;}
.flex2 div{width:48%;    margin-top: 60px;}
@media(max-width: 680px) {
.sdgsbox01{
	width:100%;
	padding: 30px 10px;}
	.sdgsbox01 p{text-align:left;}
	.sdgsbox02{width: 100%;display: block;
	margin-top: 20px;}    
	.w70 {
    width: 100%;
}    .w30 {width: 100%;
	margin-top: 15px;}
	.flex2 {
		display: block;}
	.flex2 div{width:100%;}
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;    margin-bottom: 30px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media(min-width: 680px) {.youtube {
	width: 560px;margin:auto;margin-bottom:30px;}}
.tagicon8{
    font-size: 14px;
    background-color: #0177a9;
    color: #fff;
    border-radius: 50px;
    padding: 0px 10px;
    margin-right: 10px;
}

.tagicon9{color: #fff;font-size: 14px;
    border-radius: 50px;
    padding: 0px 10px;
    margin-right: 10px;
    background-color: #f16334;
}
.tagicon10{color: #fff;font-size: 14px;
    border-radius: 50px;
    padding: 0px 10px;
    margin-right: 10px;
    background-color: #5eb98c;}
.tagicon11{color: #fff;font-size: 14px;
    border-radius: 50px;
    padding: 0px 10px;
    margin-right: 10px;
   background-color: #2e5d45;}

.qa-6 {
    max-width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.fl3{    display: flex;
    justify-content: space-between;
    margin-top: 30px;}
.fl3 figure{width:31%;}
@media(max-width: 680px) {.fl3{    display: block;}
.fl3 figure{width:100%;margin-bottom:20px;}
	
	}