@charset "utf-8";
/*module
---------------------------------------------*/
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}
figure {
  margin: 0;
}
body {
  background: #FFFFFF;
  color: #0D1528;
  font-family: 'Lora', 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
.en {
  font-family: "Lora", serif;
}
.pankuzu_bg {
  background-color: #eeeeee;
}
.site_wrapper {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site_wrapper {
    width: 100%;
    box-sizing: border-box;
  }
}
#wrapper_all {
  text-align: center;
  min-width: 1240px;
  position: relative;
  z-index: 1;
  padding-left: 200px;
}
@media screen and (max-width: 1280px) {
  #wrapper_all {
    padding-left: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper_all {
    min-width: 100%;
    padding-left: 0;
    padding-top: 70px;
  }
}
.bg_gray {
  background-color: #f9f9f9;
}
.sp_none {}
@media screen and (max-width : 767px) {
  .sp_none {
    display: none;
  }
}
.pc_none {
  display: none;
}
@media screen and (max-width : 767px) {
  .pc_none {
    display: inherit;
  }
}
.indent_content {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .indent_content {
    padding: 80px 20px;
  }
}
.sp_indent20_lr {}
@media screen and (max-width: 767px) {
  .sp_indent20_lr {
    padding: 0 20px;
  }
}
/*button
-------------*/
.btn_01 > a {
  color: #0D1528;
  border: 1px solid #0D1528;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 10px;
  position: relative;
  background: #fff;
  width: 200px;
  box-sizing: border-box;
  transition: .5s;
}
.btn_01 > a:hover {
  background: #0D1528;
  transition: .5s;
  color: #fff;
  opacity: 1 !important;
}
.btn_01 > a > span {
  transform: translateX(0);
  transition: .5s;
}
.btn_01 > a:hover > span {
  transform: translateX(-40px);
  transition: .5s;
}
.btn_01 > a > .yazirusi {
  width: 50px;
  margin: 0px 10px;
  right: -40px;
  top: 25px;
  position: absolute;
}
.btn_01 > a > .yazirusi > div:first-child {
  height: 0.3px;
  background-color: #0D1528;
}
.btn_01 > a > .yazirusi > div:last-child {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 6px;
  height: 0.3px;
  background-color: #0D1528;
  transform: rotate(45deg);
}
.btn_01 > a .yazirusi {
  transform: translateX(0);
  transition: .5s;
}
.btn_01 > a:hover .yazirusi {
  transform: translateX(-40px);
  transition: .5s;
}
.btn_01 > a:hover > .yazirusi > div:first-child {
  background-color: #fff;
}
.btn_01 > a:hover > .yazirusi > div:last-child {
  background-color: #fff;
}
.btn_01.center > a {
  margin: 0 auto;
}
.btn_01.white > a {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}
.btn_01.white > a:hover {
  background: #fff;
  color: #0D1528;
}
.btn_01.white > a > .yazirusi > div:first-child {
  background-color: #fff;
}
.btn_01.white > a > .yazirusi > div:last-child {
  background-color: #fff;
}
.btn_01.white > a:hover > .yazirusi > div:first-child {
  background-color: #0D1528;
}
.btn_01.white > a:hover > .yazirusi > div:last-child {
  background-color: #0D1528;
}
label.btn_01 {
  color: #0D1528;
  border: 1px solid #0D1528;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 10px;
  position: relative;
  background: #fff;
  width: 90%;
  box-sizing: border-box;
  transition: .5s;
}
label.btn_01:hover {
  background: #0D1528;
  transition: .5s;
  color: #fff;
  opacity: 1 !important;
}
label.btn_01 > span {
  transform: translateX(0);
  transition: .5s;
}
label.btn_01:hover > span {
  transform: translateX(-40px);
  transition: .5s;
}
label.btn_01 > .yazirusi {
  width: 50px;
  margin: 0px 10px;
  right: -40px;
  top: 25px;
  position: absolute;
}
label.btn_01 > .yazirusi > div:first-child {
  height: 0.3px;
  background-color: #0D1528;
}
label.btn_01 > .yazirusi > div:last-child {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 6px;
  height: 0.3px;
  background-color: #0D1528;
  transform: rotate(45deg);
}
label.btn_01 .yazirusi {
  transform: translateX(0);
  transition: .5s;
}
label.btn_01:hover .yazirusi {
  transform: translateX(-40px);
  transition: .5s;
}
label.btn_01:hover > .yazirusi > div:first-child {
  background-color: #fff;
}
label.btn_01:hover > .yazirusi > div:last-child {
  background-color: #fff;
}
/* パンくずリスト
-------------------------------*/
nav#breadcrumbs {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
  text-transform: capitalize;
  position: absolute;
  top: 150px;
  right: 50px;
	z-index: 10;
}
nav#breadcrumbs a {}
@media screen and (max-width: 767px) {
  nav#breadcrumbs {
    top: 80px;
    right: 20px;
  }
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  nav#breadcrumbs ol li {
    font-size: 1.0rem;
  }
}
nav#breadcrumbs ol li:last-child {
  color: #989898;
}
nav#breadcrumbs ol li:before {
  content: "　-　";
}
nav#breadcrumbs ol li:first-child:before {
  content: "";
}
/* 下層タイトル
-------------------------------*/
.bg_ttl {
  padding: 150px 50px;
  width: calc(100% - 100px);
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .bg_ttl {
    padding: 100px 20px 60px;
    width: 100%;
  }
}
.bg_ttl h2 {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .bg_ttl h2 {
    font-size: 2.4rem;
  }
}
.bg_ttl p {
  font-size: 2rem;
  font-family: "Lora", serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .bg_ttl p {
    font-size: 1.4rem;
  }
}
/* header
-------------------------------------------------------------------*/
header {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width:767px) {
  header {
    height: 70px;
    z-index: 100;
    width: 100%;
  }
}
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 50%;
}
@media screen and (max-width:767px) {
  #splash_logo img {
    width: 90%;
  }
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header_inner {
  background: #fff;
  width: 200px;
  height: 100%;
  border-right: 1px solid #DBDBDB;
  position: relative;
  z-index: 2;
  padding: 30px 25px;
  box-sizing: border-box;
}
/* 768px～12000pxだけ適用 */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .header_inner {
    width: 12.5vw;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .header_inner {
    width: 100%;
    height: 70px;
    padding: 15px;
  }
}
.header_scroll {
  height: calc(100% - 72px);
  position: absolute;
  top: 36px;
  right: 0;
}
.header_scroll_bar {
  background: #0D1528;
  width: 2px;
  height: 70px;
  position: absolute;
  top: 0;
  right: -1px;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .header_scroll, .header_scroll_bar {
    display: none;
  }
}
.sns {
  display: flex;
  gap: 40px;
	margin-bottom: 30px;
}
@media screen and (max-width:767px) {
.sns {
flex-wrap: wrap;
gap:5px 20px;
margin-bottom: 30px;
}
}
.sns > p > a{
	color: #fff;
	font-size: 2rem;
	display: flex;
	gap:5px;
	align-items: center;
  }
@media screen and (max-width:767px) {
.sns > p > a{
	font-size: 1.4rem;
  }
}
.sns > p > a > img {
  height: 21px;
	width: auto;
}
@media screen and (max-width:767px) {
.sns > p > a > img {
  height: 14px;
}
}
.hd_btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
@media screen and (max-width:767px) {
  .hd_btn {
    bottom: auto;
    right: 80px;
    left: auto;
    top: 13px;
  }
}
.hd_btn .btn_01 > a {
  width: 75%;
  margin: 0 auto;
  padding: 5px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .hd_btn .btn_01 > a {font-size: 1.2rem;}
}

@media screen and (max-width:767px) {
  .hd_btn .btn_01 > a {
    width: 120px;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.hd_btn .btn_01 > a > .yazirusi {
  width: 20px;
  margin: 0px 10px;
  right: -20px;
  top: 20px;
  position: absolute;
}
.hd_btn .btn_01 > a:hover > span {
  transform: translateX(-20px);
}
.hd_btn .btn_01 > a:hover .yazirusi {
  transform: translateX(-20px);
}
.logo {
  width: 130px;
}
@media screen and (max-width:1280px) {
  .logo {
    width: 80%;
    height: auto;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width:767px) {
  .logo {
    width: 35px;
    height: auto;
    margin: inherit;
  }
}
/*sp_nev
-------------------------*/
.close {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
}
.button-toggle {}
@media screen and (max-width:767px) {
  .button-toggle {}
}
@media screen and (max-width:767px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
  }
  .menu a {
    display: block;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 15px;
  }
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  top: 50%;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width:1280px) {
  .hamburger {
    top: 58%;
  }
}
@media screen and (max-width:767px) {
  .hamburger {
    right: 15px;
    left: auto;
    top: 15px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
  }
}
.hamburger::after {
  content: "MENU";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width:767px) {
  .hamburger::after {
    font-size: 1.0rem;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 0px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:767px) {
  .hamburger span {
    width: 40px;
  }
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 10px;
  width: 30px;
}
@media screen and (max-width:767px) {
  .hamburger span:nth-child(2) {
    width: 20px;
  }
}
/* ナビ開いてる時のボタン */
.hamburger.active::after {
  content: "CLOSE";
}
.hamburger.active span:nth-child(1) {
  top: 6px;
  left: 0px;
  background: #000;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.hamburger.active span:nth-child(2) {
  top: 6px;
  width: 40px;
  background: #000;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}
.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  background: url("img/common/bg_menu.webp") right bottom no-repeat, #1D1D40;
  text-align: center;
  width: calc(100% - 200px);
  height: 100vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  padding: 0 100px;
}
@media screen and (max-width: 1280px) {
  .globalMenuSp {
    width: calc(100% - 12.5vw);
  }
}
@media screen and (max-width:767px) {
  .globalMenuSp {
    width: 100%;
    height: calc(100vh - 70px);
    top: 70px;
    right: 0;
    padding: 40px 20px;
    overflow: scroll;
    background-size: 60%;
  }
}
.box_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 870px;
}
@media screen and (max-width:1280px) {
  .box_nav {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .box_nav {
    position: static;
    transform: none;
  }
}
.box_nav > nav {
  border-bottom: #fff 1px solid;
  padding-bottom: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .box_nav > nav {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.box_nav > div:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
	gap:15px;
}
@media screen and (max-width:767px) {
  .box_nav > div:last-child {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
  }
}
.box_nav > div:last-child > div {
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
.box_nav > div:last-child > div {
  width: calc(100% - 80px);
}
}
.box_nav > div:last-child > div a {
  color: #fff;
}
.hd_logo {
  width: 120px;
}
@media screen and (max-width:767px) {
  .hd_logo {
    width: 60px;
  }
}
.box_nav > div:last-child > div:last-child {
  width: 400px;
}
@media screen and (max-width:767px) {
  .box_nav > div:last-child > div:last-child {
    width: 100%;
  }
}
.globalMenuSp ul {
  display: flex;
  gap: 60px 40px;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .globalMenuSp ul {
    gap: 20px;
  }
}
.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  transition: .4s all;
  text-align: left;
  width: calc(33.333% - 27px);
}
@media screen and (max-width:767px) {
  .globalMenuSp ul li {
    width: calc(50% - 10px);
  }
}
.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
.globalMenuSp ul li:hover {}
.globalMenuSp ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .globalMenuSp ul li a {
    padding: 0;
  }
}
.globalMenuSp ul li .jp {
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .globalMenuSp ul li .jp {
    font-size: 1rem;
    border-right: none;
  }
}
.globalMenuSp ul li .en {
  font-size: 3.2rem;
}
@media screen and (max-width:767px) {
  .globalMenuSp ul li .en {
    font-size: 1.6rem;
  }
}
/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  opacity: 100;
  visibility: inherit;
}
.ttl {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ttl > p:nth-child(1) {
    width: 35px;
    margin: 0 auto;
  }
}
.ttl > p.en {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .ttl > p.en {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.ttl_01 {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ttl_01 {
    margin-bottom: 40px;
  }
}
.ttl_01 > p.en {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .ttl_01 > p.en {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.btn_more a {
  display: block;
  border: #595F70 1px solid;
  padding: 10px 15px;
  text-align: center;
  width: 170px;
  font-size: 1.4rem;
  font-family: "Lora", serif;
}
.btn_more.center a {
  margin: 0 auto;
}
/*メイン画像
----------------------------------------------------*/
#main {
  height: 100vh;
  display: flex;
}
@media screen and (max-width: 767px) {
  #main {
    flex-wrap: wrap;
    height: calc(100vh - 70px);
  }
}
#main > div {
  height: 100vh;
  width: 50%;
  background-size: cover !important;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main > div {
    height: calc(50vh - 35px);
    width: 100%;
  }
}
#main > div:first-child {
  background: url("img/top/main_01.webp") center top no-repeat;
}
@media screen and (max-width: 767px) {
  #main > div:first-child {
    background: url("img/top/sp_main_01.webp") center top no-repeat;
  }
}
#main > div:last-child {
  background: url("img/top/main_02.webp") center top no-repeat;
}
@media screen and (max-width: 767px) {
  #main > div:last-child {
    background: url("img/top/sp_main_02.webp") center top no-repeat;
  }
}
#main > div > .txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #main > div > .txt_box {
    padding: 0 20px;
  }
}
#main > div > .txt_box > p:first-child {
  -webkit-writing-mode: vertical-rl; /* 実装済 */
  -moz-writing-mode: vertical-rl; /* 実装済 */
  -ms-writing-mode: vertical-rl; /* 実装済 */
  -writing-mode: vertical-rl;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.3em;
  display: inline-block;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #main > div > .txt_box > p:first-child {
    -webkit-writing-mode: horizontal-tb;
    ; /* 実装済 */
    -moz-writing-mode: horizontal-tb; /* 実装済 */
    -ms-writing-mode: horizontal-tb; /* 実装済 */
    -writing-mode: horizontal-tb;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
}
#main > div > .txt_box > p:last-child {
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #main > div > .txt_box > p:last-child {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1280px) {
  #main > div > .txt_box > p:last-child {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #main > div > .txt_box > p:last-child {
    font-size: 1.4rem;
  }
}
/* txt_box自体は位置固定のまま */
#main .txt_box p {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
/* 表示時 */
#main .txt_box p.is-visible {
  opacity: 1;
  transform: translateY(0);
}
#main > div {
  position: relative;
  overflow: hidden;
}
/* 画像・背景側の初期状態 */
#main .js-fade {
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
/* 画像表示 */
#main .js-fade.is-visible {
  opacity: 1;
  transform: scale(1);
}
/*トップページ
-------------------------------------*/
.relative {
  position: relative;
}
/* スライダーの高さ指定*/
.swiper_news {
  height: 75px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 20px;
  width: 45%;
  opacity: 0;
  transform: translateY(30px) scale(0.92);
  transform-origin: right bottom;
  transition:
    opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 1.4, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .swiper_news {
    height: 75px;
    position: static;
    width: 100%;
    border-bottom: #0D1528 1px solid;
  }
}
/* 表示後 */
.swiper_news.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.swiper_news .swiper-slide > a {
  display: flex;
  gap: 20px;
  line-height: 75px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
.swiper_news .swiper-slide > a {
  line-height: inherit;
	flex-wrap: wrap;
  gap:5px 20px;
	padding: 10px 0;
	text-align: left;
}
.swiper_news .swiper-slide > a > p:last-child{
width: 100%;
}	
}
#content_01 {
  padding: 200px 50px;
}
@media screen and (max-width: 767px) {
  #content_01 {
    padding: 100px 20px;
  }
}
.box_01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .box_01 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.box_01.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {}
.box_01 > div:first-child {
  width: calc(40%);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .box_01 > div:first-child {
    width: 100%;
  }
}
.box_01 > div:last-child {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .box_01 > div:last-child {
    width: 100%;
  }
}
#content_01 > .box_01 > div:first-child > h2 {
  font-size: 3.4rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #content_01 > .box_01 > div:first-child > h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
#content_01 > .box_01 > div:last-child {
  position: relative;
}
.fig_01 {
  width: 85%;
  margin-right: 0;
  margin-left: auto;
}
.fig_02 {
  width: 45%;
  margin-top: -10%;
}
.rev .fig_01 {
  width: 85%;
  margin-right: auto;
  margin-left: 0;
}
.rev .fig_02 {
  width: 45%;
  margin-top: -10%;
  margin-right: 0;
  margin-left: auto;
}
.parallax-img img {
  width: 100%;
  object-fit: cover;
}
.main_tit {
  position: relative;
  padding-top: 40px;
  font-size: 3.4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main_tit {
    padding-top: 30px;
    font-size: 3rem;
    line-height: 1.6;
  }
}
.main_tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .main_tit::before {
    left: -10px;
  }
}
.main_tit::after {
  content: "";
  background: #E6E6E6;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .main_tit::after {
    content: none;
  }
}
.main_tit.con::before {
  background-image: url("img/top/concept.webp");
  width: 505px;
  height: 118px;
}
@media screen and (max-width: 767px) {
  .main_tit.con::before {
    width: 90%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.main_tit.con::after {
  width: 12vw;
  height: 1px;
  top: 50px;
  left: 540px;
}
#content_02 {}
.bg_content02 {
  background: #f5f5f5;
  padding: 0 50px 200px;
}
@media screen and (max-width: 767px) {
  .bg_content02 {
    padding: 0 20px 100px;
  }
}
.list_01 {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .list_01 {
    gap: 20px;
  }
}
.list_01 > li {
  position: relative;
  width: calc(33.333% - 27px);
}
@media screen and (max-width: 767px) {
  .list_01 > li {
    width: 100%;
  }
}
.list_01 > li::before {
  content: "";
  background: #ADADAD;
  width: 1px;
  height: 60px;
  position: absolute;
  top: -5px;
  left: -5px;
}
.list_01 > li::after {
  content: "";
  background: #ADADAD;
  width: 60px;
  height: 1px;
  position: absolute;
  top: -5px;
  left: -5px;
}
.list_01 > li > div {
  position: relative;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  height: 100%;
}
.list_01 > li > div::before {
  content: "";
  background: #ADADAD;
  width: 1px;
  height: 60px;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.list_01 > li > div::after {
  content: "";
  background: #ADADAD;
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.list_01 > li > div > h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .list_01 > li > div > h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.list_01 > li > div > p {
  font-size: 1.4rem;
}
.main_tit.sv {
  padding-top: 0;
  margin-bottom: 60px;
}
.main_tit.sv::before {
  background-image: url("img/top/service.webp");
  width: 435px;
  height: 91px;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main_tit.sv::before {
    background-size: contain;
    width: 90%;
    height: 60px;
    top: -30px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.main_tit.sv::after {
  content: none;
}
.service_list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .service_list {
    flex-wrap: wrap;
  }
}
.service_list > li {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service_list > li {
    width: 100%;
  }
}
.service_list > li img {
  filter: blur(0px);
  transform: scale(1);
  transition: 0.2s;
}
.service_list > li:hover img {
  filter: blur(5px);
  transform: scale(1.1);
  transition: 0.2s;
}
.service_list > li:hover:before {
  opacity: 1;
  margin-top: -0.5em;
}
.txt_box02 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.txt_box02 p {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .txt_box02 p {
    font-size: 2.4rem;
  }
}
#content_03 {
  padding: 200px 0 200px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #content_03 {
    padding: 100px 20px;
  }
}
.flex_ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .flex_ttl {
    display: block;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.swiper_news02 {
  padding-right: 20px; /* スライダー右の余白 */
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
.swiper_news02 {
padding-bottom: 10px;}
}
.swiper_news02 .swiper-slide {
  text-align: left;
}

#news_slide .swiper-button-next{
  position: absolute;
  width: 55px;
  height: 55px;
	right: 20px;
		top: 105%;
	z-index: 11;
}

#news_slide .swiper-button-next::after{
  content: "";
  position: absolute;
  width: 55px;
  height: 1px;
  background-color: #000000;
}

#news_slide .swiper-button-next::before{
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

#news_slide .swiper-button-prev{
  position: absolute;
  width: 55px;
  height: 55px;
	right:90px;
	top: 105%;
	left: auto;
	z-index: 11;
}
#news_slide .swiper-button-prev::after{
  position: absolute;
  content: "";
  width: 55px;
  height: 1px;
  background-color: #000000;
}
#news_slide .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(-45deg);
  transform-origin: 2px 50%;
}



.main_tit.news {}
@media screen and (max-width: 767px) {
  .main_tit.news {
    text-align: left;
  }
}
.main_tit.news::before {
  background-image: url("img/top/news.webp");
  width: 314px;
  height: 87px;
}
@media screen and (max-width: 767px) {
  .main_tit.news::before {
    background-image: url("img/top/news.webp");
    width: 100%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.main_tit.news::after {
  content: none;
}
.swiper-pagination.page02 {
  bottom: -30px;
  text-align: left;
}
.swiper-pagination-bullet-active {
  background: #0D1528;
}
#content_04 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #content_04 {}
}
.txt_box03 {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  width: 50%;
  text-align: left;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .txt_box03 {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.main_tit.sh::before {
  background-image: url("img/top/droneschool.webp");
  width: 760px;
  height: 88px;
}
@media screen and (max-width: 767px) {
  .main_tit.sh::before {
    width: 90%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.bnr_list {
  display: flex;
  gap: 60px;
  width: 1200px;
  margin: 150px auto;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .bnr_list {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .bnr_list {
    flex-wrap: wrap;
    margin: 100px auto;
    gap: 30px;
  }
}
.bnr_list > li {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .bnr_list > li {
    width: 100%;
  }
}
.bnr_list > li > a {
  position: relative;
  display: block;
}
.bnr_list > li > a::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  border-left: solid 1px #ADADAD;
  border-top: solid 1px #ADADAD;
  top: 0;
  left: 0;
}
.bnr_list > li > a::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  border-right: solid 1px #ADADAD;
  border-top: solid 1px #ADADAD;
  top: 0;
  right: 0;
}
.bnr_list > li > a > div::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  border-left: solid 1px #ADADAD;
  border-bottom: solid 1px #ADADAD;
  bottom: 0;
  left: 0;
}
.bnr_list > li > a > div::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  border-right: solid 1px #ADADAD;
  border-bottom: solid 1px #ADADAD;
  bottom: 0;
  right: 0;
}
.bnr_list > li > a > div {
  padding: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bnr_list > li > a > div {
    padding: 50px;
  }
}
.bnr_list > li > a > div h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .bnr_list > li > a > div h2 {
    font-size: 2.6rem;
  }
}
.bnr_list > li > a > div p {
  font-size: 1.4rem;
}
.bnr_list > li > a:hover {
  opacity: 1 !important;
}
.bnr_list > li > a img {
  transition: 0.2s;
  transform: translateX(0);
}
.bnr_list > li > a:hover img {
  transition: 0.2s;
  transform: translateX(15px);
}
/*footer
-----------------------------------------*/
.footer {
  background: url("img/common/ft_bg.webp") left top repeat;
  padding: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 20px;
  }
}
.ft_area {
  text-align: left;
  display: flex;
  color: #fff;
  gap: 60px;
  justify-content: space-between;
}
.ft_area a {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .ft_area {
    flex-wrap: wrap;
  }
}
.ft_logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .ft_logo {
    width: 120px;
    margin: 0 auto;
  }
}
.ft_area > div:last-child {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .ft_area > div:first-child, .ft_area > div:last-child {
    width: 100%;
  }
  .ft_area > div:first-child {
    text-align: center;
  }
}


.ft_area > div:last-child > .sns {
  gap: 30px;
	margin-top: 30px;
}
@media screen and (max-width:767px) {
.ft_area > div:last-child > .sns {
  gap:5px 20px;
	margin-top: 30px;
}
}
.ft_area > div:last-child > .sns > p > a{
	font-size: 1.4rem;
  }
.ft_area > div:last-child > .sns > p > a > img {
  height: 14px;
}






.ft_nav > ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ft_nav > ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.ft_nav > ul > li {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 767px) {
  .ft_nav > ul > li {
    width: auto;
  }
}
.ft_nav > ul > li > a > p:first-child {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ft_nav > ul > li > a > p:first-child {
    font-size: 1.0rem;
  }
}
.ft_nav > ul > li > a > p:last-child {
  font-size: 1.8rem;
}
@media screen and (max-width: 1280px) {
  .ft_nav > ul > li > a > p:last-child {
    font-size: 1.6rem;
  }
}
.ft_tel a {
  font-size: 1.2rem;
  line-height: 1.2;
}
.bg_f1 {
  background: #181818;
  font-size: 1.4rem;
  color: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .bg_f1 {
    font-size: 1.2rem;
    padding: 20px;
  }
}
.home-contact {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.home-contact a:hover, .home-contact a:hover p {
  opacity: 1 !important;
}
.home-contact__link {
  position: relative;
  display: block;
  height: auto;
  max-height: 510px;
  color: #fff !important;
  text-decoration: none;
  overflow: hidden;
}
.home-contact__bg {
  position: absolute;
  inset: 0;
  background: url("img/common/bg_recruit.webp") center center / cover no-repeat;
  transform: scale(1);
  transition: transform 0.8s ease;
}
.contact .home-contact__bg {
  background: url("img/common/bg_contact.webp") center center / cover no-repeat;
}
.home-contact__hover-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(13, 21, 40, 0.5);
  z-index: 0;
  transition: width 0.55s ease;
}
.home-contact__inner {
  position: relative;
  z-index: 2;
  height: 510px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 250px 40px 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .home-contact__inner {
    height: 250px;
    padding: 30px;
    gap: 20px;
  }
}
.home-contact__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-contact__label {
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home-contact__label {
    font-size: 4.5rem;
  }
}
.home-contact__title {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home-contact__title {
    font-size: 2rem;
  }
}
/* ボタン */
.home-contact__btn {
  display: inline-block;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .home-contact__btn {
    width: 80px;
    height: 80px;
  }
}
.btn-circle-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
/* 円 */
.circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.circle circle {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5;
  transition:
    stroke-width 0.35s ease, transform 0.35s ease, stroke 0.35s ease;
  transform-origin: center;
}
/* 矢印 */
.allow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 20px;
  transform: translate(-40%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .allow-right {
    width: 40px;
    height: 15px;
  }
}
.allow-right path {
  fill: #fff;
  transition: fill 0.35s ease;
}
/* ホバー */
.home-contact__link:hover .home-contact__hover-bar {
  width: 100%;
}
.home-contact__link:hover .home-contact__bg {
  transform: scale(1.05);
}
.home-contact__link:hover .circle circle {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  transform: scale(1.03);
}
.ft_area > div:last-child .home-contact__inner, .box_nav > div:last-child .home-contact__inner {
  height: auto;
  padding: 40px;
}
@media screen and (max-width:767px) {
  .ft_area > div:last-child .home-contact__inner, .box_nav > div:last-child .home-contact__inner {
    padding: 20px;
  }
}
.ft_area > div:last-child .home-contact__label, .box_nav > div:last-child .home-contact__label {
  font-size: 3.2rem;
}
@media screen and (max-width:767px) {
  .ft_area > div:last-child .home-contact__label, .box_nav > div:last-child .home-contact__label {
    font-size: 2.4rem;
  }
}
.ft_area > div:last-child .home-contact__title, .box_nav > div:last-child .home-contact__title {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .ft_area > div:last-child .home-contact__title, .box_nav > div:last-child .home-contact__title {
    font-size: 1.4rem;
  }
}
.ft_area > div:last-child .home-contact__btn, .box_nav > div:last-child .home-contact__btn {
  width: 60px;
  height: 60px;
}
.ft_area > div:last-child .allow-right, .box_nav > div:last-child .allow-right {
  width: 30px;
  height: 10px;
}
.copy {
  font-size: 1.2rem;
  position: absolute;
  bottom: 30px;
  left: 100px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 1.0rem;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.btn_top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 90;
  width: 50px;
}
/*ggmap
--------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_contents {}
@media screen and (max-width: 767px) {
  .main_contents {}
}
/*concept
----------------------------------------------*/
.concept_01 {
  background: #F5F5F5;
  padding: 0 50px 150px;
  text-align: left;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1280px) {
  .concept_01 {
    padding: 0px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .concept_01 {
    padding: 50px 0;
    gap: 50px;
    flex-wrap: wrap;
  }
}
.ttl_en {
  font-family: "Lora", serif;
  font-size: 12rem;
  color: #fff;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl_en {
    font-size: 6rem;
  }
}
.concept_01 > div:first-child {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .concept_01 > div:first-child {
    width: 100%;
    padding: 0 20px;
  }
}
.concept_01 > div:last-child {
  width: 40%;
/*	max-width: 700px;*/
  position: absolute;
  top: 0;
  right: 5%;
}
@media screen and (min-width: 1921px) {
	.concept_01 > div:last-child {max-height: 1100px;overflow: hidden;}
}
@media screen and (max-width: 767px) {
  .concept_01 > div:last-child {
    width: 100%;
    position: static;
  }
}
.swiper_01 {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .swiper_01 {
    height: 1000px;}
  }

.swiper_01 .swiper-slide {
  height: auto;
	overflow: hidden;
}

.swiper_01 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper_01 img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .swiper_01 {
    transform: rotate(180deg);
  }

  .swiper_01 .swiper-slide {
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 767px) {
  .swiper_01 {
    width: 100%;
    height: 70vw;
    min-height: 240px;
    overflow: hidden;
  }

  .swiper_01 .swiper-wrapper {
    height: 100%;
  }

.swiper_01 .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.swiper_01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
}
.concept_02 {
  background: #F5F5F5;
  padding: 150px 50px;
}
@media screen and (max-width: 767px) {
  .concept_02 {
    padding: 50px 20px 100px;
  }
}
.concept_03 {
  position: relative;
}
.concept_03 .txt_box {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  width: calc(100% - 200px);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .concept_03 .txt_box {
    width: calc(100% - 12.5vw);
  }
}
.concept_03 .txt_box > h2 {
  font-size: 3.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .concept_03 .txt_box > h2 {
    font-size: 2.6rem;
  }
}
.concept_04 {
  text-align: left;
  display: flex;
  padding: 150px 50px;
  gap: 100px;
}
.ttl_00 > h2 {
  font-size: 3.6rem;
}
.ttl_00 > p {
  font-size: 2.2rem;
}
.concept_04 > .left_area {
  position: sticky;
  top: 100px;
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  overflow: hidden;
}
.concept_04 > .right_area {
  width: calc(100% - (500px + 100px));
}
.switch_list > li {
  padding: 50px 0;
  border-bottom: #CBCBCB 1px solid;
  text-align: left;
  opacity: 0.45;
  transition: opacity 0.3s ease;
}
.switch_list > li.current {
  opacity: 1;
}
.switch_list > li > div {
  padding: 50px 0;
  display: flex;
}
.switch_list > li > div > p {
  width: 120px;
  font-size: 2.6rem;
  flex-shrink: 0;
}
.switch_list > li > div > div {
  width: calc(100% - 120px);
}
.switch_list > li > div > div > h3 {
  font-size: 3.6rem;
  margin-bottom: 30px;
}
.switch_list > li.current h3, .switch_list > li.current .num {
  color: #000;
}
/* 画像切替 */
.left_area figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.left_area figure.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.left_area figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* =========================
   タブレット
========================= */
@media screen and (max-width: 1280px) {
  .concept_04 {
    padding: 100px 30px;
    gap: 50px;
  }
  .concept_04 > .left_area {
    width: 380px;
    height: 380px;
    top: 80px;
  }
  .concept_04 > .right_area {
    width: calc(100% - (380px + 50px));
  }
  .ttl_00 > h2 {
    font-size: 3rem;
  }
  .switch_list > li > div > p {
    width: 90px;
    font-size: 2rem;
  }
  .switch_list > li > div > div {
    width: calc(100% - 90px);
  }
  .switch_list > li > div > div > h3 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
/* =========================
   スマホ
========================= */
@media screen and (max-width: 767px) {
  .concept_04 {
    display: block;
    padding: 100px 20px;
  }
  .concept_04 > .left_area {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .concept_04 > .left_area figure {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    transition: none;
  }
  .concept_04 > .right_area {
    width: 100%;
  }
  .ttl_00 > h2 {
    font-size: 2.4rem;
  }
  .ttl_00 > p {
    font-size: 1.6rem;
  }
  .switch_list > li {
    display: block;
    padding: 30px 0;
    opacity: 1;
  }
  .switch_list > li > div > p {
    font-size: 1.8rem;
    width: 60px
  }
  .switch_list > li > div > div {
    width: 100%;
  }
  .switch_list > li > div > div > h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
/*service
---------------------------*/
.service_01 {
  background: #F5F5F5;
  padding: 0 50px 150px;
}
@media screen and (max-width: 767px) {
  .service_01 {
    padding: 0 20px 100px;
	  overflow: hidden;
  }
}
.service_01 .ttl_en {
  font-size: 18rem;
  margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
  .service_01 .ttl_en {
    font-size: 8rem;
    margin-bottom: -40px;
  }
}
.service_01 .list_01 > li > div {
  padding: 10% 8%;
}
@media screen and (max-width: 1650px) {
  .service_01 .list_01 > li > div {
    padding: 10% 5%;
  }
}
.service_01 .list_01 > li:nth-child(2) > div {
  padding: 15% 8%;
}
@media screen and (max-width: 1650px) {
  .service_01 .list_01 > li:nth-child(2) > div {
    padding: 15% 5%;
  }
}
.service_01 .list_01 > li > div > h3 {
  margin-bottom: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1650px) {
  .service_01 .list_01 > li > div > h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .service_01 .list_01 > li > div > h3 {
    font-size: 1.8rem;
  }
}
.service_01 .list_01 > li > div > p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1650px) {
  .service_01 .list_01 > li > div > p {
    font-size: 1.4rem;
  }
}
.main_tit.ser_con::before {
  background-image: url("img/service/consulting.webp");
  width: 658px;
  height: 125px;
}
@media screen and (max-width: 767px) {
  .main_tit.ser_con::before {
    width: 90%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.main_tit.ser_con::after, .main_tit.ser_con02::after {
  content: none;
}
.service_02 {
  padding: 150px 50px;
overflow: hidden;
	
}
@media screen and (max-width: 767px) {
  .service_02 {
    padding: 100px 20px;
  }
}
.service_02 .box_01 h3, .service_03 .box_01 h3 {
  font-size: 2rem;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .service_02 .box_01 h3, .service_03 .box_01 h3 {
    font-size: 1.8rem;
  }
}
.service_02 .box_01 h3::before, .service_03 .box_01 h3::before {
  content: "";
  background: #0D1528;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.service_02 .box_01 p.pl, .service_03 .box_01 p.pl {
  padding-left: 30px;
}
.service_03 {
  padding: 150px 50px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service_03 {
    padding: 100px 20px;
  }
}
.main_tit.ser_con02 {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .main_tit.ser_con02 {
    padding-top: 40px;
  }
}
.main_tit.ser_con02::before {
  background-image: url("img/service/constructuon.webp");
  width: 572px;
  height: 136px;
}
@media screen and (max-width: 767px) {
  .main_tit.ser_con02::before {
    width: 90%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.service_03 .rev .fig_02 {
  margin-top: -25%;
}
/*news
------------------------------------------*/
.wp-pagenavi {
  clear: none;
  display: flex;
  justify-content: center;
  gap: 5px;
	margin: 100px 50px;
}
@media screen and (max-width: 767px) {
.wp-pagenavi {
	margin: 50px 20px;
}
	
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #0D1528 !important;
  color: #fff;
	background: #0D1528;
}
.wp-pagenavi a, .wp-pagenavi span {
 /* border: none !important;*/
	padding:8px 20px !important;
	box-sizing: border-box;
	border: #CBCBCB 1px solid !important;
	color: #CBCBCB;
}
@media screen and (max-width: 767px) {
.wp-pagenavi a, .wp-pagenavi span {
font-size: 1.2rem;
	padding:3px 10px !important;
}
}
/* company
-------------------------------------*/
.company_01 {
  padding: 0 50px 150px;
}
@media screen and (max-width: 767px) {
  .company_01 {
    padding: 0 20px 100px;
  }
}
.company_02 {
  padding: 150px 50px;
  background: #F8F8F8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .company_02 {
    padding: 100px 20px;
  }
}
.access_txt {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
.access_txt {
flex-wrap: wrap;
gap: 10px;
}
}
.table > dl {
  border-bottom: #595F70 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .table > dl {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.table > dl > dt {
  width: calc(25% - 30px);
}
@media screen and (max-width: 767px) {
  .table > dl > dt {
    width: 100%;
    font-weight: bold;
  }
}
.table > dl > dd {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .table > dl > dd {
    width: 100%;
  }
}
/*popup template design*/
.popup-background {
  /*position size*/
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  /*design*/
  background-color: rgba(13, 21, 40, 0.8);
}
.popup {
  /*position size*/
  --height: 90%;
  --width: 90%;
  z-index: 101;
  position: fixed;
  top: calc(50vh - calc(var(--height) / 2));
  left: calc(50vw - calc(var(--width) / 2));
  height: var(--height);
  width: var(--width);
  /*design*/
  background-color: white;
}
.close-button {
  /*position size*/
  --size: 82px;
  position: absolute;
  top: -20px;
  right: -20px; /*css variables are available in children*/
  height: var(--size);
  width: var(--size);
  /*design*/
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: gray;
  font-size: var(--size);
  border-radius: calc(var(--size)/5);
}
@media screen and (max-width: 767px) {
.close-button {
  /*position size*/
  --size: 40px;
  top: -10px;
  right: -10px; /*css variables are available in children*/
}	
}
.popup > .content {
  padding: 100px;
	height: 100%;
	width: 100%;
  text-align: left;
  overflow: auto;
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
.popup > .content {
  padding: 20px;
}	
}
/*Google Chrome、Safariへの対応*/
.popup > .content::-webkit-scrollbar {
  display: none;
}
/*hide popup*/
.popup-flag {
  display: none;
}
.popup-flag:not(:checked) + .popup-background {
  display: none;
}
.popup-flag:not(:checked) + * + .popup {
  display: none;
}
.keireki dl {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.keireki dl {
flex-wrap: wrap;
}
}
.keireki dt {
  width: 20%;
  font-size: 1.8rem;
}
.keireki dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
.keireki dt {
  width: 100%;
  font-size: 1.6rem;
}
.keireki dd {
  width: 100%;
}
}
.keireki dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.box_syumi {
  background: #F8F8F8;
  padding: 50px;
}
@media screen and (max-width: 767px) {
.box_syumi {
  padding: 20px;
}
}
.box_syumi p:last-child {
  text-indent: -1em;
  padding-left: 1em;
}


.company_01 .box_01 > div:first-child {
  width: 55%;
}
@media screen and (max-width: 767px) {
.company_01 .box_01 > div:first-child {
    width: 100%;
  }
}
.company_01 .box_01 > div:last-child {
  width: 40%;
	text-align: left;
}
@media screen and (max-width: 767px) {
.company_01 .box_01 > div:last-child {
    width: 100%;
  }
}




/* 求人情報
-----------------------------------------------------------*/
.entry_01{
	background:#F8F8F8 ;
	padding: 150px 8%;
	text-align: left;
}
@media screen and (max-width : 767px) {
.entry_01{
	padding: 100px 20px;
}
}
.entry_02{
	padding: 150px 8%;
	text-align: left;
}
@media screen and (max-width : 767px) {
.entry_02{
	padding: 100px 20px;
}
}

/* news
------------------------------------*/
.news{padding: 0 8% 80px;}
@media screen and (max-width : 767px) {
.news{
	padding: 0 20px 60px;
	}	
}
.news_ttl{
	display: flex;
	position: relative;
	margin-bottom: 130px;
align-items: center;
}
@media screen and (max-width : 767px) {
.news_ttl{
	margin-bottom: 60px;
	flex-wrap: wrap;
}
}
.news_ttl > div:first-child{
	width: 30%;
	text-align: left;
}
@media screen and (max-width : 767px) {
.news_ttl > div:first-child{
	width: 100%;
	display: flex;
	column-gap: 20px;
}
}
.news_ttl > div:first-child h3{
	background: #fff;
	padding: 30px;
	position: absolute;
	bottom: -30px;
	left: 0;
	font-size: 3.6rem;
	width: 60%;
	box-sizing: border-box;
}
@media screen and (max-width : 767px) {
.news_ttl > div:first-child h3{
	padding: 10px;
	font-size:2rem;
	width: 80%;
}
}
.news_ttl > div:first-child p:first-child {
  font-size: 1.2rem;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.news_ttl > div:first-child p:first-child::before,
.news_ttl > div:first-child p:first-child::after{
	content: "";
	position: absolute;
	background: #0D1528;
	width: 90%;
	height: 1px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.news_ttl > div:first-child p:first-child::before{
top:0;
}
.news_ttl > div:first-child p:first-child::after{
bottom:0;
}
.news_ttl > div:first-child p:first-child span {
	position: relative;
	display: block;
	padding: 5px;
	line-height: 1.1;
}
.news_ttl > div:first-child p:first-child span::before,
.news_ttl > div:first-child p:first-child span::after{
	content: "";
	position: absolute;
	background: #0D1528;
	width: 1px;
	height: 90%;
 top: 50%;
  transform: translateY(-50%); 
}
.news_ttl > div:first-child p:first-child span::before{
	left: 0;
}
.news_ttl > div:first-child p:first-child span::after{
	right: 0;
}
.news_ttl > div:first-child p:last-child {
  font-size: 1.2rem;
}
@media screen and (max-width : 767px) {
  .news_ttl > div:first-child p:last-child {
    font-size: 1.0rem;
  }
}
.news_ttl > div:first-child p:nth-child(2){
	font-size: 1.2rem;
}



.news_ttl > figure{
	width: 70%;
}
@media screen and (max-width : 767px) {
.news_ttl > figure{
	width: 100%;
}
}
.searchform {
  line-height: 1;
  position: relative;
  margin: 2em 0;
}
.searchfield {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: #fff;
}
.searchsubmit {
  position: absolute;
  top: 50%;
  right: .75em;
  display: block;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
  color: #000;
  border: none;
  background: transparent;
}
.searchsubmit:hover {
  opacity: .6;
}
.searchsubmit img {
  width: 25px;
}
.content_area {
  display: flex;
  gap: 80px;
	padding: 0 8%;
		  text-align: left;
}
@media screen and (max-width : 767px) {
  .content_area {
    flex-wrap: wrap;
    gap: 40px;
	padding: 0 20px;
  }
}
.content_area > div:first-child {
  width: 65%;
}
.content_area > div:last-child {
  width: calc(35% - 80px);
}
@media screen and (max-width : 767px) {
  .content_area > div:first-child, .content_area > div:last-child {
    width: 100%;
  }
}
.news_area {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
	text-align: left;
	padding: 0 8%;
}
@media screen and (max-width : 767px) {
  .news_area {
    gap: 30px;
	  padding: 0 20px;
  }
}
.news_area > li {
  width: calc(50% - 30px);
}
@media screen and (max-width : 767px) {
  .news_area > li {
    width: 100%;
  }
}

.news_area > li > a > figure {
  width: 100%;
	margin-bottom: 20px;
}
@media screen and (max-width : 767px) {
  .news_area > li > a > figure {
	margin-bottom: 15px;
  }
}
.news_area > li > a > figure > img{
  width: 100%;
}

.news_area > li > a > div {
  width:100%;
}

.news_area > li h3{
	font-size: 2rem;
	margin: 15px 0;
}

.news_list {
  display: flex;
	justify-content: space-between;
}
@media screen and (max-width : 767px) {
  .news_list {
  }
}
.news_list > p:first-child {
  font-size: 1.2rem;
	position: relative;
}
.news_list > p:first-child::before,
.news_list > p:first-child::after{
	content: "";
	position: absolute;
	background: #0D1528;
	width: 90%;
	height: 1px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.news_list > p:first-child::before{
top:0;
}
.news_list > p:first-child::after{
bottom:0;
}
.news_list > p:first-child span {
	position: relative;
	display: block;
	padding: 5px;
	line-height: 1.1;
}
.news_list > p:first-child span::before,
.news_list > p:first-child span::after{
	content: "";
	position: absolute;
	background: #0D1528;
	width: 1px;
	height: 90%;
 top: 50%;
  transform: translateY(-50%); 
}
.news_list > p:first-child span::before{
	left: 0;
}
.news_list > p:first-child span::after{
	right: 0;
}
.news_list > p:last-child {
  font-size: 1.2rem;
}
@media screen and (max-width : 767px) {
  .news_list > p:last-child {
    font-size: 1.0rem;
  }
}
.article_list > li {
  margin-bottom: 30px;
}
.article_list > li > a {
  display: flex;
  gap: 20px;
}
.article_list > li > a > figure {
  width: 260px;
}
.article_list > li > a > div > p {
  line-height: 1.4;
}
#toc_container {
  background: #F1F1F1;
  padding: 30px;
  margin: 40px 0;
}
.toc_title {
  font-size: 2rem;
  font-family: "Cinzel", serif;
}
.toc_number {
  position: relative;
  padding-right: 20px;
}
.toc_number::after {
  content: "";
  background: #595F70;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
}
.toc_list > li {
  margin-bottom: 10px;
}
@media screen and (max-width : 767px) {
  .toc_list > li {
    margin-bottom: 10px;
  }
}
.toc_list > li:last-child {
  margin-bottom: 0;
}
.toc_list > li > ul {
  margin-left: 30px;
  font-size: 1.4rem;
}
.side_ttl {
  background: #595F70;
  padding: 5px;
  color: #fff;
}
#wysi{
	text-align: left;
}
#wysi h1 {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: #595F70 1px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.4;
}
#wysi h2 {
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: #595F70 1px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.4;
}
#wysi h3 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: #595F70 1px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.4;
}
#wysi h4 {
  font-size: 1.8rem;
  font-weight: bold;
  border-left: #595F70 4px solid;
  padding-left: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}
#wysi h5 {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
#wysi p {
  margin-bottom: 10px;
}

.other_list{
	display: flex;
	gap:60px;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.other_list{
	gap:30px;
}
}
.other_list > li{
width: calc(50% - 30px);
	text-align: left;
}
@media screen and (max-width: 767px) {
.other_list > li{
width: 100%;
}
}
.other_list > li h3{
	font-size: 2rem;
	margin: 10px 0;
}
@media screen and (max-width : 767px) {
.other_list > li h3{
	font-size: 1.8rem;
}
}
/*contact
---------------------------------*/
.site_box{
	padding: 0 8% 150px;
	text-align: left;
}
@media screen and (max-width : 767px) {
.site_box{
	padding: 0 20px 100px;
}	
}
.ico_required {
  color: #fff;
  font-size: 1.2rem;
  background: #D41E1E;
  line-height: 1;
  padding: 2px 10px;
	margin-left: 10px;
}
.contact_form dl{
	margin-bottom: 30px;
}
.contact_form dt{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.contact_form dt{
	font-size: 1.6rem;
}
}
.contact_form input, .contact_form textarea {
  box-sizing: border-box;
  padding: 20px;
	background: #F8F8F8;
	border: #ccc 1px solid;
}
.contact_form input[type=text], .contact_form input[type=email] {
  width: 100%;
}
.contact_form textarea {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .contact_form input, .contact_form textarea, .contact_form select {
    font-size: 1.2rem;
    padding: 10px;
  }
  .contact_form textarea {
    height: 150px;
  }
}
.contact_form select option {
  line-height: 2 !important;
  font-size: 1.6rem;
}
.contact_form input[type=file]{
	border: none;
	background: none;
	padding: 0;
}

.btn input{
	color: #0D1528 !important;
	border:#0D1528 1px solid;
	padding: 10px;
	width: 260px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	display: block;
	font-family: 'Lora', 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.btn input:hover{
	border:#0D1528 1px solid;
	background: #0D1528;
	color: #fff !important;
	transition: 0.3s;
}
.txt_indent > li{
	text-indent: -1em;
	padding-left: 1em;
}

/*privacy
-------------------------*/
.privacy{
	padding:0 8% 150px;
	text-align: left;
}
@media screen and (max-width: 767px) {
.privacy{
	padding:0 20px 100px;
}
}
.privacy a{
	text-decoration: underline;
}

.grecaptcha-badge { visibility: hidden; }
.recaptcha_chu{margin: 30px 0;font-size: 1.2rem;}
.recaptcha_chu a{border-bottom: 1px solid #000;}