@charset "UTF-8";
/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

  ■メディアクエリ

=====================================*/
/*====================================

  ■変数　　※文字色、背景色など使い回せるもののみ使用

=====================================*/
/*====================================

ローディング
fukidashi3
=====================================*/
/*基本*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 0.3s;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading.loading_underpage {
  transition: all 0s;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .dropdown-toggle {
    background-color: #efefef;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-toggle:hover {
    background-color: #efefef;
  }
}

.medium {
  font-weight: 500;
}

.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .center {
    text-align: left;
  }
}
.center span {
  font-weight: 600;
}

.h1block {
  display: none;
}

/*パーセント表示*/
.progress {
  width: 100vw;
  height: 100vh;
  transition: all 0.3s;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.progress .progress__inner {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  min-width: 150px;
  text-align: center;
}
.progress .progress__inner img {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 200px;
  margin-bottom: 20px;
}
.progress .progress__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 45px);
  background: #fff;
}
.progress .progress_bar {
  border-top: 2px solid #89b734;
  position: absolute;
  bottom: -10px;
  width: 0%;
  display: block;
  z-index: 1;
}
.progress .progress_text {
  font-size: 18px;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #89b734;
}
.progress .progress_complete .progress_bar {
  border-top-color: #F8F9FA;
}
.progress p {
  color: #104000;
}

/*初回*/
.d_none {
  display: none !important;
}

/*初回以外　非表示*/
.loaded {
  opacity: 0;
  visibility: hidden;
}

/*回転アニメーション*/
.loader {
  position: absolute;
  top: calc(50% - 120px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
}

.loader div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0.8;
}

.one {
  border-top: 3px solid #8fb259;
  animation: rotate-left 3s linear infinite;
}

.two {
  border-right: 3px solid #cccc52;
  animation: rotate-right 3s linear infinite;
}

.three {
  border-bottom: 3px solid #ffd933;
  animation: rotate-right 3s linear infinite;
}

.four {
  border-left: 3px solid #ff7f00;
  animation: rotate-right 3s linear infinite;
}

.mt80_xs50 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt80_xs50 {
    margin-top: 50px;
  }
}

.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 20px;
  }
}

.mt50_neo {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt50_neo {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 40px;
  }
}

@keyframes rotate-left {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*====================================

フェードイン処理

=====================================*/
.fade-wrap > * {
  opacity: 0;
  transform: translateY(50px);
  transition: 1.2s;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: 1.2s;
}

.fade-up--stop {
  opacity: 0;
  transform: translateY(0px);
  transition: 1.2s;
}

.delay1 {
  transition-delay: 0.3s;
}

.delay2 {
  transition-delay: 0.6s;
}

.delay3 {
  transition-delay: 0.9s;
}

.delay4 {
  transition-delay: 1.2s;
}

.delay5 {
  transition-delay: 1.5s;
}

.delay6 {
  transition-delay: 1.8s;
}

/*====================================

  ■基本設定

=====================================*/
.medium {
  font-weight: 600;
}

.text {
  color: #333333;
}
.text a {
  border-bottom: 1px solid;
  color: #1d3966;
}

body {
  color: #1A1A1A;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
  background-color: #DDDFE3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1056px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}

.main-content {
  overflow: hidden;
}
.visible-banner {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .visible-banner {
    display: block !important;
  }
}

/*reCAPTCHA*/
.grecaptcha-badge {
  visibility: hidden;
}

/* 文字飛ばし */
.cleartxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*グローバル*/
a:focus,
*:focus {
  outline: none;
}

.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img {
  box-shadow: none;
}

input {
  border: none;
}

a {
  transition: all 0.5s;
  color: inherit;
}
a:hover {
  color: #a78468;
}
a:hover img {
  opacity: 0.8;
}

.img-responsive {
  display: inline-block;
}

li {
  list-style: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.disc li {
  position: relative;
}
.disc li::before {
  position: absolute;
  left: -10px;
  width: 5px;
  height: 5px;
  background-color: #655046;
  content: "";
  top: 11px;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .hidden-sm2 {
    display: none !important;
  }
}

.visible-sm2 {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .visible-sm2 {
    display: block !important;
  }
}

/*====================================

  ■ヘッダー

=====================================*/
/*ヘッダー固定の高さ調整*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

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

.h1_group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .h1_group {
    display: none;
  }
}

.langbtn {
  order: 4;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .langbtn {
    order: 2;
    margin-right: 0px;
  }
}
.langbtn .gt_option {
  position: absolute !important;
  top: 37px;
  left: 0;
  width: 178px !important;
}
@media screen and (max-width: 1600px) {
  .langbtn .gt_option {
    width: 160px !important;
    top: 39px;
  }
}
@media screen and (max-width: 991px) {
  .langbtn .gt_option {
    top: 39px;
    left: 0;
    right: 0px;
  }
}

.gt_switcher a {
  padding: 7px 5px !important;
  font-size: 13px !important;
}
@media screen and (max-width: 991px) {
  .gt_switcher a {
    font-size: 12px !important;
  }
}
.gt_switcher a img {
  width: 18px !important;
  height: 18px !important;
}

.gt_switcher {
  width: 181px !important;
  font-size: 11px !important;
}
@media screen and (max-width: 1600px) {
  .gt_switcher {
    width: 162px !important;
  }
}
@media screen and (max-width: 1199px) {
  .gt_switcher {
    margin-right: 10px;
  }
}

.gt_selected {
  width: 180px;
}
@media screen and (max-width: 1600px) {
  .gt_selected {
    width: 162px;
  }
}

.gt_selected a {
  padding: 10px 3px !important;
  text-indent: -30px !important;
  width: 140px !important;
  padding-left: 35px !important;
}
@media screen and (max-width: 991px) {
  .gt_selected a {
    width: 169px !important;
    padding: 10px 5px !important;
    text-indent: 0 !important;
  }
}
.gt_selected a::after {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px !important;
}
@media screen and (max-width: 991px) {
  .gt_selected a::after {
    right: 7px !important;
  }
}

.header__inner {
  position: relative;
  background-color: transparent;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 20;
  letter-spacing: 0;
  width: 100%;
  padding: 25px 20px;
  margin: auto;
  /*ロゴ*/
  /*電話番号*/
  /*お問い合わせ*/
  /*グローバルメニューの親*/
}
@media screen and (max-width: 1600px) {
  .header__inner {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .header__inner {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner {
    top: 0;
    margin: 0;
    width: 100%;
    padding: 10px 0px 0;
    border-radius: 0;
    position: fixed;
  }
}
.header__inner .logoblock {
  width: 100%;
  order: 1;
  max-width: 314px;
  margin-right: auto;
  margin-left: 0px;
}
@media screen and (max-width: 1600px) {
  .header__inner .logoblock {
    max-width: 190px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .logoblock {
    max-width: 180px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .logoblock {
    max-width: 170px;
    position: static;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .logoblock {
    margin: 0;
    margin-right: auto;
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .header__inner .logoblock {
    max-width: 160px;
  }
}
.header__inner .logoblock h1 {
  font-size: 12px;
  padding-left: 0px;
  color: #949494;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .header__inner .logoblock h1 {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .logoblock .logo1 {
    display: none;
  }
}
.header__inner .logoblock .logo2 {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header__inner .logoblock .logo2 {
    display: block;
  }
}
.header__inner .logoblock .logo3 {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header__inner .logoblock .logo3 {
    display: block;
  }
}
.header__inner .header__tel {
  order: 3;
  line-height: 1;
  margin-right: 30px;
  font-weight: 500;
  font-size: 24px;
  color: #F8F9FA;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__tel {
    margin-right: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .header__tel {
    font-size: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__tel {
    display: block;
    background: #F8F9FA;
    border-radius: 4px;
    border: 1px solid #1d3966;
    padding: 9px 9px 11px 9px;
    width: 100%;
    line-height: 1.3;
    max-width: 36px;
    min-width: 36px;
    order: 2;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    position: absolute;
    top: 19px;
    right: 87px;
  }
}
.header__inner .header__tel img {
  max-width: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__tel img {
    max-width: 16px;
    margin-right: 0px;
  }
}
.header__inner .header__tel .tel2 {
  font-size: 11px !important;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__tel .tel2 {
    font-size: 11px !important;
  }
}
.header__inner .header__tel a:hover {
  color: #7B879E;
  opacity: 1;
}
.header__inner .header__contact2 {
  order: 5;
  margin-left: 14px;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__contact2 {
    margin-left: 14px;
    max-width: 150px;
  }
}
@media screen and (max-width: 1056px) {
  .header__inner .header__contact2 {
    display: none;
    margin-left: 0;
  }
}
.header__inner .header__contact2 a {
  display: block;
  width: 160px;
  text-align: center;
  color: #F8F9FA;
  background-color: #7B879E;
  line-height: 1;
  border: 1px solid #7B879E;
  padding: 11.5px 5px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .header__inner .header__contact2 a {
    font-size: 15px;
    width: 150px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .header__contact2 a {
    width: 40px;
    padding: 10.5px 5px 12.5px;
    padding-left: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__contact2 a {
    padding-left: 12px;
    width: 48px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .header__contact2 a .txt {
    display: none;
  }
}
.header__inner .header__contact2 a .span1 {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 1700px) {
  .header__inner .header__contact2 a .span1 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .header__contact2 a .span1 {
    padding-left: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__contact2 a .span1 {
    padding-left: 0px;
    display: block;
  }
}
.header__inner .header__contact2 a .span1 img {
  position: absolute;
  right: auto;
  top: 7px;
  left: -15px;
}
@media screen and (max-width: 1300px) {
  .header__inner .header__contact2 a .span1 img {
    top: 4px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__contact2 a .span1 img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.header__inner .header__contact2 a .span1 .mail1 {
  transition: 0.8s;
  opacity: 1;
}
.header__inner .header__contact2 a .span1 .mail2 {
  opacity: 0;
  transition: 0.8s;
}
.header__inner .header__contact2 a:hover {
  background-color: #F8F9FA;
  color: #7B879E;
}
.header__inner .header__contact2 a:hover span .mail1 {
  transition: 0.8s;
  opacity: 0;
}
.header__inner .header__contact2 a:hover span .mail2 {
  opacity: 1;
  transition: 0.8s;
}
.header__inner .header__contact {
  order: 4;
}
.header__inner .header__contact a {
  color: #F8F9FA;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 20px 42px;
  max-width: 50px;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 36px;
  position: relative;
  background: #fff;
  border: 1px solid #ff9110;
  z-index: 0;
  line-height: 1;
  transition: 0.3s;
}
.header__inner .header__contact a:hover {
  opacity: 0.8;
  transition-duration: 0.7s;
}
@media screen and (min-width: 1200px) {
  .header__inner .header__contact a {
    margin-left: 0px;
    margin-right: 10px;
    width: 100%;
    max-width: 210px;
    text-align: center;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header__inner .header__contact a {
    margin-right: 5px;
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .header__inner .header__contact a {
    max-width: 145px;
    padding: 20px 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__contact a {
    order: 4;
    padding: 11px 9px 11px;
    margin-left: 0;
    font-size: 19px;
  }
}
@media screen and (max-width: 1600px) {
  .header__inner .header__contact a img {
    max-width: 17px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__contact a img {
    margin-right: 0;
  }
}
.header__inner .header__menu {
  order: 3;
  width: 100%;
  max-width: 470px;
  margin-right: 30px;
}
@media screen and (min-width: 1200px) {
  .header__inner .header__menu {
    order: 2;
    margin-left: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .header__inner .header__menu {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .header__menu {
    max-width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__menu {
    margin-right: 0;
    margin-top: 10px;
    background-color: transparent;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__menu {
    max-width: none;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__menu .nav_in {
    background-color: #F8F9FA;
  }
}

.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-top: none;
  z-index: 1000;
}
.menu_fixed .header__inner {
  width: 100%;
  background-color: #1A1A1A;
}
.menu_fixed .header__inner .navbar-nav.nav > li > a {
  color: #F8F9FA;
}
@media screen and (max-width: 1199px) {
  .menu_fixed .header__inner .navbar-nav.nav > li > a {
    color: #1A1A1A;
  }
}
.menu_fixed .header__inner .navbar-nav.nav > li > a:hover, .menu_fixed .header__inner .navbar-nav.nav > li > a:focus {
  text-decoration: none;
  opacity: 1;
  color: #F8F9FA;
  border-color: #F8F9FA;
}
@media screen and (max-width: 1199px) {
  .menu_fixed .header__inner .navbar-nav.nav > li > a:hover, .menu_fixed .header__inner .navbar-nav.nav > li > a:focus {
    color: #1A1A1A;
  }
}
.menu_fixed .header__inner .navbar-nav.nav > li > a .caret::before {
  background-image: url(images/careticon.png);
}
.menu_fixed .header__inner .navbar-nav.nav > li.active a {
  color: #F8F9FA;
  border-color: #F8F9FA;
}
@media screen and (max-width: 1199px) {
  .menu_fixed .header__inner .navbar-nav.nav > li.active a {
    color: #fff;
    background-color: #7B879E;
  }
}
.menu_fixed .header__inner .navbar-nav.nav > li.active a::before {
  background-color: #F8F9FA;
}
.menu_fixed .header__inner .navbar-nav.nav > li > .dropdown-menu.active a {
  color: #F8F9FA;
}

.navbar {
  position: static;
}
@media screen and (min-width: 1200px) {
  .navbar {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
}

/*グローバルナビ　親ブロック*/
@media screen and (min-width: 1200px) {
  .navbar {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
}

.collapse {
  display: none;
}
.collapse::before {
  display: none;
}
.collapse.in {
  display: block;
  position: relative;
}
.collapse.in::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 1200px;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.navbar-collapse,
.navbar-form {
  border-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 1199px) {
  .navbar-header {
    float: none !important;
    margin-top: 4px;
  }
}

.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
}
@media screen and (min-width: 1200px) {
  .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/*グローバルナビ*/
.navbar-nav {
  margin: 0px -15px;
}
@media screen and (max-width: 1199px) {
  .navbar-nav {
    max-width: none;
    margin: 0px;
    max-width: 100%;
    display: block;
    padding: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-nav {
    float: none;
    margin: 0;
    margin-left: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-nav.nav > li {
    text-align: center;
    position: relative;
    flex-basis: auto;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li {
    border-bottom: 1px solid #ccc;
  }
}
.navbar-nav.nav > li.active > a {
  position: relative;
  text-decoration: none;
  opacity: 1;
  color: #F8F9FA;
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li.active > a {
    background-color: #7B879E;
  }
}
.navbar-nav.nav > li.active > a::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 90%;
  height: 2px;
  background-color: #F8F9FA;
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li.active > a::before {
    height: 2px;
    display: none;
  }
}
.navbar-nav.nav > li.menu-item-has-children a {
  position: relative;
  padding-right: 20px;
}
.navbar-nav.nav > li.menu-item-has-children a:hover, .navbar-nav.nav > li.menu-item-has-children a:focus {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li.menu-item-has-children a:hover, .navbar-nav.nav > li.menu-item-has-children a:focus {
    background-color: #efefef;
  }
}
.navbar-nav.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 2px;
  line-height: 1.4;
  color: #F8F9FA;
  transition: 0.8s;
  height: 100%;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1600px) {
  .navbar-nav.nav > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .navbar-nav.nav > li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li > a {
    text-align: left;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 11px;
    display: block;
    color: #000;
  }
}
.navbar-nav.nav > li > a:hover, .navbar-nav.nav > li > a:focus {
  text-decoration: none;
  opacity: 1;
  position: relative;
  background: transparent;
  transition-duration: 0s;
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li > a:hover, .navbar-nav.nav > li > a:focus {
    transition-duration: 0.7s;
  }
}
.navbar-nav.nav > li > a:hover::before, .navbar-nav.nav > li > a:focus::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 96%;
  height: 2px;
  transition: 0.8s;
  background-color: #F8F9FA;
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li > a:hover::before, .navbar-nav.nav > li > a:focus::before {
    height: 2px;
    display: none;
  }
}
.navbar-nav.nav > li > a .caret::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background-image: url(images/careticon.png);
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav .heightmenu a {
    padding: 14px 5px;
  }
}

.navbar-nav.nav > .login.active > a::before {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > .login.active > a::before {
    height: 2px;
    display: none;
  }
}

.navbar-nav.nav > .login > a {
  padding-left: 3px;
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > .login > a {
    padding-left: 11px;
    padding-right: 11px;
    width: 180px;
  }
}
.navbar-nav.nav > .login > a:hover::before, .navbar-nav.nav > .login > a:focus::before {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > .login > a:hover::before, .navbar-nav.nav > .login > a:focus::before {
    height: 2px;
    display: none;
  }
}

.has_children a {
  padding-right: 25px !important;
  position: relative;
}

/*ドロップダウンメニュー*/
.dropdown-menu {
  box-shadow: none !important;
  background-color: transparent;
  left: 50%;
  right: auto;
  font-family: "Zen Maru Gothic", serif;
  margin: auto;
  top: 100%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 1200px) {
  .dropdown-menu {
    display: none;
    position: absolute;
    min-width: 220px;
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .dropdown-menu {
    flex-wrap: wrap !important;
    border: none !important;
    position: static !important;
    margin: auto !important;
    padding: 0 !important;
    float: none !important;
    background: #f1f1f1 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1199px) {
  .dropdown-menu > li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .dropdown-menu > li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .dropdown-menu > li {
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #bbb;
  }
}
.dropdown-menu > li > a {
  padding-right: auto !important;
  text-align: left;
  color: #F8F9FA !important;
  background-color: #7A9B72;
  font-weight: 700 !important;
}
@media screen and (max-width: 1199px) {
  .dropdown-menu > li > a {
    padding: 8px 11px !important;
    text-decoration: none;
    line-height: 1.5 !important;
    white-space: normal;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .dropdown-menu > li > a {
    padding: 10px 15px !important;
    text-decoration: none;
  }
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #ACB130;
  color: #F8F9FA;
}
.dropdown-menu > .active > a {
  color: #F8F9FA;
  background-color: #ACB130;
}
.dropdown-menu > .active > a:hover {
  background-color: #ACB130;
  color: #F8F9FA;
}

.children_top a {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1199px) {
  .children_top a {
    border-radius: 0 0 0 0;
  }
}

.children_bottom {
  border-bottom: none !important;
}
.children_bottom a {
  border-radius: 0px 0px 10px 10px;
}
@media screen and (max-width: 1199px) {
  .children_bottom a {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #ddd;
  }
}

@media screen and (min-width: 1200px) {
  .menu-item-has-children:hover .dropdown-menu {
    display: block;
  }
}

/*toggleボタン*/
.navbar-toggle {
  border-radius: 4px;
  background-color: transparent;
  position: relative;
  float: none;
  background-image: none;
  position: relative;
  height: 22px !important;
  width: 38px;
  padding: 0px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .navbar-toggle {
    display: none !important;
  }
}
.navbar-toggle .icon-bar {
  background-color: #F8F9FA;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
  display: none;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  display: block;
  width: 90%;
  height: 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s;
}
.navbar-toggle .icon-bar:last-child {
  display: block;
  width: 90%;
  height: 2px;
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s;
}
.navbar-toggle .sr-only {
  display: none;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
  display: block;
  width: 90%;
  height: 2px;
  position: static;
  margin: 0 auto 6px;
  transition: all 0.3s;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0deg);
  position: static;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.navbar-toggle.collapsed .icon-bar:last-child {
  transform: rotate(0deg);
  position: static;
  transition: all 0.3s;
}

.h1sub {
  background-color: #c9c9c9;
  padding: 4px 0;
}

.side_linkbox {
  background-color: #1A1A1A;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .side_linkbox {
    display: none;
  }
}
.side_linkbox .sidebtn {
  color: #F8F9FA;
  text-align: center;
  display: block;
  padding: 10px 5px;
  width: calc(33% - 10px);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .side_linkbox .sidebtn {
    width: calc(33% - 2px);
    font-size: 12px;
    letter-spacing: 0;
    height: 64.19px;
    padding: 8px 5px 5px;
  }
}
.side_linkbox .sidebtn .imgb {
  min-height: 24px;
  margin-bottom: 2px;
  max-height: 24px;
  margin-top: 2px;
}
.side_linkbox .sidebtn img {
  max-width: 19px;
}
.side_linkbox .sidebtn span {
  display: block;
}
.side_linkbox .side_3 img {
  width: 24px;
}
.side_linkbox .side_4 .imgb {
  margin-bottom: 4px;
}
.side_linkbox .side_4 img {
  max-width: 24px;
  width: 24px;
}

/*====================================

  ■トップページ

=====================================*/
.bigcargo {
  position: relative;
  z-index: 1;
}
.bigcargo .cloud {
  position: absolute;
}
@media screen and (max-width: 1300px) {
  .bigcargo .cloud {
    max-width: 180px;
  }
}
@media screen and (max-width: 991px) {
  .bigcargo .cloud {
    display: none;
  }
}
.bigcargo .cloud1 {
  top: -40px;
  left: 21%;
}
.bigcargo .cloud2 {
  top: 2px;
  right: 26%;
}
@media screen and (max-width: 1600px) {
  .bigcargo .cloud2 {
    top: -20px;
  }
}
.bigcargo::before {
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  height: 3800px;
  top: -300px;
  background-image: url(images/bluegradation.png);
  z-index: -1;
  background-position: center;
}

.recruitsection {
  padding: 0 60px;
  margin-top: 120px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .recruitsection {
    padding: 0 30px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1056px) {
  .recruitsection {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .recruitsection {
    margin-top: 50px;
  }
}
.recruitsection .sectionin {
  background-color: #1A1A1A;
  border-radius: 8px;
  padding: 120px;
}
@media screen and (max-width: 1600px) {
  .recruitsection .sectionin {
    padding: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .recruitsection .sectionin {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruitsection .sectionin {
    padding: 40px 30px;
  }
}
.recruitsection .inflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .recruitsection .inflex {
    display: block;
  }
}
.recruitsection .inflex .imgb {
  order: 2;
  margin-left: 140px;
  width: 100%;
  max-width: 412px;
}
@media screen and (max-width: 1600px) {
  .recruitsection .inflex .imgb {
    margin-left: 70px;
    max-width: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .recruitsection .inflex .imgb {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .recruitsection .inflex .imgb {
    margin-left: 30px;
    max-width: 240px;
  }
}
@media screen and (max-width: 1056px) {
  .recruitsection .inflex .imgb {
    margin-left: 30px;
    max-width: 220px;
  }
}
@media screen and (max-width: 991px) {
  .recruitsection .inflex .imgb {
    margin-left: 0px;
    max-width: none;
    margin-bottom: 30px;
  }
}
.recruitsection .inflex .textbox {
  color: #F8F9FA;
  width: 100%;
  max-width: 860px;
}
.recruitsection .inflex .textbox .titlebox {
  text-align: left;
}
.recruitsection .inflex .textbox .titlebox .maintitle {
  color: #7B879E;
}
.recruitsection .inflex .textbox .titlebox .subtitle {
  color: #F8F9FA;
}
.recruitsection .inflex .textbox .minimidashi {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .recruitsection .inflex .textbox .minimidashi {
    font-size: 33px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1300px) {
  .recruitsection .inflex .textbox .minimidashi {
    font-size: 29px;
  }
}
@media screen and (max-width: 1199px) {
  .recruitsection .inflex .textbox .minimidashi {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .recruitsection .inflex .textbox .minimidashi {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .recruitsection .inflex .textbox .minimidashi {
    font-size: 21px;
  }
}
.recruitsection .inflex .textbox .textb {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .recruitsection .inflex .textbox .textb {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .recruitsection .inflex .textbox .textb {
    font-size: 14px;
  }
}
.recruitsection .inflex .textbox .button_block {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .recruitsection .inflex .textbox .button_block {
    margin-left: auto;
  }
}
.recruitsection .inflex .textbox .button_block:hover {
  color: #F8F9FA;
}
.recruitsection .inflex .textbox .button_block:hover img {
  background-color: #F8F9FA;
}

.bigimg_flex {
  display: flex;
  width: 100%;
  max-width: 1520px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bigimg_flex {
    flex-wrap: wrap;
  }
}
.bigimg_flex .block1 {
  width: calc(33% - 25px);
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .bigimg_flex .block1 {
    width: calc(33% - 15px);
  }
}
@media screen and (max-width: 1199px) {
  .bigimg_flex .block1 {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .bigimg_flex .block1 {
    width: 100%;
    margin-bottom: 40px;
    max-width: 410px;
    margin-right: auto;
    margin-left: auto;
  }
}
.bigimg_flex .block1 .imgb {
  text-align: center;
}
.bigimg_flex .block1 .imgb img {
  border-radius: 240px;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .bigimg_flex .block1 .imgb img {
    max-width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .bigimg_flex .block1 .imgb img {
    max-width: 210px;
  }
}
.bigimg_flex .block1 .titleb {
  font-weight: 700;
  font-size: 30px;
  margin: 30px 0;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .bigimg_flex .block1 .titleb {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .bigimg_flex .block1 .titleb {
    margin: 20px 0;
  }
}

.line_line {
  padding: 1px 22px 0;
  margin: 90px auto;
  background-color: #B8B9BA;
  width: 100%;
  max-width: 1720px;
}
@media screen and (max-width: 767px) {
  .line_line {
    margin: 60px auto;
  }
}

@media screen and (max-width: 1199px) {
  .addflex {
    margin-top: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .addflex {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .addflex img {
    max-width: 80%;
    marging: auto;
  }
}
@media screen and (max-width: 767px) {
  .addflex img {
    max-width: 100%;
  }
}

.main_flex {
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .main_flex {
    display: block;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .main_flex {
    margin-top: 40px;
  }
}
.main_flex .textbox {
  width: 650px;
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .main_flex .textbox {
    width: 100%;
    margin-top: 0;
    padding: 0 22px;
  }
}
.main_flex .textbox .subtitle {
  font-size: 21px;
  font-weight: 700;
  color: #7B879E;
}
@media screen and (max-width: 767px) {
  .main_flex .textbox .subtitle {
    font-size: 14px;
  }
}
.main_flex .textbox .maintitle {
  margin: 14px 0 50px;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1700px) {
  .main_flex .textbox .maintitle {
    font-size: 43px;
  }
}
@media screen and (max-width: 1600px) {
  .main_flex .textbox .maintitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .main_flex .textbox .maintitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .main_flex .textbox .maintitle {
    font-size: 25px;
    letter-spacing: 0;
    margin: 14px 0 50px;
  }
}
.main_flex .textbox .normal {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.1;
}
@media screen and (max-width: 1600px) {
  .main_flex .textbox .normal {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .main_flex .textbox .normal {
    font-size: 15px;
  }
}
.main_flex .leftside {
  margin-right: 30px;
}
@media screen and (max-width: 1700px) {
  .main_flex .leftside {
    max-width: 450px;
  }
}
@media screen and (max-width: 1300px) {
  .main_flex .leftside {
    max-width: 400px;
  }
}
.main_flex .rightside {
  margin-left: 30px;
  margin-top: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1700px) {
  .main_flex .rightside {
    max-width: 300px;
  }
}

.flex_three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_three .inblock {
  display: block;
  width: calc(33% - 25px);
}
@media screen and (max-width: 1199px) {
  .flex_three .inblock {
    width: calc(33% - 15px);
  }
}
@media screen and (max-width: 991px) {
  .flex_three .inblock {
    width: calc(50% - 15px);
    margin: auto;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .inblock {
    width: 100%;
  }
}
.flex_three .inblock .intitlesub {
  font-size: 18px;
  font-weight: 700;
  color: #7B879E;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .flex_three .inblock .intitlesub {
    font-size: 16px;
  }
}
.flex_three .inblock .subone {
  font-size: 22px;
  font-weight: 600;
  color: #7B879E;
  margin-top: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  .flex_three .inblock .subone {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .flex_three .inblock .subone {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .inblock .subone {
    font-size: 18px;
  }
}
.flex_three .inblock_staff {
  margin-top: 0px;
  display: block;
}
@media screen and (max-width: 991px) {
  .flex_three .inblock_staff {
    width: calc(50% - 15px);
    margin: auto;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .inblock_staff {
    width: 100%;
  }
}
.flex_three .inblock_staff .staffname {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #7B879E;
  line-height: 1.5;
}
@media screen and (max-width: 1300px) {
  .flex_three .inblock_staff .staffname {
    font-size: 21px;
  }
}
.flex_three .inblock_staff .imgb {
  margin: 20px 0;
  text-align: center;
}
.flex_three .inblock_staff .company_table th {
  width: 32%;
}
@media screen and (max-width: 1300px) {
  .flex_three .inblock_staff .company_table th {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .inblock_staff .company_table th {
    width: 100%;
  }
}
.flex_three .inblock_staff_last {
  margin-bottom: 0 !important;
}
.flex_three .inblock_product {
  text-align: center;
  padding: 10px 10px 50px 10px;
  background-color: #F8F9FA;
}
@media screen and (max-width: 767px) {
  .flex_three .inblock_product {
    padding: 10px 10px 30px 10px;
  }
}
.flex_three .inblock_product .imgb {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .flex_three .inblock_product .imgb {
    margin: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .flex_three .inblock_product .imgb {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .inblock_product .imgb img {
    max-width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .flex_three .inblock_product .imgb img {
    max-width: 90px;
  }
}
.flex_three .inblock_product .lineuptitle {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flex_three .inblock_product .lineuptitle {
    font-size: 19px;
  }
}
.flex_three .inblock_product .lineuptitle .mini {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .flex_three .inblock_product .lineuptitle .mini {
    font-size: 15px;
  }
}
.flex_three .rec_inblock {
  background-color: #DDDFE3;
}
@media screen and (max-width: 991px) {
  .flex_three .rec_inblock {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .rec_inblock {
    padding-bottom: 40px;
  }
}
.flex_three .rec_inblock .textblock {
  width: 83%;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .flex_three .rec_inblock .textblock {
    width: 90%;
  }
}
.flex_three .mvv_inblock {
  width: calc(50% - 15px);
  padding: 50px;
}
@media screen and (max-width: 1199px) {
  .flex_three .mvv_inblock {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .flex_three .mvv_inblock {
    padding: 30px;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .mvv_inblock {
    width: 100%;
    padding: 30px;
  }
}
.flex_three .mvv_inblock .subone {
  font-size: 24px;
  margin-top: 0 !important;
}
@media screen and (max-width: 1600px) {
  .flex_three .mvv_inblock .subone {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .flex_three .mvv_inblock .subone {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .mvv_inblock .subone {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .mvv_inblock .subone span {
    display: block;
  }
}
.flex_three .mvv_inblock .imgb {
  margin-top: 0;
  margin-bottom: 30px;
  display: none;
}
@media screen and (max-width: 767px) {
  .flex_three .mvv_inblock .imgb {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .mvv_inblock .imgb img {
    max-width: 100%;
  }
}
.flex_three .mvv_inblock2 {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .flex_three .mvv_inblock2 {
    margin-top: 0;
  }
}
.flex_three .mvv_inblock2 .inflex2 {
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .flex_three .mvv_inblock2 .inflex2 {
    display: block;
  }
}
.flex_three .mvv_inblock2 .inflex2 .textblock {
  margin-left: 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .flex_three .mvv_inblock2 .inflex2 .textblock {
    margin-left: 0;
    text-align: center;
  }
}
.flex_three .mvv_inblock2 .inflex2 .textblock .subone {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .flex_three .mvv_inblock2 .inflex2 .textblock .subone {
    text-align: center;
  }
}
.flex_three .mvv_inblock2 .inflex2 .textblock .listone {
  margin-bottom: 20px;
}
.flex_three .mvv_inblock2 .inflex2 .textblock .listone:last-child {
  margin-bottom: 0;
}
.flex_three .mvv_inblock2 .inflex2 .textblock .titleline {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
}
.flex_three .mvv_inblock2 .inflex2 .textblock .titleline .num {
  font-family: "Poppins", serif;
  margin-right: 5px;
  font-size: 21px;
}
.flex_three .mvv_inblock3 {
  margin-bottom: 30px;
  margin-top: 0 !important;
}
.flex_three .mvv_inblock3 .inflex2 .textblock {
  margin-left: 0 !important;
  text-align: left;
}
.flex_three .mvv_inblock3 .inflex2 .textblock .subone {
  text-align: center;
  margin-bottom: 20px;
}
.flex_three .mvv_inblock3 .inflex2 .textblock .listin {
  font-size: 20px;
  color: #7b879e;
  font-weight: 700;
  padding-left: 22px;
  text-indent: -22px;
}
@media screen and (max-width: 1199px) {
  .flex_three .mvv_inblock3 .inflex2 .textblock .listin {
    font-size: 17px;
    margin: 5px 0;
  }
}
.flex_three .mvv_inblock3 .inflex2 .textblock .listin span {
  position: relative;
  margin-right: 3px;
}
.flex_three .inblock_service {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .flex_three .inblock_service {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .inblock_service {
    margin-top: 30px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 430px;
  }
}
.flex_three .inblock_service .imgbneo {
  overflow: hidden;
  margin: 10px 0 20px;
}
.flex_three .inblock_service .imgb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .flex_three .inblock_service .imgb {
    overflow: hidden;
  }
}
.flex_three .inblock_service .imgb img {
  transition: 0.8s;
  filter: grayscale(100%);
}
.flex_three .inblock_service .imgb::before {
  transition: 0.8s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 1;
}
.flex_three .inblock_service .textb .intitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .flex_three .inblock_service .textb .intitle {
    font-size: 22px;
  }
}
.flex_three .inblock_service:hover {
  color: #1A1A1A;
}
.flex_three .inblock_service:hover .imgb {
  transform: scale(1.1);
  transition: 0.8s;
}
.flex_three .inblock_service:hover .imgb img {
  opacity: 1;
  filter: none;
  transition: 0.8s;
}
.flex_three .inblock_service:hover .imgb::before {
  transition: 0.8s;
  display: block;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .flex_three .inblock_service3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flex_three .inblock_service3 {
    margin-top: 30px;
  }
}

.flex_four {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_four .inblock {
  display: block;
  margin-top: 60px;
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .flex_four .inblock {
    width: 100%;
    margin-top: 40px;
  }
}
.flex_four .inblock .inflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .flex_four .inblock .inflex {
    align-items: normal;
  }
}
.flex_four .inblock .inflex .textb {
  width: 78%;
}
@media screen and (max-width: 1199px) {
  .flex_four .inblock .inflex .textb {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .flex_four .inblock .inflex .textb {
    width: 80%;
  }
}
.flex_four .inblock .inflex .textb .intitle {
  font-size: 28px;
  font-weight: 700;
  color: #3F342D;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 1600px) {
  .flex_four .inblock .inflex .textb .intitle {
    font-size: 23px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flex_four .inblock .inflex .textb .intitle {
    font-size: 19px;
  }
}
.flex_four .inblock .inflex .textb .intitle::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #7A9B72;
}
@media screen and (max-width: 767px) {
  .flex_four .inblock .inflex .textb .intitle::before {
    top: 7px;
  }
}
.flex_four .inblock .inflex .imgb {
  width: 20%;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .flex_four .inblock .inflex .imgb {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .flex_four .inblock .inflex .imgb {
    width: 37%;
    margin-right: 22px;
  }
}
.flex_four .inblock .inflex .imgb img {
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  .flex_four .inblock .inflex .imgb img {
    border-radius: 17px;
  }
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.titlebox {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .titlebox {
    margin-bottom: 30px;
  }
}
.titlebox .maintitle {
  font-size: 18px;
  color: #7B879E;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .titlebox .maintitle {
    font-size: 15px;
  }
}
.titlebox .subtitle {
  color: #1A1A1A;
  font-size: 100px;
  font-family: "Poppins", serif;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .titlebox .subtitle {
    font-size: 72px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1056px) {
  .titlebox .subtitle {
    font-size: 60px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .titlebox .subtitle {
    font-size: 48px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .titlebox .subtitle {
    font-size: 44px;
    line-height: 1.2;
  }
}
.k_titlebox {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .k_titlebox {
    margin-bottom: 40px;
  }
}
.k_titlebox .maintitle {
  position: relative;
  font-size: 40px;
  padding-top: 30px;
}
@media screen and (max-width: 1199px) {
  .k_titlebox .maintitle {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1056px) {
  .k_titlebox .maintitle {
    font-size: 32px;
    margin-bottom: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .k_titlebox .maintitle {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .k_titlebox .maintitle {
    font-size: 24px;
  }
}
.k_titlebox .maintitle::before {
  content: "";
  position: absolute;
  background-color: #7A9B72;
  width: 80px;
  height: 8px;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .k_titlebox .maintitle::before {
    height: 4px;
  }
}

.footcompany_auto {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .footcompany_auto {
    padding: 0 30px;
  }
}

.foot_company {
  position: relative;
  background-color: #F8F9FA;
  width: 100%;
  max-width: 1640px;
  margin: auto;
  padding: 130px 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .foot_company {
    padding: 90px 0;
  }
}
@media screen and (max-width: 991px) {
  .foot_company {
    padding: 50px 0;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .foot_company {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .foot_company .container {
    width: auto;
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .foot_company .container {
    padding: 0px 30px;
  }
}
.foot_company .titlebox {
  margin-top: -210px;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .foot_company .titlebox {
    margin-top: -160px;
  }
}
@media screen and (max-width: 991px) {
  .foot_company .titlebox {
    margin-top: 0;
  }
}
.foot_company .inflex {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .foot_company .inflex {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .foot_company .inflex {
    display: block;
    margin-top: 30px;
  }
}
.foot_company .inflex .imgside {
  margin-right: 40px;
  width: 100%;
  max-width: 590px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .foot_company .inflex .imgside {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .foot_company .inflex .imgside {
    height: 160px;
    overflow: hidden;
  }
}
.foot_company .inflex .imgside .floatone {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media screen and (max-width: 1300px) {
  .foot_company .inflex .imgside .floatone {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .foot_company .inflex .imgside .floatone {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .foot_company .inflex .imgside .floatone {
    right: -40px;
    display: none;
  }
}
.foot_company .inflex .textside {
  width: 100%;
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .foot_company .inflex .textside {
    display: block;
    margin-top: 30px;
  }
}
.foot_company .inflex .textside .button_block {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .foot_company .inflex .textside .button_block {
    margin-right: auto;
    margin-top: 30px;
  }
}

.toggle_contents {
  background-color: #F8F9FA;
  position: relative;
  display: block;
  border-bottom: 1px solid #B8B9BA;
}
@media screen and (max-width: 767px) {
  .toggle_contents {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.toggle_contents img {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 17px;
  border: 1px solid #1A1A1A;
  border-radius: 50%;
  position: absolute;
  transition: 0.8s;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .toggle_contents img {
    right: 5px;
    padding: 7px 13px;
  }
}
.toggle_contents .viewarrow1 {
  opacity: 1;
  transition: 0.8s;
}
.toggle_contents .viewarrow2 {
  opacity: 0;
  transition: 0.8s;
}
.toggle_contents:hover {
  color: #1A1A1A;
  background-color: rgba(100, 110, 130, 0.1);
}
.toggle_contents:hover img {
  opacity: 1;
  color: #F8F9FA;
  transition: 0.8s;
  background-color: #1A1A1A;
}
.toggle_contents:hover .viewarrow1 {
  opacity: 0;
  transition: 0.8s;
}
.toggle_contents:hover .viewarrow2 {
  opacity: 1;
  transition: 0.8s;
}
.toggle_contents .toggle_title {
  position: relative;
  border-top: 1px solid #d0d4d6;
  margin: 0;
  padding: 50px 0px 20px 30px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .toggle_contents .toggle_title {
    padding: 40px 0px 20px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .toggle_contents .toggle_title {
    padding: 40px 0px 20px 20px;
  }
}
@media screen and (max-width: 991px) {
  .toggle_contents .toggle_title {
    padding: 30px 0px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .toggle_contents .toggle_title {
    padding: 30px 0px 20px 0px;
  }
}
.toggle_contents .toggle_title .main_text {
  font-size: 40px;
  font-weight: 700;
  color: #404040;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  .toggle_contents .toggle_title .main_text {
    font-size: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .toggle_contents .toggle_title .main_text {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .toggle_contents .toggle_title .main_text {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .toggle_contents .toggle_title .main_text {
    font-size: 26px;
    margin-top: 10px;
  }
}
.toggle_contents .toggle_txt {
  position: relative;
  padding: 25px 30px;
}
@media screen and (max-width: 1199px) {
  .toggle_contents .toggle_txt {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .toggle_contents .toggle_txt {
    padding: 20px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .toggle_contents .toggle_txt {
    padding: 0px;
  }
}
.toggle_contents .toggle_txt .intext {
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .toggle_contents .toggle_txt .intext {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .toggle_contents .toggle_txt .intext {
    font-size: 15px;
  }
}

.toggle_contents1 {
  border-top: 1px solid #B8B9BA;
}

.footer_bigblockin {
  position: relative;
  z-index: 1;
}
.footer_bigblockin::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 15%, rgba(26, 26, 26, 0.3) 20%, rgba(26, 26, 26, 0.5) 28%, rgba(26, 26, 26, 0.8) 35%, rgb(26, 26, 26) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .footer_bigblockin .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.footer_bigblockin .whitebg {
  color: #CBCCCD;
}
.footer_bigblockin .whitebg .inflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex {
    display: block;
  }
}
.footer_bigblockin .whitebg .inflex .side1 {
  width: 130px;
}
@media screen and (max-width: 1600px) {
  .footer_bigblockin .whitebg .inflex .side1 {
    width: 109px;
  }
}
@media screen and (max-width: 1300px) {
  .footer_bigblockin .whitebg .inflex .side1 {
    width: 80px;
  }
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side1 {
    width: 100%;
    text-align: center;
  }
}
.footer_bigblockin .whitebg .inflex .side1 .logob {
  display: block;
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side1 .logob {
    width: 100%;
    max-width: 90px;
    margin: auto;
  }
}
.footer_bigblockin .whitebg .inflex .side1 .maintitle {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 1300px) {
  .footer_bigblockin .whitebg .inflex .side1 .maintitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side1 .maintitle {
    font-size: 17px;
  }
}
.footer_bigblockin .whitebg .inflex .side1 .txt1 {
  font-size: 14px;
}
.footer_bigblockin .whitebg .inflex .side1 .inflex2 {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .footer_bigblockin .whitebg .inflex .side1 .inflex2 {
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.footer_bigblockin .whitebg .inflex .side1 .inflex2 .insta {
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 1300px) {
  .footer_bigblockin .whitebg .inflex .side1 .inflex2 .insta {
    display: inline;
    margin-right: 10px;
  }
}
.footer_bigblockin .whitebg .inflex .blueside {
  width: 31%;
  margin-top: -6px;
}
@media screen and (max-width: 1600px) {
  .footer_bigblockin .whitebg .inflex .blueside {
    width: 34%;
  }
}
@media screen and (max-width: 1300px) {
  .footer_bigblockin .whitebg .inflex .blueside {
    width: 42%;
    margin-left: 20px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .blueside {
    width: auto;
    margin: 25px auto 30px;
  }
}
.footer_bigblockin .whitebg .inflex .side2 {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side2 {
    width: auto;
  }
}

.shorttitle {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .shorttitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .shorttitle {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.shorttitle2 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shorttitle2 {
    align-items: baseline;
    line-height: 1.4;
  }
}
.shorttitle2 .incircle {
  color: #2e9648;
  font-size: 16px;
  display: block;
  padding-right: 5px;
}

.intable {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .intable {
    font-size: 14px;
  }
}
.intable th {
  padding: 15px 10px 15px 0;
  width: 15%;
  border-bottom: 1px solid #d4d0c3;
}
@media screen and (max-width: 767px) {
  .intable th {
    display: block;
    width: 100%;
  }
}
.intable td {
  padding: 15px 10px 15px 0;
  width: 85%;
  border-bottom: 1px solid #d4d0c3;
}
@media screen and (max-width: 767px) {
  .intable td {
    display: block;
    width: 100%;
  }
}

.reedtxt {
  font-size: 16px;
}
.reedtxt span {
  color: #ce6f1b;
}

.k_cont1 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .k_cont1 {
    margin-top: 50px;
  }
}

.button_block {
  display: block;
  width: 100%;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-top: 40px;
  position: relative;
  padding: 18px 0 18px 85px;
}
@media screen and (max-width: 767px) {
  .button_block {
    font-size: 15px;
    margin-top: 30px;
    max-width: 165px;
    padding-left: 70px;
  }
}
.button_block img {
  display: inline-block;
  margin-right: 10px;
  padding: 18px 32px;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  transition: 0.8s;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .button_block img {
    padding: 12px 24px;
  }
}
.button_block .viewarrow1 {
  opacity: 1;
  transition: 0.8s;
}
.button_block .viewarrow2 {
  opacity: 0;
  transition: 0.8s;
}
.button_block:hover {
  color: #1A1A1A;
}
.button_block:hover img {
  opacity: 1;
  color: #F8F9FA;
  transition: 0.8s;
  background-color: #1A1A1A;
}
.button_block:hover .viewarrow1 {
  opacity: 0;
  transition: 0.8s;
}
.button_block:hover .viewarrow2 {
  opacity: 1;
  transition: 0.8s;
}

.recruitbutton {
  max-width: 245px;
}
@media screen and (max-width: 767px) {
  .recruitbutton {
    margin-top: 10px;
  }
}

.season_button {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .season_button {
    margin-left: auto;
  }
}

.c_titlebox {
  display: none;
}
@media screen and (max-width: 1199px) {
  .c_titlebox {
    display: block;
  }
}

.kasoumidashi1 {
  font-size: 30px;
  color: #018bcd;
}
@media screen and (max-width: 1056px) {
  .kasoumidashi1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .kasoumidashi1 {
    font-size: 23px;
    line-height: 1.3;
  }
}

.k_subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 40px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .k_subtitle {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.k_subtitle span {
  border-bottom: 2px solid;
}

.k_subtitlean {
  margin-bottom: 0;
}

.cert {
  margin-bottom: 50px;
}
.cert .imgline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cert .imgline .imgbox {
  width: calc(33% - 12px);
}
@media screen and (max-width: 480px) {
  .cert .imgline .imgbox {
    width: calc(33% - 6px);
    margin-bottom: 12px;
  }
}

.attention {
  color: #d14124;
}

.centerattention {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .centerattention {
    text-align: left;
  }
}

.box_text {
  background-color: #F8F9FA;
  border: 10px solid #d3e3ef;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .box_text {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .box_text .normaltext {
    text-align: left;
  }
}
.box_text .nametext {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}
.box_text .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .box_text .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .box_text .text {
    font-size: 18px;
    text-align: left;
  }
}
.box_text ul {
  width: 100%;
  margin: auto;
}
.box_text ul li {
  font-size: 20px;
  border-bottom: 1px solid;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .box_text ul li {
    padding-left: 32px;
    text-indent: -34px;
    font-size: 17px;
  }
}
.box_text ul li span {
  font-size: 24px;
  color: #1d3966;
  margin-right: 10px;
}
.box_text ul .li_2 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .box_text ul .li_2 {
    padding-left: 0px;
    text-indent: 0px;
    font-size: 14px;
  }
}
.box_text ul .litop {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .box_text ul .li_new {
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-top: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .box_text ul .li_new span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .box_text ul .li_new_2 {
    margin-top: 0;
  }
}

.category_block {
  margin-bottom: 40px;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #1d3966;
}

.centertitle {
  display: block;
  text-align: center;
}

.bannerrow {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .bannerrow {
    display: block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1056px) {
  .bannerrow .banner1_1 {
    margin-left: 14px;
  }
}
.bannerrow .banner2 {
  margin-left: 28px;
}
@media screen and (max-width: 1056px) {
  .bannerrow .banner2 {
    margin-left: 20px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 991px) {
  .bannerrow .banner2 {
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .bannerrow .banner1 {
    margin: auto;
    margin-bottom: 20px;
  }
}

/*====================================

  ■下層共通

=====================================*/
.whiteback {
  width: 100%;
  position: relative;
  max-width: 1400px;
  margin: auto;
  background-color: #F8F9FA;
  padding: 50px 14px;
  z-index: 0;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .whiteback {
    padding: 50px 0px;
  }
}
.whiteback .float {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .whiteback .float {
    max-width: 140px;
  }
}
@media screen and (max-width: 1199px) {
  .whiteback .float {
    max-width: 105px;
  }
}
@media screen and (max-width: 767px) {
  .whiteback .float {
    display: none;
  }
}
.whiteback .kasoumidashi_f {
  display: flex;
  width: 100%;
  margin: auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .whiteback .kasoumidashi_f {
    display: block;
  }
}
.whiteback .kasoumidashi_f .leftside {
  position: relative;
}
@media screen and (max-width: 767px) {
  .whiteback .kasoumidashi_f .leftside {
    display: none;
  }
}
.whiteback .kasoumidashi_f .leftside .float {
  position: absolute;
  bottom: -65px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .whiteback .kasoumidashi_f .leftside .float {
    max-width: 80px;
  }
}
.whiteback .kasoumidashi_f .textbox {
  width: 100%;
  max-width: 540px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .whiteback .kasoumidashi_f .textbox {
    margin-right: auto;
    margin-left: auto;
  }
}
.whiteback .kasoumidashi_f .rightside {
  position: relative;
}
@media screen and (max-width: 767px) {
  .whiteback .kasoumidashi_f .rightside {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .whiteback .kasoumidashi_f .img_t {
    text-align: center;
    margin-bottom: 20px;
  }
}

.jumpdiv_n {
  margin-top: -140px;
  padding-top: 140px;
}

#jump1 {
  margin-top: -160px;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  #jump1 {
    margin-top: -100px;
    padding-top: 100px;
  }
}

#jump2 {
  margin-top: -100px;
  padding-top: 100px;
}

#jump3 {
  margin-top: -100px;
  padding-top: 100px;
}

#jump4 {
  margin-top: -100px;
  padding-top: 100px;
}

#jump5 {
  margin-top: -100px;
  padding-top: 100px;
}

#jump6 {
  margin-top: -100px;
  padding-top: 100px;
}

#jump7 {
  margin-top: -100px;
  padding-top: 100px;
}

#jump8 {
  margin-top: -110px;
  padding-top: 110px;
}

.k_subtitle2 {
  font-size: 37px;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .k_subtitle2 {
    font-size: 28px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .k_subtitle2 {
    font-size: 23px;
    padding-bottom: 10px;
  }
}
.k_subtitle2 span {
  border-bottom: none;
}

.single-row {
  padding: 0 14px;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.single-row::after {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .single-row::after {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-row::after {
    display: none;
  }
}

.flow_num_last::after {
  display: none;
}

.bread {
  text-align: left;
  margin-top: 40px;
  font-size: 14px;
  margin-left: -20px;
}
@media screen and (max-width: 1600px) {
  .bread {
    margin-left: -15px;
  }
}
@media screen and (max-width: 991px) {
  .bread {
    margin-top: 20px;
    margin-left: -4px;
  }
}
@media screen and (max-width: 767px) {
  .bread {
    font-size: 12px;
    margin-top: -20px;
    padding: 0 15px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .bread {
    margin-top: -50px;
  }
}
.bread span {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .bread span {
    padding: 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .bread2 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .bread3 {
    margin-left: 15px;
  }
}

.neck {
  width: 100%;
  position: relative;
  padding: 170px 22px 100px;
  background-position: center;
  background-color: #1A1A1A;
}
@media screen and (max-width: 991px) {
  .neck {
    background-position: right;
  }
}
@media screen and (max-width: 767px) {
  .neck {
    padding: 80px 22px 50px;
  }
}
.neck .container {
  position: relative;
}
.neck .neckline {
  line-height: 1;
  padding: 30px 15px 0 125px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .neck .neckline {
    padding: 30px 15px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .neck .neckline {
    padding: 20px 15px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .neck .neckline {
    padding: 20px 0px 0 0px;
  }
}
.neck .neck__title {
  font-size: 120px;
  position: relative;
  line-height: 1.2;
  color: #F8F9FA;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .neck .neck__title {
    font-size: 100px;
  }
}
@media screen and (max-width: 991px) {
  .neck .neck__title {
    font-size: 84px;
  }
}
@media screen and (max-width: 767px) {
  .neck .neck__title {
    font-size: 60px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .neck .neck__title {
    font-size: 48px;
    letter-spacing: -1px;
  }
}
.neck .neck__title span {
  position: relative;
}
.neck .neck__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #F8F9FA;
}
@media screen and (max-width: 767px) {
  .neck .neck__subtitle {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .neck .neck__subtitle {
    font-size: 15px;
  }
}
.centerimg {
  margin-bottom: 30px;
}
.centerimg img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .centerimg img {
    border-radius: 16px;
  }
}

.kasou_main {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kasou_main {
    margin-bottom: 20px;
  }
}
.kasou_main .kasou_main_big {
  line-height: 1.6;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kasou_main .kasou_main_big {
    font-size: 17px;
  }
}

.kasou_content1 {
  overflow: hidden;
  position: relative;
  padding-top: 110px;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  padding-bottom: 110px;
}
@media screen and (max-width: 1199px) {
  .kasou_content1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content1 .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.kasou_content1 .titlebox {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .kasou_content1 .titlebox {
    margin-bottom: 40px;
  }
}
.kasou_content1 .titlebox .subtitle {
  color: #1A1A1A;
  font-size: 80px;
}
@media screen and (max-width: 1199px) {
  .kasou_content1 .titlebox .subtitle {
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1056px) {
  .kasou_content1 .titlebox .subtitle {
    font-size: 50px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content1 .titlebox .subtitle {
    font-size: 42px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .kasou_content1 .titlebox .subtitle {
    font-size: 36px;
    line-height: 1.2;
  }
}
.kasou_content1_1 {
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  z-index: 0;
  background-size: cover;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .kasou_content1_1 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content1_1 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.kasou_content2 {
  background-color: #F8F9FA;
}
.galleryin .inflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .galleryin .inflex {
    display: block;
  }
}
.galleryin .inflex .imgb {
  width: calc(33% - 12px);
}
@media screen and (max-width: 480px) {
  .galleryin .inflex .imgb {
    width: 100%;
    margin-top: 20px;
  }
}
.galleryin .flex_three .inblock {
  padding: 20px;
}
.galleryin .flex_three .inblock .imgb {
  margin: 0 !important;
}
.galleryin .flex_three .inblock .lineuptitle {
  margin-top: 20px;
}
.galleryin .flex_three .inblock .intitlesub {
  display: none;
}

.sidetitleone {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #7A9B72;
}
@media screen and (max-width: 1199px) {
  .sidetitleone {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sidetitleone {
    font-size: 21px;
  }
}

.textgreen {
  color: #7A9B72;
}

.textcenter {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .under0 {
    padding-bottom: 0 !important;
  }
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.jumpbutton {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .jumpbutton {
    max-width: 590px;
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .jumpbutton {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .jumpbutton {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .jumpbutton::after {
    display: block;
    content: "";
    width: calc(33% - 8px);
  }
}
.jumpbutton .button_block {
  margin-top: 0;
  width: calc(20% - 15px);
  max-width: none;
}
@media screen and (max-width: 1600px) {
  .jumpbutton .button_block {
    font-size: 15px;
    padding: 18px 0 18px 75px;
  }
}
@media screen and (max-width: 1300px) {
  .jumpbutton .button_block {
    padding: 18px 0 18px 55px;
  }
}
@media screen and (max-width: 1199px) {
  .jumpbutton .button_block {
    width: calc(33% - 8px);
    font-size: 14px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .jumpbutton .button_block {
    width: calc(50% - 8px);
    font-size: 13px;
    padding: 18px 0 18px 45px;
  }
}
@media screen and (max-width: 480px) {
  .jumpbutton .button_block {
    padding: 18px 0 18px 32px;
  }
}
@media screen and (max-width: 1600px) {
  .jumpbutton .button_block img {
    padding: 14px 24px;
  }
}
@media screen and (max-width: 1300px) {
  .jumpbutton .button_block img {
    padding: 11px 17px;
  }
}
@media screen and (max-width: 767px) {
  .jumpbutton .button_block img {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 480px) {
  .jumpbutton .button_block img {
    padding: 4px 7px;
  }
}

.jumpbutton2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  .jumpbutton2 {
    max-width: none;
  }
}
.jumpbutton2 .button_block {
  margin-top: 0;
  width: calc(25% - 15px);
  max-width: none;
}
@media screen and (max-width: 1300px) {
  .jumpbutton2 .button_block {
    padding: 18px 0 18px 65px;
  }
}
@media screen and (max-width: 1199px) {
  .jumpbutton2 .button_block {
    width: calc(25% - 8px);
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .jumpbutton2 .button_block {
    width: calc(50% - 8px);
    font-size: 13px;
    padding: 18px 0 18px 45px;
  }
}
@media screen and (max-width: 1300px) {
  .jumpbutton2 .button_block img {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .jumpbutton2 .button_block img {
    padding: 8px 12px;
  }
}

@media screen and (max-width: 1300px) {
  .jumpbutton3 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .jumpbutton3 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .jumpbutton3 {
    margin-bottom: 50px;
  }
}
.jumpbutton3 .button_block {
  margin-top: 0;
  width: calc(16.666% - 15px);
  max-width: none;
}
@media screen and (max-width: 1600px) {
  .jumpbutton3 .button_block {
    padding: 18px 0 18px 60px;
  }
}
@media screen and (max-width: 1300px) {
  .jumpbutton3 .button_block {
    padding: 18px 0 18px 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .jumpbutton3 .button_block {
    width: calc(33% - 8px);
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .jumpbutton3 .button_block {
    width: calc(50% - 8px);
    font-size: 13px;
    padding: 18px 0 18px 45px;
  }
}
@media screen and (max-width: 1600px) {
  .jumpbutton3 .button_block img {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1300px) {
  .jumpbutton3 .button_block img {
    padding: 9px 11px;
  }
}
@media screen and (max-width: 767px) {
  .jumpbutton3 .button_block img {
    padding: 8px 12px;
  }
}

.benefitul {
  font-size: 18px;
  font-weight: 600;
}

.service_flexfour {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .service_flexfour {
    margin-top: 20px;
  }
}
.service_flexfour .inblock {
  width: calc(25% - 20px);
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .service_flexfour .inblock {
    width: calc(25% - 15px);
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .service_flexfour .inblock {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
}
.service_flexfour .inblock img {
  display: block;
}
.service_flexfour .inblock .nameone {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .service_flexfour .inblock .nameone {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .service_flexfour .inblock .nameone {
    font-size: 15px;
    line-height: 1.5;
  }
}

.kasou_flexblock {
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .kasou_flexblock {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_flexblock {
    margin-bottom: 50px;
  }
}
.kasou_flexblock .inn {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .kasou_flexblock .inn {
    margin-bottom: 30px;
  }
}
.kasou_flexblock .inn .textone {
  letter-spacing: 0.4px;
}
.kasou_flexblock .imgline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .kasou_flexblock .imgline {
    margin-top: 40px;
  }
}
.kasou_flexblock .imgline .imgb {
  width: calc(33% - 12px);
}
@media screen and (max-width: 767px) {
  .kasou_flexblock .imgline .imgb {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.kasou_flexblock .imgline2 {
  position: relative;
}
.kasou_flexblock .imgline2::after {
  content: "";
  display: block;
  width: calc(33% - 12px);
}
.kasou_flexblock .imgline2 .imgb {
  width: calc(33% - 12px);
}
@media screen and (max-width: 767px) {
  .kasou_flexblock .imgline2 .imgb {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.kasou_flexblock .inflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kasou_flexblock .inflex {
    display: block;
  }
}
.kasou_flexblock .inflex .imgb {
  order: 2;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .kasou_flexblock .inflex .imgb {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.kasou_flexblock .inflex .textblock {
  order: 1;
  width: 55%;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .kasou_flexblock .inflex .textblock {
    width: 100%;
    margin-right: 0;
  }
}
.kasou_flexblock .inflex .textblock .subone {
  font-size: 26px;
  font-weight: 600;
  color: #7B879E;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .kasou_flexblock .inflex .textblock .subone {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_flexblock .inflex .textblock .subone {
    font-size: 19px;
  }
}
.kasou_flexblock .inflex .imgb2 {
  order: 1;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .kasou_flexblock .inflex .imgb2 {
    margin-right: 0;
  }
}
.kasou_flexblock .inflex .textblock2 {
  order: 2;
  margin-right: 0;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .kasou_flexblock .inflex .textblock2 {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .kasou_flexblock .int_flex {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .kasou_flexblock .int_flex .textblock {
    width: 100%;
    margin-right: 0;
  }
}
.kasou_flexblock .int_flex .textblock .subone {
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .kasou_flexblock .int_flex .textblock .subone {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .kasou_flexblock .int_flex .textblock .subone {
    font-size: 21px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 991px) {
  .kasou_flexblock .int_flex .imgb {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.kasou_flexblock .int_flex2 {
  display: block;
}
.kasou_flexblock .int_flex2 .imgb {
  margin-bottom: 20px;
  margin-left: 30px;
  float: right;
}
@media screen and (max-width: 1199px) {
  .kasou_flexblock .int_flex2 .imgb {
    max-width: 430px;
  }
}
@media screen and (max-width: 991px) {
  .kasou_flexblock .int_flex2 .imgb {
    max-width: none;
    float: none;
    margin-left: 0;
  }
}
.kasou_flexblock .int_flex2 .textblock {
  width: 100%;
  margin-right: 0;
}

.kasou_flexblock3 {
  margin-bottom: 0 !important;
}

.name {
  text-align: right;
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .name {
    font-size: 16px;
  }
}
.name span {
  font-size: 22px;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 767px) {
  .name span {
    font-size: 18px;
  }
}

/*====================================

  ■会社概要

=====================================*/
@media screen and (max-width: 767px) {
  .tableimg {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .accessrow .img {
    margin-bottom: 30px;
    text-align: center;
  }
}

.company_table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
.company_table span {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .company_table {
    border: none;
    margin-top: 10px;
  }
}
.company_table th {
  padding: 14px 20px;
  border-width: 0 0 1px 0;
  vertical-align: middle;
  width: 18%;
  text-align: center;
  color: #F8F9FA;
  background-color: #7B879E;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 1300px) {
  .company_table th {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .company_table th {
    padding: 10px;
    border-width: 0 0 0 0;
    width: auto;
    display: block;
    text-align: left;
  }
}
.company_table .th2 {
  background-color: #7A9B72;
  color: #F8F9FA;
}
.company_table td {
  padding: 14px 20px;
  vertical-align: top;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background: #F8F9FA;
  text-align: left;
}
.company_table td a {
  color: #3d9be9;
}
.company_table td a:hover {
  color: #2f52b6;
}
@media screen and (max-width: 767px) {
  .company_table td {
    padding: 10px 10px;
    border-width: 0 0 0 0;
    display: block;
  }
}
.company_table .listin {
  text-indent: -10px;
  padding-left: 20px;
  letter-spacing: 1.9px;
}
.company_table .listin span {
  display: inline-block;
  font-size: 16px;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .company_table .listin span {
    font-size: 16px;
  }
}
.company_table .td2 {
  background-color: #7A9B72;
  color: #F8F9FA;
  font-weight: 700;
  text-align: center;
}

.mapimg {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mapimg {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mapimg iframe {
    height: 240px;
  }
}

.imgbanner {
  text-align: center;
}
.imgbanner img {
  border-radius: 10px;
}

/*====================================

  ■商品紹介

=====================================*/
.archive-blog2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ebf0f7;
}
@media screen and (max-width: 767px) {
  .archive-blog2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .worklist__loop {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 15px 15px 25px;
    background-color: #f2f6fc;
  }
}
@media screen and (max-width: 767px) {
  .worklist__loop .img__block {
    text-align: center;
  }
}

.inner_imagebox2 {
  position: relative;
  text-align: center;
  display: block;
  overflow: hidden;
}
.inner_imagebox2::before {
  content: "";
  padding-top: 70%;
  display: block;
}
.inner_imagebox2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-height: 100%;
  border-radius: 10px;
}

.servicetext {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .servicetext {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .servicebutton {
    margin-right: 0;
    margin-top: 20px;
  }
}

.topnews__box {
  display: flex;
  margin-bottom: 60px;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .topnews__box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .topnews__box {
    margin-bottom: 30px;
    display: block;
  }
}
.topnews__box .button_block {
  margin-right: 0;
  margin-left: auto;
  margin-top: 0;
}
.topnews__box .leftbox {
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .topnews__box .leftbox {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .topnews__box .leftbox {
    margin-top: 0;
  }
}
.topnews__box .leftbox .titlebox {
  text-align: left;
  margin-bottom: 0 !important;
}
.topnews__box .leftbox .titlebox .subtitle {
  margin-bottom: -15px;
}
.archive-news {
  background-color: #F8F9FA;
  padding: 20px;
}

.archive-news__block {
  background-color: #F8F9FA;
  border-radius: 10px;
  margin-top: 0px !important;
  padding: 0px;
}
.archive-news__block .name_detail {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
.archive-news__block .textline {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.imgset {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 804px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .imgset {
    display: block;
  }
}
.imgset .img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .imgset .img {
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}

/*====================================

  ■お問い合わせ

=====================================*/
.readtx {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .readtx {
    padding: 0px 10px;
  }
}

.wpcf7-list-item-label {
  font-weight: 500;
  color: #333333;
}

.privacy_text {
  padding-top: 50px;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 991px) {
  .privacy_text {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .privacy_text {
    padding: 30px 15px;
  }
}
.privacy_text .text {
  margin-bottom: 30px;
}
.privacy_text ul {
  padding-left: 20px;
  text-indent: -20px;
}
.privacy_text ul span {
  color: #242f89;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
}

.k_centertitle {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1056px) {
  .k_centertitle {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .k_centertitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .k_centertitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.k_centertitle span {
  padding-bottom: 10px;
  border-bottom: 2px dotted;
}
@media screen and (max-width: 767px) {
  .k_centertitle span {
    padding-bottom: 0;
  }
}

.centertext {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .centertext {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .recaptcha__txt {
    font-size: 14px;
    letter-spacing: -0.2px;
  }
}

div .wpcf7 .ajax-loader {
  display: block;
  margin: 10px auto 0 auto;
}

.wpcf7-list-item {
  color: #333333;
  font-weight: 500 !important;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 480px) {
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
}

.table__head {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .table__head {
    margin-top: 20px;
  }
}
.table__head span {
  color: #F8F9FA;
  background-color: #d14124;
  padding: 0 3px;
  font-weight: 600;
}

.dayblock {
  position: relative;
  background-color: #F8F9FA;
  text-align: center;
  padding: 40px;
  border-radius: 15px;
}
@media screen and (max-width: 1600px) {
  .dayblock {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .dayblock {
    padding: 20px;
  }
}
.dayblock .titleb {
  font-size: 28px;
  color: #7A9B72;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .dayblock .titleb {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .dayblock .titleb {
    font-size: 21px;
  }
}
.dayblock .redtext {
  color: #BB262E;
}
.dayblock img {
  position: absolute;
  left: 0;
  top: -60px;
}
@media screen and (max-width: 1300px) {
  .dayblock img {
    top: -40px;
    max-width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .dayblock img {
    max-width: 80px;
  }
}

.whitebase {
  background-color: #F8F9FA;
  padding: 70px;
}
@media screen and (max-width: 1600px) {
  .whitebase {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .whitebase {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .whitebase .sidetitleone {
    text-align: center;
  }
}
.whitebase .inflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .whitebase .inflex {
    display: block;
  }
}
.whitebase .inflex .imgb {
  order: 2;
  width: 25%;
}
@media screen and (max-width: 1600px) {
  .whitebase .inflex .imgb {
    width: 30%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .whitebase .inflex .imgb {
    width: 35%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .whitebase .inflex .imgb {
    width: 45%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .whitebase .inflex .imgb {
    order: 2;
    width: 65%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .whitebase .inflex .imgb {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .whitebase .inflex .imgb img {
    max-width: 60%;
  }
}
.whitebase .inflex .imgb3 {
  margin-left: 50px;
  width: 33%;
}
@media screen and (max-width: 1199px) {
  .whitebase .inflex .imgb3 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .whitebase .inflex .imgb3 {
    width: 55%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .whitebase .inflex .imgb3 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: centere;
  }
}
.whitebase .inflex .textb {
  order: 1;
}
.whitebase .inflex .textb .miniul li {
  padding-left: 30px;
  text-indent: -30px;
}
.whitebase .inflex .textb .inul li {
  padding-left: 20px;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}
.whitebase .inflex .textb .inul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background-color: #7A9B72;
}

.tableg {
  padding: 60px;
  background-color: #F8F9FA;
}
@media screen and (max-width: 991px) {
  .tableg {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tableg {
    padding: 20px;
  }
}

.table-contact {
  table-layout: fixed;
  border-top: 1px solid #e4e4e4;
  margin: auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .table-contact {
    border: none;
  }
}
.table-contact th {
  position: relative;
  padding: 25px 15px;
  padding-right: 50px;
  width: 25%;
  color: #333333;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #e4e4e4 !important;
}
@media screen and (max-width: 991px) {
  .table-contact th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px !important;
    padding-top: 15px !important;
    border-bottom: none !important;
    border-right: none;
    padding-bottom: 0 !important;
  }
}
.table-contact th .red {
  color: #F8F9FA;
  background-color: #BB262E;
  border-radius: 2px;
  position: absolute;
  right: 40px;
  line-height: 1.4;
  padding: 0 6px;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .table-contact th .red {
    right: 10px;
  }
}
.table-contact .th_direct {
  vertical-align: baseline;
}
.table-contact td {
  width: 75%;
  padding: 25px 15px;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 991px) {
  .table-contact td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
}
.table-contact .input_half input {
  max-width: 158px;
  padding: 0 5px;
}
.table-contact .input_half select {
  max-width: 158px;
  padding: 0 5px;
}

.fukurouflex {
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .fukurouflex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .fukurouflex {
    border-radius: 16px;
  }
}
.fukurouflex .txt {
  text-align: center;
}
.fukurouflex .button_blockn {
  max-width: 320px;
  font-size: 30px;
  font-weight: 500;
  padding: 20px;
  display: block;
  text-align: center;
  margin-top: 0;
  line-height: 1;
  color: #F8F9FA;
  margin-left: 20px;
  background-color: #1A1A1A;
  position: relative;
}
@media screen and (max-width: 991px) {
  .fukurouflex .button_blockn {
    margin-right: auto;
    margin-top: 30px;
    font-size: 26px;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .fukurouflex .button_blockn {
    max-width: none;
  }
}
.fukurouflex .button_blockn img {
  max-width: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .fukurouflex .button_blockn img {
    max-width: 24px;
  }
}
.fukurouflex .button_blockn:hover {
  opacity: 0.8;
}
.fukurouflex .imgb {
  min-width: 345px;
}
@media screen and (max-width: 991px) {
  .fukurouflex .imgb {
    margin-right: 0;
    width: 100%;
    min-width: auto;
    text-align: center;
  }
}
.fukurouflex .textb {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .fukurouflex .textb {
    width: 100%;
  }
}
.fukurouflex .textb .name {
  text-align: right;
  font-size: 18px;
  margin-top: 80px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .fukurouflex .textb .name {
    margin-top: 40px;
    font-size: 15px;
  }
}
.fukurouflex .textb .name span {
  display: block;
  color: #3F342D;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .fukurouflex .textb .name span {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .fukurouflex .sidetitleone {
    text-align: center;
  }
}

.contact__table.btn__block .txt__inline03 br {
  display: none !important;
}

.privacy_subtitle {
  margin-top: 20px;
  color: #7B879E;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .privacy_subtitle {
    font-size: 18px;
  }
}
.privacy_subtitle span {
  font-size: 14px;
  margin-right: 5px;
}

.privacytext a:hover {
  color: #104000;
}
.privacytext .text span {
  color: #1d3966;
  font-weight: 700;
  margin-right: 5px;
  font-size: 16px;
}
.privacytext ul {
  margin-top: 10px;
  padding-left: 17px;
  text-indent: -17px;
}
@media screen and (max-width: 767px) {
  .privacytext ul {
    padding-left: 15px;
    text-indent: -15px;
  }
}
.privacytext .ulshort {
  margin-left: 20px;
}

.contact__table.btn__block .txt__inline03 input {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border: 2px solid #7B879E;
  background-color: #7B879E;
  font-size: 16px;
  line-height: 1;
  padding: 21px 20px;
  padding-left: 30px;
  font-weight: 500;
  transition: 0.8s;
  color: #F8F9FA;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__table.btn__block .txt__inline03 input {
    font-size: 15px;
    max-width: 220px;
  }
}
.contact__table.btn__block .txt__inline03 input:hover {
  color: #1A1A1A;
  transition: 0.8s;
  background-color: #F8F9FA;
}

@media screen and (max-width: 480px) {
  .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
}

.contact_box1 {
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

div .wpcf7-mail-sent-ok {
  display: none !important;
}

.linktext {
  text-align: right;
}
.linktext span {
  border-bottom: 1px solid;
}

.table-common {
  text-align: center;
  border-top: 1px solid;
  font-size: 15px;
  background: transparent;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table-common {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .table-common tr {
    display: block;
    width: 100%;
    border-left: none;
  }
}
.table-common tr th {
  text-align: left;
  border-bottom: 1px solid;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  padding-right: 10px;
  width: 25%;
  font-size: 16px;
  background: transparent;
  min-width: 130px;
  color: #1d3966;
}
@media screen and (max-width: 767px) {
  .table-common tr th {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    border: none;
    text-align: left;
    float: left;
  }
}
.table-common tr th .red {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0%, -50%);
  margin: 0;
  padding: 0 3px;
  font-size: 12px;
}
@media screen and (max-width: 1056px) {
  .table-common tr th .red {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .table-common tr th .red {
    position: static;
    margin-left: 10px;
  }
}
.table-common tr td {
  text-align: left;
  font-weight: 500;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 20px;
  background: transparent;
  font-size: 16px;
  letter-spacing: 1px;
}
.table-common tr td a.site {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .table-common tr td {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    border-left: none;
    text-align: left;
    float: left;
  }
}
.table-common tr td ul li span {
  font-size: 12px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .table-common .main {
    display: none;
  }
}

.txt_cont {
  background-color: #eff7fa;
  padding: 20px;
}

/*====================================

  ■お知らせ

=====================================*/
.main_text {
  display: block;
}

.archive-news__inner a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  color: #333;
  padding: 10px 135px 10px 15px;
  text-decoration: none;
  border-bottom: 1px solid;
  letter-spacing: 1px;
  line-height: 1;
}
.archive-news__inner a:hover {
  color: #F8F9FA;
  background-color: #ff8d48;
}
.archive-news__inner a:hover .num_infocat_m {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .archive-news__inner a {
    white-space: normal;
    display: block;
    word-break: break-all;
    padding: 15px;
    line-height: 1.5;
  }
}
.archive-news__inner a .archive-news__date {
  color: #947666;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .archive-news__inner a .archive-news__date {
    display: block;
    font-size: 13px;
  }
}
.archive-news__inner a:hover {
  color: #F8F9FA;
}
.archive-news__inner a:hover span {
  color: #F8F9FA;
}

.freetext {
  background-color: #F8F9FA;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .freetext {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .freetext {
    padding: 20px;
  }
}
.freetext .free_title {
  font-size: 18px;
  color: #104000;
  font-weight: 700;
  margin-bottom: 10px;
}
.freetext .free_title span {
  background-color: #eff2e5;
  border-radius: 10px;
  padding: 2px 10px;
}

.singletitle {
  position: relative;
  padding: 0 0 15px 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid;
}
.singletitle::before {
  content: "";
  background-color: #fe5278;
  width: 4px;
  height: 75%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}
.singletitle .taxonomy_float {
  top: -5px !important;
}

.for_details {
  font-weight: 400;
  position: absolute;
  right: 30px;
  font-size: 13px;
  font-weight: 700;
  top: 5px;
  border: 1px solid;
  padding: 5px 13px;
  color: #ff8d48;
}
@media screen and (max-width: 767px) {
  .for_details {
    position: static;
    margin-left: auto;
    max-width: 99px;
    display: block;
    margin-top: 10px;
  }
}

.single-blog__title {
  word-break: break-all;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  color: #1a1a1a;
  line-height: 1.5;
  padding-bottom: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .single-blog__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1056px) {
  .single-blog__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .single-blog__title {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

.single-blog__title2 {
  font-size: 36px;
  padding-left: 25px;
  position: relative;
  color: #3F342D;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .single-blog__title2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog__title2 {
    font-size: 22px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .single-blog__title2 {
    margin-bottom: 20px;
  }
}
.single-blog__title2::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background-color: #7A9B72;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  border-radius: 6px;
}

/*====================================

  ■フッター

=====================================*/
.logosand {
  display: flex;
  align-items: center;
  margin-top: 60px;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .logosand {
    display: block;
  }
}

.logo_footer {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .logo_footer {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .logo_footer img {
    max-width: 220px;
  }
}

.bigblock_in2 {
  background-image: none;
}

.footerside_1 {
  position: absolute;
  right: 0;
  z-index: 0;
  top: 47%;
}
@media screen and (max-width: 991px) {
  .footerside_1 {
    display: none;
  }
}

.footerside_2 {
  position: absolute;
  left: 0;
  z-index: 0;
  top: 60%;
}
@media screen and (max-width: 991px) {
  .footerside_2 {
    display: none;
  }
}

.footercontact_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footercontact_flex {
    flex-wrap: wrap;
  }
}

.footer_contactblock {
  padding-top: 110px;
  position: relative;
  text-align: center;
  border-top: 1px solid #3A3A3A;
  border-bottom: 1px solid #3A3A3A;
  width: 100%;
  padding-bottom: 110px;
  background-color: transparent;
  background-size: cover;
  background-image: url(images/contactbg1.jpg);
  background-position: center;
  position: relative;
  transition: 0.8s;
}
@media screen and (max-width: 1199px) {
  .footer_contactblock {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer_contactblock {
    padding-top: 44px;
    padding-bottom: 54px;
    width: 100%;
    background-image: url(images/contactbg1_sp.jpg);
  }
}
.footer_contactblock::before {
  content: "";
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.8s;
  z-index: 0;
}
.footer_contactblock:hover {
  background-size: cover;
  transition: 0.8s;
  transition-duration: 0.8s;
}
.footer_contactblock:hover::before {
  opacity: 0;
  transition: 0.8s;
}
.footer_contactblock .subtitle {
  color: #7B879E;
  font-size: 21px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer_contactblock .subtitle {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .footer_contactblock .subtitle {
    font-size: 14px;
  }
}
.footer_contactblock .bigtitle {
  font-size: 80px;
  height: 80px;
  color: #F8F9FA;
  margin-top: 30px;
  position: relative;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .footer_contactblock .bigtitle {
    height: auto;
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  .footer_contactblock .bigtitle {
    height: auto;
    margin-top: 20px;
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .footer_contactblock .bigtitle {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .footer_contactblock .bigtitle {
    margin-top: 20px;
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .footer_contactblock .bigtitle {
    margin-top: 10px;
    font-size: 32px;
  }
}
.footer_contactblock .viewarrow {
  display: inline-block;
  margin-right: 10px;
  padding: 18px 32px;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  transition: 0.8s;
  right: 30px;
  bottom: 30px;
  color: #F8F9FA;
}
@media screen and (max-width: 1300px) {
  .footer_contactblock .viewarrow {
    padding: 12px 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer_contactblock .viewarrow {
    padding: 5px 14px;
    right: 12px;
    bottom: 12px;
  }
}
.footer_contactblock .viewarrow1 {
  opacity: 1;
  transition: 0.8s;
}
.footer_contactblock .viewarrow2 {
  opacity: 0;
  transition: 0.8s;
}
.footer_contactblock:hover .viewarrow {
  opacity: 1;
  transition: 0.8s;
  background-color: #F8F9FA;
}
.footer_contactblock:hover .viewarrow1 {
  opacity: 0;
  transition: 0.8s;
}
.footer_contactblock:hover .viewarrow2 {
  opacity: 1;
  transition: 0.8s;
}

.footer_contactblock2 {
  border-left: 1px solid #3A3A3A;
  background-image: url(images/contactbg2.jpg);
}
@media screen and (max-width: 767px) {
  .footer_contactblock2 {
    border-left: none;
  }
}
.footer_contactblock2 .bigtitle {
  font-size: 58px;
  color: #F8F9FA;
  position: relative;
  line-height: 1;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 1300px) {
  .footer_contactblock2 .bigtitle {
    margin-top: 30px;
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .footer_contactblock2 .bigtitle {
    margin-top: 25px;
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .footer_contactblock2 .bigtitle {
    font-size: 32px;
    margin-top: 15px;
  }
}
.footer_contactblock2 .bigtitle img {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .footer_contactblock2 .bigtitle img {
    max-width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .footer_contactblock2 .bigtitle img {
    max-width: 32px;
  }
}
@media screen and (max-width: 480px) {
  .footer_contactblock2 .bigtitle img {
    max-width: 25px;
    margin-bottom: 5px;
  }
}

.footercontact_flex_bottom {
  background-color: #1A1A1A;
}

#page-top {
  display: block;
}
#page-top a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 48px;
  right: 30px;
  z-index: 1000;
}
@media screen and (max-width: 1199px) {
  #page-top a {
    max-width: 50px;
    bottom: 82px;
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  #page-top a {
    max-width: 40px;
  }
}

.footer_wave {
  z-index: -2;
  position: relative;
  margin: auto;
  width: 1920px;
}
#footer {
  top: auto !important;
  position: relative;
}

/*ページトップ*/
.footer__none > a {
  display: none;
}

/*フッターメニュー*/
.footermenu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .footermenu {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .footermenu {
    display: flex;
    max-width: none;
    padding: 0;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
    padding: 0px;
    max-width: 210px;
  }
}
.footermenu .sub-under {
  color: #a59b84;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .footermenu .sub-under {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .footermenu .sub-under {
    font-size: 12px;
  }
}
.footermenu .sub-under li {
  font-family: "Noto Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 991px) {
  .footermenu .footmenutext {
    margin-top: 0;
  }
}
.footermenu .mt0 {
  margin-top: 0px;
}
.footermenu .menu-item-has-children {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footermenu .menu-item-has-children {
    margin-bottom: 0;
  }
}
.footermenu .menu-item-has-children .sub-menu {
  font-size: 13px !important;
  color: #333333;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .footermenu .menu-item-has-children .sub-menu {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footermenu .menu-item-has-children .sub-menu li {
    width: 100%;
  }
}
.footermenu li {
  float: none;
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1;
  position: relative;
  letter-spacing: -1px;
  position: relative;
  font-weight: 600;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 1300px) {
  .footermenu li {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footermenu li {
    max-width: none;
    width: calc(50% - 12px);
    vertical-align: top;
    margin-bottom: 0;
    padding: 10px 0;
    margin-right: 0;
    font-size: 14px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .footermenu li {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .footermenu li {
    font-size: 13px;
  }
}
.footermenu li a {
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1.5;
}
.footermenu li a:hover {
  color: #F8F9FA;
  opacity: 0.6;
}
.footermenu li a br {
  display: none;
}
@media screen and (max-width: 991px) {
  .footermenu li a br {
    display: block;
  }
}
.footermenu li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F8F9FA;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -10px;
}
@media screen and (max-width: 1300px) {
  .footermenu li::before {
    left: -7px;
  }
}
.footermenu .bigtext {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #504434;
}
@media screen and (max-width: 1199px) {
  .footermenu .bigtext {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .footermenu .bigtext {
    font-size: 15px;
    font-weight: 600;
    width: calc(100% - 6px);
    margin-bottom: 0px;
  }
}
.footermenu .bigtext a:hover {
  line-height: 1.5;
  color: #a78468;
}
.footermenu .nolink a:hover {
  line-height: 1.5;
  color: #504434;
  opacity: 1;
}

/*フッターコンテンツ*/
/*コピーライト*/
.copyflex {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  color: #F8F9FA;
  display: flex;
  justify-content: space-between;
  opacity: 0.4;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .copyflex {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    display: block;
    text-align: center;
  }
}
.copyflex::before {
  content: "";
  position: absolute;
  background-color: #504434;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  top: 0;
}
@media screen and (max-width: 991px) {
  .copyflex::before {
    display: none;
  }
}
.copyflex a:hover {
  color: #F8F9FA;
}

.copyright {
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
    font-size: 11px;
  }
}

.copy {
  order: 1;
}

.policy {
  order: 2;
}
@media screen and (max-width: 991px) {
  .policy {
    margin-bottom: 30px;
  }
}

.footer__block {
  margin: 90px 0px 80px;
}
@media screen and (max-width: 1199px) {
  .footer__block {
    margin: 60px 0px 50px;
  }
}
@media screen and (max-width: 991px) {
  .footer__block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer__block {
    display: block;
    margin: 46px 0 10px;
  }
}

.footer_address {
  width: 36%;
  margin-right: auto;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .footer_address {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_address {
    font-size: 14px;
    padding: 0 15px;
  }
}
.footer_address .btnflex {
  display: flex;
}
@media screen and (max-width: 991px) {
  .footer_address .btnflex {
    width: 100%;
    max-width: 390px;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .footer_address .btnflex {
    display: block;
  }
}
.footer_address .btnflex .btn1 {
  display: block;
  margin-top: 40px;
  display: block;
  background: #ff9110;
  border-radius: 35px;
  border: 2px solid #ff9110;
  color: #F8F9FA;
  font-weight: 600;
  width: 240px;
  position: relative;
  line-height: 1;
  box-shadow: 0px 6px 0px 0px rgb(212, 208, 195);
  padding: 5px 5px;
}
@media screen and (max-width: 1300px) {
  .footer_address .btnflex .btn1 {
    padding: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .footer_address .btnflex .btn1 {
    padding: 5px;
    text-align: left;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer_address .btnflex .btn1 {
    padding: 8px;
  }
}
@media screen and (max-width: 480px) {
  .footer_address .btnflex .btn1 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer_address .btnflex .btn1 .hiddenone {
  display: none;
}
.footer_address .btnflex .btn1:hover {
  opacity: 1;
  background: #fff;
  color: #ff9110;
}
.footer_address .btnflex .btn1:hover img {
  opacity: 1;
}
.footer_address .btnflex .btn1:hover .hiddenone {
  display: inline-block;
}
.footer_address .btnflex .btn1:hover .visible {
  display: none;
}
.footer_address .btnflex .btn1 img {
  margin-right: 28px;
  max-width: 54px;
}
@media screen and (max-width: 1600px) {
  .footer_address .btnflex .btn1 img {
    margin-right: 10px;
    max-width: 36px;
  }
}
@media screen and (max-width: 480px) {
  .footer_address .btnflex .btn1 img {
    margin-right: 35px;
    max-width: 40px;
  }
}

.news_content {
  padding: 120px 0 160px;
}
@media screen and (max-width: 991px) {
  .news_content {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .news_content {
    padding: 60px 0 60px;
  }
}

.topnews_flex .topnews_d_t {
  display: block;
  position: relative;
  padding: 30px 15px 30px 0;
  border-top: 1px solid #B8B9BA;
}
.topnews_flex .topnews_d_t:last-child {
  border-bottom: 1px solid #B8B9BA;
}
.topnews_flex .topnews_d_t .days_block {
  color: #A2A2A2;
  font-size: 16px;
  font-weight: 700;
  transition: 0.8s;
}
.topnews_flex .topnews_d_t .archive-blog__title {
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .topnews_flex .topnews_d_t .archive-blog__title {
    font-size: 15px;
    margin-top: 14px;
    display: block;
    margin-bottom: 0;
  }
}
.topnews_flex .topnews_d_t img {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 17px;
  border: 1px solid #1A1A1A;
  border-radius: 50%;
  position: absolute;
  transition: 0.8s;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.topnews_flex .topnews_d_t .viewarrow1 {
  opacity: 1;
  transition: 0.8s;
}
.topnews_flex .topnews_d_t .viewarrow2 {
  opacity: 0;
  transition: 0.8s;
}
.topnews_flex .topnews_d_t:hover {
  color: #1A1A1A;
  background-color: rgba(100, 110, 130, 0.1);
}
.topnews_flex .topnews_d_t:hover .days_block {
  color: #A2A2A2;
  font-size: 16px;
  font-weight: 700;
  transition: 0.8s;
}
.topnews_flex .topnews_d_t:hover img {
  opacity: 1;
  color: #F8F9FA;
  transition: 0.8s;
  background-color: #1A1A1A;
}
.topnews_flex .topnews_d_t:hover .viewarrow1 {
  opacity: 0;
  transition: 0.8s;
}
.topnews_flex .topnews_d_t:hover .viewarrow2 {
  opacity: 1;
  transition: 0.8s;
}

.cat_name {
  color: #F8F9FA;
  background-color: #7B879E;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 11px;
  margin: 0 40px;
  width: 76px;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  .cat_name {
    margin: 0 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .cat_name {
    margin: 0 10px;
    line-height: 1.2;
  }
}

.cat_namesingle {
  margin: 0 20px 5px;
}

.dateflex {
  display: flex;
  align-items: center;
}

/*====================================

  ■フロント

=====================================*

/*slick*/
.slicktext {
  position: absolute;
  top: 60%;
  left: 100px;
  color: #F8F9FA;
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1600px) {
  .slicktext {
    left: 70px;
  }
}
@media screen and (max-width: 1300px) {
  .slicktext {
    top: 56%;
  }
}
@media screen and (max-width: 1199px) {
  .slicktext {
    left: 60px;
    top: 52%;
  }
}
@media screen and (max-width: 1056px) {
  .slicktext {
    left: 90px;
  }
}
@media screen and (max-width: 991px) {
  .slicktext {
    top: 56%;
    left: 50px;
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .slicktext {
    min-width: auto;
    transform: translate(0%, 0%);
    padding-left: 0;
    left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .slicktext {
    padding-left: 0px;
    left: 30px;
    transform: translate(0%, -27%);
    max-width: 300px;
    bottom: -20px;
  }
}
.slicktext .intext {
  font-size: 46px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .slicktext .intext {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slicktext .intext {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .slicktext .intext {
    font-size: 18px;
  }
}
.slicktext .bigtext {
  font-size: 180px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .slicktext .bigtext {
    font-size: 130px;
  }
}
@media screen and (max-width: 1199px) {
  .slicktext .bigtext {
    font-size: 90px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .slicktext .bigtext {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .slicktext .bigtext {
    font-size: 54px;
    margin-bottom: 15px;
  }
}
.slicktext .txt {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .slicktext .txt {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .slicktext .txt {
    font-size: 14px;
  }
}

.slick__wrap {
  position: relative;
  background-size: contain;
  width: 100%;
  margin: auto;
}
.slick__wrap .slick-arrow {
  display: none !important;
}
.slick__wrap .float1 {
  position: absolute;
}
.slick__wrap .slick-slide {
  height: auto;
}
@media screen and (max-width: 767px) {
  .slick__wrap .slick-slide {
    height: 520px;
  }
}
.slick__wrap .slick-slide img {
  position: relative;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slick__wrap .slick-slide img {
    margin-top: -524px;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (max-width: 1300px) {
  .hidden-md2 {
    display: none !important;
  }
}

@media screen and (max-width: 1600px) {
  .hidden-md3 {
    display: none !important;
  }
}

.visible-md3 {
  display: none !important;
}
@media screen and (max-width: 1600px) {
  .visible-md3 {
    display: block !important;
  }
}

.visible-md2 {
  display: none !important;
}
@media screen and (max-width: 1300px) {
  .visible-md2 {
    display: block !important;
  }
}

.visible-md {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}

.visible-xxs {
  display: none;
}
@media screen and (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }
}

/*====================================

  ■投稿基本設定

======================================*/
/*投稿
--------------------------------------*/
.single-blog__date {
  color: #A2A2A2;
  font-size: 16px;
  font-weight: 700;
}

.post__content {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post__content img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post__content img:last-child {
    margin-bottom: 0px;
  }
}
.post__content:before, .post__content:after {
  content: " ";
  display: table;
}
.post__content:after {
  clear: both;
}
.post__content p {
  margin-bottom: 15px;
}
.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h4,
.post__content h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.post__content h1 {
  font-size: 35px;
}
.post__content h1.has-small-font-size {
  font-size: 80%;
}
.post__content h1.has-medium-font-size {
  font-size: 100%;
}
.post__content h1.has-large-font-size {
  font-size: 120%;
}
.post__content h1.has-x-large-font-size {
  font-size: 140%;
}
.post__content ol {
  margin-top: 15px;
  margin-bottom: 15px;
}
.post__content ol li {
  list-style: inside;
  list-style-type: decimal;
}
.post__content ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.post__content ul li {
  list-style: inside;
}

/*投稿が何もなかった時の表示用*/
.null__block {
  text-align: center;
  padding: 20px;
  background-color: #F8F9FA;
  border-radius: 5px;
  margin-top: 20px;
}

/*左寄せ*/
.alignleft {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

/*右寄せ*/
.alignright {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

/*archive.php ページネーション*/
.wp-pagenavi {
  text-align: center;
  margin-top: 40px;
}
.wp-pagenavi .navigation {
  margin: 0 auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
  padding: 5px !important;
  margin: 5px !important;
  background: #fff;
  color: #1A1A1A;
  border-radius: 50%;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    min-width: 32px;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  border: none;
  opacity: 1;
  background: #1A1A1A;
  color: #F8F9FA;
}
.wp-pagenavi .nextpostslink {
  background-color: #7B879E;
  color: #F8F9FA;
}
.wp-pagenavi .previouspostslink {
  background-color: #7B879E;
  color: #F8F9FA;
}
.wp-pagenavi span.current {
  border: none;
  font-weight: normal;
  background: #1A1A1A;
  color: #F8F9FA;
}
.wp-pagenavi span.pages {
  border: none;
  background: none;
  color: #504434;
  display: none;
}

/*single.php ページネーション*/
.paginate__wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .paginate__wrap {
    padding: 20px 0 0;
  }
}
.paginate__wrap a {
  display: block;
  padding: 17px 13px;
  line-height: 1;
  width: 226px;
  font-size: 16px;
  background: transparent;
  border-radius: 30px;
  color: #F8F9FA;
  border: 2px solid #7A9B72;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paginate__wrap a {
    width: 170px;
    font-size: 15px;
    padding: 17px 13px;
  }
}
.paginate__wrap a:hover {
  background-color: #7A9B72;
  color: #7A9B72;
}
.paginate__wrap .paginate__block--next {
  min-width: 54px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--next {
    min-width: 53px;
    width: 53px;
    min-height: 53px;
  }
}
.paginate__wrap .paginate__block--next a {
  min-height: 54px;
  position: relative;
  background: transparent;
  color: #1A1A1A;
  width: 54px;
  border: 1px solid #1A1A1A;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--next a {
    min-width: 53px;
    width: 53px;
    min-height: 53px;
  }
}
.paginate__wrap .paginate__block--next a img {
  height: 15px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}
.paginate__wrap .paginate__block--next a .viewarrow1 {
  opacity: 1;
}
.paginate__wrap .paginate__block--next a .viewarrow2 {
  opacity: 0;
}
.paginate__wrap .paginate__block--next a:hover {
  background-color: #1A1A1A;
  color: #F8F9FA;
}
.paginate__wrap .paginate__block--next a:hover .viewarrow1 {
  opacity: 0;
}
.paginate__wrap .paginate__block--next a:hover .viewarrow2 {
  opacity: 1;
}
.paginate__wrap .paginate__block--prev {
  min-width: 54px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--prev {
    min-width: 52px;
    width: 52px;
    min-height: 52px;
  }
}
.paginate__wrap .paginate__block--prev a {
  min-height: 54px;
  position: relative;
  background: transparent;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  width: 54px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--prev a {
    min-width: 52px;
    width: 52px;
    min-height: 52px;
  }
}
.paginate__wrap .paginate__block--prev a img {
  height: 15px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--prev a img {
    margin: auto;
  }
}
.paginate__wrap .paginate__block--prev a .viewarrow1 {
  opacity: 1;
}
.paginate__wrap .paginate__block--prev a .viewarrow2 {
  opacity: 0;
}
.paginate__wrap .paginate__block--prev a:hover {
  background-color: #1A1A1A;
  color: #F8F9FA;
}
.paginate__wrap .paginate__block--prev a:hover .viewarrow1 {
  opacity: 0;
}
.paginate__wrap .paginate__block--prev a:hover .viewarrow2 {
  opacity: 1;
}
.paginate__wrap .paginate__block--back a {
  position: relative;
  text-align: left;
  padding-left: 20px;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  background: transparent;
}
.paginate__wrap .paginate__block--back a .viewarrow1 {
  opacity: 1;
}
.paginate__wrap .paginate__block--back a .viewarrow2 {
  opacity: 0;
}
.paginate__wrap .paginate__block--back a img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
.paginate__wrap .paginate__block--back a:hover {
  background-color: #1A1A1A;
  color: #F8F9FA;
}
.paginate__wrap .paginate__block--back a:hover .viewarrow1 {
  opacity: 0;
}
.paginate__wrap .paginate__block--back a:hover .viewarrow2 {
  opacity: 1;
}

.cat_pagination {
  display: block;
}
.cat_pagination a {
  margin-right: auto;
  margin-left: auto;
  max-width: 150px;
}

.linebox {
  text-align: center;
  border-top: 1px solid #b4c9db;
  border-bottom: 1px solid #b4c9db;
  padding: 50px 0;
  position: relative;
  background-color: #F8F9FA;
}
@media screen and (max-width: 767px) {
  .linebox {
    padding: 40px 10px;
    text-align: left;
  }
}
.linebox .title {
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.4;
  font-size: 30px;
  margin-bottom: 20px;
  color: #1d3966;
}
@media screen and (max-width: 767px) {
  .linebox .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .linebox .title {
    font-size: 24px;
  }
}
.works_block {
  padding: 40px;
  margin: 0px -14px;
  margin-top: 40px;
  background-color: #eff7fa;
}
@media screen and (max-width: 767px) {
  .works_block {
    padding: 30px;
    margin: 0;
  }
}
.works_block .inflex {
  display: flex;
  flex-wrap: wrap;
}
.works_block .k_subtitle {
  margin-bottom: 30px;
  border-top: 1px solid #b4c9db;
}
@media screen and (max-width: 767px) {
  .works_block .k_subtitle {
    margin-bottom: 20px;
  }
}
.works_block .k_subtitle::before {
  background-color: #1d3966;
}
.works_block .rightside {
  order: 2;
  padding-left: 28px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .works_block .rightside {
    width: 100%;
    padding-left: 0;
    order: 1;
    margin-bottom: 20px;
  }
}
.works_block .leftside {
  order: 1;
  width: 60%;
  background-color: #F8F9FA;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .works_block .leftside {
    width: 100%;
    border: none;
    order: 2;
    padding-bottom: 0;
    background-color: transparent;
  }
}
.works_block .company_table {
  border-top: none;
}
.works_block .company_table td {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .works_block .company_table td {
    background: transparent;
  }
}
.works_block .centerbutton a {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .works_block .centerbutton a {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.works_block .attentiontext {
  font-size: 12px;
  text-align: center;
}

.notmargin_t {
  margin-top: 0 !important;
}

.notmargin_b {
  margin-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=style.css.map */