@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
/*$font-default:"游ゴシック Medium",YuGothic,YuGothicM, "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
/*$font-default: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
/*$font-default:  -apple-system, BlinkMacSystemFont, 'M PLUS Rounded 1c', sans-serif;*/
/* ******************************************************************************** */
/*
/* = Common Style
/*
/* ******************************************************************************** */
/*
------------------------------------------------------
 = pc_none/sp_none 表示/非表示
------------------------------------------------------
*/
@media screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
/*
------------------------------------------------------
 = 
------------------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  /*font-size: 62.5%;*/
  font-size: 16px; /*依頼者指定「フォントサイズは16px」だが、デザイン案は17pxがベースになっている*/
}

body {
  height: 100%;
  /*color:#1b1b1b;*/
  color: #424443;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  /*font-size:1.6em;*/
  font-size: 16px; /*依頼者指定「フォントサイズは16px」だが、デザイン案は17pxがベースになっている*/
}
@media print, screen and (max-width: 767px) {
  body {
    /*font-size:1.4em;*/
    font-size: 16px; /*依頼者指定「フォントサイズは16px」だが、デザイン案は17pxがベースになっている*/
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 767px) {
  body img {
    max-width: 100%;
    height: auto;
  }
}

table {
  border-style: none;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #2e2e2e;
  outline: none;
}

a,
a img {
  transition: 0.5s;
}

/*a:hover {
  text-decoration:underline;
}*/
a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.8;
}

a,
button,
input[type*=submit],
input[type*=reset] {
  transition: all 0.2s;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, input, select, label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none outside;
}

p, li, dt, dd {
  line-height: 1.2em; /*依頼者指定「サイズ行の高さ1.2em」*/
  margin: 0;
}

img {
  border-style: none;
  vertical-align: bottom;
}

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

/* = align
*************************************************/
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

/* = color
*************************************************/
.colorBlue {
  color: #0085B2;
}

/* = text
*************************************************/
.indent {
  text-indent: -14px;
  margin-left: 14px;
}

/* = float
*************************************************/
.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

/* = img 
*************************************************/
img {
  /*width:100%;
  height:auto;*/
}

/* = flex-layout
*************************************************/
.flex-layout {
  display: flex;
}

@media print, screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
  .pc__flex-layout {
    display: flex;
  }
}
@media print, screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp__flex-layout {
    display: flex;
  }
}
/* ******************************************************************************** */
/*
/* = Layout Style
/*
/* ******************************************************************************** */
.wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
  }
}

.container {
  width: 1080px;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .container {
    width: 96%;
    margin: 0 auto;
  }
}
/************************************************
 = font-family .min 明朝
*************************************************/
/*.min{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}*/
/************************************************
 = header
*************************************************/
header {
  position: relative;
}

/************************************************
 = g_nav  
*************************************************/
/*h1{display: none;}*/
.g_nav {
  /*top: 25px;*/
  top: 0;
  left: 0;
  right: 0;
  /*width: 1200px;*/
  width: 100%;
  margin: 0 auto;
  /*background-color: #fff;*/
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .g_nav {
    /*position: relative;
    width: 100%;
    z-index: 1;*/
    height: 60px;
    top: 0;
    position: fixed;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .g_nav {
    /* position: sticky;*/
    position: fixed;
    /*position: absolute;*/
  }
}
.g_nav .g_nav_logo a::after {
  display: inline-block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .g_nav .g_nav_logo a::after {
    background-image: url("../images/common/logo_txt_202509.png");
    right: -300px;
    top: 40px;
    width: 280px;
    height: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .g_nav .g_nav_logo a::after {
    background-image: url("../images/common/logo_txt_green_sp_202509.png");
    top: -20px;
    width: 510px;
    height: 106px;
    background-size: 30%;
    right: -340px;
  }
}
.g_nav .lower_g_nav_logo a::after {
  display: inline-block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .g_nav .lower_g_nav_logo a::after {
    background-image: url("../images/common/logo_txt_green_202509.png") !important;
    right: -300px;
    top: 30px;
    width: 280px;
    height: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .g_nav .lower_g_nav_logo a::after {
    background-image: url("../images/common/logo_txt_green_sp_202509.png");
    top: -20px;
    width: 510px;
    height: 106px;
    background-size: 30%;
    right: -340px;
  }
}

.g_nav_logo {
  position: absolute;
}
@media print, screen and (max-width: 767px) {
  .g_nav_logo {
    z-index: 1;
    top: 0;
  }
}
.g_nav_logo a {
  display: flex;
  align-items: center;
}
.g_nav_logo a:hover {
  opacity: 0.8;
}
.g_nav_logo a .logo_color {
  background-color: #00de76;
}
@media screen and (min-width: 768px) {
  .g_nav_logo a .logo_color {
    padding: 34px 25px;
  }
}
@media print, screen and (max-width: 767px) {
  .g_nav_logo a .logo_color {
    width: 100px;
    height: 60px;
  }
}
.g_nav_logo a .logo_color img {
  /*width: 54px;
  height: 54px;*/
}
@media screen and (min-width: 768px) {
  .g_nav_logo a .logo_color img {
    width: 100px;
    height: 53px;
  }
}
@media print, screen and (max-width: 767px) {
  .g_nav_logo a .logo_color img {
    width: 70%;
    padding-top: 10px;
  }
}
.g_nav_logo a .logo_txt {
  padding-left: 10px;
}
.g_nav_logo a .logo_txt img {
  width: 280px;
  height: 20px;
}
.g_nav_txt {
  height: 90px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .g_nav_txt {
    align-items: flex-end;
    padding-right: 30px;
    padding-bottom: 20px;
  }
}
.g_nav_txt ul {
  display: flex;
}
.g_nav_txt .up_nav {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .g_nav_txt .up_nav {
    margin-left: 8%;
  }
}
@media screen and (min-width: 768px) {
  .g_nav_txt .up_nav li {
    padding-left: 6px;
  }
}
@media screen and (min-width: 768px) {
  .g_nav_txt .up_nav li:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .g_nav_txt .up_nav li:nth-of-type(2) {
    padding-right: 12px;
  }
}
.g_nav_txt .up_nav li a {
  position: relative;
  padding-right: 5px;
  transition: 0.9s;
  font-size: 14px;
  color: #ffffff;
}
@media print, screen and (max-width: 767px) {
  .g_nav_txt .up_nav li a {
    padding: 10px 15px;
    background-color: #00ed76;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .g_nav_txt .up_nav li a::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .g_nav_txt .under_nav li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.g_nav_txt .under_nav li a {
  font-size: 14px;
  color: #ffffff;
  position: relative;
}
.g_nav_txt .under_nav li a img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .g_nav_txt .under_nav li a::before {
    position: absolute;
    content: "";
    height: 16px;
    border: 0px;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    transform: rotate(30deg);
    top: 1px;
    right: -15px;
  }
}
.g_nav_txt .under_nav li:nth-of-type(5) a::before {
  border-right: none !important;
}
.g_nav_txt ul li a:hover {
  color: #00ed76 !important;
  transition: color 0.1s ease 0.1s !important;
}

/*グローバルナビ　上に固定*/
.top_g_nav_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  /*animation:fade-in 0.8s;*/
  /*transition: all 0.3s ease 0s;*/
  transition: all 0.8s ease-in-out 0.5s;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px #ccc;
}
@media screen and (min-width: 768px) {
  .top_g_nav_fixed .g_nav_logo a::after {
    background-image: url("../images/common/logo_txt_green_202509.png");
    right: -300px;
    display: inline-block;
    position: absolute;
    top: 30px;
    width: 280px;
    height: 40px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.8s ease-in-out 0.5s;
  }
}
.top_g_nav_fixed .g_nav_txt ul li a {
  transition: color 0.8s ease-in-out 0.5s;
}
@media screen and (min-width: 768px) {
  .top_g_nav_fixed .g_nav_txt ul li a {
    color: #424443;
  }
}
.top_g_nav_fixed .g_nav_txt ul li a::before {
  border-right: solid 2px #424443;
  transition: all 0.8s ease-in-out 0.5s;
}
.top_g_nav_fixed .g_nav_txt ul li a::after {
  border-top: solid 2px #424443;
  border-right: solid 2px #424443;
  transition: all 0.8s ease-in-out 0.5s;
}
@keyframes fade-in {
  0% {
    margin-top: -64px;
  }
  100% {
    margin-top: 0;
  }
}
/******--------------sp--------------------******/
@media print, screen and (max-width: 767px) {
  .g_nav_txt {
    flex-direction: column-reverse;
    justify-content: start;
    padding-top: 100px;
    /*padding-top: 180px;*/
    background-color: #ffffff;
    position: relative;
  }
  .g_nav_txt .up_nav {
    justify-content: center;
  }
  .g_nav_txt .up_nav li {
    margin: 0 10px;
  }
  .g_nav_txt .under_nav {
    flex-direction: column;
    padding: 30px 15px 0;
    /*&::after{
      background-image: url(../images/common/logo_txt_green.png);
      display: inline-block;
      position: absolute;
      top: 120px;
      background-size: 90%;
      width: 280px;
      height: 20px;
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.8s ease-in-out 0.5s;
    }*/
  }
  .g_nav_txt .under_nav li {
    border-bottom: 1px solid #00ed76;
    padding: 20px 0;
  }
  .g_nav_txt .under_nav li:nth-of-type(1) {
    border-top: 1px solid #00ed76;
  }
  .g_nav_txt .under_nav li a {
    color: #00de76;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
  }
  .g_nav_txt .under_nav .sns_nav a {
    display: inline-block;
  }
}
/******ここからハンバーガーメニュー******/
@media print, screen and (max-width: 767px) {
  header nav.global-nav {
    position: fixed;
    right: -700px; /* これで隠れる */
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: #ffffff;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: fixed;
    right: 0;
    top: 0;
    width: 100px; /* クリックしやすいようにちゃんと幅を指定する */
    height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
  }
  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global-nav__item {
    text-align: center;
    padding-bottom: 20px;
  }
  .global-nav__item a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 45px;
    width: 30px;
    height: 3px;
    background-color: #00de76;
    transition: all 0.6s;
  }
  .hamburger__line--1 {
    top: 20px;
  }
  .hamburger__line--2 {
    top: 30px;
  }
  .hamburger__line--3 {
    top: 40px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 35px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 35px;
  }
}
/************************************************
 = mainvisual fadeinスライダー
*************************************************/
@media screen and (min-width: 768px) {
  #slider {
    width: 100%;
    height: 86.115vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    /*background-color: antiquewhite;*/
  }
}
@media print, screen and (max-width: 767px) {
  #slider {
    width: 100%;
    height: 70vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
}
/************************************************
 = mv_txt
}
*************************************************/
.mv_txt {
  position: relative;
}
.mv_txt p {
  position: absolute;
  color: #ffffff;
  left: 16%;
}
@media screen and (min-width: 768px) {
  .mv_txt p {
    top: -460px;
  }
}
@media print, screen and (max-width: 767px) {
  .mv_txt p {
    bottom: 50px;
    width: 60%;
    left: 10%;
  }
}
.mv_txt p .mv_txt_around {
  display: block;
  margin-top: 50px;
  top: -200px;
  background-color: #00de76;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mv_txt p .mv_txt_around {
    width: 330px;
  }
}
@media print, screen and (max-width: 767px) {
  .mv_txt p .mv_txt_around {
    font-size: 0.8em;
    padding: 10px;
    margin-top: 25px;
  }
}

/************************************************
 = top_news　お知らせ
*************************************************/
.top_news {
  padding: 100px 0;
}
@media print, screen and (max-width: 767px) {
  .top_news {
    padding: 80px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .top_news .top_news_box .top_news_innertxt {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top_news .top_news_box .top_news_innerbox {
    width: 800px;
  }
}
@media print, screen and (max-width: 767px) {
  .top_news .top_news_box .top_news_innerbox {
    padding: 0 15px;
  }
}
.top_news .top_news_box {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .top_news .top_news_box {
    flex-direction: column;
  }
}
.top_news .top_news_box .cat-0 .catName {
  background-color: #4aa678;
  color: #fff;
}
.top_news .top_news_box .cat-1 .catName {
  background-color: #ed0101;
  color: #fff;
}
.top_news .top_news_box .cat-2 {
  display: none;
}
.top_news .top_news_box .cat-2 .catName {
  background-color: #006935;
  color: #fff;
}
.top_news .top_news_box dl {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #c1c0c0;
  padding: 30px 0;
  align-items: center;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top_news .top_news_box dl {
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .top_news .top_news_box dl {
    flex-direction: column;
    /*padding-left: 10px;*/
    row-gap: 5px;
    padding: 15px 10px;
  }
}
.top_news .top_news_box dl:nth-of-type(1) {
  border-top: 1px solid #c1c0c0;
}
.top_news .top_news_box dl dt {
  /*width: 31.5%;*/
  width: 240px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top_news .top_news_box dl dt {
    padding-left: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .top_news .top_news_box dl dt {
    width: 100%;
    text-align: left;
  }
}
.top_news .top_news_box dl dt span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  width: 70px;
  text-align: center;
}
.top_news .top_news_box dl dt .news_green {
  color: #4aa678;
}
.top_news .top_news_box dl .news_red {
  color: #ed0101;
  border: 1px solid #ed0101;
  width: 40px;
  border-radius: 3px;
  font-size: 12px;
  display: block;
  height: 25px;
  line-height: 2;
}
.top_news .top_news_box dl dd {
  width: 550px;
  text-align: left;
  font-size: 17px;
  line-height: 2;
}
@media print, screen and (max-width: 767px) {
  .top_news .top_news_box dl dd {
    width: 100%;
  }
}
.top_news .top_news_box dl dd a {
  font-size: 17px;
  transition: 0.8s;
}
.top_news .top_news_box dl dd a:hover {
  color: #4aa678;
  text-decoration: underline;
}
.top_news .top_news_box dl dd .newMark {
  color: #ed0101;
  padding-left: 5px;
}

/************************************************
 = top_subtitle 共通サブタイトルデザイン 
}
*************************************************/
@media print, screen and (max-width: 767px) {
  .top_subtitle {
    padding-left: 20px;
  }
}
.top_subtitle h3 {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  .top_subtitle h3 {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
}
.top_subtitle h3 span {
  font-size: 46px;
  font-weight: bold;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .top_subtitle h3 span {
    font-size: 2rem;
  }
}

/************************************************
 = viewmore 共通viewmore
}
*************************************************/
.viewmore {
  position: relative;
}
.viewmore a {
  color: #00de76;
  font-size: 15px;
  letter-spacing: 0.08em;
  border: 1px solid #00de76;
  width: 180px;
  height: 50px;
  line-height: 3.5;
  display: block;
  transition: 0.8s;
}
.viewmore a::before {
  position: absolute;
  content: "";
  height: 24px;
  border: 0px;
  border-right: solid 1px #00de76;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 12px;
  left: 178px;
}
.viewmore a:hover {
  background-color: #00de76;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.viewmore a:hover::before {
  border-right: solid 1px #ffffff;
}

/************************************************
 = top_company
}
*************************************************/
.top_company {
  background-color: #fbfbf9;
  padding: 100px 0;
}
@media print, screen and (max-width: 767px) {
  .top_company {
    padding: 50px 0 80px;
  }
}

.top_company_box {
  width: 100%;
  height: auto;
  background-image: url(../images/top/top_company.jpg);
  background-size: 54%;
  background-repeat: no-repeat, no-repeat;
  background-position: right center;
}
@media print, screen and (max-width: 767px) {
  .top_company_box {
    background-size: 80%;
    background-position: bottom 0px right 0;
    height: 460px;
  }
}
@media screen and (min-width: 768px) {
  .top_company_box .top_company_txtbox {
    width: 320px;
  }
}
.top_company_box .top_company_txtbox ul {
  padding-top: 70px;
  font-size: 18px;
}
@media print, screen and (max-width: 767px) {
  .top_company_box .top_company_txtbox ul {
    padding: 40px 20px 0 0;
    font-size: 16px;
  }
}
.top_company_box .top_company_txtbox ul li {
  line-height: 1.8;
  text-align: left;
}

/************************************************
 = top_business
*************************************************/
.top_business .top_business_box {
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .top_business .top_business_box {
    flex-direction: column;
  }
}
.top_business .top_business_box .top_business_up_left {
  position: relative;
}
.top_business .top_business_box .top_business_up_left p {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .top_business .top_business_box .top_business_up_left p {
    font-size: 0.8rem;
    right: 5%;
  }
}
.top_business .top_business_box .top_business_up_left p span {
  font-size: 46px;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .top_business .top_business_box .top_business_up_left p span {
    font-size: 2rem;
  }
}
.top_business .top_business_box .top_business_up_right {
  position: relative;
}
.top_business .top_business_box .top_business_up_right p {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .top_business .top_business_box .top_business_up_right p {
    font-size: 0.8rem;
    left: 5%;
    line-height: 1;
  }
}
.top_business .top_business_box .top_business_up_right p span {
  font-size: 46px;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .top_business .top_business_box .top_business_up_right p span {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .top_business .top_business_box .top_business_up_right p span:nth-of-type(3) {
    display: block;
    padding-bottom: 10px;
  }
}
.top_business .top_business_box .top_business_under_center {
  position: relative;
}
.top_business .top_business_box .top_business_under_center p {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .top_business .top_business_box .top_business_under_center p {
    font-size: 0.8rem;
  }
}
.top_business .top_business_box .top_business_under_center p span {
  font-size: 46px;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .top_business .top_business_box .top_business_under_center p span {
    font-size: 2rem;
  }
}

.top_business_up {
  aspect-ratio: 960/435;
  background-size: 100%;
  background-repeat: no-repeat, no-repeat;
  display: block;
}
@media screen and (min-width: 768px) {
  .top_business_up {
    width: 50%;
  }
}

.top_business_up_left {
  background-image: url("../images/top/business_drone.jpg");
  background-position: left top;
}

.top_business_up_right {
  background-image: url("../images/top/business_sid_01.jpg");
  background-position: right top;
}

.top_business_under {
  /*position: relative;*/
  width: 100%;
  aspect-ratio: 1920/350;
  background-size: 100%;
  background-repeat: no-repeat, no-repeat;
  display: block;
  background-image: url("../images/top/business_achievement.jpg");
  background-position: left top, right top;
  /*height: 0;
  padding-top: 18.3%;*/
}
@media print, screen and (max-width: 767px) {
  .top_business_under {
    background-image: url("../images/top/business_achievement_sp.jpg");
    aspect-ratio: 960/435;
    background-size: 100%;
    background-repeat: no-repeat, no-repeat;
    display: block;
  }
}

/************************************************
 = 共通 h4
*************************************************/
h4 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 60px;
}
h4 span {
  display: block;
  font-size: 18px;
}

/************************************************
 = ドローン事業  top_drone_service
*************************************************/
.top_drone_service {
  padding-top: 160px;
}
@media print, screen and (max-width: 767px) {
  .top_drone_service {
    padding-top: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .top_drone_service h4 {
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .top_drone_service h4 span {
    font-size: 0.8rem;
  }
}

.top_drone_service_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .top_drone_service_box {
    flex-direction: column;
    grid-gap: 30px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .top_drone_service_box dl {
    width: 31.25%;
  }
}
.top_drone_service_box dl dt {
  width: 100%;
}
.top_drone_service_box dl dt a img {
  width: 100%;
}
.top_drone_service_box dl dd {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 20px;
}
@media print, screen and (max-width: 767px) {
  .top_drone_service_box dl dd {
    font-size: 1.3rem;
    padding-top: 10px;
  }
}
.top_drone_service_box dl dd span {
  font-size: 18px;
  color: #00de74;
  display: block;
  font-weight: normal;
}
@media print, screen and (max-width: 767px) {
  .top_drone_service_box dl dd span {
    font-size: 0.8rem;
  }
}

/************************************************
 = 測量・調査・診断事業  top_sid_service
*************************************************/
.top_sid {
  padding: 120px 0;
}
@media screen and (min-width: 768px) {
  .top_sid {
    width: 1200px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 767px) {
  .top_sid h4 {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .top_sid h4 span {
    font-size: 0.8rem;
  }
}

.top_sid_box {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .top_sid_box {
    flex-direction: column;
    grid-gap: 30px;
    padding: 0 30px;
  }
}
.top_sid_box .top_sid_inner_box .top_sid_inner {
  position: relative;
}
.top_sid_box .top_sid_inner_box .top_sid_inner a img {
  width: 100%;
}
.top_sid_box .top_sid_inner_box .top_sid_inner a .top_sid_up {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  width: 180px;
  height: 50px;
  line-height: 2;
  font-size: 24px;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .top_sid_box .top_sid_inner_box .top_sid_inner a .top_sid_up {
    font-size: 1.3rem;
  }
}
.top_sid_box .top_sid_inner_box .top_sid_inner a .top_sid_under {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

/************************************************
 = footer_contact
*************************************************/
.footer_contact {
  background-color: #f2fdf8;
  padding: 80px 0 110px;
}
@media print, screen and (max-width: 767px) {
  .footer_contact .footer_contact_box h4 {
    padding-bottom: 20px;
  }
}
.footer_contact .footer_contact_box .footer_contact_inner {
  display: flex;
  justify-content: space-between;
  /*dl{
    dt{
      .contact_icon{
        background-color: #ffffff;
        width: 150px;
        height: 150px;
        margin: 0 auto;
        border-radius: 50%;


        img{

        }
      }

      .contact_txt{
        padding: 40px 0;
        font-size: 18px;
        @include media(sp){
          padding: 20px 0;
        }
        span{
          display: block;
          line-height: 1.8;
        }
      }
    }

    dd{
      a{
        position: relative;
        display: block;
        font-weight: bold;
        height: 90px;
        background-color: #ffffff;
        border: 1px solid #00de76;
        transition: 0.8s;
        @media screen and (min-width: 768px){
          width: 360px;
        }

        &::before{
          position: absolute;
          content: '';
          height: 24px;
          border: 0px;
          border-right: solid 1px #00de76;
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          top: 32px;
          left: 360px;
          @include media(sp){
            left: 100%;
            top: 40%;
          }

        }

        &:hover{
          color: #00de76;

        }
      }
    }
  }*/
}
@media print, screen and (max-width: 767px) {
  .footer_contact .footer_contact_box .footer_contact_inner {
    flex-direction: column;
    row-gap: 60px;
    padding: 0 30px;
  }
}
.footer_contact .footer_contact_box .footer_contact_inner dl dt .contact_icon {
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
}
.footer_contact .footer_contact_box .footer_contact_inner dl dt .contact_txt {
  padding: 40px 0;
  font-size: 18px;
  display: block;
}
@media print, screen and (max-width: 767px) {
  .footer_contact .footer_contact_box .footer_contact_inner dl dt .contact_txt {
    padding: 20px 0;
  }
}
.footer_contact .footer_contact_box .footer_contact_inner dl dt .contact_txt .contact_txt_detail {
  display: block;
  line-height: 1.8;
}
.footer_contact .footer_contact_box .footer_contact_inner dl dd a {
  position: relative;
  display: block;
  font-weight: bold;
  height: 90px;
  background-color: #ffffff;
  border: 1px solid #00de76;
  transition: 0.8s;
}
@media screen and (min-width: 768px) {
  .footer_contact .footer_contact_box .footer_contact_inner dl dd a {
    width: 360px;
  }
}
.footer_contact .footer_contact_box .footer_contact_inner dl dd a::before {
  position: absolute;
  content: "";
  height: 24px;
  border: 0px;
  border-right: solid 1px #00de76;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 32px;
  left: 360px;
}
@media print, screen and (max-width: 767px) {
  .footer_contact .footer_contact_box .footer_contact_inner dl dd a::before {
    left: 100%;
    top: 40%;
  }
}
.footer_contact .footer_contact_box .footer_contact_inner dl dd a:hover {
  color: #00de76;
}
.footer_contact .footer_contact_box .footer_contact_inner .footer_contact_tel dt .contact_icon {
  line-height: 7;
  display: block;
}
.footer_contact .footer_contact_box .footer_contact_inner .footer_contact_tel dt .contact_txt {
  display: block;
}
.footer_contact .footer_contact_box .footer_contact_inner .footer_contact_tel dd a {
  font-size: 32px;
  line-height: 3;
}
@media print, screen and (max-width: 767px) {
  .footer_contact .footer_contact_box .footer_contact_inner .footer_contact_tel dd a {
    font-size: 30px;
  }
}
.footer_contact .footer_contact_box .footer_contact_inner .footer_contact_mail dt .contact_icon {
  line-height: 6;
  display: block;
}
.footer_contact .footer_contact_box .footer_contact_inner .footer_contact_mail dt .contact_txt {
  display: block;
}
.footer_contact .footer_contact_box .footer_contact_inner .footer_contact_mail dd a {
  font-size: 23px;
  line-height: 4;
}
@media print, screen and (max-width: 767px) {
  .footer_contact .footer_contact_box .footer_contact_inner .footer_contact_mail dd a {
    font-size: 20px;
    line-height: 4.5;
  }
}

/************************************************
 = recruitment_bnr バナー
*************************************************/
.recruitment_bnr {
  padding: 100px 0;
}
@media print, screen and (max-width: 767px) {
  .recruitment_bnr {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .recruitment_bnr .recruitment_bnr_box {
    padding: 0 90px;
  }
}
/************************************************
 = bnr_area
*************************************************/
.bnr_area {
  background-color: #f2fdf8;
  padding: 50px 0;
}
@media print, screen and (max-width: 767px) {
  .bnr_area {
    padding: 30px 0;
  }
}
.bnr_area ul {
  display: flex;
  justify-content: space-evenly;
}
@media print, screen and (max-width: 767px) {
  .bnr_area ul {
    flex-direction: column;
    padding: 0 30px;
    grid-gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .bnr_area ul li {
    width: 280px;
  }
}
.bnr_area ul li a img {
  width: 100%;
}

/************************************************
 = footer
*************************************************/
@media screen and (min-width: 768px) {
  footer {
    background-color: #fbfbf9;
    padding-top: 50px;
  }
}
footer .footer_box {
  position: relative;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  footer .footer_box {
    display: none;
  }
}
footer .footer_box dl dd p {
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  footer .footer_box dl dd p {
    width: 400px;
  }
}
footer .footer_box dl dd p span {
  padding-right: 10px;
}
footer .footer_box dl dd .footer_up_nav {
  padding-top: 25px;
  display: flex;
}
footer .footer_box dl dd .footer_up_nav li {
  padding-right: 40px;
}
footer .footer_box dl dd .footer_up_nav li a {
  position: relative;
  padding-right: 5px;
  transition: 0.9s;
  font-size: 15px;
}
footer .footer_box dl dd .footer_up_nav li a::after {
  position: absolute;
  border-top: solid 1px #424443;
  border-right: solid 1px #424443;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.8s ease-in-out 0.5s;
  content: "";
  width: 7px;
  height: 7px;
  /*border: 0px;*/
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  right: -15px;
}
footer .footer_box dl dd .footer_up_nav li a:hover {
  color: #00ed76;
}
footer .footer_box dl dd .footer_under_nav {
  padding: 20px 0;
  display: flex;
}
@media print, screen and (max-width: 767px) {
  footer .footer_box dl dd .footer_under_nav {
    flex-wrap: wrap;
    gap: 6px 15px;
  }
}
footer .footer_box dl dd .footer_under_nav li {
  padding-right: 15px;
  padding-left: 15px;
}
@media print, screen and (max-width: 767px) {
  footer .footer_box dl dd .footer_under_nav li {
    padding-left: 0px;
  }
}
footer .footer_box dl dd .footer_under_nav li:nth-of-type(1) {
  padding-left: 0px;
}
footer .footer_box dl dd .footer_under_nav li:nth-of-type(7) a::after {
  border-right: none;
}
footer .footer_box dl dd .footer_under_nav li a {
  font-size: 14px;
  position: relative;
}
footer .footer_box dl dd .footer_under_nav li a::after {
  border-right: solid 1px #424443;
  transition: all 0.8s ease-in-out 0.5s;
  position: absolute;
  content: "";
  height: 16px;
  /*border: 0px;*/
  border-right: solid 1px #424443;
  -ms-transform: rotate(45deg);
  transform: rotate(30deg);
  top: 1px;
  right: -15px;
}
footer .footer_box dl dd .footer_under_nav li a:hover {
  color: #00ed76;
}
footer .footer_box .footer_access {
  position: absolute;
  right: 0;
  top: 40%;
}
@media print, screen and (max-width: 767px) {
  footer .footer_box .footer_access {
    display: none;
  }
}
footer .footer_box .footer_access a {
  color: #00de76;
  font-size: 18px;
  letter-spacing: 0.08em;
  border: 1px solid #00de76;
  width: 200px;
  height: 80px;
  line-height: 4.5;
  display: block;
  transition: 0.8s;
  text-align: center;
}
footer .footer_box .footer_access a::before {
  position: absolute;
  content: "";
  height: 24px;
  border: 0px;
  border-right: solid 1px #00de76;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 30px;
  left: 200px;
}
footer .footer_box .footer_access a:hover {
  background-color: #00de76;
  border: 1px solid #ffffff;
  color: #ffffff;
  /*color: #00de76;*/
  font-size: 18px;
  letter-spacing: 0.08em;
  border: 1px solid #00de76;
  width: 200px;
  height: 80px;
  line-height: 4.5;
  display: block;
  transition: 0.8s;
  text-align: center;
}
footer .footer_box .footer_access a:hover::before {
  border-right: solid 1px #ffffff;
}
footer .copy {
  font-size: 12px;
  padding: 20px 0;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  footer .copy {
    text-align: center;
    background-color: #f2fdf8;
    padding: 0 0 20px;
  }
}

/************************************************
 =アニメーション設定
*************************************************/
/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
} /*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}

/**********************************pageTop**********************************/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00ed76;
  /*border-radius: 5px;*/
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s;
  border: 1px solid #fff;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/************************************************
 = errorページ  error_page
*************************************************/
.error_page {
  padding-bottom: 50px;
}
.error_page .error_page_box p {
  line-height: 2em;
}
.error_page .error_page_box p a {
  text-decoration: underline;
  color: red;
}/*# sourceMappingURL=common.css.map */